@charset "UTF-8";

/**
 * Color
 */

/**
 * Break Point
 */

/**
 * lp default color
 */

/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */

/**
 * ↑ なぜか空行が追加されます。
 * TODO will need to remove settings on HTML since we can't namespace it.
 * TODO with the prefix, should I group by selector or property for weight savings?
 */

html {
  color: #151616;
  background: #ffffff;
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  font-size: 14px;
}

body {
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  color: #000000;
}

/**
 * TODO remove settings on BODY since we can't namespace it.
 */

/**
 * TODO test putting a class on HEAD.
 * - Fails on FF.
 */

* {
  margin: 0px;
  padding: 0px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

/**
 * TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
 */

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* to enable resizing for IE*/

input,
textarea,
select {
  *font-size: 100%;
}

/* because legend doesn't inherit in IE */

legend {
  color: #151616;
}

/* YUI CSS Detection Stamp */

#yui3-css-stamp.cssreset {
  display: none;
}

a {
  text-decoration: none;
}

/* 画像の拡大縮小で障害となるのでコメントアウト */

div {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

.sp-top-banner {
  display: none;
}

.wonder-pc-br {
  display: unset;
}

.wonder-sp-br {
  display: none;
}

.wordBreak-break-all {
  word-break: break-all;
}

[data-section-display="false"] {
  display: none;
}

.wonder-scroll-to-enter {
  width: 30% !important;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-scroll-to-enter {
    width: 40% !important;
  }
}

@media screen and (max-width: 560px) {
  .wonder-scroll-to-enter {
    width: 70% !important;
  }

  .wonder-pc-br {
    display: none;
  }

  .wonder-sp-br {
    display: unset;
  }

  .wonder-bottom-banner {
    display: block !important;
    background: rgba(107, 179, 78, 0.8);
    width: 100%;
    padding: 15px;
  }

  .wonder-bottom-banner .bottom-banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .wonder-bottom-banner .bottom-banner-wrapper .tell-wrapper {
    width: 49%;
    background-color: #e0ffbc;
  }

  .wonder-bottom-banner .bottom-banner-wrapper .tell-wrapper .tell-text-top {
    width: 90%;
    opacity: 1;
    background: #F8FCEA;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 5px auto 0 auto;
  }

  .wonder-bottom-banner .bottom-banner-wrapper .tell-wrapper .tell-text-center {
    -webkit-transform: scale(1, 1.1);
            transform: scale(1, 1.1);
  }

  .wonder-bottom-banner .bottom-banner-wrapper .mail-wrapper {
    width: 49%;
    background-color: #e0ffbc;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffa475), to(#ff6f00));
    background: linear-gradient(#ffa475, #ff6f00);
  }

  .wonder-bottom-banner .bottom-banner-wrapper .mail-wrapper .mail-text-top {
    text-shadow: 2px -2px 3px #ff5f0b;
    margin-top: 4px;
  }

  .wonder-bottom-banner .bottom-banner-wrapper .mail-wrapper .cv-mail-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 92%;
  }

  .wonder-bottom-banner .bottom-banner-wrapper .mail-wrapper .cv-mail-position .cv-mail-bottom {
    width: 80%;
    margin: 8px auto 0 auto;
  }

  .wonder-bottom-banner .bottom-banner-wrapper .mail-wrapper .cv-mail-position .cv-mail-triangle {
    margin-top: 12px;
  }
}

.border-width-thin {
  border-width: thin;
}

.border-width-medium {
  border-width: medium;
}

.border-width-thick {
  border-width: thick;
}

.borderTop-width-thin {
  border-top-width: thin;
}

.borderTop-width-medium {
  border-top-width: medium;
}

.borderTop-width-thick {
  border-top-width: thick;
}

.border-none {
  border-style: none;
}

.border-hidden {
  border-style: hidden;
}

.border-solid {
  border-style: solid;
}

.border-double {
  border-style: double;
}

.border-groove {
  border-style: groove;
}

.border-ridge {
  border-style: ridge;
}

.border-inset {
  border-style: inset;
}

.border-outset {
  border-style: outset;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.borderTop-none {
  border-top-style: none;
}

.borderTop-hidden {
  border-top-style: hidden;
}

.borderTop-solid {
  border-top-style: solid;
}

.borderTop-double {
  border-top-style: double;
}

.borderTop-groove {
  border-top-style: groove;
}

.borderTop-ridge {
  border-top-style: ridge;
}

.borderTop-inset {
  border-top-style: inset;
}

.borderTop-outset {
  border-top-style: outset;
}

.borderTop-dashed {
  border-top-style: dashed;
}

.borderTop-dotted {
  border-top-style: dotted;
}

.borderBottom-none {
  border-bottom-style: none;
}

.borderBottom-hidden {
  border-bottom-style: hidden;
}

.borderBottom-solid {
  border-bottom-style: solid;
}

.borderBottom-double {
  border-bottom-style: double;
}

.borderBottom-groove {
  border-bottom-style: groove;
}

.borderBottom-ridge {
  border-bottom-style: ridge;
}

.borderBottom-inset {
  border-bottom-style: inset;
}

.borderBottom-outset {
  border-bottom-style: outset;
}

.borderBottom-dashed {
  border-bottom-style: dashed;
}

.borderBottom-dotted {
  border-bottom-style: dotted;
}

.borderRight-none {
  border-right-style: none;
}

.borderRight-hidden {
  border-right-style: hidden;
}

.borderRight-solid {
  border-right-style: solid;
}

.borderRight-double {
  border-right-style: double;
}

.borderRight-groove {
  border-right-style: groove;
}

.borderRight-ridge {
  border-right-style: ridge;
}

.borderRight-inset {
  border-right-style: inset;
}

.borderRight-outset {
  border-right-style: outset;
}

.borderRight-dashed {
  border-right-style: dashed;
}

.borderRight-dotted {
  border-right-style: dotted;
}

.borderLeft-none {
  border-left-style: none;
}

.borderLeft-hidden {
  border-left-style: hidden;
}

.borderLeft-solid {
  border-left-style: solid;
}

.borderLeft-double {
  border-left-style: double;
}

.borderLeft-groove {
  border-left-style: groove;
}

.borderLeft-ridge {
  border-left-style: ridge;
}

.borderLeft-inset {
  border-left-style: inset;
}

.borderLeft-outset {
  border-left-style: outset;
}

.borderLeft-dashed {
  border-left-style: dashed;
}

.borderLeft-dotted {
  border-left-style: dotted;
}

.txt-white {
  color: #FFF;
}

.txt-white-smoke {
  color: #F4F3F3;
}

.txt-blue {
  color: #2196F3;
}

.txt-sky {
  color: #00CCFF;
}

.txt-marine {
  color: #99CCFF;
}

.txt-red {
  color: #F44336;
}

.txt-orange {
  color: #FF9800;
}

.txt-cream {
  color: #FFFFCC;
}

.txt-pink {
  color: #E91E63;
}

.txt-brown {
  color: #795548;
}

.txt-green {
  color: #4CAF50;
}

.txt-grey {
  color: #9E9E9E;
}

.txt-black {
  color: #000000;
}

.txt-yellow {
  color: #FFEB3B;
}

.txt-light-grey {
  color: #F8F8F0;
}

.txt-pale-blue {
  color: #EEF5FF;
}

.txt-clear-blue {
  color: #13C4D0;
}

.txt-navy {
  color: #003366;
}

.txt-turquoise {
  color: #3399CC;
}

.txt-light-red {
  color: #EE0000;
}

.txt-dark-grey {
  color: #555555;
}

.txt-teal {
  color: #009688;
}

.txt-purple {
  color: #9C27B0;
}

.txt-deep-purple {
  color: #673AB7;
}

.txt-light-blue {
  color: #03A9F4;
}

.txt-cyan {
  color: #00BCD4;
}

.txt-light-green {
  color: #8BC34A;
}

.txt-lime {
  color: #CDDC39;
}

.txt-amber {
  color: #FFC107;
}

.txt-deep-orange {
  color: #FF5722;
}

.txt-blue-grey {
  color: #607D8B;
}

.txtDecoration-white {
  -webkit-text-decoration-color: #FFF;
          text-decoration-color: #FFF;
}

.txtDecoration-white-smoke {
  -webkit-text-decoration-color: #F4F3F3;
          text-decoration-color: #F4F3F3;
}

.txtDecoration-blue {
  -webkit-text-decoration-color: #2196F3;
          text-decoration-color: #2196F3;
}

.txtDecoration-sky {
  -webkit-text-decoration-color: #00CCFF;
          text-decoration-color: #00CCFF;
}

.txtDecoration-marine {
  -webkit-text-decoration-color: #99CCFF;
          text-decoration-color: #99CCFF;
}

.txtDecoration-red {
  -webkit-text-decoration-color: #F44336;
          text-decoration-color: #F44336;
}

.txtDecoration-orange {
  -webkit-text-decoration-color: #FF9800;
          text-decoration-color: #FF9800;
}

.txtDecoration-cream {
  -webkit-text-decoration-color: #FFFFCC;
          text-decoration-color: #FFFFCC;
}

.txtDecoration-pink {
  -webkit-text-decoration-color: #E91E63;
          text-decoration-color: #E91E63;
}

.txtDecoration-brown {
  -webkit-text-decoration-color: #795548;
          text-decoration-color: #795548;
}

.txtDecoration-green {
  -webkit-text-decoration-color: #4CAF50;
          text-decoration-color: #4CAF50;
}

.txtDecoration-grey {
  -webkit-text-decoration-color: #9E9E9E;
          text-decoration-color: #9E9E9E;
}

.txtDecoration-black {
  -webkit-text-decoration-color: #000000;
          text-decoration-color: #000000;
}

.txtDecoration-yellow {
  -webkit-text-decoration-color: #FFEB3B;
          text-decoration-color: #FFEB3B;
}

.txtDecoration-light-grey {
  -webkit-text-decoration-color: #F8F8F0;
          text-decoration-color: #F8F8F0;
}

.txtDecoration-pale-blue {
  -webkit-text-decoration-color: #EEF5FF;
          text-decoration-color: #EEF5FF;
}

.txtDecoration-clear-blue {
  -webkit-text-decoration-color: #13C4D0;
          text-decoration-color: #13C4D0;
}

.txtDecoration-navy {
  -webkit-text-decoration-color: #003366;
          text-decoration-color: #003366;
}

.txtDecoration-turquoise {
  -webkit-text-decoration-color: #3399CC;
          text-decoration-color: #3399CC;
}

.txtDecoration-light-red {
  -webkit-text-decoration-color: #EE0000;
          text-decoration-color: #EE0000;
}

.txtDecoration-dark-grey {
  -webkit-text-decoration-color: #555555;
          text-decoration-color: #555555;
}

.txtDecoration-teal {
  -webkit-text-decoration-color: #009688;
          text-decoration-color: #009688;
}

.txtDecoration-purple {
  -webkit-text-decoration-color: #9C27B0;
          text-decoration-color: #9C27B0;
}

.txtDecoration-deep-purple {
  -webkit-text-decoration-color: #673AB7;
          text-decoration-color: #673AB7;
}

.txtDecoration-light-blue {
  -webkit-text-decoration-color: #03A9F4;
          text-decoration-color: #03A9F4;
}

.txtDecoration-cyan {
  -webkit-text-decoration-color: #00BCD4;
          text-decoration-color: #00BCD4;
}

.txtDecoration-light-green {
  -webkit-text-decoration-color: #8BC34A;
          text-decoration-color: #8BC34A;
}

.txtDecoration-lime {
  -webkit-text-decoration-color: #CDDC39;
          text-decoration-color: #CDDC39;
}

.txtDecoration-amber {
  -webkit-text-decoration-color: #FFC107;
          text-decoration-color: #FFC107;
}

.txtDecoration-deep-orange {
  -webkit-text-decoration-color: #FF5722;
          text-decoration-color: #FF5722;
}

.txtDecoration-blue-grey {
  -webkit-text-decoration-color: #607D8B;
          text-decoration-color: #607D8B;
}

.border-white {
  border-color: #FFF;
}

.border-white-smoke {
  border-color: #F4F3F3;
}

.border-blue {
  border-color: #2196F3;
}

.border-sky {
  border-color: #00CCFF;
}

.border-marine {
  border-color: #99CCFF;
}

.border-red {
  border-color: #F44336;
}

.border-orange {
  border-color: #FF9800;
}

.border-cream {
  border-color: #FFFFCC;
}

.border-pink {
  border-color: #E91E63;
}

.border-brown {
  border-color: #795548;
}

.border-green {
  border-color: #4CAF50;
}

.border-grey {
  border-color: #9E9E9E;
}

.border-black {
  border-color: #000000;
}

.border-yellow {
  border-color: #FFEB3B;
}

.border-light-grey {
  border-color: #F8F8F0;
}

.border-pale-blue {
  border-color: #EEF5FF;
}

.border-clear-blue {
  border-color: #13C4D0;
}

.border-navy {
  border-color: #003366;
}

.border-turquoise {
  border-color: #3399CC;
}

.border-light-red {
  border-color: #EE0000;
}

.border-dark-grey {
  border-color: #555555;
}

.border-teal {
  border-color: #009688;
}

.border-purple {
  border-color: #9C27B0;
}

.border-deep-purple {
  border-color: #673AB7;
}

.border-light-blue {
  border-color: #03A9F4;
}

.border-cyan {
  border-color: #00BCD4;
}

.border-light-green {
  border-color: #8BC34A;
}

.border-lime {
  border-color: #CDDC39;
}

.border-amber {
  border-color: #FFC107;
}

.border-deep-orange {
  border-color: #FF5722;
}

.border-blue-grey {
  border-color: #607D8B;
}

.borderTop-white {
  border-top-color: #FFF;
}

.borderTop-white-smoke {
  border-top-color: #F4F3F3;
}

.borderTop-blue {
  border-top-color: #2196F3;
}

.borderTop-sky {
  border-top-color: #00CCFF;
}

.borderTop-marine {
  border-top-color: #99CCFF;
}

.borderTop-red {
  border-top-color: #F44336;
}

.borderTop-orange {
  border-top-color: #FF9800;
}

.borderTop-cream {
  border-top-color: #FFFFCC;
}

.borderTop-pink {
  border-top-color: #E91E63;
}

.borderTop-brown {
  border-top-color: #795548;
}

.borderTop-green {
  border-top-color: #4CAF50;
}

.borderTop-grey {
  border-top-color: #9E9E9E;
}

.borderTop-black {
  border-top-color: #000000;
}

.borderTop-yellow {
  border-top-color: #FFEB3B;
}

.borderTop-light-grey {
  border-top-color: #F8F8F0;
}

.borderTop-pale-blue {
  border-top-color: #EEF5FF;
}

.borderTop-clear-blue {
  border-top-color: #13C4D0;
}

.borderTop-navy {
  border-top-color: #003366;
}

.borderTop-turquoise {
  border-top-color: #3399CC;
}

.borderTop-light-red {
  border-top-color: #EE0000;
}

.borderTop-dark-grey {
  border-top-color: #555555;
}

.borderTop-teal {
  border-top-color: #009688;
}

.borderTop-purple {
  border-top-color: #9C27B0;
}

.borderTop-deep-purple {
  border-top-color: #673AB7;
}

.borderTop-light-blue {
  border-top-color: #03A9F4;
}

.borderTop-cyan {
  border-top-color: #00BCD4;
}

.borderTop-light-green {
  border-top-color: #8BC34A;
}

.borderTop-lime {
  border-top-color: #CDDC39;
}

.borderTop-amber {
  border-top-color: #FFC107;
}

.borderTop-deep-orange {
  border-top-color: #FF5722;
}

.borderTop-blue-grey {
  border-top-color: #607D8B;
}

.borderBottom-white {
  border-bottom-color: #FFF;
}

.borderBottom-white-smoke {
  border-bottom-color: #F4F3F3;
}

.borderBottom-blue {
  border-bottom-color: #2196F3;
}

.borderBottom-sky {
  border-bottom-color: #00CCFF;
}

.borderBottom-marine {
  border-bottom-color: #99CCFF;
}

.borderBottom-red {
  border-bottom-color: #F44336;
}

.borderBottom-orange {
  border-bottom-color: #FF9800;
}

.borderBottom-cream {
  border-bottom-color: #FFFFCC;
}

.borderBottom-pink {
  border-bottom-color: #E91E63;
}

.borderBottom-brown {
  border-bottom-color: #795548;
}

.borderBottom-green {
  border-bottom-color: #4CAF50;
}

.borderBottom-grey {
  border-bottom-color: #9E9E9E;
}

.borderBottom-black {
  border-bottom-color: #000000;
}

.borderBottom-yellow {
  border-bottom-color: #FFEB3B;
}

.borderBottom-light-grey {
  border-bottom-color: #F8F8F0;
}

.borderBottom-pale-blue {
  border-bottom-color: #EEF5FF;
}

.borderBottom-clear-blue {
  border-bottom-color: #13C4D0;
}

.borderBottom-navy {
  border-bottom-color: #003366;
}

.borderBottom-turquoise {
  border-bottom-color: #3399CC;
}

.borderBottom-light-red {
  border-bottom-color: #EE0000;
}

.borderBottom-dark-grey {
  border-bottom-color: #555555;
}

.borderBottom-teal {
  border-bottom-color: #009688;
}

.borderBottom-purple {
  border-bottom-color: #9C27B0;
}

.borderBottom-deep-purple {
  border-bottom-color: #673AB7;
}

.borderBottom-light-blue {
  border-bottom-color: #03A9F4;
}

.borderBottom-cyan {
  border-bottom-color: #00BCD4;
}

.borderBottom-light-green {
  border-bottom-color: #8BC34A;
}

.borderBottom-lime {
  border-bottom-color: #CDDC39;
}

.borderBottom-amber {
  border-bottom-color: #FFC107;
}

.borderBottom-deep-orange {
  border-bottom-color: #FF5722;
}

.borderBottom-blue-grey {
  border-bottom-color: #607D8B;
}

.borderRight-white {
  border-right-color: #FFF;
}

.borderRight-white-smoke {
  border-right-color: #F4F3F3;
}

.borderRight-blue {
  border-right-color: #2196F3;
}

.borderRight-sky {
  border-right-color: #00CCFF;
}

.borderRight-marine {
  border-right-color: #99CCFF;
}

.borderRight-red {
  border-right-color: #F44336;
}

.borderRight-orange {
  border-right-color: #FF9800;
}

.borderRight-cream {
  border-right-color: #FFFFCC;
}

.borderRight-pink {
  border-right-color: #E91E63;
}

.borderRight-brown {
  border-right-color: #795548;
}

.borderRight-green {
  border-right-color: #4CAF50;
}

.borderRight-grey {
  border-right-color: #9E9E9E;
}

.borderRight-black {
  border-right-color: #000000;
}

.borderRight-yellow {
  border-right-color: #FFEB3B;
}

.borderRight-light-grey {
  border-right-color: #F8F8F0;
}

.borderRight-pale-blue {
  border-right-color: #EEF5FF;
}

.borderRight-clear-blue {
  border-right-color: #13C4D0;
}

.borderRight-navy {
  border-right-color: #003366;
}

.borderRight-turquoise {
  border-right-color: #3399CC;
}

.borderRight-light-red {
  border-right-color: #EE0000;
}

.borderRight-dark-grey {
  border-right-color: #555555;
}

.borderRight-teal {
  border-right-color: #009688;
}

.borderRight-purple {
  border-right-color: #9C27B0;
}

.borderRight-deep-purple {
  border-right-color: #673AB7;
}

.borderRight-light-blue {
  border-right-color: #03A9F4;
}

.borderRight-cyan {
  border-right-color: #00BCD4;
}

.borderRight-light-green {
  border-right-color: #8BC34A;
}

.borderRight-lime {
  border-right-color: #CDDC39;
}

.borderRight-amber {
  border-right-color: #FFC107;
}

.borderRight-deep-orange {
  border-right-color: #FF5722;
}

.borderRight-blue-grey {
  border-right-color: #607D8B;
}

.borderLeft-white {
  border-left-color: #FFF;
}

.borderLeft-white-smoke {
  border-left-color: #F4F3F3;
}

.borderLeft-blue {
  border-left-color: #2196F3;
}

.borderLeft-sky {
  border-left-color: #00CCFF;
}

.borderLeft-marine {
  border-left-color: #99CCFF;
}

.borderLeft-red {
  border-left-color: #F44336;
}

.borderLeft-orange {
  border-left-color: #FF9800;
}

.borderLeft-cream {
  border-left-color: #FFFFCC;
}

.borderLeft-pink {
  border-left-color: #E91E63;
}

.borderLeft-brown {
  border-left-color: #795548;
}

.borderLeft-green {
  border-left-color: #4CAF50;
}

.borderLeft-grey {
  border-left-color: #9E9E9E;
}

.borderLeft-black {
  border-left-color: #000000;
}

.borderLeft-yellow {
  border-left-color: #FFEB3B;
}

.borderLeft-light-grey {
  border-left-color: #F8F8F0;
}

.borderLeft-pale-blue {
  border-left-color: #EEF5FF;
}

.borderLeft-clear-blue {
  border-left-color: #13C4D0;
}

.borderLeft-navy {
  border-left-color: #003366;
}

.borderLeft-turquoise {
  border-left-color: #3399CC;
}

.borderLeft-light-red {
  border-left-color: #EE0000;
}

.borderLeft-dark-grey {
  border-left-color: #555555;
}

.borderLeft-teal {
  border-left-color: #009688;
}

.borderLeft-purple {
  border-left-color: #9C27B0;
}

.borderLeft-deep-purple {
  border-left-color: #673AB7;
}

.borderLeft-light-blue {
  border-left-color: #03A9F4;
}

.borderLeft-cyan {
  border-left-color: #00BCD4;
}

.borderLeft-light-green {
  border-left-color: #8BC34A;
}

.borderLeft-lime {
  border-left-color: #CDDC39;
}

.borderLeft-amber {
  border-left-color: #FFC107;
}

.borderLeft-deep-orange {
  border-left-color: #FF5722;
}

.borderLeft-blue-grey {
  border-left-color: #607D8B;
}

.button-white {
  border-color: #FFF;
  color: #FFF;
}

.button-white-smoke {
  border-color: #F4F3F3;
  color: #F4F3F3;
}

.button-blue {
  border-color: #2196F3;
  color: #2196F3;
}

.button-sky {
  border-color: #00CCFF;
  color: #00CCFF;
}

.button-marine {
  border-color: #99CCFF;
  color: #99CCFF;
}

.button-red {
  border-color: #F44336;
  color: #F44336;
}

.button-orange {
  border-color: #FF9800;
  color: #FF9800;
}

.button-cream {
  border-color: #FFFFCC;
  color: #FFFFCC;
}

.button-pink {
  border-color: #E91E63;
  color: #E91E63;
}

.button-brown {
  border-color: #795548;
  color: #795548;
}

.button-green {
  border-color: #4CAF50;
  color: #4CAF50;
}

.button-grey {
  border-color: #9E9E9E;
  color: #9E9E9E;
}

.button-black {
  border-color: #000000;
  color: #000000;
}

.button-yellow {
  border-color: #FFEB3B;
  color: #FFEB3B;
}

.button-light-grey {
  border-color: #F8F8F0;
  color: #F8F8F0;
}

.button-pale-blue {
  border-color: #EEF5FF;
  color: #EEF5FF;
}

.button-clear-blue {
  border-color: #13C4D0;
  color: #13C4D0;
}

.button-navy {
  border-color: #003366;
  color: #003366;
}

.button-turquoise {
  border-color: #3399CC;
  color: #3399CC;
}

.button-light-red {
  border-color: #EE0000;
  color: #EE0000;
}

.button-dark-grey {
  border-color: #555555;
  color: #555555;
}

.button-teal {
  border-color: #009688;
  color: #009688;
}

.button-purple {
  border-color: #9C27B0;
  color: #9C27B0;
}

.button-deep-purple {
  border-color: #673AB7;
  color: #673AB7;
}

.button-light-blue {
  border-color: #03A9F4;
  color: #03A9F4;
}

.button-cyan {
  border-color: #00BCD4;
  color: #00BCD4;
}

.button-light-green {
  border-color: #8BC34A;
  color: #8BC34A;
}

.button-lime {
  border-color: #CDDC39;
  color: #CDDC39;
}

.button-amber {
  border-color: #FFC107;
  color: #FFC107;
}

.button-deep-orange {
  border-color: #FF5722;
  color: #FF5722;
}

.button-blue-grey {
  border-color: #607D8B;
  color: #607D8B;
}

.bg-white {
  background-color: #FFF;
}

.bg-white-smoke {
  background-color: #F4F3F3;
}

.bg-blue {
  background-color: #2196F3;
}

.bg-sky {
  background-color: #00CCFF;
}

.bg-marine {
  background-color: #99CCFF;
}

.bg-red {
  background-color: #F44336;
}

.bg-orange {
  background-color: #FF9800;
}

.bg-cream {
  background-color: #FFFFCC;
}

.bg-pink {
  background-color: #E91E63;
}

.bg-brown {
  background-color: #795548;
}

.bg-green {
  background-color: #4CAF50;
}

.bg-grey {
  background-color: #9E9E9E;
}

.bg-black {
  background-color: #000000;
}

.bg-yellow {
  background-color: #FFEB3B;
}

.bg-light-grey {
  background-color: #F8F8F0;
}

.bg-pale-blue {
  background-color: #EEF5FF;
}

.bg-clear-blue {
  background-color: #13C4D0;
}

.bg-navy {
  background-color: #003366;
}

.bg-turquoise {
  background-color: #3399CC;
}

.bg-light-red {
  background-color: #EE0000;
}

.bg-dark-grey {
  background-color: #555555;
}

.bg-teal {
  background-color: #009688;
}

.bg-purple {
  background-color: #9C27B0;
}

.bg-deep-purple {
  background-color: #673AB7;
}

.bg-light-blue {
  background-color: #03A9F4;
}

.bg-cyan {
  background-color: #00BCD4;
}

.bg-light-green {
  background-color: #8BC34A;
}

.bg-lime {
  background-color: #CDDC39;
}

.bg-amber {
  background-color: #FFC107;
}

.bg-deep-orange {
  background-color: #FF5722;
}

.bg-blue-grey {
  background-color: #607D8B;
}

.txtDecoration-none {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.txtDecoration-underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.txtDecoration-overline {
  -webkit-text-decoration-line: overline;
          text-decoration-line: overline;
}

.txtDecoration-linethrough {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.txtDecoration-overline {
  -webkit-text-decoration-line: overline;
          text-decoration-line: overline;
}

.txtDecoration-blink {
  -webkit-text-decoration-line: blink;
          text-decoration-line: blink;
}

.fontSize-xxxxl {
  margin-left: -4px;
  font-size: 46px;
}

.fontSize-xxxl {
  margin-left: -2px;
  font-size: 38px;
}

.fontSize-xxl {
  margin-left: -2px;
  font-size: 28px;
}

.fontSize-xl {
  font-size: 20px;
}

.fontSize-l {
  font-size: 18px;
}

.fontSize-m {
  font-size: 16px;
}

.fontSize-s {
  font-size: 14px;
}

.fontSize-xs {
  font-size: 12px;
}

.fontSize-xxs {
  font-size: 10px;
}

.fontSize-0 {
  font-size: 0;
}

.padding-xxxxl {
  padding: 80px;
}

.padding-xxxl {
  padding: 60px;
}

.padding-xxl {
  padding: 50px;
}

.padding-xl {
  padding: 40px;
}

.padding-l {
  padding: 30px;
}

.padding-m {
  padding: 20px;
}

.padding-s {
  padding: 15px;
}

.padding-xs {
  padding: 10px;
}

.padding-xxs {
  padding: 5px;
}

.padding-0 {
  padding: 0;
}

.paddingTop-xxxxl {
  padding-top: 80px;
}

.paddingBottom-xxxxl {
  padding-bottom: 80px;
}

.paddingLeft-xxxxl {
  padding-left: 80px;
}

.paddingRight-xxxxl {
  padding-right: 80px;
}

.paddingTop-xxxl {
  padding-top: 60px;
}

.paddingBottom-xxxl {
  padding-bottom: 60px;
}

.paddingLeft-xxxl {
  padding-left: 60px;
}

.paddingRight-xxxl {
  padding-right: 60px;
}

.paddingTop-xxl {
  padding-top: 50px;
}

.paddingBottom-xxl {
  padding-bottom: 50px;
}

.paddingLeft-xxl {
  padding-left: 50px;
}

.paddingRight-xxl {
  padding-right: 50px;
}

.paddingTop-xl {
  padding-top: 40px;
}

.paddingBottom-xl {
  padding-bottom: 40px;
}

.paddingLeft-xl {
  padding-left: 40px;
}

.paddingRight-xl {
  padding-right: 40px;
}

.paddingTop-l {
  padding-top: 30px;
}

.paddingBottom-l {
  padding-bottom: 30px;
}

.paddingLeft-l {
  padding-left: 30px;
}

.paddingRight-l {
  padding-right: 30px;
}

.paddingTop-m {
  padding-top: 20px;
}

.paddingBottom-m {
  padding-bottom: 20px;
}

.paddingLeft-m {
  padding-left: 20px;
}

.paddingRight-m {
  padding-right: 20px;
}

.paddingTop-s {
  padding-top: 15px;
}

.paddingBottom-s {
  padding-bottom: 15px;
}

.paddingLeft-s {
  padding-left: 15px;
}

.paddingRight-s {
  padding-right: 15px;
}

.paddingTop-xs {
  padding-top: 10px;
}

.paddingBottom-xs {
  padding-bottom: 10px;
}

.paddingLeft-xs {
  padding-left: 10px;
}

.paddingRight-xs {
  padding-right: 10px;
}

.paddingTop-xxs {
  padding-top: 5px;
}

.paddingBottom-xxs {
  padding-bottom: 5px;
}

.paddingLeft-xxs {
  padding-left: 5px;
}

.paddingRight-xxs {
  padding-right: 5px;
}

.paddingTop-0 {
  padding-top: 0;
}

.paddingBottom-0 {
  padding-bottom: 0;
}

.paddingLeft-0 {
  padding-left: 0;
}

.paddingRight-0 {
  padding-right: 0;
}

@media screen and (min-width: 480px) {
  .breakPointS-padding-xxxxl {
    padding: 80px;
  }

  .breakPointS-padding-xxxl {
    padding: 60px;
  }

  .breakPointS-padding-xxl {
    padding: 50px;
  }

  .breakPointS-padding-xl {
    padding: 40px;
  }

  .breakPointS-padding-l {
    padding: 30px;
  }

  .breakPointS-padding-m {
    padding: 20px;
  }

  .breakPointS-padding-s {
    padding: 15px;
  }

  .breakPointS-padding-xs {
    padding: 10px;
  }

  .breakPointS-padding-xxs {
    padding: 5px;
  }

  .breakPointS-padding-0 {
    padding: 0;
  }

  .breakPointS-paddingTop-xxxxl {
    padding-top: 80px;
  }

  .breakPointS-paddingTop-xxxl {
    padding-top: 60px;
  }

  .breakPointS-paddingTop-xxl {
    padding-top: 50px;
  }

  .breakPointS-paddingTop-xl {
    padding-top: 40px;
  }

  .breakPointS-paddingTop-l {
    padding-top: 30px;
  }

  .breakPointS-paddingTop-m {
    padding-top: 20px;
  }

  .breakPointS-paddingTop-s {
    padding-top: 15px;
  }

  .breakPointS-paddingTop-xs {
    padding-top: 10px;
  }

  .breakPointS-paddingTop-xxs {
    padding-top: 5px;
  }

  .breakPointS-paddingTop-0 {
    padding-top: 0;
  }

  .breakPointS-paddingBottom-xxxxl {
    padding-bottom: 80px;
  }

  .breakPointS-paddingBottom-xxxl {
    padding-bottom: 60px;
  }

  .breakPointS-paddingBottom-xxl {
    padding-bottom: 50px;
  }

  .breakPointS-paddingBottom-xl {
    padding-bottom: 40px;
  }

  .breakPointS-paddingBottom-l {
    padding-bottom: 30px;
  }

  .breakPointS-paddingBottom-m {
    padding-bottom: 20px;
  }

  .breakPointS-paddingBottom-s {
    padding-bottom: 15px;
  }

  .breakPointS-paddingBottom-xs {
    padding-bottom: 10px;
  }

  .breakPointS-paddingBottom-xxs {
    padding-bottom: 5px;
  }

  .breakPointS-paddingBottom-0 {
    padding-bottom: 0;
  }

  .breakPointS-paddingLeft-xxxxl {
    padding-left: 80px;
  }

  .breakPointS-paddingLeft-xxxl {
    padding-left: 60px;
  }

  .breakPointS-paddingLeft-xxl {
    padding-left: 50px;
  }

  .breakPointS-paddingLeft-xl {
    padding-left: 40px;
  }

  .breakPointS-paddingLeft-l {
    padding-left: 30px;
  }

  .breakPointS-paddingLeft-m {
    padding-left: 20px;
  }

  .breakPointS-paddingLeft-s {
    padding-left: 15px;
  }

  .breakPointS-paddingLeft-xs {
    padding-left: 10px;
  }

  .breakPointS-paddingLeft-xxs {
    padding-left: 5px;
  }

  .breakPointS-paddingLeft-0 {
    padding-left: 0;
  }

  .breakPointS-paddingRight-xxxxl {
    padding-right: 80px;
  }

  .breakPointS-paddingRight-xxxl {
    padding-right: 60px;
  }

  .breakPointS-paddingRight-xxl {
    padding-right: 50px;
  }

  .breakPointS-paddingRight-xl {
    padding-right: 40px;
  }

  .breakPointS-paddingRight-l {
    padding-right: 30px;
  }

  .breakPointS-paddingRight-m {
    padding-right: 20px;
  }

  .breakPointS-paddingRight-s {
    padding-right: 15px;
  }

  .breakPointS-paddingRight-xs {
    padding-right: 10px;
  }

  .breakPointS-paddingRight-xxs {
    padding-right: 5px;
  }

  .breakPointS-paddingRight-0 {
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .breakPointM-padding-xxxxl {
    padding: 80px;
  }

  .breakPointM-padding-xxxl {
    padding: 60px;
  }

  .breakPointM-padding-xxl {
    padding: 50px;
  }

  .breakPointM-padding-xl {
    padding: 40px;
  }

  .breakPointM-padding-l {
    padding: 30px;
  }

  .breakPointM-padding-m {
    padding: 20px;
  }

  .breakPointM-padding-s {
    padding: 15px;
  }

  .breakPointM-padding-xs {
    padding: 10px;
  }

  .breakPointM-padding-xxs {
    padding: 5px;
  }

  .breakPointM-padding-0 {
    padding: 0;
  }

  .breakPointM-paddingTop-xxxxl {
    padding-top: 80px;
  }

  .breakPointM-paddingTop-xxxl {
    padding-top: 60px;
  }

  .breakPointM-paddingTop-xxl {
    padding-top: 50px;
  }

  .breakPointM-paddingTop-xl {
    padding-top: 40px;
  }

  .breakPointM-paddingTop-l {
    padding-top: 30px;
  }

  .breakPointM-paddingTop-m {
    padding-top: 20px;
  }

  .breakPointM-paddingTop-s {
    padding-top: 15px;
  }

  .breakPointM-paddingTop-xs {
    padding-top: 10px;
  }

  .breakPointM-paddingTop-xxs {
    padding-top: 5px;
  }

  .breakPointM-paddingTop-0 {
    padding-top: 0;
  }

  .breakPointM-paddingBottom-xxxxl {
    padding-bottom: 80px;
  }

  .breakPointM-paddingBottom-xxxl {
    padding-bottom: 60px;
  }

  .breakPointM-paddingBottom-xxl {
    padding-bottom: 50px;
  }

  .breakPointM-paddingBottom-xl {
    padding-bottom: 40px;
  }

  .breakPointM-paddingBottom-l {
    padding-bottom: 30px;
  }

  .breakPointM-paddingBottom-m {
    padding-bottom: 20px;
  }

  .breakPointM-paddingBottom-s {
    padding-bottom: 15px;
  }

  .breakPointM-paddingBottom-xs {
    padding-bottom: 10px;
  }

  .breakPointM-paddingBottom-xxs {
    padding-bottom: 5px;
  }

  .breakPointM-paddingBottom-0 {
    padding-bottom: 0;
  }

  .breakPointM-paddingLeft-xxxxl {
    padding-left: 80px;
  }

  .breakPointM-paddingLeft-xxxl {
    padding-left: 60px;
  }

  .breakPointM-paddingLeft-xxl {
    padding-left: 50px;
  }

  .breakPointM-paddingLeft-xl {
    padding-left: 40px;
  }

  .breakPointM-paddingLeft-l {
    padding-left: 30px;
  }

  .breakPointM-paddingLeft-m {
    padding-left: 20px;
  }

  .breakPointM-paddingLeft-s {
    padding-left: 15px;
  }

  .breakPointM-paddingLeft-xs {
    padding-left: 10px;
  }

  .breakPointM-paddingLeft-xxs {
    padding-left: 5px;
  }

  .breakPointM-paddingLeft-0 {
    padding-left: 0;
  }

  .breakPointM-paddingRight-xxxxl {
    padding-right: 80px;
  }

  .breakPointM-paddingRight-xxxl {
    padding-right: 60px;
  }

  .breakPointM-paddingRight-xxl {
    padding-right: 50px;
  }

  .breakPointM-paddingRight-xl {
    padding-right: 40px;
  }

  .breakPointM-paddingRight-l {
    padding-right: 30px;
  }

  .breakPointM-paddingRight-m {
    padding-right: 20px;
  }

  .breakPointM-paddingRight-s {
    padding-right: 15px;
  }

  .breakPointM-paddingRight-xs {
    padding-right: 10px;
  }

  .breakPointM-paddingRight-xxs {
    padding-right: 5px;
  }

  .breakPointM-paddingRight-0 {
    padding-right: 0;
  }
}

@media screen and (min-width: 1180px) {
  .breakPointL-padding-xxxxl {
    padding: 80px;
  }

  .breakPointL-padding-xxxl {
    padding: 60px;
  }

  .breakPointL-padding-xxl {
    padding: 50px;
  }

  .breakPointL-padding-xl {
    padding: 40px;
  }

  .breakPointL-padding-l {
    padding: 30px;
  }

  .breakPointL-padding-m {
    padding: 20px;
  }

  .breakPointL-padding-s {
    padding: 15px;
  }

  .breakPointL-padding-xs {
    padding: 10px;
  }

  .breakPointL-padding-xxs {
    padding: 5px;
  }

  .breakPointL-padding-0 {
    padding: 0;
  }

  .breakPointL-paddingTop-xxxxl {
    padding-top: 80px;
  }

  .breakPointL-paddingTop-xxxl {
    padding-top: 60px;
  }

  .breakPointL-paddingTop-xxl {
    padding-top: 50px;
  }

  .breakPointL-paddingTop-xl {
    padding-top: 40px;
  }

  .breakPointL-paddingTop-l {
    padding-top: 30px;
  }

  .breakPointL-paddingTop-m {
    padding-top: 20px;
  }

  .breakPointL-paddingTop-s {
    padding-top: 15px;
  }

  .breakPointL-paddingTop-xs {
    padding-top: 10px;
  }

  .breakPointL-paddingTop-xxs {
    padding-top: 5px;
  }

  .breakPointL-paddingTop-0 {
    padding-top: 0;
  }

  .breakPointL-paddingBottom-xxxxl {
    padding-bottom: 80px;
  }

  .breakPointL-paddingBottom-xxxl {
    padding-bottom: 60px;
  }

  .breakPointL-paddingBottom-xxl {
    padding-bottom: 50px;
  }

  .breakPointL-paddingBottom-xl {
    padding-bottom: 40px;
  }

  .breakPointL-paddingBottom-l {
    padding-bottom: 30px;
  }

  .breakPointL-paddingBottom-m {
    padding-bottom: 20px;
  }

  .breakPointL-paddingBottom-s {
    padding-bottom: 15px;
  }

  .breakPointL-paddingBottom-xs {
    padding-bottom: 10px;
  }

  .breakPointL-paddingBottom-xxs {
    padding-bottom: 5px;
  }

  .breakPointL-paddingBottom-0 {
    padding-bottom: 0;
  }

  .breakPointL-paddingLeft-xxxxl {
    padding-left: 80px;
  }

  .breakPointL-paddingLeft-xxxl {
    padding-left: 60px;
  }

  .breakPointL-paddingLeft-xxl {
    padding-left: 50px;
  }

  .breakPointL-paddingLeft-xl {
    padding-left: 40px;
  }

  .breakPointL-paddingLeft-l {
    padding-left: 30px;
  }

  .breakPointL-paddingLeft-m {
    padding-left: 20px;
  }

  .breakPointL-paddingLeft-s {
    padding-left: 15px;
  }

  .breakPointL-paddingLeft-xs {
    padding-left: 10px;
  }

  .breakPointL-paddingLeft-xxs {
    padding-left: 5px;
  }

  .breakPointL-paddingLeft-0 {
    padding-left: 0;
  }

  .breakPointL-paddingRight-xxxxl {
    padding-right: 80px;
  }

  .breakPointL-paddingRight-xxxl {
    padding-right: 60px;
  }

  .breakPointL-paddingRight-xxl {
    padding-right: 50px;
  }

  .breakPointL-paddingRight-xl {
    padding-right: 40px;
  }

  .breakPointL-paddingRight-l {
    padding-right: 30px;
  }

  .breakPointL-paddingRight-m {
    padding-right: 20px;
  }

  .breakPointL-paddingRight-s {
    padding-right: 15px;
  }

  .breakPointL-paddingRight-xs {
    padding-right: 10px;
  }

  .breakPointL-paddingRight-xxs {
    padding-right: 5px;
  }

  .breakPointL-paddingRight-0 {
    padding-right: 0;
  }
}

@media screen and (min-width: 1680px) {
  .breakPointXL-padding-xxxxl {
    padding: 80px;
  }

  .breakPointXL-padding-xxxl {
    padding: 60px;
  }

  .breakPointXL-padding-xxl {
    padding: 50px;
  }

  .breakPointXL-padding-xl {
    padding: 40px;
  }

  .breakPointXL-padding-l {
    padding: 30px;
  }

  .breakPointXL-padding-m {
    padding: 20px;
  }

  .breakPointXL-padding-s {
    padding: 15px;
  }

  .breakPointXL-padding-xs {
    padding: 10px;
  }

  .breakPointXL-padding-xxs {
    padding: 5px;
  }

  .breakPointXL-padding-0 {
    padding: 0;
  }

  .breakPointXL-paddingTop-xxxxl {
    padding-top: 80px;
  }

  .breakPointXL-paddingTop-xxxl {
    padding-top: 60px;
  }

  .breakPointXL-paddingTop-xxl {
    padding-top: 50px;
  }

  .breakPointXL-paddingTop-xl {
    padding-top: 40px;
  }

  .breakPointXL-paddingTop-l {
    padding-top: 30px;
  }

  .breakPointXL-paddingTop-m {
    padding-top: 20px;
  }

  .breakPointXL-paddingTop-s {
    padding-top: 15px;
  }

  .breakPointXL-paddingTop-xs {
    padding-top: 10px;
  }

  .breakPointXL-paddingTop-xxs {
    padding-top: 5px;
  }

  .breakPointXL-paddingTop-0 {
    padding-top: 0;
  }

  .breakPointXL-paddingBottom-xxxxl {
    padding-bottom: 80px;
  }

  .breakPointXL-paddingBottom-xxxl {
    padding-bottom: 60px;
  }

  .breakPointXL-paddingBottom-xxl {
    padding-bottom: 50px;
  }

  .breakPointXL-paddingBottom-xl {
    padding-bottom: 40px;
  }

  .breakPointXL-paddingBottom-l {
    padding-bottom: 30px;
  }

  .breakPointXL-paddingBottom-m {
    padding-bottom: 20px;
  }

  .breakPointXL-paddingBottom-s {
    padding-bottom: 15px;
  }

  .breakPointXL-paddingBottom-xs {
    padding-bottom: 10px;
  }

  .breakPointXL-paddingBottom-xxs {
    padding-bottom: 5px;
  }

  .breakPointXL-paddingBottom-0 {
    padding-bottom: 0;
  }

  .breakPointXL-paddingLeft-xxxxl {
    padding-left: 80px;
  }

  .breakPointXL-paddingLeft-xxxl {
    padding-left: 60px;
  }

  .breakPointXL-paddingLeft-xxl {
    padding-left: 50px;
  }

  .breakPointXL-paddingLeft-xl {
    padding-left: 40px;
  }

  .breakPointXL-paddingLeft-l {
    padding-left: 30px;
  }

  .breakPointXL-paddingLeft-m {
    padding-left: 20px;
  }

  .breakPointXL-paddingLeft-s {
    padding-left: 15px;
  }

  .breakPointXL-paddingLeft-xs {
    padding-left: 10px;
  }

  .breakPointXL-paddingLeft-xxs {
    padding-left: 5px;
  }

  .breakPointXL-paddingLeft-0 {
    padding-left: 0;
  }

  .breakPointXL-paddingRight-xxxxl {
    padding-right: 80px;
  }

  .breakPointXL-paddingRight-xxxl {
    padding-right: 60px;
  }

  .breakPointXL-paddingRight-xxl {
    padding-right: 50px;
  }

  .breakPointXL-paddingRight-xl {
    padding-right: 40px;
  }

  .breakPointXL-paddingRight-l {
    padding-right: 30px;
  }

  .breakPointXL-paddingRight-m {
    padding-right: 20px;
  }

  .breakPointXL-paddingRight-s {
    padding-right: 15px;
  }

  .breakPointXL-paddingRight-xs {
    padding-right: 10px;
  }

  .breakPointXL-paddingRight-xxs {
    padding-right: 5px;
  }

  .breakPointXL-paddingRight-0 {
    padding-right: 0;
  }
}

.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33.3333%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 90%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

.width-auto {
  width: auto;
}

@media screen and (min-width: 480px) {
  .breakPointS-width-10 {
    width: 10%;
  }

  .breakPointS-width-15 {
    width: 15%;
  }

  .breakPointS-width-20 {
    width: 20%;
  }

  .breakPointS-width-25 {
    width: 25%;
  }

  .breakPointS-width-30 {
    width: 30%;
  }

  .breakPointS-width-33 {
    width: 33.3333%;
  }

  .breakPointS-width-35 {
    width: 35%;
  }

  .breakPointS-width-40 {
    width: 40%;
  }

  .breakPointS-width-45 {
    width: 45%;
  }

  .breakPointS-width-50 {
    width: 50%;
  }

  .breakPointS-width-55 {
    width: 55%;
  }

  .breakPointS-width-60 {
    width: 60%;
  }

  .breakPointS-width-65 {
    width: 65%;
  }

  .breakPointS-width-70 {
    width: 70%;
  }

  .breakPointS-width-75 {
    width: 75%;
  }

  .breakPointS-width-80 {
    width: 80%;
  }

  .breakPointS-width-85 {
    width: 85%;
  }

  .breakPointS-width-90 {
    width: 90%;
  }

  .breakPointS-width-95 {
    width: 95%;
  }

  .breakPointS-width-100 {
    width: 100%;
  }

  .breakPointS-width-auto {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .breakPointM-width-10 {
    width: 10%;
  }

  .breakPointM-width-15 {
    width: 15%;
  }

  .breakPointM-width-20 {
    width: 20%;
  }

  .breakPointM-width-25 {
    width: 25%;
  }

  .breakPointM-width-30 {
    width: 30%;
  }

  .breakPointM-width-33 {
    width: 33.3333%;
  }

  .breakPointM-width-35 {
    width: 35%;
  }

  .breakPointM-width-40 {
    width: 40%;
  }

  .breakPointM-width-45 {
    width: 45%;
  }

  .breakPointM-width-50 {
    width: 50%;
  }

  .breakPointM-width-55 {
    width: 55%;
  }

  .breakPointM-width-60 {
    width: 60%;
  }

  .breakPointM-width-65 {
    width: 65%;
  }

  .breakPointM-width-70 {
    width: 70%;
  }

  .breakPointM-width-75 {
    width: 75%;
  }

  .breakPointM-width-80 {
    width: 80%;
  }

  .breakPointM-width-85 {
    width: 85%;
  }

  .breakPointM-width-90 {
    width: 90%;
  }

  .breakPointM-width-95 {
    width: 95%;
  }

  .breakPointM-width-100 {
    width: 100%;
  }

  .breakPointM-width-auto {
    width: auto;
  }
}

@media screen and (min-width: 1180px) {
  .breakPointL-width-10 {
    width: 10%;
  }

  .breakPointL-width-15 {
    width: 15%;
  }

  .breakPointL-width-20 {
    width: 20%;
  }

  .breakPointL-width-25 {
    width: 25%;
  }

  .breakPointL-width-30 {
    width: 30%;
  }

  .breakPointL-width-33 {
    width: 33.3333%;
  }

  .breakPointL-width-35 {
    width: 35%;
  }

  .breakPointL-width-40 {
    width: 40%;
  }

  .breakPointL-width-45 {
    width: 45%;
  }

  .breakPointL-width-50 {
    width: 50%;
  }

  .breakPointL-width-55 {
    width: 55%;
  }

  .breakPointL-width-60 {
    width: 60%;
  }

  .breakPointL-width-65 {
    width: 65%;
  }

  .breakPointL-width-70 {
    width: 70%;
  }

  .breakPointL-width-75 {
    width: 75%;
  }

  .breakPointL-width-80 {
    width: 80%;
  }

  .breakPointL-width-85 {
    width: 85%;
  }

  .breakPointL-width-90 {
    width: 90%;
  }

  .breakPointL-width-95 {
    width: 95%;
  }

  .breakPointL-width-100 {
    width: 100%;
  }

  .breakPointL-width-auto {
    width: auto;
  }
}

@media screen and (min-width: 1680px) {
  .breakPointXL-width-10 {
    width: 10%;
  }

  .breakPointXL-width-15 {
    width: 15%;
  }

  .breakPointXL-width-20 {
    width: 20%;
  }

  .breakPointXL-width-25 {
    width: 25%;
  }

  .breakPointXL-width-30 {
    width: 30%;
  }

  .breakPointXL-width-33 {
    width: 33.3333%;
  }

  .breakPointXL-width-35 {
    width: 35%;
  }

  .breakPointXL-width-40 {
    width: 40%;
  }

  .breakPointXL-width-45 {
    width: 45%;
  }

  .breakPointXL-width-50 {
    width: 50%;
  }

  .breakPointXL-width-55 {
    width: 55%;
  }

  .breakPointXL-width-60 {
    width: 60%;
  }

  .breakPointXL-width-65 {
    width: 65%;
  }

  .breakPointXL-width-70 {
    width: 70%;
  }

  .breakPointXL-width-75 {
    width: 75%;
  }

  .breakPointXL-width-80 {
    width: 80%;
  }

  .breakPointXL-width-85 {
    width: 85%;
  }

  .breakPointXL-width-90 {
    width: 90%;
  }

  .breakPointXL-width-95 {
    width: 95%;
  }

  .breakPointXL-width-100 {
    width: 100%;
  }

  .breakPointXL-width-auto {
    width: auto;
  }
}

.margin-xxxxl {
  margin: 80px;
}

.margin-xxxl {
  margin: 60px;
}

.margin-xxl {
  margin: 50px;
}

.margin-xl {
  margin: 40px;
}

.margin-l {
  margin: 30px;
}

.margin-m {
  margin: 20px;
}

.margin-s {
  margin: 15px;
}

.margin-xs {
  margin: 10px;
}

.margin-xxs {
  margin: 5px;
}

.margin-0 {
  margin: 0;
}

.marginTop-xxxxl {
  margin-top: 80px;
}

.marginBottom-xxxxl {
  margin-bottom: 80px;
}

.marginLeft-xxxxl {
  margin-left: 80px;
}

.marginRight-xxxxl {
  margin-right: 80px;
}

.marginTop-xxxl {
  margin-top: 60px;
}

.marginBottom-xxxl {
  margin-bottom: 60px;
}

.marginLeft-xxxl {
  margin-left: 60px;
}

.marginRight-xxxl {
  margin-right: 60px;
}

.marginTop-xxl {
  margin-top: 50px;
}

.marginBottom-xxl {
  margin-bottom: 50px;
}

.marginLeft-xxl {
  margin-left: 50px;
}

.marginRight-xxl {
  margin-right: 50px;
}

.marginTop-xl {
  margin-top: 40px;
}

.marginBottom-xl {
  margin-bottom: 40px;
}

.marginLeft-xl {
  margin-left: 40px;
}

.marginRight-xl {
  margin-right: 40px;
}

.marginTop-l {
  margin-top: 30px;
}

.marginBottom-l {
  margin-bottom: 30px;
}

.marginLeft-l {
  margin-left: 30px;
}

.marginRight-l {
  margin-right: 30px;
}

.marginTop-m {
  margin-top: 20px;
}

.marginBottom-m {
  margin-bottom: 20px;
}

.marginLeft-m {
  margin-left: 20px;
}

.marginRight-m {
  margin-right: 20px;
}

.marginTop-s {
  margin-top: 15px;
}

.marginBottom-s {
  margin-bottom: 15px;
}

.marginLeft-s {
  margin-left: 15px;
}

.marginRight-s {
  margin-right: 15px;
}

.marginTop-xs {
  margin-top: 10px;
}

.marginBottom-xs {
  margin-bottom: 10px;
}

.marginLeft-xs {
  margin-left: 10px;
}

.marginRight-xs {
  margin-right: 10px;
}

.marginTop-xxs {
  margin-top: 5px;
}

.marginBottom-xxs {
  margin-bottom: 5px;
}

.marginLeft-xxs {
  margin-left: 5px;
}

.marginRight-xxs {
  margin-right: 5px;
}

.marginTop-0 {
  margin-top: 0;
}

.marginBottom-0 {
  margin-bottom: 0;
}

.marginLeft-0 {
  margin-left: 0;
}

.marginRight-0 {
  margin-right: 0;
}

@media screen and (min-width: 480px) {
  .breakPointS-margin-xxxxl {
    margin: 80px;
  }

  .breakPointS-margin-xxxl {
    margin: 60px;
  }

  .breakPointS-margin-xxl {
    margin: 50px;
  }

  .breakPointS-margin-xl {
    margin: 40px;
  }

  .breakPointS-margin-l {
    margin: 30px;
  }

  .breakPointS-margin-m {
    margin: 20px;
  }

  .breakPointS-margin-s {
    margin: 15px;
  }

  .breakPointS-margin-xs {
    margin: 10px;
  }

  .breakPointS-margin-xxs {
    margin: 5px;
  }

  .breakPointS-margin-0 {
    margin: 0;
  }

  .breakPointS-marginTop-xxxxl {
    margin-top: 80px;
  }

  .breakPointS-marginTop-xxxl {
    margin-top: 60px;
  }

  .breakPointS-marginTop-xxl {
    margin-top: 50px;
  }

  .breakPointS-marginTop-xl {
    margin-top: 40px;
  }

  .breakPointS-marginTop-l {
    margin-top: 30px;
  }

  .breakPointS-marginTop-m {
    margin-top: 20px;
  }

  .breakPointS-marginTop-s {
    margin-top: 15px;
  }

  .breakPointS-marginTop-xs {
    margin-top: 10px;
  }

  .breakPointS-marginTop-xxs {
    margin-top: 5px;
  }

  .breakPointS-marginTop-0 {
    margin-top: 0;
  }

  .breakPointS-marginBottom-xxxxl {
    margin-bottom: 80px;
  }

  .breakPointS-marginBottom-xxxl {
    margin-bottom: 60px;
  }

  .breakPointS-marginBottom-xxl {
    margin-bottom: 50px;
  }

  .breakPointS-marginBottom-xl {
    margin-bottom: 40px;
  }

  .breakPointS-marginBottom-l {
    margin-bottom: 30px;
  }

  .breakPointS-marginBottom-m {
    margin-bottom: 20px;
  }

  .breakPointS-marginBottom-s {
    margin-bottom: 15px;
  }

  .breakPointS-marginBottom-xs {
    margin-bottom: 10px;
  }

  .breakPointS-marginBottom-xxs {
    margin-bottom: 5px;
  }

  .breakPointS-marginBottom-0 {
    margin-bottom: 0;
  }

  .breakPointS-marginLeft-xxxxl {
    margin-left: 80px;
  }

  .breakPointS-marginLeft-xxxl {
    margin-left: 60px;
  }

  .breakPointS-marginLeft-xxl {
    margin-left: 50px;
  }

  .breakPointS-marginLeft-xl {
    margin-left: 40px;
  }

  .breakPointS-marginLeft-l {
    margin-left: 30px;
  }

  .breakPointS-marginLeft-m {
    margin-left: 20px;
  }

  .breakPointS-marginLeft-s {
    margin-left: 15px;
  }

  .breakPointS-marginLeft-xs {
    margin-left: 10px;
  }

  .breakPointS-marginLeft-xxs {
    margin-left: 5px;
  }

  .breakPointS-marginLeft-0 {
    margin-left: 0;
  }

  .breakPointS-marginRight-xxxxl {
    margin-right: 80px;
  }

  .breakPointS-marginRight-xxxl {
    margin-right: 60px;
  }

  .breakPointS-marginRight-xxl {
    margin-right: 50px;
  }

  .breakPointS-marginRight-xl {
    margin-right: 40px;
  }

  .breakPointS-marginRight-l {
    margin-right: 30px;
  }

  .breakPointS-marginRight-m {
    margin-right: 20px;
  }

  .breakPointS-marginRight-s {
    margin-right: 15px;
  }

  .breakPointS-marginRight-xs {
    margin-right: 10px;
  }

  .breakPointS-marginRight-xxs {
    margin-right: 5px;
  }

  .breakPointS-marginRight-0 {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .breakPointM-margin-xxxxl {
    margin: 80px;
  }

  .breakPointM-margin-xxxl {
    margin: 60px;
  }

  .breakPointM-margin-xxl {
    margin: 50px;
  }

  .breakPointM-margin-xl {
    margin: 40px;
  }

  .breakPointM-margin-l {
    margin: 30px;
  }

  .breakPointM-margin-m {
    margin: 20px;
  }

  .breakPointM-margin-s {
    margin: 15px;
  }

  .breakPointM-margin-xs {
    margin: 10px;
  }

  .breakPointM-margin-xxs {
    margin: 5px;
  }

  .breakPointM-margin-0 {
    margin: 0;
  }

  .breakPointM-marginTop-xxxxl {
    margin-top: 80px;
  }

  .breakPointM-marginTop-xxxl {
    margin-top: 60px;
  }

  .breakPointM-marginTop-xxl {
    margin-top: 50px;
  }

  .breakPointM-marginTop-xl {
    margin-top: 40px;
  }

  .breakPointM-marginTop-l {
    margin-top: 30px;
  }

  .breakPointM-marginTop-m {
    margin-top: 20px;
  }

  .breakPointM-marginTop-s {
    margin-top: 15px;
  }

  .breakPointM-marginTop-xs {
    margin-top: 10px;
  }

  .breakPointM-marginTop-xxs {
    margin-top: 5px;
  }

  .breakPointM-marginTop-0 {
    margin-top: 0;
  }

  .breakPointM-marginBottom-xxxxl {
    margin-bottom: 80px;
  }

  .breakPointM-marginBottom-xxxl {
    margin-bottom: 60px;
  }

  .breakPointM-marginBottom-xxl {
    margin-bottom: 50px;
  }

  .breakPointM-marginBottom-xl {
    margin-bottom: 40px;
  }

  .breakPointM-marginBottom-l {
    margin-bottom: 30px;
  }

  .breakPointM-marginBottom-m {
    margin-bottom: 20px;
  }

  .breakPointM-marginBottom-s {
    margin-bottom: 15px;
  }

  .breakPointM-marginBottom-xs {
    margin-bottom: 10px;
  }

  .breakPointM-marginBottom-xxs {
    margin-bottom: 5px;
  }

  .breakPointM-marginBottom-0 {
    margin-bottom: 0;
  }

  .breakPointM-marginLeft-xxxxl {
    margin-left: 80px;
  }

  .breakPointM-marginLeft-xxxl {
    margin-left: 60px;
  }

  .breakPointM-marginLeft-xxl {
    margin-left: 50px;
  }

  .breakPointM-marginLeft-xl {
    margin-left: 40px;
  }

  .breakPointM-marginLeft-l {
    margin-left: 30px;
  }

  .breakPointM-marginLeft-m {
    margin-left: 20px;
  }

  .breakPointM-marginLeft-s {
    margin-left: 15px;
  }

  .breakPointM-marginLeft-xs {
    margin-left: 10px;
  }

  .breakPointM-marginLeft-xxs {
    margin-left: 5px;
  }

  .breakPointM-marginLeft-0 {
    margin-left: 0;
  }

  .breakPointM-marginRight-xxxxl {
    margin-right: 80px;
  }

  .breakPointM-marginRight-xxxl {
    margin-right: 60px;
  }

  .breakPointM-marginRight-xxl {
    margin-right: 50px;
  }

  .breakPointM-marginRight-xl {
    margin-right: 40px;
  }

  .breakPointM-marginRight-l {
    margin-right: 30px;
  }

  .breakPointM-marginRight-m {
    margin-right: 20px;
  }

  .breakPointM-marginRight-s {
    margin-right: 15px;
  }

  .breakPointM-marginRight-xs {
    margin-right: 10px;
  }

  .breakPointM-marginRight-xxs {
    margin-right: 5px;
  }

  .breakPointM-marginRight-0 {
    margin-right: 0;
  }
}

@media screen and (min-width: 1180px) {
  .breakPointL-margin-xxxxl {
    margin: 80px;
  }

  .breakPointL-margin-xxxl {
    margin: 60px;
  }

  .breakPointL-margin-xxl {
    margin: 50px;
  }

  .breakPointL-margin-xl {
    margin: 40px;
  }

  .breakPointL-margin-l {
    margin: 30px;
  }

  .breakPointL-margin-m {
    margin: 20px;
  }

  .breakPointL-margin-s {
    margin: 15px;
  }

  .breakPointL-margin-xs {
    margin: 10px;
  }

  .breakPointL-margin-xxs {
    margin: 5px;
  }

  .breakPointL-margin-0 {
    margin: 0;
  }

  .breakPointL-marginTop-xxxxl {
    margin-top: 80px;
  }

  .breakPointL-marginTop-xxxl {
    margin-top: 60px;
  }

  .breakPointL-marginTop-xxl {
    margin-top: 50px;
  }

  .breakPointL-marginTop-xl {
    margin-top: 40px;
  }

  .breakPointL-marginTop-l {
    margin-top: 30px;
  }

  .breakPointL-marginTop-m {
    margin-top: 20px;
  }

  .breakPointL-marginTop-s {
    margin-top: 15px;
  }

  .breakPointL-marginTop-xs {
    margin-top: 10px;
  }

  .breakPointL-marginTop-xxs {
    margin-top: 5px;
  }

  .breakPointL-marginTop-0 {
    margin-top: 0;
  }

  .breakPointL-marginBottom-xxxxl {
    margin-bottom: 80px;
  }

  .breakPointL-marginBottom-xxxl {
    margin-bottom: 60px;
  }

  .breakPointL-marginBottom-xxl {
    margin-bottom: 50px;
  }

  .breakPointL-marginBottom-xl {
    margin-bottom: 40px;
  }

  .breakPointL-marginBottom-l {
    margin-bottom: 30px;
  }

  .breakPointL-marginBottom-m {
    margin-bottom: 20px;
  }

  .breakPointL-marginBottom-s {
    margin-bottom: 15px;
  }

  .breakPointL-marginBottom-xs {
    margin-bottom: 10px;
  }

  .breakPointL-marginBottom-xxs {
    margin-bottom: 5px;
  }

  .breakPointL-marginBottom-0 {
    margin-bottom: 0;
  }

  .breakPointL-marginLeft-xxxxl {
    margin-left: 80px;
  }

  .breakPointL-marginLeft-xxxl {
    margin-left: 60px;
  }

  .breakPointL-marginLeft-xxl {
    margin-left: 50px;
  }

  .breakPointL-marginLeft-xl {
    margin-left: 40px;
  }

  .breakPointL-marginLeft-l {
    margin-left: 30px;
  }

  .breakPointL-marginLeft-m {
    margin-left: 20px;
  }

  .breakPointL-marginLeft-s {
    margin-left: 15px;
  }

  .breakPointL-marginLeft-xs {
    margin-left: 10px;
  }

  .breakPointL-marginLeft-xxs {
    margin-left: 5px;
  }

  .breakPointL-marginLeft-0 {
    margin-left: 0;
  }

  .breakPointL-marginRight-xxxxl {
    margin-right: 80px;
  }

  .breakPointL-marginRight-xxxl {
    margin-right: 60px;
  }

  .breakPointL-marginRight-xxl {
    margin-right: 50px;
  }

  .breakPointL-marginRight-xl {
    margin-right: 40px;
  }

  .breakPointL-marginRight-l {
    margin-right: 30px;
  }

  .breakPointL-marginRight-m {
    margin-right: 20px;
  }

  .breakPointL-marginRight-s {
    margin-right: 15px;
  }

  .breakPointL-marginRight-xs {
    margin-right: 10px;
  }

  .breakPointL-marginRight-xxs {
    margin-right: 5px;
  }

  .breakPointL-marginRight-0 {
    margin-right: 0;
  }
}

@media screen and (min-width: 1680px) {
  .breakPointXL-margin-xxxxl {
    margin: 80px;
  }

  .breakPointXL-margin-xxxl {
    margin: 60px;
  }

  .breakPointXL-margin-xxl {
    margin: 50px;
  }

  .breakPointXL-margin-xl {
    margin: 40px;
  }

  .breakPointXL-margin-l {
    margin: 30px;
  }

  .breakPointXL-margin-m {
    margin: 20px;
  }

  .breakPointXL-margin-s {
    margin: 15px;
  }

  .breakPointXL-margin-xs {
    margin: 10px;
  }

  .breakPointXL-margin-xxs {
    margin: 5px;
  }

  .breakPointXL-margin-0 {
    margin: 0;
  }

  .breakPointXL-marginTop-xxxxl {
    margin-top: 80px;
  }

  .breakPointXL-marginTop-xxxl {
    margin-top: 60px;
  }

  .breakPointXL-marginTop-xxl {
    margin-top: 50px;
  }

  .breakPointXL-marginTop-xl {
    margin-top: 40px;
  }

  .breakPointXL-marginTop-l {
    margin-top: 30px;
  }

  .breakPointXL-marginTop-m {
    margin-top: 20px;
  }

  .breakPointXL-marginTop-s {
    margin-top: 15px;
  }

  .breakPointXL-marginTop-xs {
    margin-top: 10px;
  }

  .breakPointXL-marginTop-xxs {
    margin-top: 5px;
  }

  .breakPointXL-marginTop-0 {
    margin-top: 0;
  }

  .breakPointXL-marginBottom-xxxxl {
    margin-bottom: 80px;
  }

  .breakPointXL-marginBottom-xxxl {
    margin-bottom: 60px;
  }

  .breakPointXL-marginBottom-xxl {
    margin-bottom: 50px;
  }

  .breakPointXL-marginBottom-xl {
    margin-bottom: 40px;
  }

  .breakPointXL-marginBottom-l {
    margin-bottom: 30px;
  }

  .breakPointXL-marginBottom-m {
    margin-bottom: 20px;
  }

  .breakPointXL-marginBottom-s {
    margin-bottom: 15px;
  }

  .breakPointXL-marginBottom-xs {
    margin-bottom: 10px;
  }

  .breakPointXL-marginBottom-xxs {
    margin-bottom: 5px;
  }

  .breakPointXL-marginBottom-0 {
    margin-bottom: 0;
  }

  .breakPointXL-marginLeft-xxxxl {
    margin-left: 80px;
  }

  .breakPointXL-marginLeft-xxxl {
    margin-left: 60px;
  }

  .breakPointXL-marginLeft-xxl {
    margin-left: 50px;
  }

  .breakPointXL-marginLeft-xl {
    margin-left: 40px;
  }

  .breakPointXL-marginLeft-l {
    margin-left: 30px;
  }

  .breakPointXL-marginLeft-m {
    margin-left: 20px;
  }

  .breakPointXL-marginLeft-s {
    margin-left: 15px;
  }

  .breakPointXL-marginLeft-xs {
    margin-left: 10px;
  }

  .breakPointXL-marginLeft-xxs {
    margin-left: 5px;
  }

  .breakPointXL-marginLeft-0 {
    margin-left: 0;
  }

  .breakPointXL-marginRight-xxxxl {
    margin-right: 80px;
  }

  .breakPointXL-marginRight-xxxl {
    margin-right: 60px;
  }

  .breakPointXL-marginRight-xxl {
    margin-right: 50px;
  }

  .breakPointXL-marginRight-xl {
    margin-right: 40px;
  }

  .breakPointXL-marginRight-l {
    margin-right: 30px;
  }

  .breakPointXL-marginRight-m {
    margin-right: 20px;
  }

  .breakPointXL-marginRight-s {
    margin-right: 15px;
  }

  .breakPointXL-marginRight-xs {
    margin-right: 10px;
  }

  .breakPointXL-marginRight-xxs {
    margin-right: 5px;
  }

  .breakPointXL-marginRight-0 {
    margin-right: 0;
  }
}

.only-pc-block {
  display: block;
}

.only-pc-inline-block {
  display: inline-block;
}

.only-pc-inline {
  display: inline;
}

.only-sp-block {
  display: none;
}

.only-sp-inline-block {
  display: none;
}

.only-sp-inline {
  display: none;
}

.blshd {
  -webkit-box-shadow: rgba(202, 202, 202, 0.5) 0px 3px 8px;
          box-shadow: rgba(202, 202, 202, 0.5) 0px 3px 8px;
}

[data-lp-step="lpPreview"] .wonder-cta-button:hover,
[data-lp-step="step5"] .wonder-cta-button:hover,
body:not([data-lp-step]) .wonder-cta-button:hover {
  opacity: 0.3;
}

.wonder-inner1100 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 70px 20px;
}

.wonder-inner1000 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 70px 20px;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-inner1100 {
    padding: 40px 20px;
  }

  .wonder-inner1000 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 560px) {
  .only-pc-block {
    display: none;
  }

  .only-pc-inline-block {
    display: none;
  }

  .only-pc-inline {
    display: none;
  }

  .only-sp-block {
    display: block;
  }

  .only-sp-inline-block {
    display: inline-block;
  }

  .only-sp-inline {
    display: inline;
  }

  .wonder-inner1100 {
    padding: 30px 20px;
  }

  .wonder-inner1000 {
    padding: 30px 20px;
  }

  body:not([data-lp-step]) .wonder-cta-button:hover {
    opacity: 1 !important;
  }

  body:not([data-lp-step]) .wonder-header-button-block:active,
  body:not([data-lp-step]) .wonder-cv-button-block:active {
    background: #FF8B52 !important;
  }

  body:not([data-lp-step]) .wonder-header-tel-block:active,
  body:not([data-lp-step]) .wonder-cv-tel-block:active {
    background: #dcd8d6 !important;
  }

  section[data-section-display="true"]:last-child .section-main-container {
    margin-bottom: 100px;
  }
}

.wonder-header .wonder-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 1280px;
  margin: auto;
}

.wonder-header .wonder-header-inner .wonder-header-text {
  display: inline-block;
  background-color: unset;
}

.wonder-header .wonder-header-inner .wonder-header-logo-wrapper {
  margin-left: 10px;
}

.wonder-header .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-main .wonder-header-logo {
  height: 67px;
  float: left;
  background-color: unset;
}

.wonder-header .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-main .wonder-header-logo img {
  max-height: 67px;
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper {
  background-color: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #ff9500;
  border-radius: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 65px;
  height: 65px;
  padding: 6px 6px 6px 12px;
  background: #ffffff;
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-icon::after {
  content: "";
  position: absolute;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #ff9500;
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-icon span {
  line-height: 1.1;
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;/*伊波修正flexより */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0px;
  margin-top: 0px;
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper .wonder-header-tel-block {
  padding: 10px;
  width: 210px;/*伊波修正370pxより */
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper .wonder-header-tel-block a.tel-link {
  color: inherit;
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper .wonder-header-tel-block a.tel-link .wonder-header-tel-changeable-img {
  height: 85px;
  width: 210px;
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper .wonder-header-mail-block {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(42%, #ff5800), color-stop(80%, #ffb300));
  background: linear-gradient(0deg, #ff5800 42%, #ffb300 80%);
  border: 1px solid #FF5800;
  padding: 10px 10px;
  height: 100%;
  border-radius: 4px;
  text-shadow: 2px 3px 3px #ff5800;
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper .wonder-header-mail-block .wonder-mail-icon {
  width: 35px;
  padding: 5px;
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-line-block {
  background: #00a600;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(51%, #00a600), to(#00ec00));
  background: linear-gradient(0deg, #00a600 51%, #00ec00 100%);
  border: 1px solid #00a600;
  padding: 10px 10px;
  border-radius: 4px;
  position: relative;
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-line-block .wonder-header-line-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-line-block .wonder-header-line-text .wonder-line-icon {
  width: 35px;
  padding-right: 5px;
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-line-block .wonder-header-line-text .wonder-header-line-main-text {
  width: 100%;
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block {
  width: 220px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;/*伊波修正flexより */
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block .wonder-header-button-text {
  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;
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block .wonder-header-button-text .br-c-sp-display {
  display: none;
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block .wonder-header-button-sub-txt {
  color: #FFFFFF;
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-tel-changeable-img,
.wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-mail-changeable-img {
  height: 110px;
  width: 300px;
}

.wonder-header .wonder-header-inner .wonder-header-cta-wrapper a.wonder-header-button-link {
  width: 100%;
}

.wonder-header[data-composition-type="C"] .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper .wonder-header-mail-block {
  margin-left: 10px;
}

@media screen and (min-width: 960px) {
  .wonder-header .wonder-header-inner .wonder-header-text {
    background-color: unset !important;
    color: #000000;
  }

  .wonder-header .wonder-header-inner .wonder-header-cta-wrapper {
    background-color: unset !important;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-header .wonder-header-text {
    background-color: unset !important;
    color: #000000;
  }

  .wonder-header .wonder-header-cta-wrapper {
    background-color: unset !important;
  }

  .wonder-header[data-composition-type="C"] .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-main .wonder-header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .wonder-header[data-composition-type="C"] .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-main .wonder-header-logo img {
    width: 220px;
  }

  .wonder-header[data-composition-type="C"] .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-icon {
    margin-right: 0;
  }

  .wonder-header[data-composition-type="C"] .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper .wonder-header-mail-block {
    margin-left: 10px;
  }

  .wonder-header[data-composition-type="C"] .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper .wonder-header-line-block {
    padding: 7.6px 10px;
  }

  .wonder-header[data-composition-type="C"] .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper .wonder-header-line-block .wonder-header-line-text .wonder-line-icon {
    width: 30px;
  }

  .wonder-header[data-composition-type="C"] .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper .wonder-header-button-block {
    width: 180px;
  }
}

@media screen and (max-width: 560px) {
  .wonder-header .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .wonder-header .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-main .wonder-header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .wonder-header .wonder-sp-header .sp-top-banner-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffa447), to(#f44336));
    background: linear-gradient(#ffa447, #f44336);
    border: 1px solid #f5a43f;
    white-space: nowrap;
    display:none;
  }

  .wonder-header .wonder-sp-header .sp-top-banner-wrapper .sp-top-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .wonder-header .wonder-sp-header .sp-top-banner-wrapper .sp-top-banner img {
    width: 62px;
    height: 62px;
    margin-right: 24px;
    margin-left: 24px;
    margin-top: 8px;
  }

  .wonder-header .wonder-sp-header .sp-top-banner-wrapper .sp-top-banner .sp-top-banner-text {
    margin-left: 35px;
  }

  .wonder-header .wonder-header-inner {
    display: block;
    position: relative;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: unset !important;
    padding-bottom: unset !important;
  }

  .wonder-header .wonder-header-inner .wonder-header-logo-wrapper {
    margin: 0;
    width: 100%;
  }

  .wonder-header .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-text {
    color: white;
    width: 100%;
  }

  .wonder-header .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-text .text-padding {
    padding: 9px;
  }

  .wonder-header .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-main {
    width: 100%;
    height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .wonder-header .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-main .wonder-head-logo {
    height: 67px;
    margin: 5px 0 5px 10px;
  }

  .wonder-header .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-main .wonder-head-logo img {
    max-height: 67px;
  }

  .wonder-header .wonder-header-inner .wonder-header-cta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: 0;
    z-index: 2147483647;
    width: 100%;
    height: 100px;
    padding: 8px 0;
  }

  .wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-icon {
    display: block;
  }

  .wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper .wonder-header-tel-block {
    height: 80px;
    border: 1px solid #ddd;
    padding: 8px 10px;
    margin-left: 0;
    border-radius: 4px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #eeeeee), to(white));
    background: linear-gradient(0deg, #eeeeee 33%, white 100%);
  }

  .wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper .wonder-header-tel-block a.tel-link {
    text-shadow: 1px 2px 2px #fff;
  }

  .wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper .wonder-header-tel-block .tel-element-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .wonder-header .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper .wonder-header-button-block {
    height: 81px;
    margin-left: 10px;
  }

  .wonder-header[data-composition-type="C"] .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper {
    width: 97%;
  }

  .wonder-header[data-composition-type="C"] .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper .wonder-header-tel-block {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }

  .wonder-header[data-composition-type="C"] .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper .wonder-header-tel-block a.tel-link {
    zoom: 1.13;
  }

  .wonder-header[data-composition-type="C"] .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper .wonder-header-line-block {
    width: 33%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .wonder-header[data-composition-type="C"] .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper .wonder-header-mail-block {
    width: 33%;
  }

  .wonder-header[data-composition-type="C"] .wonder-header-inner .wonder-header-cta-wrapper .wonder-header-button-block-wrapper .wonder-header-mail-block .wonder-header-button-text .br-c-sp-display {
    display: block !important;
  }
}

.wonder-comparison-01[data-composition-type="A"] .wonder-package-graph {
  padding-bottom: 50px;
  padding-top: 15px;
}

.wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper {
  text-align: center;
  padding: 30px 30px 80px;
  border-radius: 10px;
  background: #ffffff;
  margin: 0 auto;
  max-width: 1000px;
}

.wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper .wonder-package-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper .wonder-package-main .wonder-graph-logo {
  position: absolute;
  left: 25px;
  top: 115px;
  width: 250px;
}

.wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper .wonder-package-main .wonder-package-graph-box {
  position: relative;
  -webkit-box-shadow: 8px 0px 8px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 8px 0px 8px -5px rgba(0, 0, 0, 0.5);
}

.wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper .wonder-package-main .wonder-package-graph-box .wonder-package-background {
  min-height: 85px;
  width: 190px;
  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;
  padding: 0 5px;
}

.wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper .wonder-package-main .wonder-package-graph-box .wonder-package-text {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 220px;
  margin: 40px 0 0;
}

.wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper .wonder-package-main .wonder-package-graph-box .wonder-package-background-gray {
  min-height: 85px;
  width: 190px;
  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;
  padding: 0 5px;
}

.wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper .wonder-package-main .wonder-package-graph-box .wonder-package-background-smoke {
  min-height: 85px;
  width: 190px;
  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;
  padding: 0 5px;
  background: #d3d3d3;
}

.wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper .wonder-package-main .wonder-package-blank-wrapper {
  width: 50px;
}

.wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper .wonder-package-main .wonder-package-blank-wrapper .wonder-package-blank {
  min-height: 85px;
  border-top: 1px dashed #bbbbbb;
}

.wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper .wonder-package-main .wonder-package-arrow {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper .wonder-package-main .wonder-package-arrow .wonder-package-arrow-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-top: 100px;
}

.wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper .wonder-package-graph-border {
  border-top: solid 4px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper {
    max-width: 800px !important;
    margin: 0 auto !important;
  }

  .wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper .wonder-package-main .wonder-graph-logo {
    position: absolute !important;
    left: -20px !important;
    top: 120px !important;
    width: 200px !important;
  }

  .wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper .wonder-package-main .wonder-package-graph-box .wonder-package-background {
    width: 165px !important;
  }

  .wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper .wonder-package-main .wonder-package-graph-box .wonder-package-background-gray {
    width: 165px !important;
  }

  .wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper .wonder-package-main .wonder-package-graph-box .wonder-package-background-smoke {
    width: 165px !important;
  }

  .wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper .wonder-package-graph-border {
    width: 100% !important;
  }
}

@media screen and (max-width: 560px) {
  .wonder-comparison-01[data-composition-type="A"] .wonder-graph-logo {
    left: -10px !important;
    top: 130px !important;
    width: 210px !important;
  }

  .wonder-comparison-01[data-composition-type="A"] .wonder-package-graph {
    zoom: 0.65 !important;
  }

  .wonder-comparison-01[data-composition-type="A"] .wonder-package-graph .wonder-package-graph-wrapper {
    background: none !important;
  }
}

.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper {
  margin: 0 auto;
  text-align: center;
  padding: 20px 40px;
}

.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .empty-cell,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .empty-cell {
  height: 65px;
}

.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-cell,
.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-emphasis-cell,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-cell,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-emphasis-cell {
  padding: 15px !important;
  position: relative;
  border-top: 3px solid #FFFFFF;
}

.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-cell.second,
.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-emphasis-cell.second,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-cell.second,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-emphasis-cell.second {
  background-color: #f8f8ff;
}

.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-cell,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-cell {
  border-right: 3px solid #FFFFFF;
  min-height: 65px;
  min-width: 190px;
}

.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-cell.last,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-cell.last {
  border-right: unset;
}

.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-cell.left,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-cell.left {
  border-left: 3px solid #FFFFFF;
}

.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .transparent-cell,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .transparent-cell {
  min-height: 70px;
}

.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-emphasis-cell-wrapper,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-emphasis-cell-wrapper {
  border: 3px solid #FF5800;
}

.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-emphasis-cell-wrapper .table-01-emphasis-cell,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-emphasis-cell-wrapper .table-01-emphasis-cell {
  height: 95px;
  min-width: 221px;
  position: relative;
}

.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-emphasis-cell-wrapper .table-01-emphasis-cell.first,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-emphasis-cell-wrapper .table-01-emphasis-cell.first {
  background-color: #FF5800;
  border-top: unset;
}

.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-cell-wrapper,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-cell-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper {
  width: 15px;
  height: 404px;
  position: relative;
}

.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell {
  background-color: #d6d3d3;
  width: 100%;
  height: 80px;
}

.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell.first,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell.first {
  position: absolute;
  -webkit-transform: skew(0deg, 78deg);
          transform: skew(0deg, 78deg);
  top: 35px;
}

.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell.second,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell.second {
  margin-top: 70px;
}

.wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell.last,
.wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell.last {
  position: absolute;
  bottom: 45px;
  -webkit-transform: skew(0deg, -75deg);
          transform: skew(0deg, -75deg);
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-comparison-01[data-composition-type="B"] .table-01 .empty-cell,
  .wonder-comparison-01[data-composition-type="C"] .table-01 .empty-cell {
    height: 60px !important;
  }

  .wonder-comparison-01[data-composition-type="B"] .table-01 .table-01-cell,
  .wonder-comparison-01[data-composition-type="C"] .table-01 .table-01-cell {
    min-height: 60px !important;
    min-width: 140px !important;
  }

  .wonder-comparison-01[data-composition-type="B"] .table-01 .transparent-cell,
  .wonder-comparison-01[data-composition-type="C"] .table-01 .transparent-cell {
    min-height: 50px !important;
  }

  .wonder-comparison-01[data-composition-type="B"] .table-01 .table-01-emphasis-cell-wrapper .table-01-emphasis-cell,
  .wonder-comparison-01[data-composition-type="C"] .table-01 .table-01-emphasis-cell-wrapper .table-01-emphasis-cell {
    height: 80px !important;
    min-width: 160px !important;
  }

  .wonder-comparison-01[data-composition-type="B"] .table-01 .table-01-decoration-cell-wrapper,
  .wonder-comparison-01[data-composition-type="C"] .table-01 .table-01-decoration-cell-wrapper {
    height: 300px !important;
  }

  .wonder-comparison-01[data-composition-type="B"] .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell.first,
  .wonder-comparison-01[data-composition-type="C"] .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell.first {
    -webkit-transform: skew(0deg, 73deg) !important;
            transform: skew(0deg, 73deg) !important;
    top: 27px !important;
  }

  .wonder-comparison-01[data-composition-type="B"] .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell.last,
  .wonder-comparison-01[data-composition-type="C"] .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell.last {
    bottom: -6px !important;
    -webkit-transform: skew(0deg, -66deg) !important;
            transform: skew(0deg, -66deg) !important;
  }

  .wonder-comparison-01[data-composition-type="B"] .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell,
  .wonder-comparison-01[data-composition-type="C"] .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell {
    height: 70px !important;
  }

  .wonder-comparison-01[data-composition-type="B"] .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell.second,
  .wonder-comparison-01[data-composition-type="C"] .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell.second {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 560px) {
  .wonder-comparison-01[data-composition-type="B"] .wonder-table-section,
  .wonder-comparison-01[data-composition-type="C"] .wonder-table-section {
    overflow-x: scroll;
  }

  .wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper,
  .wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper {
    width: 780px;
    padding: 20px 20px;
  }

  .wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01,
  .wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 {
    padding: 0 !important;
  }

  .wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .empty-cell,
  .wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .empty-cell {
    height: 60px !important;
  }

  .wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-cell,
  .wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-cell {
    min-height: 60px !important;
    min-width: 140px !important;
  }

  .wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .transparent-cell,
  .wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .transparent-cell {
    min-height: 50px !important;
  }

  .wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-emphasis-cell-wrapper .table-01-emphasis-cell,
  .wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-emphasis-cell-wrapper .table-01-emphasis-cell {
    height: 80px !important;
    min-width: 160px !important;
  }

  .wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper,
  .wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper {
    height: 300px !important;
  }

  .wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell.first,
  .wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell.first {
    -webkit-transform: skew(0deg, 73deg) !important;
            transform: skew(0deg, 73deg) !important;
    top: 27px !important;
  }

  .wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell.last,
  .wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell.last {
    bottom: -6px !important;
    -webkit-transform: skew(0deg, -66deg) !important;
            transform: skew(0deg, -66deg) !important;
  }

  .wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell,
  .wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell {
    height: 70px !important;
  }

  .wonder-comparison-01[data-composition-type="B"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell.second,
  .wonder-comparison-01[data-composition-type="C"] .wonder-table-wrapper .table-01 .table-01-decoration-cell-wrapper .table-01-decoration-cell.second {
    margin-top: 70px !important;
  }
}

.wonder-comparison-01 {
  padding-top: 10px;
  border-bottom: 1px solid #eeeeee;
}

.wonder-comparison-01 .wonder-package {
  max-width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wonder-comparison-01 .wonder-package .wonder-package-position {
  position: relative;
}

.wonder-comparison-01 .wonder-package .wonder-package-position .wonder-package-main {
  border-radius: 10px;
}

.wonder-comparison-01 .wonder-package .wonder-package-position .wonder-package-main .wonder-package-title {
  padding: 10px;
  position: relative;
  max-width: 1000px;
  margin: 30px auto;
}

.wonder-comparison-01 .wonder-package .wonder-package-position .person-img-container {
  position: absolute;
  left: 32px;
  bottom: -16px;
}

.wonder-comparison-01 .wonder-package .wonder-package-position img {
  width: 133px;
}

.wonder-comparison-01 .wonder-package .wonder-package-position .wonder-package-balloon {
  position: absolute;
  top: 146px;
  right: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 20px 0 0 20px;
  -webkit-transform: rotate(133deg);
          transform: rotate(133deg);
}

.wonder-comparison-01 .wonder-package .wonder-package-image {
  margin-top: 10px;
  position: relative;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-comparison-01 .wonder-package-position {
    margin: 0 auto !important;
    max-width: 900px !important;
  }

  .wonder-comparison-01 .wonder-package-balloon {
    top: 128px !important;
  }
}

@media screen and (max-width: 560px) {
  .wonder-comparison-01 .wonder-package .wonder-package-position {
    max-width: 90% !important;
    margin: 0 auto !important;
  }

  .wonder-comparison-01 .wonder-package .wonder-package-position img {
    width: 64px;
    left: 4px;
    bottom: -2px;
  }

  .wonder-comparison-01 .wonder-package .wonder-package-position .wonder-package-balloon {
    top: 88px !important;
  }
}

.wonder-flow-01 .wonder-default-main-content {
  padding: 40px 0 80px;
}

.wonder-flow-01 .wonder-flow-title-wrapper {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  position: relative;
  margin-bottom: 30px;
}

.wonder-flow-01 .wonder-flow-ul {
  position: relative;
  max-width: 1000px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.wonder-flow-01 .wonder-flow-ul .wonder-flow-li {
  width: 18%;
  padding: 10px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.wonder-flow-01 .wonder-flow-ul .wonder-flow-li .wonder-text-position {
  margin-top: 8px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  width: 160px;
}

.wonder-flow-01 .wonder-flow-ul .wonder-flow-li .wonder-flow-step {
  margin-bottom: 15px;
}

.wonder-flow-01 .wonder-flow-ul .wonder-flow-li img {
  width: 170px;
  height: 133px;
  border: 4px solid #FFF;
  -webkit-box-shadow: 0px 0px 5px black;
          box-shadow: 0px 0px 5px black;
}

.wonder-flow-01 .wonder-flow-ul .sub-style-status {
  position: absolute;
}

.wonder-flow-01 .wonder-flow-ul .sub-style-status .wonder-flow-border {
  position: absolute;
  width: 1px;
  height: 840%;
  top: -390px;
  border-right-style: solid;
  border-width: medium;
  border-color: #FF9800;
}

.wonder-flow-01 .wonder-flow-ul .sub-style-status .wonder-flow-accent {
  padding: 5px;
  background: #FF9800;
  margin-top: 20px;
}

.wonder-flow-01 .wonder-flow-ul .sub-style-status .wonder-flow-accent .triangle {
  border-left: 24px solid #FF9800;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: 7px;
}

.wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-a[data-flow-index="1"] .wonder-flow-border {
  left: 408px;
}

.wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-a[data-flow-index="1"] .wonder-flow-accent {
  width: 398px;
}

.wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-a[data-flow-index="1"] .wonder-flow-accent .triangle {
  right: -12px;
}

.wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-a[data-flow-index="2"] .wonder-flow-border {
  left: 602px;
}

.wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-a[data-flow-index="2"] .wonder-flow-accent {
  width: 588px;
}

.wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-a[data-flow-index="2"] .wonder-flow-accent .triangle {
  right: -14px;
}

.wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-b[data-flow-index="1"] {
  left: 97px;
}

.wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-b[data-flow-index="1"] .wonder-flow-border {
  left: 408px;
}

.wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-b[data-flow-index="1"] .wonder-flow-accent {
  width: 398px;
}

.wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-b[data-flow-index="1"] .wonder-flow-accent .triangle {
  right: -12px;
}

.wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-b[data-flow-index="2"] {
  left: 97px;
}

.wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-b[data-flow-index="2"] .wonder-flow-border {
  left: 602px;
}

.wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-b[data-flow-index="2"] .wonder-flow-accent {
  width: 588px;
}

.wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-b[data-flow-index="2"] .wonder-flow-accent .triangle {
  right: -14px;
}

.wonder-flow-01 .wonder-flow-ul .sub-style-status .wonder-flow-balloon {
  display: none;
}

.wonder-flow-01 .wonder-flow-ul .wonder-flow-border {
  position: absolute;
  width: 1px;
  height: 840%;
  top: -390px;
  left: 118%;
  border-right-style: solid;
  border-width: medium;
  border-color: #FF9800;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-flow-01 .wonder-flow-title-wrapper {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding-bottom: 30px;
  }

  .wonder-flow-01 .wonder-flow-ul {
    max-width: 800px !important;
  }

  .wonder-flow-01 .wonder-flow-ul .wonder-flow-li {
    margin-left: 8px !important;
  }

  .wonder-flow-01 .wonder-flow-ul .wonder-flow-li img {
    width: 132px;
    height: 103px;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status .wonder-flow-border {
    top: -380px;
    height: 940%;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-a[data-flow-index="1"] .wonder-flow-border {
    left: 324px;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-a[data-flow-index="1"] .wonder-flow-accent {
    width: 300px;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-a[data-flow-index="1"] .wonder-flow-accent .triangle {
    right: -24px;
    top: 5px;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-a[data-flow-index="2"] .wonder-flow-border {
    left: 482px;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-a[data-flow-index="2"] .wonder-flow-accent {
    width: 465px;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-a[data-flow-index="2"] .wonder-flow-accent .triangle {
    right: -17px;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-b[data-flow-index="1"] {
    left: 79px;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-b[data-flow-index="1"] .wonder-flow-border {
    left: 324px;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-b[data-flow-index="1"] .wonder-flow-accent {
    width: 300px;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-b[data-flow-index="1"] .wonder-flow-accent .triangle {
    right: -24px;
    top: 5px;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-b[data-flow-index="2"] {
    left: 79px;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-b[data-flow-index="2"] .wonder-flow-border {
    left: 482px;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-b[data-flow-index="2"] .wonder-flow-accent {
    width: 465px;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status.wonder-flow-b[data-flow-index="2"] .wonder-flow-accent .triangle {
    right: -17px;
    top: 5px;
  }
}

@media screen and (max-width: 560px) {
  .wonder-flow-01 .wonder-default-main-content {
    padding: 30px !important;
  }

  .wonder-flow-01 .wonder-flow-title-wrapper {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    position: relative;
    margin-bottom: 30px;
  }

  .wonder-flow-01 .wonder-flow-ul {
    max-width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wonder-flow-01 .wonder-flow-ul .wonder-flow-li {
    width: 90%;
    padding: 10px 10px 20px 10px;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
  }

  .wonder-flow-01 .wonder-flow-ul .wonder-flow-li .wonder-flow-li-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .wonder-flow-01 .wonder-flow-ul .wonder-flow-li .wonder-flow-li-content .text-block {
    margin-left: 15px;
    width: 60%;
  }

  .wonder-flow-01 .wonder-flow-ul .wonder-flow-li .wonder-flow-step {
    margin-bottom: 15px;
  }

  .wonder-flow-01 .wonder-flow-ul .wonder-flow-li .wonder-text-position {
    width: 100%;
    height: 60px;
  }

  .wonder-flow-01 .wonder-flow-ul .wonder-flow-li .wonder-text-position .content-img-container {
    width: 40%;
  }

  .wonder-flow-01 .wonder-flow-ul .wonder-flow-li .wonder-text-position a.img-link-block {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .wonder-flow-01 .wonder-flow-ul .wonder-flow-li .wonder-text-position img {
    width: 100%;
    height: 126px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  }

  .wonder-flow-01 .wonder-flow-ul .wonder-flow-li .wonder-text-position .flow-block-right-text {
    margin-left: 15px;
  }

  .wonder-flow-01 .wonder-flow-ul .wonder-flow-li .wonder-text-position .flow-block-right-text .flow-block-right-text-title {
    margin-bottom: 5px;
  }

  .wonder-flow-01 .wonder-flow-ul .wonder-flow-li .orange-box-wrapper {
    margin-top: 40px;
    position: relative;
  }

  .wonder-flow-01 .wonder-flow-ul .wonder-flow-li .orange-box-wrapper .orange-box {
    width: 100%;
  }

  .wonder-flow-01 .wonder-flow-ul .wonder-flow-li .orange-box-wrapper .orange-box .box-in-text {
    padding: 9px 0;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status {
    position: unset;
    width: 90%;
    margin: 0 auto;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status .wonder-flow-border {
    display: none;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status .wonder-flow-accent {
    position: relative;
    padding: 5px;
    width: 100% !important;
    background: #FF9800;
    margin-top: 20px;
    left: unset;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status .wonder-flow-accent .triangle {
    display: none;
  }

  .wonder-flow-01 .wonder-flow-ul .sub-style-status .wonder-flow-balloon {
    display: block;
    position: absolute;
    top: -7px;
    right: 0;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-width: 15px 0 0 15px;
    -webkit-transform: rotate(133deg);
            transform: rotate(133deg);
  }
}

.wonder-keyvisual {
  position: relative;
  display: block;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-background {
  stroke: #fff;
  stroke-width: 15;
  stroke-linejoin: round;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-background img {
  z-index: 110;
  position: absolute;
  overflow: hidden;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-background img.wonder-change-img-pc {
  display: unset !important;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-background img.wonder-change-img-sp {
  display: none;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-background img.wonder-keyvisual-change-img-sp {
  display: none;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main {
  padding: 60px 20px;
  width: 90%;
  position: relative;
  z-index: 1000;
  margin: 0 auto;
  max-width: 1280px;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-balloon-sub-text {
  display: none;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-img-back {
  width: 190px;
  height: 190px;
  position: absolute;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
  font-weight: 800;
  max-width: 1000px;
  padding-top: 10px;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-t-circle {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-t-circle .wonder-keyvisual-emblem-sub {
  position: relative;
  width: 80%;
  z-index: 100;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-t-circle .wonder-keyvisual-emblem-sub .wonder-keyvisual-sub-emblem-img {
  position: absolute;
  top: -15px;
  width: 50px;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-t-circle-text {
  z-index: 100;
  height: 100px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-t-circle-text .wonder-keyvisual-title-sub2 {
  width: 220px;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-t-circle-single-1 {
  left: calc(50% - 25px);
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-t-circle-double-1 {
  left: 36%;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-t-circle-double-2 {
  left: 51%;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-t-circle-triple-1 {
  left: 27%;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-t-circle-triple-2 {
  left: 42%;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-t-circle-triple-3 {
  left: 56%;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-wrapper[data-item-type="B"] .wonder-keyvisual-t-circle {
  width: 240px;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-wrapper[data-item-type="B"] .wonder-keyvisual-t-circle[data-composition-sub-style-visible="true"] .wonder-keyvisual-t-circle-text {
  height: 100px;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-wrapper[data-item-type="B"] .wonder-keyvisual-t-circle .wonder-keyvisual-t-circle-text {
  height: 80px;
  height: 50px;
  margin-top: 30px;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-wrapper[data-item-type="B"] .wonder-keyvisual-t-circle .wonder-keyvisual-t-circle-text .wonder-keyvisual-title-sub2 {
  width: 230px;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-wrapper[data-item-type="B"] .wonder-keyvisual-t-circle .wonder-keyvisual-t-circle-img-back {
  width: 224px;
  height: 124px;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-wrapper[data-item-type="B"] .wonder-keyvisual-t-circle .wonder-keyvisual-emblem-sub .wonder-keyvisual-sub-emblem-img {
  position: absolute;
  top: -15px;
  width: 30px;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem .wonder-keyvisual-t-circle-wrapper[data-item-type="B"] .wonder-keyvisual-t-circle .wonder-keyvisual-t-circle-single {
  left: calc(50% - 15px);
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-first-main-txt {
  text-align: center;
  margin: auto;
}

.wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-first-main-txt.wonder-keyvisual-first-main-txt-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wonder-keyvisual[data-composition-type="A"] .wonder-keyvisual-main {
  margin: 0 auto;
}

.wonder-keyvisual[data-composition-type="A"] .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-t-circle-img {
  position: absolute;
  top: -15px;
  width: 50px;
}

.wonder-keyvisual[data-composition-type="B"] .wonder-keyvisual-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wonder-keyvisual[data-composition-type="B"] .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-t-circle-img {
  position: absolute;
  top: -15px;
  width: 50px;
}

.wonder-keyvisual[data-composition-type="B"] .keyvisual-before-label {
  opacity: 0.8;
  position: absolute;
  bottom: -10px;
  left: 1px;
  z-index: 2000;
}

.wonder-keyvisual[data-composition-type="B"] .keyvisual-after-label {
  opacity: 0.5;
  position: absolute;
  bottom: -10px;
  right: 1px;
  z-index: 2000;
}

.wonder-keyvisual[data-composition-type="B"][data-item-type="B"] .wonder-keyvisual-t-circle[data-composition-sub-style-visible="true"] .wonder-keyvisual-t-circle-text {
  height: 100px;
}

.wonder-keyvisual[data-composition-type="C"] .wonder-keyvisual-main {
  margin: 0 auto;
}

.wonder-keyvisual[data-composition-type="C"] .img-container {
  width: 100%;
}

.wonder-keyvisual[data-composition-type="C"] .person-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wonder-keyvisual[data-composition-type="C"] img[data-composition-img-id="keyvisualPersonPc1"] {
  width: 40%;
  height: 100%;
}

.wonder-keyvisual[data-composition-type="C"] img[data-composition-img-id="keyvisualPersonSp1"] {
  width: 55%;
  height: 100%;
}

.wonder-keyvisual[data-composition-type="C"] .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-t-circle-img {
  position: absolute;
  top: -15px;
  width: 50px;
}

.wonder-keyvisual[data-composition-type="C"] img.wonder-keyvisual-change-img-pc {
  right: 0;
}

.wonder-fix-banner {
  top: 32%;
  right: 0%;
  position: fixed;
  z-index: 9999;
}

.wonder-fix-banner .wonder-fix-banner-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ff5800;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wonder-fix-banner .wonder-fix-banner-contents .wonder-fix-banner-image {
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  margin-bottom: 10px;
}

.wonder-fix-banner .wonder-fix-banner-contents .wonder-fix-banner-image img {
  width: 20px;
  height: 20px;
}

.wonder-fix-banner .wonder-fix-banner-contents .wonder-fix-banner-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main {
    /*Firefox用*/
  }

  .wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-t-circle-wrapper {
    padding-top: 25px;
  }

  .wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-t-circle-img-back {
    width: 190px;
    height: 190px;
  }

  .wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-sub-emblem-img {
    top: -15px;
    width: 40px;
  }

  .wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-title-sub2 {
    left: -74px;
    top: -25px;
  }

@-moz-document url-prefix()  {
    .wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem {
      transform-origin: 0 0;
      transform: scale(0.7);
      display: flex;
    }
}
}

@media screen and (max-width: 560px) {
  .wonder-pc-br {
    display: none;
  }

  .wonder-sp-br {
    display: unset;
  }

  .wonder-keyvisual .wonder-keyvisual-wrap-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-background img.wonder-keyvisual-change-img-pc {
    display: none !important;
  }

  .wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-background img.wonder-change-img-pc {
    display: none !important;
  }

  .wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-background img.wonder-change-img-sp {
    display: unset !important;
  }

  .wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-background img.wonder-keyvisual-change-img-sp {
    display: unset !important;
  }

  .wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-background img.wonder-keyvisual-change-img-sp.cropped-person-img {
    right: 0;
  }

  .wonder-keyvisual .wonder-keyvisual-wrap-main .sub-composition .wonder-keyvisual-t-circle-wrapper[data-item-type="B"] .wonder-keyvisual-t-circle[data-composition-sub-style-visible] img.wonder-keyvisual-t-circle-img-back {
    width: 175px;
  }

  .wonder-keyvisual .wonder-keyvisual-wrap-main .sub-composition .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-t-circle {
    width: 33.3% !important;
    margin: 0 2px;
  }

  .wonder-keyvisual .wonder-keyvisual-wrap-main .sub-composition .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-t-circle img.wonder-keyvisual-t-circle-img-back {
    width: 160px;
    height: 160px;
  }

  .wonder-keyvisual .wonder-keyvisual-wrap-main .sub-composition .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-t-circle .wonder-keyvisual-t-circle-text {
    height: 58px;
    margin: 58px auto 0;
  }

  .wonder-keyvisual .wonder-keyvisual-wrap-main .sub-composition .wonder-keyvisual-t-circle-wrapper .wonder-keyvisual-t-circle .wonder-keyvisual-t-circle-text .wonder-keyvisual-title-sub2 {
    width: auto !important;
  }

  .wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main {
    padding: 100px 0px;
    width: 94%;
    /*Firefox用*/
  }

  .wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-balloon-sub-text {
    display: block;
    position: absolute;
    left: calc(50% + 30px);
    top: 50px;
    -webkit-transform: rotate(357deg);
            transform: rotate(357deg);
    top: 40px;
  }

  .wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-text-wrapper {
    margin: 22px 0 0 0 !important;
    text-align: center;
  }

@-moz-document url-prefix()  {
    .wonder-keyvisual .wonder-keyvisual-wrap-main .wonder-keyvisual-main .wonder-keyvisual-emblem {
      transform-origin: 0 0;
      transform: scale(0.5);
      display: flex;
    }
}

  .wonder-fix-banner {
    display: none;
  }
}

.wonder-keyvisual-balloon {
  padding: 0 5px;
  font-weight: bold;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 11px black;
          box-shadow: 0 0 11px black;
  position: absolute;
  -webkit-transform: rotate(352deg);
          transform: rotate(352deg);
  width: 340px;
  min-height: 100px;
  z-index: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(17%, #FFF), to(#FFF));
  background: linear-gradient(to bottom, #FFF, #FFF 17%, #FFF);
}

.wonder-keyvisual-balloon .wonder-keyvisual-balloon-triangle {
  z-index: -1000;
}

.wonder-keyvisual-balloon .wonder-keyvisual-balloon-position {
  margin: auto;
}

.wonder-keyvisual-balloon .wonder-keyvisual-balloon-position .wonder-keyvisual-balloon-text {
  margin: 0px;
}

.wonder-keyvisual-balloon .wonder-keyvisual-balloon-position .wonder-keyvisual-balloon-text-shadow {
  -webkit-box-shadow: 0px -13px 5px -5px #FEE11F inset, 0px 8px 4px -8px #FEE11F;
          box-shadow: 0px -13px 5px -5px #FEE11F inset, 0px 8px 4px -8px #FEE11F;
}

.wonder-keyvisual-balloon:hover {
  cursor: move;
}

.wonder-keyvisual-balloon.wonder-put-forward {
  z-index: 1001 !important;
}

.wonder-keyvisual-balloon-triangle {
  width: 60px;
  height: 160px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50%, #ffffff)) no-repeat top left/57% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #ffffff)) no-repeat bottom right/44% 100%;
  background: linear-gradient(to top right, transparent 50%, #ffffff 50%) no-repeat top left/57% 100%, linear-gradient(to top left, transparent 50%, #ffffff 50%) no-repeat bottom right/44% 100%;
  z-index: 10000;
  position: absolute;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.wonder-keyvisual-balloon-triangle.small-switching {
  border-top: 5px solid transparent;
  bottom: 5px;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-keyvisual-balloon {
    padding: 0 4px;
    -webkit-box-shadow: 0 0 8px black;
            box-shadow: 0 0 8px black;
    width: 238px;
    height: 80px;
    min-height: 70px;
  }

  .wonder-keyvisual-balloon-triangle {
    width: 42px;
    height: 112px;
  }

  .wonder-keyvisual-balloon-text {
    margin: 0px;
  }
}

@media screen and (max-width: 560px) {
  .wonder-keyvisual-balloon {
    padding: 0 3px;
    -webkit-box-shadow: 0 0 6px black;
            box-shadow: 0 0 6px black;
    width: 204px;
    height: 90px;
    min-height: 60px;
  }

  .wonder-keyvisual-balloon-triangle {
    width: 36px;
    height: 96px;
  }
}

span[data-auto-text-type="authority-attention"] {
  line-height: 1.1;
}

.wonder-attention .wonder-attention-title {
  padding-top: 40px;
}

.wonder-attention .wonder-attention-title .wonder-attention-title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wonder-attention .wonder-attention-sp {
  display: none;
}

.wonder-attention .wonder-attention-wrapper {
  max-width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}

.wonder-attention .wonder-attention-text-container-wrapper {
  display: none;
}

.wonder-attention .wonder-attention-top-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wonder-attention .wonder-attention-top-block-container .wonder-attention-top-block-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 47%;
}

.wonder-attention .wonder-attention-top-block-container .wonder-attention-top-block-left .wonder-attention-img-container {
  position: absolute;
  bottom: -35px;
  z-index: 1000;
}

.wonder-attention .wonder-attention-top-block-container .wonder-attention-top-block-left .wonder-attention-img-container img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position: left top;
}

.wonder-attention .wonder-attention-top-block-container .wonder-attention-top-block-left .wonder-attention-img-container .wonder-attention-triangle {
  width: 0;
  height: 0;
  border-left: 250px solid;
  border-top: 30px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  bottom: 0;
  left: 40px;
}

.wonder-attention .wonder-attention-top-block-container .wonder-attention-top-block-left .wonder-attention-text-container {
  margin-left: 160px;
  margin-top: 8px;
}

.wonder-attention .wonder-attention-top-block-container .wonder-attention-top-block-left .wonder-attention-text-container .wonder-attention-text {
  margin-bottom: 10px;
}

.wonder-attention .wonder-attention-top-block-container .wonder-attention-top-block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 48%;
}

.wonder-attention .wonder-attention-top-block-container .wonder-attention-top-block-right .wonder-attention-text-container {
  margin-right: 160px;
  margin-top: 8px;
}

.wonder-attention .wonder-attention-top-block-container .wonder-attention-top-block-right .wonder-attention-text-container .wonder-attention-text {
  margin-bottom: 10px;
}

.wonder-attention .wonder-attention-top-block-container .wonder-attention-top-block-right .wonder-attention-img-container {
  position: absolute;
  bottom: -35px;
  right: 0;
  z-index: 1000;
}

.wonder-attention .wonder-attention-top-block-container .wonder-attention-top-block-right .wonder-attention-img-container img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position: left top;
}

.wonder-attention .wonder-attention-top-block-container .wonder-attention-top-block-right .wonder-attention-img-container .wonder-attention-triangle {
  width: 0;
  height: 0;
  border-left: 250px solid;
  border-top: 30px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
  bottom: 0;
  right: 40px;
}

.wonder-attention .wonder-attention-middle-block-container {
  text-align: center;
}

.wonder-attention .wonder-attention-middle-block-container img {
  width: unset !important;
  height: 180px;
  margin: 10px;
}

.wonder-attention .wonder-attention-bottom-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 47%;
}

.wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left .wonder-attention-img-container {
  position: absolute;
  top: -35px;
  z-index: 1000;
}

.wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left .wonder-attention-img-container img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position: left top;
}

.wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left .wonder-attention-img-container .wonder-attention-triangle {
  width: 0;
  height: 0;
  border-left: 250px solid;
  border-top: 30px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  top: 0;
  left: 40px;
}

.wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left .wonder-attention-text-container {
  margin-left: 160px;
  margin-top: 8px;
}

.wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left .wonder-attention-text-container .wonder-attention-text {
  margin-bottom: 10px;
}

.wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 48%;
}

.wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right .wonder-attention-text-container {
  margin-right: 160px;
  margin-top: 8px;
}

.wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right .wonder-attention-text-container .wonder-attention-text {
  margin-bottom: 10px;
}

.wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right .wonder-attention-img-container {
  position: absolute;
  top: -35px;
  right: 0;
  z-index: 1000;
}

.wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right .wonder-attention-img-container img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position: left top;
}

.wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right .wonder-attention-img-container .wonder-attention-triangle {
  width: 0;
  height: 0;
  border-left: 250px solid;
  border-top: 30px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(-160deg);
          transform: rotate(-160deg);
  top: 0;
  right: 40px;
}

.wonder-attention[data-composition-type="A"] {
  overflow: hidden;
}

.wonder-attention[data-composition-type="A"] .wrap-main {
  position: relative;
}

.wonder-attention[data-composition-type="A"] .wrap-main .main {
  padding: 30px;
  margin: 0 auto;
}

.wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main {
  position: relative;
  width: 85%;
  z-index: 100;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  border-radius: 10px;
}

.wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main .inner-img-container {
  margin-right: 10px;
  width: 40%;
}

.wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main .inner-img-container img {
  z-index: 110;
  height: auto;
  overflow: hidden;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main .list-container {
  width: 100%;
  margin: 15px;
}

.wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main .list-container ul {
  position: relative;
  z-index: 120;
}

.wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main .list-container ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #aaa;
  min-height: 55px;
}

.wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main .list-container ul li .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main .list-container ul li .img img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 2px;
  height: 40px;
  width: 40px;
}

.wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main .list-container ul li .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 15px;
  width: 100%;
}

.wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main .list-container :last-child {
  border: none;
}

@media screen and (max-width: 560px) {
  .wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main {
    width: 100%;
    padding: 10px;
  }

  .wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main ul li {
    padding: 5px 0 5px 10px;
  }

  .wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main ul li img {
    width: 3.125vw;
  }

  .wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main .inner-img-container {
    display: none;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main {
    padding: 15px;
  }

  .wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main ul li {
    padding: 5px 0 5px 10px;
  }

  .wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main ul li img {
    width: 3.125vw;
  }
}

@media screen and (min-width: 961px) {
  .wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main {
    padding: 25px;
  }

  .wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main ul li {
    padding: 5px 0 5px 10px;
    margin: 0 0 5px;
  }

  .wonder-attention[data-composition-type="A"] .wrap-main .main .inner-main ul li img {
    width: 30px;
  }
}

.wonder-attention[data-composition-type="B"] .wonder-attention {
  max-width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-sp {
  display: none;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-text-container-wrapper {
  display: none;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-top-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-top-block-container .wonder-attention-top-block-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 47%;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-top-block-container .wonder-attention-top-block-left .wonder-attention-img-container {
  position: absolute;
  bottom: -35px;
  z-index: 1000;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-top-block-container .wonder-attention-top-block-left .wonder-attention-img-container img {
  background-color: #ffffff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position: left top;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-top-block-container .wonder-attention-top-block-left .wonder-attention-img-container .wonder-attention-triangle {
  width: 0;
  height: 0;
  border-left: 250px solid;
  border-top: 30px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  bottom: 0;
  left: 40px;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-top-block-container .wonder-attention-top-block-left .wonder-attention-text-container {
  margin-left: 160px;
  margin-top: 8px;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-top-block-container .wonder-attention-top-block-left .wonder-attention-text-container .wonder-attention-text {
  margin-bottom: 10px;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-top-block-container .wonder-attention-top-block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 48%;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-top-block-container .wonder-attention-top-block-right .wonder-attention-text-container {
  margin-right: 160px;
  margin-top: 8px;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-top-block-container .wonder-attention-top-block-right .wonder-attention-text-container .wonder-attention-text {
  margin-bottom: 10px;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-top-block-container .wonder-attention-top-block-right .wonder-attention-img-container {
  position: absolute;
  bottom: -35px;
  right: 0;
  z-index: 1000;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-top-block-container .wonder-attention-top-block-right .wonder-attention-img-container img {
  background-color: #ffffff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position: left top;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-top-block-container .wonder-attention-top-block-right .wonder-attention-img-container .wonder-attention-triangle {
  width: 0;
  height: 0;
  border-left: 250px solid;
  border-top: 30px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
  bottom: 0;
  right: 40px;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-middle-block-container {
  text-align: center;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-middle-block-container img {
  height: 180px;
  margin: 10px;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 47%;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left .wonder-attention-img-container {
  position: absolute;
  top: -35px;
  z-index: 1000;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left .wonder-attention-img-container img {
  background-color: #ffffff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position: left top;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left .wonder-attention-img-container .wonder-attention-triangle {
  width: 0;
  height: 0;
  border-left: 250px solid;
  border-top: 30px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  top: 0;
  left: 40px;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left .wonder-attention-text-container {
  margin-left: 160px;
  margin-top: 8px;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left .wonder-attention-text-container .wonder-attention-text {
  margin-bottom: 10px;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 48%;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right .wonder-attention-text-container {
  margin-right: 160px;
  margin-top: 8px;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right .wonder-attention-text-container .wonder-attention-text {
  margin-bottom: 10px;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right .wonder-attention-img-container {
  position: absolute;
  top: -35px;
  right: 0;
  z-index: 1000;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right .wonder-attention-img-container img {
  background-color: #ffffff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position: left top;
}

.wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right .wonder-attention-img-container .wonder-attention-triangle {
  width: 0;
  height: 0;
  border-left: 250px solid;
  border-top: 30px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(-160deg);
          transform: rotate(-160deg);
  top: 0;
  right: 40px;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-attention[data-composition-type="B"] .wonder-attention {
    max-width: 900px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block-left {
    margin-right: 20px !important;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block-left .wonder-attention-text-container {
    margin-left: 180px !important;
    margin-top: 8px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block-left .wonder-attention-text-container .wonder-attention-text {
    margin-bottom: 10px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block-left .wonder-attention-img-container {
    bottom: -60px !important;
    left: 43px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block-left .wonder-attention-img-container img {
    background-color: #ffffff;
    width: 130px !important;
    height: 130px !important;
    border-width: unset;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block-left .wonder-attention-img-container .wonder-attention-triangle {
    bottom: 14px !important;
    left: 8px !important;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block-right .wonder-attention-text-container {
    margin-right: 180px !important;
    margin-top: 8px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block-right .wonder-attention-text-container .wonder-attention-text {
    margin-bottom: 10px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block-right .wonder-attention-img-container {
    bottom: -58px !important;
    right: 47px !important;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block-right .wonder-attention-img-container img {
    background-color: #ffffff;
    width: 130px !important;
    height: 130px !important;
    border-width: unset;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block-right .wonder-attention-img-container .wonder-attention-triangle {
    border-left: 220px solid !important;
    bottom: 10px !important;
    right: 20px !important;
    -webkit-transform: rotate(154deg) !important;
            transform: rotate(154deg) !important;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-left {
    margin-right: 20px !important;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-left .wonder-attention-text-container {
    margin-left: 180px !important;
    margin-top: 8px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-left .wonder-attention-text-container .wonder-attention-text {
    margin-bottom: 10px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-left .wonder-attention-img-container {
    top: -40px !important;
    left: 41px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-left .wonder-attention-img-container img {
    background-color: #ffffff;
    width: 130px !important;
    height: 130px !important;
    border-width: unset;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-left .wonder-attention-img-container .wonder-attention-triangle {
    left: 5px !important;
    top: -5px !important;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-right .wonder-attention-text-container {
    margin-right: 180px !important;
    margin-top: 8px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-right .wonder-attention-text-container .wonder-attention-text {
    margin-bottom: 10px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-right .wonder-attention-img-container {
    top: -35px !important;
    right: 50px !important;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-right .wonder-attention-img-container img {
    background-color: #ffffff;
    width: 130px !important;
    height: 130px !important;
    border-width: unset;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-right .wonder-attention-img-container .wonder-attention-triangle {
    border-left: 215px solid !important;
    top: 21px;
    right: 34px;
  }
}

@media screen and (max-width: 560px) {
  .wonder-attention[data-composition-type="B"] .wonder-attention {
    display: none;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-sp {
    max-width: 1000px;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-title {
    border-bottom: 1px solid;
    margin: 0 20px;
    padding-bottom: 10px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block {
    padding: 0 20px;
    margin-bottom: 44px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block .wonder-attention-top-block-container {
    margin-top: 85px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block .wonder-attention-top-block-container .wonder-attention-top-block-left .attention-number-1 {
    position: absolute;
    bottom: 55px;
    left: 82px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block .wonder-attention-top-block-container .wonder-attention-top-block-left .wonder-attention-img-container img {
    width: 82px;
    height: 82px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block .wonder-attention-top-block-container .wonder-attention-top-block-left .wonder-attention-img-container .wonder-attention-triangle {
    border-left: 116px solid;
    border-top: 33px solid transparent;
    border-bottom: 0px solid transparent;
    left: 54px;
    top: 66px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block .wonder-attention-top-block-container .wonder-attention-top-block-right .attention-number-2 {
    position: absolute;
    bottom: 29px;
    left: -28px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block .wonder-attention-top-block-container .wonder-attention-top-block-right .wonder-attention-img-container {
    position: absolute;
    bottom: -35px;
    right: 0;
    z-index: 1000;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block .wonder-attention-top-block-container .wonder-attention-top-block-right .wonder-attention-img-container img {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-position: left top;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-top-block .wonder-attention-top-block-container .wonder-attention-top-block-right .wonder-attention-img-container .wonder-attention-triangle {
    width: 0;
    height: 0;
    border-left: 126px solid;
    border-top: 33px solid transparent;
    border-bottom: 0px solid transparent;
    position: absolute;
    z-index: -1;
    -webkit-transform: rotate(141deg);
            transform: rotate(141deg);
    bottom: 0;
    right: 35px;
    top: 79px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-text-container-wrapper {
    margin: 10px 20px 0px 20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-text-container-wrapper .wonder-attention-text-container-wrapper-img {
    width: 99px;
    height: 99px;
    border-radius: 50%;
    background-position: left top;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-text-container-wrapper .wonder-attention-text-container {
    margin-left: 20px;
    margin-top: 8px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-text-container-wrapper .wonder-attention-text-container .wonder-attention-text {
    margin-bottom: 10px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-text-container-wrapper a.img-link-block {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-middle-block-container img {
    height: 127px;
    margin: 10px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left .attention-number-3 {
    position: absolute;
    bottom: 0px;
    left: 97px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left .wonder-attention-img-container {
    top: -54px;
    left: 30px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left .wonder-attention-img-container img {
    width: 82px;
    height: 82px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left .wonder-attention-img-container .wonder-attention-triangle {
    border-left: 104px solid;
    border-top: 43px solid transparent;
    border-bottom: 0px solid transparent;
    -webkit-transform: rotate(317deg);
            transform: rotate(317deg);
    top: 4px;
    left: 24px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right .attention-number-4 {
    position: absolute;
    bottom: 0px;
    left: -24px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right .wonder-attention-img-container {
    top: -51px;
    right: 44px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right .wonder-attention-img-container img {
    width: 82px;
    height: 82px;
  }

  .wonder-attention[data-composition-type="B"] .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right .wonder-attention-img-container .wonder-attention-triangle {
    border-left: 100px solid;
    border-top: 40px solid transparent;
    border-bottom: 0px solid transparent;
    -webkit-transform: rotate(-151deg);
            transform: rotate(-151deg);
    top: 21px;
    right: 30px;
  }

  .wonder-attention[data-composition-type="B"] .attention-last-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #cacaca;
    margin-top: 20px;
  }

  .wonder-attention[data-composition-type="B"] .attention-last-wrapper img {
    width: 176px;
    height: 176px;
  }

  .wonder-attention[data-composition-type="B"] .attention-last-wrapper .attention-title {
    margin-top: 25px;
    margin-left: 5px;
  }

  .wonder-attention[data-composition-type="B"] .attention-text {
    padding: 15px;
    border-bottom: 1px solid #cacaca;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-attention .wonder-attention-wrapper {
    max-width: 900px;
  }

  .wonder-attention .wonder-attention-top-block-left {
    margin-right: 20px !important;
  }

  .wonder-attention .wonder-attention-top-block-left .wonder-attention-text-container {
    margin-left: 180px !important;
    margin-top: 8px;
  }

  .wonder-attention .wonder-attention-top-block-left .wonder-attention-text-container .wonder-attention-text {
    margin-bottom: 10px;
  }

  .wonder-attention .wonder-attention-top-block-left .wonder-attention-img-container {
    bottom: -60px !important;
    left: 43px;
  }

  .wonder-attention .wonder-attention-top-block-left .wonder-attention-img-container img {
    width: 130px !important;
    height: 130px !important;
    border-width: unset;
  }

  .wonder-attention .wonder-attention-top-block-left .wonder-attention-img-container .wonder-attention-triangle {
    bottom: 14px !important;
    left: 8px !important;
  }

  .wonder-attention .wonder-attention-top-block-right .wonder-attention-text-container {
    margin-right: 180px !important;
    margin-top: 8px;
  }

  .wonder-attention .wonder-attention-top-block-right .wonder-attention-text-container .wonder-attention-text {
    margin-bottom: 10px;
  }

  .wonder-attention .wonder-attention-top-block-right .wonder-attention-img-container {
    bottom: -58px !important;
    right: 47px !important;
  }

  .wonder-attention .wonder-attention-top-block-right .wonder-attention-img-container img {
    width: 130px !important;
    height: 130px !important;
    border-width: unset;
  }

  .wonder-attention .wonder-attention-top-block-right .wonder-attention-img-container .wonder-attention-triangle {
    border-left: 220px solid !important;
    bottom: 10px !important;
    right: 20px !important;
    -webkit-transform: rotate(154deg) !important;
            transform: rotate(154deg) !important;
  }

  .wonder-attention .wonder-attention-bottom-block-left {
    margin-right: 20px !important;
  }

  .wonder-attention .wonder-attention-bottom-block-left .wonder-attention-text-container {
    margin-left: 180px !important;
    margin-top: 8px;
  }

  .wonder-attention .wonder-attention-bottom-block-left .wonder-attention-text-container .wonder-attention-text {
    margin-bottom: 10px;
  }

  .wonder-attention .wonder-attention-bottom-block-left .wonder-attention-img-container {
    top: -40px !important;
    left: 41px;
  }

  .wonder-attention .wonder-attention-bottom-block-left .wonder-attention-img-container img {
    width: 130px !important;
    height: 130px !important;
    border-width: unset;
  }

  .wonder-attention .wonder-attention-bottom-block-left .wonder-attention-img-container .wonder-attention-triangle {
    left: 5px !important;
    top: -5px !important;
  }

  .wonder-attention .wonder-attention-bottom-block-right .wonder-attention-text-container {
    margin-right: 180px !important;
    margin-top: 8px;
  }

  .wonder-attention .wonder-attention-bottom-block-right .wonder-attention-text-container .wonder-attention-text {
    margin-bottom: 10px;
  }

  .wonder-attention .wonder-attention-bottom-block-right .wonder-attention-img-container {
    top: -35px !important;
    right: 50px !important;
  }

  .wonder-attention .wonder-attention-bottom-block-right .wonder-attention-img-container img {
    width: 130px !important;
    height: 130px !important;
    border-width: unset;
  }

  .wonder-attention .wonder-attention-bottom-block-right .wonder-attention-img-container .wonder-attention-triangle {
    border-left: 215px solid !important;
    top: 21px;
    right: 34px;
  }
}

@media screen and (max-width: 560px) {
  .wonder-attention .wonder-attention-wrapper {
    display: none;
  }

  .wonder-attention .wonder-attention-sp {
    max-width: 1000px;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
  }

  .wonder-attention .wonder-attention-head-text-container {
    margin-bottom: unset;
    margin-top: unset;
  }

  .wonder-attention .wonder-attention-head-text-container .wonder-attention-head-text {
    border-bottom: 1px solid;
    margin: 0 20px;
    padding-bottom: 10px;
  }

  .wonder-attention .wonder-attention-head-text-container .wonder-attention-head-text .wonder-attention-title-sp {
    display: block !important;
  }

  .wonder-attention .wonder-attention-top-block {
    padding: 0 20px;
    margin-bottom: 44px;
  }

  .wonder-attention .wonder-attention-top-block .wonder-attention-top-block-container {
    margin-top: 85px;
  }

  .wonder-attention .wonder-attention-top-block .wonder-attention-top-block-container .wonder-attention-top-block-left .attention-number-1 {
    position: absolute;
    bottom: 55px;
    left: 82px;
  }

  .wonder-attention .wonder-attention-top-block .wonder-attention-top-block-container .wonder-attention-top-block-left .wonder-attention-img-container img {
    width: 82px;
    height: 82px;
  }

  .wonder-attention .wonder-attention-top-block .wonder-attention-top-block-container .wonder-attention-top-block-left .wonder-attention-img-container .wonder-attention-triangle {
    border-left: 116px solid;
    border-top: 33px solid transparent;
    border-bottom: 0px solid transparent;
    left: 54px;
    top: 66px;
  }

  .wonder-attention .wonder-attention-top-block .wonder-attention-top-block-container .wonder-attention-top-block-right .attention-number-2 {
    position: absolute;
    bottom: 29px;
    left: -28px;
  }

  .wonder-attention .wonder-attention-top-block .wonder-attention-top-block-container .wonder-attention-top-block-right .wonder-attention-img-container {
    position: absolute;
    bottom: -35px;
    right: 0;
    z-index: 1000;
  }

  .wonder-attention .wonder-attention-top-block .wonder-attention-top-block-container .wonder-attention-top-block-right .wonder-attention-img-container img {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-position: left top;
  }

  .wonder-attention .wonder-attention-top-block .wonder-attention-top-block-container .wonder-attention-top-block-right .wonder-attention-img-container .wonder-attention-triangle {
    width: 0;
    height: 0;
    border-left: 126px solid;
    border-top: 33px solid transparent;
    border-bottom: 0px solid transparent;
    position: absolute;
    z-index: -1;
    -webkit-transform: rotate(141deg);
            transform: rotate(141deg);
    bottom: 0;
    right: 35px;
    top: 79px;
  }

  .wonder-attention .wonder-attention-text-container-wrapper {
    margin: 10px 20px 0px 20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wonder-attention .wonder-attention-text-container-wrapper .wonder-attention-text-container-wrapper-img {
    width: 99px;
    height: 99px;
    border-radius: 50%;
    background-position: left top;
  }

  .wonder-attention .wonder-attention-text-container-wrapper .wonder-attention-text-container {
    margin-left: 20px;
    margin-top: 8px;
  }

  .wonder-attention .wonder-attention-text-container-wrapper .wonder-attention-text-container .wonder-attention-text {
    margin-bottom: 10px;
  }

  .wonder-attention .wonder-attention-middle-block-container img {
    height: 127px;
    margin: 10px;
  }

  .wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left .attention-number-3 {
    position: absolute;
    bottom: 0px;
    left: 97px;
  }

  .wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left .wonder-attention-img-container {
    top: -54px;
    left: 30px;
  }

  .wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left .wonder-attention-img-container img {
    width: 82px;
    height: 82px;
  }

  .wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-left .wonder-attention-img-container .wonder-attention-triangle {
    border-left: 104px solid;
    border-top: 43px solid transparent;
    border-bottom: 0px solid transparent;
    -webkit-transform: rotate(317deg);
            transform: rotate(317deg);
    top: 4px;
    left: 24px;
  }

  .wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right .attention-number-4 {
    position: absolute;
    bottom: 0px;
    left: -24px;
  }

  .wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right .wonder-attention-img-container {
    top: -51px;
    right: 44px;
  }

  .wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right .wonder-attention-img-container img {
    width: 82px;
    height: 82px;
  }

  .wonder-attention .wonder-attention-bottom-block-container .wonder-attention-bottom-block-right .wonder-attention-img-container .wonder-attention-triangle {
    border-left: 100px solid;
    border-top: 40px solid transparent;
    border-bottom: 0px solid transparent;
    -webkit-transform: rotate(-151deg);
            transform: rotate(-151deg);
    top: 21px;
    right: 30px;
  }

  .wonder-attention .attention-last-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #cacaca;
    margin-top: 20px;
  }

  .wonder-attention .attention-last-wrapper img {
    width: 176px;
    height: 176px;
  }

  .wonder-attention .attention-last-wrapper .attention-title {
    margin-top: 25px;
    margin-left: 5px;
  }

  .wonder-attention .attention-text {
    padding: 15px;
    border-bottom: 1px solid #cacaca;
  }
}

.wonder-reason-01 .wonder-reason-wrapper {
  padding-top: 40px;
  padding-bottom: 80px;
}

.wonder-reason-01 .wonder-reason-wrapper .wonder-reason-titile-wrapper {
  margin-bottom: 30px;
}

.wonder-reason-01 .wonder-reason-wrapper .wonder-reason-titile-wrapper .wonder-reason-title-position {
  position: relative;
}

.wonder-reason-01 .wonder-reason-wrapper .wonder-reason-titile-wrapper .wonder-reason-title-position .wonder-reason-title-main {
  margin: auto;
}

.wonder-reason-01 .wonder-reason-wrapper .wonder-reason-titile-wrapper .wonder-reason-title-position .wonder-reason-title-main.wonder-reason-title-main-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wonder-reason-01 .wonder-reason-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wonder-reason-01 .wonder-reason-wrapper ul li {
  padding: 10px;
  width: 19%;
  display: inline-block;
  vertical-align: top;
}

.wonder-reason-01 .wonder-reason-wrapper ul li img {
  width: 170px;
  height: 134px;
  max-width: 100%;
}

.wonder-reason-01 .wonder-reason-wrapper ul li .wonder-reason-text {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  width: 178px;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-reason-01 .wonder-reason-wrapper {
    padding-top: 0px !important;
    padding-bottom: 40px !important;
  }

  .wonder-reason-01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px !important;
  }

  .wonder-reason-01 ul li {
    padding: 0 5px;
    width: 20% !important;
  }

  .wonder-reason-01 ul li img {
    width: 160px;
    height: 125px;
    max-width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .wonder-reason-01 .wonder-reason-wrapper {
    display: block;
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }

  .wonder-reason-01 .wonder-reason-wrapper .wonder-reason-titile-wrapper {
    margin: 10px auto;
  }

  .wonder-reason-01 .wonder-reason-wrapper .wonder-reason-titile-wrapper .wonder-reason-title-position .wonder-reason-title-main {
    text-align: center;
    display: block !important;
  }

  .wonder-reason-01 .wonder-reason-wrapper .wonder-reason-titile-wrapper .wonder-reason-title-position .wonder-reason-title-main .title-first {
    display: inline-block;
  }

  .wonder-reason-01 .wonder-reason-wrapper .wonder-reason-titile-wrapper .wonder-reason-title-position .wonder-reason-title-main .title-second {
    display: inline-block;
  }

  .wonder-reason-01 .wonder-reason-wrapper .wonder-reason-titile-wrapper .wonder-reason-title-position .wonder-reason-title-main .title-third {
    display: block;
  }

  .wonder-reason-01 .wonder-reason-wrapper ul {
    display: block;
    margin-top: 30px;
  }

  .wonder-reason-01 .wonder-reason-wrapper ul li {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wonder-reason-01 .wonder-reason-wrapper ul li img {
    width: 177px;
    height: 140px;
  }

  .wonder-reason-01 .wonder-reason-wrapper ul li .reason-block {
    display: block !important;
    margin-left: 15px;
    width: 340px;
  }

  .wonder-reason-01 .wonder-reason-wrapper ul li .reason-block .wonder-reason-text {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }
}

.wonder-cv .wonder-cv-wrapper {
  padding: 58px 0;
  position: relative;
  max-width: 1200PX;
  margin: auto;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-back-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 94%;
  height: calc(100% - 70px);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-back-person-img {
  position: absolute;
  bottom: 35px;
  left: 35px;
  height: calc(100% - 35px);
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper {
  position: relative;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-title {
  left: 80px;
  margin: 20px 0;
  margin-top: 0;
  margin-left: 100px;
  text-align: center;
  text-shadow: 2px 2px 0px #FFFFFF, 1px 4px 5px rgba(5, 3, 3, 0.15), 2px 0px 2px rgba(206, 89, 55, 0);
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-title .cv-title {
  display: inline-block;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-title span {
  line-height: 1.3;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1000;
  position: relative;
  margin-left: 261px;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-bubble-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-bubble .wonder-cv-bubble-border-top {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  border: 1px solid;
  margin-bottom: 15px;
  font-weight: 600;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-bubble .wonder-cv-bubble-border-bottom {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  border: 1px solid;
  margin-top: 15px;
  font-weight: 600;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-tel-block {
  width: 30%;
  border: 1px solid #ddd;
  padding: 8px 10px;
  margin-left: 25px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #eeeeee), to(white));
  background: linear-gradient(0deg, #eeeeee 33%, white 100%);
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-tel-block a.tel-link {
  text-shadow: 1px 2px 2px #fff;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-tel-block .tel-element-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-mail-block {
  width: 30%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(42%, #ff5800), color-stop(80%, #ffb300));
  background: linear-gradient(0deg, #ff5800 42%, #ffb300 80%);
  border: 1px solid #FF5800;
  padding: 20px 10px;
  height: 100%;
  border-radius: 4px;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-mail-block .wonder-cv-mail-text {
  text-shadow: 2px 3px 3px #ff5800;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block {
  width: 30%;
  padding: 18px 10px;
  height: 100%;
  border-radius: 4px;
  position: relative;
  margin-left: 10px;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block.wonder-cv-line-block {
  background: #00a600;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(51%, #00a600), to(#00ec00));
  background: linear-gradient(0deg, #00a600 51%, #00ec00 100%);
  border: 1px solid #00a600;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block .cv-button-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block .wonder-cv-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15%;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block .wonder-cv-icon-container .wonder-line-icon {
  width: 100%;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block .wonder-cv-button-txt-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block .wonder-cv-button-txt-block .wonder-cv-line-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block .wonder-cv-button-txt-block .wonder-cv-line-text .wonder-line-icon {
  width: 100%;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block .wonder-cv-button-txt-block .wonder-cv-line-text .wonder-cv-line-main-text {
  width: 100%;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block {
  margin-left: 10px;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block .wonder-cv-button-text {
  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;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block .wonder-cv-button-sub-txt {
  color: #FFFFFF;
}

.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-tel-changeable-img,
.wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-mail-changeable-img {
  height: 110px;
  width: 100%;
}

.wonder-cv .wonder-cv-wrapper a.wonder-cv-button-link {
  width: 100%;
}

.wonder-cv[data-composition-type="B"] .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-mail-block {
  margin-left: 50px;
  width: 40%;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-cv .wonder-cv-wrapper {
    background-size: contain;
    margin: 0 30px;
    padding: 50px 0 !important;
    width: 900px;
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block {
    margin-left: 185px;
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-mail-changeable-img,
  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-tel-changeable-img {
    height: 80px;
    width: 218px;
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block {
    padding: 10px;
  }

  .wonder-cv[data-composition-type="A"] .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-mail-block,
  .wonder-cv[data-composition-type="A"] .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-tel-block {
    width: 237px;
  }

  .wonder-cv[data-composition-type="B"] .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-mail-block {
    margin-left: 40px;
    width: 40%;
  }

  .wonder-cv[data-composition-type="B"] .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-mail-changeable-img {
    height: 80px;
    width: unset !important;
  }

  .wonder-cv[data-composition-type="C"] .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block,
  .wonder-cv[data-composition-type="D"] .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block {
    width: calc(100% - 200px);
    margin-bottom: 10px;
    margin-left: 190px;
  }

  .wonder-cv[data-composition-type="C"] .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block .wonder-cv-line-text .wonder-line-icon,
  .wonder-cv[data-composition-type="D"] .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block .wonder-cv-line-text .wonder-line-icon {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .wonder-cv .wonder-cv-wrapper {
    padding: 30px 0;
    position: relative;
    max-width: 560px;
    margin: auto;
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-back-img {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-back-person-img {
    position: relative;
    top: 0;
    left: 0;
    width: 160px;
    height: auto;
    margin-right: 20px;
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper {
    width: calc(100% - 20px);
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-title {
    margin: 0;
    text-align: center;
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-title .cv-title {
    display: block;
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 30px);
    z-index: 1000;
    position: relative;
    margin: 0 auto 10px;
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-bubble {
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-bubble .wonder-cv-bubble-border-top {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-bubble .wonder-cv-bubble-border-bottom {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block {
    margin-left: 0px;
    height: 105px;
    width: 100%;
    margin-bottom: 8px;
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block .cv-button-top-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block .cv-button-top-container [data-composition-img-id="cvMailIcon"],
  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block .cv-button-top-container .wonder-mail-icon {
    margin-top: 10px !important;
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block .wonder-cv-icon-container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 13%;
    margin-left: 10px;
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block .wonder-cv-icon-container .wonder-button-icon {
    width: 100%;
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-button-block .wonder-cv-button-txt-block {
    margin-left: 30px;
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-tel-block {
    width: 100%;
    -webkit-box-shadow: #cacaca 0px 3px 8px;
            box-shadow: #cacaca 0px 3px 8px;
    margin: 10px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-tel-block .tel-element-wrapper {
    height: 88px;
  }

  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-tel-changeable-img,
  .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-mail-changeable-img {
    height: 110px;
  }

  .wonder-cv[data-composition-type="B"] .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-mail-block {
    margin: 10px 0 0 0;
    width: 100%;
  }
}

.wonder-appeal-01 .wonder-appeal-wrapper {
  max-width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}

.wonder-appeal-01 .wonder-appeal-wrapper .wonder-appeal-text-wrapper {
  margin: 30px auto;
}

.wonder-appeal-01 .wonder-appeal-wrapper ul {
  text-align: center;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wonder-appeal-01 .wonder-appeal-wrapper ul li {
  margin: 10px;
  width: 32%;
  padding: 15px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(202, 202, 202, 0.5) 0px 3px 8px;
          box-shadow: rgba(202, 202, 202, 0.5) 0px 3px 8px;
  background: white;
}

.wonder-appeal-01 .wonder-appeal-wrapper ul li a.img-link-block {
  width: 200px !important;
  height: 200px !important;
  margin: 0 auto !important;
}

.wonder-appeal-01 .wonder-appeal-wrapper ul li img {
  border-radius: 50%;
  width: 80%;
  height: auto;
}

.wonder-appeal-01 .wonder-appeal-wrapper ul li .wonder-appeal-index {
  margin: 15px 0;
}

.wonder-appeal-01 .wonder-appeal-wrapper ul li .appeal-text-width {
  width: 83%;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-appeal-01 .wonder-appeal-wrapper {
    max-width: 800px !important;
  }

  .wonder-appeal-01 .wonder-appeal-wrapper ul li a.img-link-block {
    width: 189px !important;
    height: 189px !important;
  }

  .wonder-appeal-01 .wonder-appeal-wrapper ul li img {
    width: 189px;
    height: 189px;
    max-width: 80% !important;
  }
}

@media screen and (max-width: 560px) {
  .wonder-appeal-01 .wonder-appeal-wrapper .wonder-appeal-text-wrapper {
    margin: unset !important;
    padding-bottom: 30px;
  }

  .wonder-appeal-01 .wonder-appeal-wrapper ul {
    display: block;
  }

  .wonder-appeal-01 .wonder-appeal-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    padding: 10px;
    margin: 0 auto 15px;
  }

  .wonder-appeal-01 .wonder-appeal-wrapper ul li a.img-link-block {
    width: 114px !important;
    height: 114px !important;
    margin: unset !important;
  }

  .wonder-appeal-01 .wonder-appeal-wrapper ul li img {
    max-width: 100%;
    width: 114px;
    height: 114px;
  }

  .wonder-appeal-01 .wonder-appeal-wrapper ul li .wonder-appeal-text-container {
    width: 75%;
    margin-left: 15px;
  }

  .wonder-appeal-01 .wonder-appeal-wrapper ul li .wonder-appeal-text-container .wonder-appeal-index {
    margin-top: 0;
    margin-bottom: 7px;
  }
}

.wonder-voice .wonder-voice-wrapper {
  padding: 40px 0;
}

.wonder-voice .wonder-voice-wrapper .white-box-wrapper {
  position: relative;
  width: 75%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.wonder-voice .wonder-voice-wrapper .white-box-wrapper .white-box {
  border-radius: 5px;
}

.wonder-voice .wonder-voice-wrapper .white-box-wrapper .white-box .box-in-text {
  padding: 9px 0;
  width: 70%;
  margin: 0 auto;
}

.wonder-voice .wonder-voice-wrapper .white-box-wrapper .white-box .box-in-text.blshd {
  text-shadow: rgba(202, 202, 202, 0.5) 0px 3px 8px;
}

.wonder-voice .wonder-voice-wrapper .white-box-wrapper .white-box .wonder-voice-flow-balloon {
  position: absolute;
  bottom: 2px;
  right: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 15px 0 0 15px;
  -webkit-transform: rotate(133deg);
          transform: rotate(133deg);
}

.wonder-voice .wonder-voice-wrapper .wonder-voice-title-wrapper {
  margin: 0 auto;
  margin-bottom: 5px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  position: relative;
  width: 100%;
  max-width: 1000px;
}

.wonder-voice .wonder-voice-wrapper .wonder-voice-title-wrapper .wonder-voice-title-attach-img {
  width: unset !important;
  height: 100px;
  display: block;
}

.wonder-voice .wonder-voice-wrapper .wonder-voice-title-wrapper .wonder-voice-title-center {
  margin-top: 15px;
}

.wonder-voice .wonder-voice-wrapper .wonder-voice-main-slide {
  position: relative;
  -webkit-box-shadow: 0px 0px 5px rgba(202, 202, 202, 0.5);
          box-shadow: 0px 0px 5px rgba(202, 202, 202, 0.5);
  width: 100%;
  padding: 25px;
  max-width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.wonder-voice .wonder-voice-wrapper .wonder-voice-img-block {
  display: none;
}

.wonder-voice .wonder-voice-wrapper .wonder-voice-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  padding: 0;
  margin: 0;
}

.wonder-voice .wonder-voice-wrapper .wonder-voice-container .wonder-voice-content-left {
  width: 65%;
  margin: 0 20px 0 auto;
  max-width: 1000px;
  display: block;
}

.wonder-voice .wonder-voice-wrapper .wonder-voice-container .wonder-voice-content-left .wonder-voice-ul {
  padding: 0;
  margin: 0;
}

.wonder-voice .wonder-voice-wrapper .wonder-voice-container .wonder-voice-content-left .wonder-voice-ul .wonder-voice-li {
  display: list-item;
  list-style-type: none;
  margin-bottom: 0px;
}

.wonder-voice .wonder-voice-wrapper .wonder-voice-container .wonder-voice-content-left .wonder-voice-ul .wonder-voice-li .wonder-voice-question {
  width: 100%;
  padding: 11px 11px 11px 15px;
}

.wonder-voice .wonder-voice-wrapper .wonder-voice-container .wonder-voice-content-left .wonder-voice-ul .wonder-voice-li .wonder-voice-answer {
  font-size: 14px !important;
  padding-left: 15px;
  margin: 15px 0 15px;
}

.wonder-voice .wonder-voice-wrapper .wonder-voice-container .wonder-voice-content-left .wonder-voice-ul .wonder-voice-li .wonder-li-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wonder-voice .wonder-voice-wrapper .wonder-voice-container .wonder-voice-content-right-sp {
  display: none;
}

.wonder-voice .wonder-voice-wrapper .wonder-voice-container .wonder-voice-content-right {
  width: 35%;
  max-width: 1000px;
  display: block;
  margin: auto;
}

.wonder-voice .wonder-voice-wrapper .wonder-voice-container .wonder-voice-content-right .wonder-voice-img-container {
  text-align: right;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0;
}

.wonder-voice .wonder-voice-wrapper .wonder-voice-container .wonder-voice-content-right .wonder-voice-img-container img {
  margin: 0 !important;
  width: 80%;
  max-width: 100%;
}

.wonder-voice[data-composition-type="A"] .wonder-voice-wrapper {
  padding: 40px 0;
}

.wonder-voice[data-composition-type="A"] .wonder-voice-wrapper .wonder-voice-main-slide {
  margin-top: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.wonder-voice[data-composition-type="A"] .wonder-voice-wrapper .wonder-voice-main-slide .wonder-voice-content-right {
  width: 35%;
}

.wonder-voice[data-composition-type="A"] .wonder-voice-wrapper .wonder-voice-container .wonder-voice-img-container img {
  margin: 0 !important;
  width: 100%;
  border: solid 1px #8e9398;
  max-width: 100%;
}

.wonder-voice[data-composition-type="A"] .wonder-voice-wrapper .wonder-voice-pc-display {
  display: block;
}

.wonder-voice[data-composition-type="A"] .wonder-voice-wrapper .wonder-voice-img-block-sp {
  display: none;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-voice[data-composition-type="A"] .wonder-voice-main-slide {
    max-width: 800px !important;
  }
}

@media screen and (max-width: 560px) {
  .wonder-voice[data-composition-type="A"] .wonder-voice-pc-display {
    display: none !important;
  }

  .wonder-voice[data-composition-type="A"] .white-box-wrapper .white-box .box-in-text {
    width: 90%;
    padding: 16px 0;
  }

  .wonder-voice[data-composition-type="A"] .wonder-voice-main-slide {
    max-width: 90%;
  }

  .wonder-voice[data-composition-type="A"] .wonder-voice-main-slide .wonder-voice-container {
    display: block !important;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .wonder-voice[data-composition-type="A"] .wonder-voice-main-slide .wonder-voice-container .wonder-voice-content-left {
    width: 100%;
    margin-left: auto;
    margin: auto;
  }

  .wonder-voice[data-composition-type="A"] .wonder-voice-main-slide .wonder-voice-container .wonder-voice-content-left .wonder-voice-li .wonder-voice-answer {
    margin: 15px;
  }

  .wonder-voice[data-composition-type="A"] .wonder-voice-main-slide .wonder-voice-container .wonder-voice-content-right {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .wonder-voice[data-composition-type="A"] .wonder-voice-main-slide .wonder-voice-container .wonder-voice-content-right img {
    border: solid 1px #8e9398;
  }

  .wonder-voice[data-composition-type="A"] .wonder-voice-img-block-sp {
    display: block;
  }
}

.wonder-voice[data-composition-type="B"] .wonder-voice-wrapper {
  padding: 20px 0;
}

.wonder-voice[data-composition-type="B"] .wonder-voice-wrapper .wonder-voice-main-slide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.wonder-voice[data-composition-type="B"] .wonder-voice-wrapper .wonder-voice-main-slide {
  width: 32% !important;
  padding: 30px 0px !important;
  height: auto;
  margin: 0 5px;
  margin-bottom: 15px;
}

.wonder-voice[data-composition-type="B"] .wonder-voice-wrapper .wonder-voice-main-slide :last-child {
  margin-bottom: 0;
}

.wonder-voice[data-composition-type="B"] .wonder-voice-wrapper .wonder-voice-container {
  display: unset !important;
}

.wonder-voice[data-composition-type="B"] .wonder-voice-wrapper .wonder-voice-container .wonder-voice-content-left {
  width: 90% !important;
}

.wonder-voice[data-composition-type="B"] .wonder-voice-wrapper .wonder-voice-container .wonder-voice-content-right {
  width: unset !important;
}

.wonder-voice[data-composition-type="B"] .wonder-voice-wrapper .wonder-voice-container .wonder-voice-content-right .wonder-voice-img-container {
  text-align: center;
}

.wonder-voice[data-composition-type="B"] .wonder-voice-wrapper .wonder-voice-container .wonder-voice-content-right .wonder-voice-img-container img {
  margin: 0 !important;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wonder-voice[data-composition-type="B"] .wonder-voice-wrapper .wonder-voice-container .wonder-voice-content-right-head {
  padding-top: 10px;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-voice[data-composition-type="B"] .wonder-voice-main-slide-container {
    padding: 0 25px !important;
  }

  .wonder-voice[data-composition-type="B"] .wonder-voice-main-slide {
    padding: 15px 0 !important;
    max-width: 800px !important;
  }

  .wonder-voice[data-composition-type="B"] .wonder-voice-content-right {
    width: unset !important;
  }

  .wonder-voice[data-composition-type="B"] .wonder-voice-content-right .wonder-voice-img-container img {
    width: 92% !important;
  }
}

@media screen and (max-width: 560px) {
  .wonder-voice[data-composition-type="B"] .wonder-voice-wrapper .white-box-wrapper .white-box .box-in-text {
    width: 90%;
  }

  .wonder-voice[data-composition-type="B"] .wonder-voice-wrapper .wonder-voice-main-slide-container {
    display: unset !important;
    padding: 0;
  }

  .wonder-voice[data-composition-type="B"] .wonder-voice-wrapper .wonder-voice-main-slide {
    margin-bottom: 30px;
    height: auto;
    width: 90% !important;
    margin: 15px auto;
  }

  .wonder-voice[data-composition-type="B"] .wonder-voice-wrapper .wonder-voice-main-slide .wonder-voice-container .wonder-voice-content-left {
    width: 100% !important;
    margin-right: unset !important;
  }

  .wonder-voice[data-composition-type="B"] .wonder-voice-wrapper .wonder-voice-main-slide .wonder-voice-container .wonder-voice-content-right {
    width: 50% !important;
  }

  .wonder-voice[data-composition-type="B"] .wonder-voice-wrapper .wonder-voice-main-slide .wonder-voice-container .wonder-voice-content-right .wonder-voice-img-container {
    width: 100% !important;
  }

  .wonder-voice[data-composition-type="B"] .wonder-voice-wrapper .wonder-voice-main-slide .wonder-voice-container .wonder-voice-content-right .wonder-voice-img-container img {
    width: 100%;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-voice-main-slide {
    max-width: 800px !important;
  }
}

@media screen and (max-width: 560px) {
  .wonder-voice {
    display: block !important;
    padding: 0 0 15px !important;
  }

  .wonder-voice .white-box-wrapper {
    position: relative;
    width: unset !important;
    margin: unset !important;
    padding-bottom: 10px;
  }

  .wonder-voice .white-box-wrapper .white-box-wrapper .white-box .box-in-text {
    padding: 16px 0;
  }

  .wonder-voice .white-box-wrapper .white-box-wrapper .white-box .wonder-voice-flow-balloon {
    position: absolute;
    bottom: 2px;
    right: 0;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-width: 15px 0 0 15px;
    -webkit-transform: rotate(133deg);
            transform: rotate(133deg);
  }

  .wonder-voice .wonder-voice-title-wrapper {
    padding: 0 10px 20px 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    position: relative;
    height: 75px;
    max-width: 1000px;
  }

  .wonder-voice .wonder-voice-title-wrapper .wonder-voice-margin-left {
    margin-left: 5px;
  }

  .wonder-voice .wonder-voice-title-wrapper .wonder-voice-title-attach-img {
    margin: 7px auto;
    width: 58px !important;
    height: 58px !important;
  }

  .wonder-voice .wonder-voice-title-wrapper .wonder-voice-title-center {
    margin-top: 10px !important;
  }

  .wonder-voice .wonder-voice-main-slide {
    position: relative;
    -webkit-box-shadow: 0px 0px 5px #cacaca;
            box-shadow: 0px 0px 5px #cacaca;
    margin: 20px auto;
    padding: 20px;
    max-width: 90%;
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .wonder-voice .wonder-voice-main-slide .wonder-voice-container {
    display: block !important;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .wonder-voice .wonder-voice-main-slide .wonder-voice-container .wonder-voice-content-left {
    width: 100% !important;
    max-width: 1000px;
    display: block;
    margin-left: auto;
    margin: auto;
  }

  .wonder-voice .wonder-voice-main-slide .wonder-voice-container .wonder-voice-content-left .wonder-voice-ul {
    padding: 0;
    margin: 0;
  }

  .wonder-voice .wonder-voice-main-slide .wonder-voice-container .wonder-voice-content-left .wonder-voice-ul .wonder-voice-li {
    display: list-item;
    list-style-type: none;
    margin-bottom: 0px;
  }

  .wonder-voice .wonder-voice-main-slide .wonder-voice-container .wonder-voice-content-left .wonder-voice-ul .wonder-voice-li .wonder-voice-question {
    padding: 11px 11px 11px 15px;
  }

  .wonder-voice .wonder-voice-main-slide .wonder-voice-container .wonder-voice-content-right {
    width: 100%;
    max-width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wonder-voice .wonder-voice-main-slide .wonder-voice-container .wonder-voice-content-right .wonder-voice-img-container {
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }

  .wonder-voice .wonder-voice-main-slide .wonder-voice-container .wonder-voice-content-right .wonder-voice-img-container img {
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
  }

  .wonder-voice .wonder-voice-main-slide .wonder-voice-img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
  }

  .wonder-voice .wonder-voice-main-slide .wonder-voice-img-block .wonder-voice-img-left {
    position: relative;
  }

  .wonder-voice .wonder-voice-main-slide .wonder-voice-img-block .wonder-voice-img-left .wonder-voice-img-index {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #696969;
    padding: 3px;
    z-index: 1;
  }

  .wonder-voice .wonder-voice-main-slide .wonder-voice-img-block .wonder-voice-img-right {
    position: relative;
    margin-left: 8px;
  }

  .wonder-voice .wonder-voice-main-slide .wonder-voice-img-block .wonder-voice-img-right .wonder-voice-img-index-right {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    z-index: 1;
  }

  .wonder-voice .wonder-voice-main-slide .wonder-voice-img-block img {
    width: 235px;
    height: 236px;
  }
}

.wonder-faq {
  overflow: hidden;
  padding: 40px 0;
  background-color: #f2f2f2;
}

.wonder-faq .wonder-faq-wrapper {
  position: relative;
}

.wonder-faq .wonder-faq-wrapper .wonder-faq-title {
  padding-bottom: 40px;
}

.wonder-faq .wonder-faq-wrapper .wonder-faq-contents-wrapper {
  max-width: 1000px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  margin: 15px auto;
  margin-top: 0;
}

.wonder-faq .wonder-faq-wrapper .wonder-faq-contents-wrapper .wonder-faq-contents {
  padding-left: 15px;
  margin-bottom: 10px;
}

.wonder-faq .wonder-faq-wrapper .wonder-faq-contents-wrapper .wonder-faq-answer-contents {
  padding-left: 20px;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-faq .wonder-faq-wrapper .wonder-faq-title {
    margin: 0 auto !important;
    max-width: 800px !important;
  }

  .wonder-faq .wonder-faq-wrapper .wonder-faq-contents-wrapper {
    max-width: 800px !important;
  }
}

@media screen and (max-width: 560px) {
  .wonder-faq {
    padding: 30px 0;
  }

  .wonder-faq .wonder-faq-wrapper {
    padding: 0 10px;
  }
}

.wonder-is-efblock {
  padding-bottom: 60px;
  margin: 40px 0;
}

.wonder-is-efblock .wonder-efblock-wrapper {
  margin-bottom: 40px;
}

.wonder-is-efblock .wonder-efblock-wrapper .wonder-efblock-head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  position: relative;
}

.wonder-is-efblock .wonder-efblock-wrapper .wonder-efblock-head-wrapper .wonder-efblock-img-width {
  height: 47px;
  width: 47px;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-is-efblock .wonder-efblock-wrapper .wonder-efblock-head-wrapper {
    margin: 30px 0 auto !important;
  }
}

@media screen and (max-width: 560px) {
  .wonder-is-efblock .wonder-efblock-wrapper .wonder-efblock-head-wrapper {
    margin: 10px auto;
  }

  .wonder-is-efblock .wonder-efblock-wrapper .wonder-efblock-head-wrapper .wonder-efblock-img-width {
    height: 74px;
  }
}

.wonder-foot {
  padding-top: 30px;
  background: #f6f6f6;
}

.wonder-foot .wonder-foot-inner-foot {
  max-width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wonder-foot .wonder-foot-inner-foot .wonder-foot-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.wonder-foot .wonder-foot-inner-foot .wonder-foot-border {
  border-bottom: inset 1px #dddddd;
}

.wonder-foot .wonder-foot-inner-foot .wonder-foot-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 20px;
}

.wonder-foot .wonder-foot-inner-foot .wonder-foot-contents .wonder-foot-contents-left {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-right: 10px;
}

.wonder-foot .wonder-foot-inner-foot .wonder-foot-contents .wonder-foot-contents-left .wonder-footer-logo {
  margin-bottom: 10px;
}

.wonder-foot .wonder-foot-inner-foot .wonder-foot-contents .wonder-gmap {
  width: 55%;
}

.wonder-foot .wonder-foot-inner-foot .wonder-foot-contents .wonder-gmap .wonder-ggmap {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  /* Google Mapのiframe */
}

.wonder-foot .wonder-foot-inner-foot .wonder-foot-contents .wonder-gmap .wonder-ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wonder-foot .wonder-foot-copyright {
  margin-top: 70px;
  padding: 25px 0;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-foot .wonder-foot-inner-foot {
    max-width: 800px !important;
  }

  .wonder-foot .wonder-foot-inner-foot .wonder-foot-title {
    max-width: 800px !important;
  }
}

@media screen and (max-width: 560px) {
  .wonder-foot {
    padding-top: 20px;
  }

  .wonder-foot .wonder-foot-inner-foot .wonder-foot-contents {
    display: block !important;
    margin-top: 20px;
    padding: 0 20px;
  }

  .wonder-foot .wonder-foot-inner-foot .wonder-foot-contents .wonder-gmap {
    width: 100% !important;
  }

  .wonder-foot .wonder-foot-inner-foot .wonder-foot-contents .wonder-gmap .wonder-ggmap {
    padding-bottom: 100% !important;
  }
}

.wonder-result-01 {
  overflow: hidden;
  font-size: 25px;
}

.wonder-result-01 .wonder-result {
  padding: 30px 0;
}

.wonder-result-01 .wonder-result .wonder-wrap-main {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-title-wrapper {
  text-align: center;
  margin: 30px auto;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-title-wrapper .wonder-result-title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-title-wrapper .wonder-result-title-flex .wonder-result-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px 15px;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width {
  width: 100%;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FF8202;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-title-wrapper .wonder-title-icon {
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 100%;
  background: #fff;
  border: 5px solid #ffb400;
  margin-left: 20px;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-title-wrapper .wonder-title-icon img {
  width: 50px;
  height: 50px;
  max-width: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20%;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-title-wrapper .wonder-title-text-wrapper {
  padding: 15px;
  z-index: 100;
  margin-left: 15px;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-title-wrapper .wonder-title-margin-adjuster {
  margin: 10px;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element {
  position: relative;
  padding: 30px 30px 0px;
  margin-top: 30px;
  height: 85%;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-img-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-img-block .wonder-img-left {
  position: relative;
  margin-right: 20px;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-img-block .wonder-img-left .wonder-img-index {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  background-color: #696969;
  padding: 5px;
  z-index: 1;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-img-block .wonder-img-right {
  position: relative;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-img-block .wonder-img-right .wonder-img-index-right {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  z-index: 1;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-img-block .wonder-img-right .wonder-result-triangle {
  width: 0;
  position: absolute;
  top: 50%;
  left: -1%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent white;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-img-block .resize-img-wrapper {
  width: 160px;
  height: 160px;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-img-block .wonder-result-img-wrapper {
  width: 220px;
  height: 220px;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-img-block .wonder-result-img-wrapper img {
  width: 100%;
  height: 100%;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-img-block .wonder-result-triangle {
  width: 0;
  position: absolute;
  top: 50%;
  left: -1%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent white;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-reason-voice-block {
  margin: 20px;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-reason-voice-block .wonder-user-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-reason-voice-block .wonder-user-voice .wonder-icon {
  width: 30px;
  height: 30px;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-reason-voice-block .wonder-user-voice .wonder-icon img {
  width: 100%;
  height: 100%;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-reason-voice-block .wonder-user-voice .wonder-padding {
  padding: 10px;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-reason-voice-block .wonder-voice-text {
  padding: 10px;
}

.wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-slide-button {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent #2e8b57 #2e8b57;
}

.wonder-result-01[data-composition-type="A"] .main-img-container {
  margin: 0 120px !important;
}

.wonder-result-01[data-composition-type="B"] .before-card-style {
  position: absolute;
  top: -5px;
}

.wonder-result-01[data-composition-type="B"] .result-before-text {
  background: #696969;
  padding: 0 10px;
}

.wonder-result-01[data-composition-type="B"] .after-card-style {
  position: absolute;
  top: -5px;
}

.wonder-result-01[data-composition-type="B"] .result-after-text {
  background: #FF9800;
  padding: 0 10px;
}

@-moz-document url-prefix()  {
  .wonder-result-main-wrapper {
    justify-content: space-between !important;
  }

  .wonder-result-main {
    width: 40% !important;
    margin: 45px 40px !important;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-result-01 .wonder-result {
    padding: 40px 0 !important;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main {
    max-width: 800px !important;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-title-wrapper {
    text-align: center !important;
    margin: unset !important;
    margin-top: 40px !important;
    height: unset !important;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper {
    margin: 40px 0px !important;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main {
    margin: 30px !important;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width {
    width: unset !important;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-title-wrapper {
    position: relative !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    background-color: #FF8202 !important;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5) !important;
            box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-title-wrapper .wonder-title-icon {
    vertical-align: middle !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    position: relative !important;
    vertical-align: middle !important;
    flex-shrink: 0 !important;
    width: 85px !important;
    height: 85px !important;
    border-radius: 100% !important;
    background: #fff !important;
    border: 5px solid #ffb400 !important;
    margin-left: 20px !important;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-title-wrapper .wonder-title-icon img {
    width: 50px !important;
    height: 50px !important;
    max-width: none !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    top: 20% !important;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-title-wrapper .wonder-title-text-wrapper {
    padding: 6px !important;
    margin-left: 15px !important;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-title-wrapper .wonder-title-margin-adjuster {
    margin: 10px !important;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element {
    padding: 20px 15px !important;
    margin-top: 15px !important;
    height: 85% !important;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-img-left .wonder-img-index {
    width: 70px !important;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-img-left .wonder-result-img-wrapper {
    width: 180px !important;
    height: 180px !important;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-img-left .resize-img-wrapper {
    width: 100px !important;
    height: 100px !important;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-img-right .wonder-img-index-right {
    width: 70px !important;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-img-right .wonder-result-img-wrapper {
    width: 180px !important;
    height: 180px !important;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-img-right .resize-img-wrapper {
    width: 100px !important;
    height: 100px !important;
  }

  .wonder-result-01[data-composition-type="A"] .main-img-container {
    margin: 0 100px !important;
  }

@-moz-document url-prefix()  {
    .wonder-result-main-wrapper {
      justify-content: space-between !important;
    }

    .wonder-result-main {
      width: 40% !important;
    }
}
}

@media screen and (max-width: 560px) {
  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-title-wrapper .wonder-result-title-flex {
    display: block !important;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-title-wrapper .wonder-result-title-flex .wonder-result-title-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }

  .wonder-result-01 .wonder-result .wonder-wrap-main .wonder-section-padding .wonder-result-main-wrapper .wonder-result-main {
    margin: 45px auto !important;
  }

@-moz-document url-prefix()  {
    .wonder-result-main {
      width: 100% !important;
    }
}
}

/* pc */

.wonder-purchase .wonder-inner1100 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 70px 20px;
}

.wonder-purchase .wonder-inner1100 .wonder-purchase-ttl01 {
  margin-bottom: 30px;
}

.wonder-purchase .wonder-inner1100 .wonder-purchase-ttl02 {
  background: #753712;
  padding: 20px;
}

.wonder-purchase .wonder-inner1100 .wonder-purchase-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 50px;
  background: #fff;
  margin-bottom: 30px;
}

.wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-img {
  width: 55%;
  margin-right: 30px;
}

.wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-txt-box {
  width: 45%;
}

.wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-txt-box .wonder-purchase-txt-box-txt01 {
  margin-bottom: 10px;
}

.wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-txt-box-txt02 {
  margin-bottom: 10px;
}

.wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-txt-box-txt03 {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-txt-box-txt03 .wonder-purchase-txt-box-txt03-icon {
  background: #753712;
  border-radius: 5px;
  min-width: 78px;
  width: 78px;
  height: 78px;
  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;
  margin-right: 5px;
}

.wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-txt-box-txt03 .wonder-purchase-txt-box-txt03-icon .wonder-purchase-txt-box-txt03-txt-price {
  margin-bottom: 5px;
}

.wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-txt-box-txt04 {
  background: #ece7e2;
  border-radius: 5px;
  padding: 20px 10px;
}

.wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-btn-box {
  margin-bottom: 20px;
  position: relative;
}

.wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-btn-box::after {
  position: absolute;
  display: block;
  content: "";
  background: #4376de;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -5px;
  z-index: 1;
  border-radius: 5px;
}

.wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-btn-box .wonder-purchase-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#33a4ff), to(#2787ff));
  background: linear-gradient(to bottom, #33a4ff, #2787ff);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  border: 1px solid #33a4ff;
  position: relative;
  z-index: 2;
}

.wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-btn-box .wonder-purchase-btn img {
  max-width: 42px;
  -webkit-filter: drop-shadow(3px 3px 0 #4376de);
          filter: drop-shadow(3px 3px 0 #4376de);
}

.wonder-purchase .wonder-inner1100 .wonder-purchase-caution {
  text-align: center;
}

.wonder-purchase .wonder-inner1100 .wonder-purchase-caution-border {
  display: inline-block;
  background: #fff;
  border: 2px solid #ff8d05;
  padding: 10px 50px;
  text-align: center;
}

/* tablet */

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-purchase .wonder-inner1100 {
    max-width: 1140px;
    margin: 0 auto;
    padding: 70px 20px;
  }

  .wonder-purchase .wonder-inner1100 .wonder-purchase-box {
    padding: 30px 20px;
  }

  .wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-img {
    width: 45%;
  }

  .wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-txt-box {
    width: 55%;
  }

  .wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-txt-box-txt03 .wonder-purchase-txt-box-txt03-icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }

  .wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-btn-box .wonder-purchase-btn {
    padding: 20px 10px;
  }

  .wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-btn-box .wonder-purchase-btn img {
    max-width: 38px;
  }

  .wonder-purchase .wonder-inner1100 .wonder-purchase-caution .wonder-purchase-caution-border {
    padding: 10px 30px;
  }
}

/* sp */

@media screen and (max-width: 560px) {
  .wonder-purchase .wonder-inner1100 {
    padding: 40px 20px;
  }

  .wonder-purchase .wonder-inner1100 .wonder-purchase-ttl01 {
    margin-bottom: 20px;
  }

  .wonder-purchase .wonder-inner1100 .wonder-purchase-ttl02 {
    padding: 15px;
  }

  .wonder-purchase .wonder-inner1100 .wonder-purchase-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 20px;
    margin-bottom: 20px;
  }

  .wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-img {
    width: 90%;
    margin: 0 auto 20px;
    text-align: center;
  }

  .wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-txt-box {
    width: 100%;
  }

  .wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-txt-box .wonder-purchase-txt-box-txt03 .wonder-purchase-txt-box-txt03-icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-txt-box .wonder-purchase-btn-box .wonder-purchase-btn {
    padding: 15px 10px;
  }

  .wonder-purchase .wonder-inner1100 .wonder-purchase-box .wonder-purchase-txt-box .wonder-purchase-btn-box .wonder-purchase-btn img {
    max-width: 30px;
  }

  .wonder-purchase .wonder-inner1100 .wonder-purchase-caution .wonder-purchase-caution-border {
    padding: 10px;
  }
}

/* pc */

.wonder-campaign .wonder-inner1000 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 70px 20px;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-ttl-box {
  background: -webkit-gradient(linear, left top, right top, from(#ae0003), color-stop(#e54708), to(#ae0003));
  background: linear-gradient(to right, #ae0003, #e54708, #ae0003);
  position: relative;
  padding: 30px 20px 30px 10%;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-ttl-box::before,
.wonder-campaign .wonder-inner1000 .wonder-campaign-ttl-box::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #e3c598;
  left: 0;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-ttl-box::before {
  top: 10px;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-ttl-box::after {
  bottom: 10px;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-ttl-box .wonder-campaign-ttl-icon {
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 5;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-ttl-box .wonder-campaign-ttl-icon img {
  max-width: 155px;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-ttl-box .wonder-campaign-ttl01 .wonder-campaign-ttl01-box .wonder-campaign-ttl01-txt .wonder-campaign-ttl01-txt01 {
  -webkit-text-stroke: 2px #fff;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box {
  background: #fff;
  border: 3px solid #f57300;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-list-box {
  width: 48%;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-list-box .wonder-campaign-list {
  margin: 0 20px;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-list-box .wonder-campaign-list .wonder-campaign-list-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #cccac8;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-list-box .wonder-campaign-list .wonder-campaign-list-li .wonder-campaign-list-icon {
  margin-right: 5px;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-list-box .wonder-campaign-list .wonder-campaign-list-li .wonder-campaign-list-icon img {
  max-width: 43px;
  min-width: 43px;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box {
  width: 50%;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box .wonder-campaign-price-ttl01 {
  margin-bottom: 10px;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box .wonder-campaign-price-ttl02 {
  display: block;
  background: #f57300;
  padding: 10px;
  border-radius: 5px;
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 5;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box .wonder-campaign-price-border {
  border: 2px solid #f57300;
  border-radius: 10px;
  padding: 30px 10px 10px;
  background: #fffed8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -30px;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box .wonder-campaign-price-border .wonder-campaign-price-txt01 {
  position: relative;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box .wonder-campaign-price-border .wonder-campaign-price-txt01::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #ee1f20;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box .wonder-campaign-price-border .wonder-campaign-price-txt02 {
  position: relative;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box .wonder-campaign-price-border .wonder-campaign-price-txt02::after {
  position: absolute;
  display: block;
  content: "\7A0E\8FBC";
  color: #ee1f20;
  font-size: 14px;
  right: -2px;
  top: 24px;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box .wonder-campaign-price-border .wonder-campaign-price-arrow {
  margin: 0 10px;
}

.wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box .wonder-campaign-price-border .wonder-campaign-price-arrow img {
  max-width: 25px;
}

/* tablet */

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-campaign .wonder-inner1000 {
    padding: 40px 20px;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-ttl-box {
    padding: 20px 20px 20px 15%;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-ttl-box::before {
    top: 5px;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-ttl-box::after {
    bottom: 5px;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-ttl-box .wonder-campaign-ttl-icon img {
    max-width: 80px;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-ttl-box .wonder-campaign-ttl01 .wonder-campaign-ttl01-box .wonder-campaign-ttl01-txt .wonder-campaign-ttl01-txt01 {
    -webkit-text-stroke: 1px #fff;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-list-box {
    width: 80%;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-list-box .wonder-campaign-list {
    margin: 0 0 20px;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-list-box .wonder-campaign-list .wonder-campaign-list-li .wonder-campaign-list-icon img {
    max-width: 30px;
    min-width: 30px;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box {
    width: 80%;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box .wonder-campaign-price-ttl02 {
    max-width: 80%;
    padding: 5px;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box .wonder-campaign-price-border {
    padding: 30px 10px 10px;
    margin-top: -20px;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box .wonder-campaign-price-border .wonder-campaign-price-txt02::after {
    font-size: 12px;
    right: -7px;
    top: 18px;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box .wonder-campaign-price-border .wonder-campaign-price-arrow img {
    max-width: 15px;
  }
}

/* sp */

@media screen and (max-width: 560px) {
  .wonder-campaign .wonder-inner1000 {
    padding: 30px 20px;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-ttl-box {
    padding: 15px 5px 15px 15%;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-ttl-box::before {
    top: 3px;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-ttl-box::after {
    bottom: 3px;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-ttl-box .wonder-campaign-ttl-icon img {
    max-width: 50px;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-ttl-box .wonder-campaign-ttl01 .wonder-campaign-ttl01-box .wonder-campaign-ttl01-txt .wonder-campaign-ttl01-txt01 {
    -webkit-text-stroke: 1px #fff;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-list-box {
    width: 100%;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-list-box .wonder-campaign-list {
    margin: 0 0 20px;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-list-box .wonder-campaign-list .wonder-campaign-list-li .wonder-campaign-list-icon img {
    max-width: 30px;
    min-width: 30px;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box {
    width: 100%;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box .wonder-campaign-price-ttl02 {
    max-width: 80%;
    padding: 5px;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box .wonder-campaign-price-border {
    padding: 20px 10px 5px;
    margin-top: -20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box .wonder-campaign-price-border .wonder-campaign-price-txt02::after {
    font-size: 12px;
    right: -4px;
    top: 14px;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box .wonder-campaign-price-border .wonder-campaign-price-arrow {
    margin: 5px 0 0;
  }

  .wonder-campaign .wonder-inner1000 .wonder-campaign-cont-box .wonder-campaign-price-box .wonder-campaign-price-border .wonder-campaign-price-arrow img {
    max-width: 15px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.wonder-product {
  background: #fef8f8;
}

.wonder-product .wonder-inner1000 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 70px 20px;
  margin-bottom: 0 !important;
}

.wonder-product .wonder-product-ttl01 {
  margin-bottom: 20px;
}

.wonder-product .wonder-product-ttl02 {
  margin-bottom: 10px;
  text-align: center;
}

.wonder-product .wonder-product-ttl02 .wonder-product-ttl02-bg {
  background: #fe7519;
  border-radius: 50px;
  padding: 5px 15px;
  display: inline-block;
}

.wonder-product .wonder-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wonder-product .wonder-product-list .wonder-product-list-li {
  width: 30%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  margin-top: 50px;
  position: relative;
}

.wonder-product .wonder-product-list .wonder-product-list-li .wonder-product-icon {
  position: absolute;
  left: -33px;
  top: -30px;
}

.wonder-product .wonder-product-list .wonder-product-list-li .wonder-product-icon img {
  max-width: 69px;
}

.wonder-product .wonder-product-list .wonder-product-list-li .wonder-product-ttl03 {
  margin-bottom: 10px;
}

.wonder-product .wonder-product-list .wonder-product-list-li .wonder-product-img {
  margin-bottom: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wonder-product .wonder-product-list .wonder-product-list-li .wonder-product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.wonder-product .wonder-product-list .wonder-product-list-li .wonder-product-price .wonder-product-price-icon {
  min-width: 40px;
  width: 40px;
  height: 40px;
  background: #fe7519;
  border-radius: 5px;
  margin-right: 10px;
  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;
}

.wonder-product .wonder-product-list .wonder-product-list-li .wonder-product-btn-box {
  position: relative;
  margin-bottom: 20px;
}

.wonder-product .wonder-product-list .wonder-product-list-li .wonder-product-btn-box .wonder-product-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#f03e3e), to(#ca0000));
  background: linear-gradient(to bottom, #f03e3e, #ca0000);
  border-radius: 50px;
  padding: 15px 10px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}

.wonder-product .wonder-product-list .wonder-product-list-li .wonder-product-btn-box::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #9c0404;
  left: 0;
  bottom: -3px;
}

.wonder-product .wonder-product-list .wonder-product-list-li .wonder-product-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wonder-product .wonder-product-list .wonder-product-list-li .wonder-product-info dl .wonder-product-info01 {
  background: #856076;
  min-width: 70px;
  width: 30%;
  margin-right: 10px;
  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;
  border-radius: 3px;
  padding: 5px;
}

.wonder-product .wonder-product-list .wonder-product-info dl:not(:last-child) {
  margin-bottom: 10px;
}

/* pc */

@media screen and (min-width: 961px) {
  .wonder-product-list-li:not(:nth-child(3n)) {
    margin-right: 5%;
  }

  .wonder-inner1000 {
    padding: 40px 20px;
  }
}

/* tablet */

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-inner1000 {
    max-width: 1040px;
    margin: 0 auto;
    padding: 40px 20px;
    margin-bottom: 0 !important;
  }

  .wonder-inner1000 .wonder-product-ttl01 {
    margin-bottom: 10px;
  }

  .wonder-inner1000 .wonder-product-list-li {
    width: 48% !important;
    padding: 20px !important;
    margin-top: 40px !important;
    position: relative;
  }

  .wonder-inner1000 .wonder-product-list-li .wonder-product-icon {
    left: -15px !important;
    top: -17px !important;
  }

  .wonder-inner1000 .wonder-product-list-li .wonder-product-icon .wonder-product-icon img {
    max-width: 50px !important;
  }

  .wonder-inner1000 .wonder-product-list-li .wonder-product-btn {
    padding: 10px !important;
  }

  .wonder-inner1000 .wonder-product-list-li:not(:nth-child(2n)) {
    margin-right: 4% !important;
  }
}

/* sp */

@media screen and (max-width: 560px) {
  .wonder-inner1000 {
    padding: 30px 20px;
  }

  .wonder-inner1000 .wonder-product-ttl01 {
    margin-bottom: 10px;
  }

  .wonder-inner1000 .wonder-product-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .wonder-inner1000 .wonder-product-list .wonder-product-list-li {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
  }

  .wonder-inner1000 .wonder-product-list .wonder-product-list-li .wonder-product-icon {
    left: -15px;
    top: -20px;
  }

  .wonder-inner1000 .wonder-product-list .wonder-product-list-li .wonder-product-icon .wonder-product-icon img {
    max-width: 60px;
  }
}

/* pc */

.wonder-payment .wonder-inner1000 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 55px 20px;
}

.wonder-payment .wonder-inner1000 .wonder-payment-ttl01 {
  margin-bottom: 40px;
}

.wonder-payment .wonder-inner1000 .wonder-payment-txt {
  margin-bottom: 40px;
}

.wonder-payment .wonder-inner1000 .wonder-payment-img {
  display: block;
  text-align: center;
  border: 1px solid #279ad0;
  border-radius: 10px;
  padding: 20px;
  max-width: 780px;
  margin: 0 auto 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wonder-payment .wonder-inner1000 .wonder-payment-img img {
  max-width: 749px;
  width: 100%;
}

/* tablet */

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-payment .wonder-inner1000 {
    padding: 40px 20px;
  }

  .wonder-payment .wonder-inner1000 .wonder-payment-ttl01 {
    margin-bottom: 30px;
  }

  .wonder-payment .wonder-inner1000 .wonder-payment-txt {
    margin-bottom: 30px;
  }
}

/* sp */

@media screen and (max-width: 560px) {
  .wonder-payment .wonder-inner1000 {
    padding: 30px 20px;
  }

  .wonder-payment .wonder-inner1000 .wonder-payment-ttl01 {
    margin-bottom: 20px;
  }

  .wonder-payment .wonder-inner1000 .wonder-payment-txt {
    margin-bottom: 20px;
  }

  .wonder-payment .wonder-inner1000 .wonder-payment-img {
    padding: 10px;
  }
}

/* pc */

.wonder-profile .wonder-inner1000 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 70px 20px 0;
  margin-bottom: 0 !important;
}

.wonder-profile .wonder-profile-ttl01 {
  padding-bottom: 30px;
  margin-bottom: 50px;
  position: relative;
}

.wonder-profile .wonder-profile-ttl01::after {
  position: absolute;
  display: block;
  content: "";
  width: 75px;
  height: 5px;
  background: #a9231c;
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.wonder-profile .wonder-profile-cont-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wonder-profile .wonder-profile-cont-box .wonder-profile-img {
  width: 50%;
  text-align: center;
  line-height: 1;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wonder-profile .wonder-profile-cont-box .wonder-profile-img .wonder-profile-img img {
  max-width: 381px;
  width: 100%;
}

.wonder-profile .wonder-profile-cont-box .wonder-profile-txt-box {
  width: 50%;
  background: #fff;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}

.wonder-profile .wonder-profile-cont-box .wonder-profile-txt-box .wonder-profile-txt-ttl01 {
  margin-bottom: 10px;
}

.wonder-profile .wonder-profile-cont-box .wonder-profile-txt-box .wonder-profile-txt-ttl02 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a9231c;
}

.wonder-profile .wonder-profile-cont-box .wonder-profile-txt-box .wonder-profile-txt-txt01 {
  margin-bottom: 20px;
}

.wonder-profile .wonder-profile-cont-box .wonder-profile-txt-box .wonder-description-content {
  margin-bottom: 20px;
}

.wonder-profile .wonder-profile-cont-box .wonder-profile-txt-box .wonder-description-content .wonder-profile-txt-ttl03 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a9231c;
}

.wonder-profile .wonder-profile-cont-box .wonder-profile-txt-box .wonder-description-content :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 961px) {
  .wonder-profile .wonder-inner1000 {
    padding: 70px 20px 0;
  }
}

/* tablet */

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-inner1000 {
    max-width: 1040px;
    margin: 0 auto;
    padding: 40px 20px 0;
    margin-bottom: 0 !important;
  }

  .wonder-inner1000 .wonder-profile-ttl01 {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }

  .wonder-inner1000 .wonder-profile-ttl01::after {
    width: 70px;
    height: 3px;
  }

  .wonder-inner1000 .wonder-profile-img {
    width: 40%;
    text-align: left;
    padding: 0 20px 0 0;
  }

  .wonder-inner1000 .wonder-profile-txt-box {
    width: 60%;
    margin-bottom: 30px;
  }

  .wonder-inner1000 .wonder-profile-txt-box .wonder-profile-txt-ttl01 {
    margin-bottom: 10px;
  }

  .wonder-inner1000 .wonder-profile-txt-box .wonder-profile-txt-ttl02 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a9231c;
  }

  .wonder-inner1000 .wonder-profile-txt-box .wonder-profile-txt-txt01 {
    margin-bottom: 20px;
  }

  .wonder-inner1000 .wonder-profile-txt-box .wonder-profile-txt-ttl03 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a9231c;
  }
}

/* sp */

@media screen and (max-width: 560px) {
  .wonder-inner1000 {
    padding: 30px 20px !important;
  }

  .wonder-inner1000 .wonder-profile-ttl01 {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .wonder-inner1000 .wonder-profile-ttl01::after {
    width: 50px;
    height: 3px;
  }

  .wonder-inner1000 .wonder-profile-cont-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .wonder-inner1000 .wonder-profile-cont-box .wonder-profile-img {
    width: 50%;
    text-align: center;
    padding: 0;
  }

  .wonder-inner1000 .wonder-profile-cont-box .wonder-profile-txt-box {
    width: 100%;
  }

  .wonder-inner1000 .wonder-profile-cont-box .wonder-profile-txt-box .wonder-profile-txt-ttl01 {
    margin-bottom: 10px;
  }
}

/* pc */

.wonder-access .wonder-default-main-content .wonder-access-ttl01 {
  background: #61a13e;
  padding: 40px 20px;
  position: relative;
}

.wonder-access .wonder-default-main-content .wonder-access-ttl01::after {
  position: absolute;
  display: block;
  content: "";
  border-top: 40px solid #61a13e;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  right: 50%;
  bottom: -38px;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.wonder-access .wonder-default-main-content .wonder-inner1100 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 70px 20px;
}

.wonder-access .wonder-default-main-content .wonder-inner1100 .wonder-access-list {
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
}

.wonder-access .wonder-default-main-content .wonder-inner1100 .wonder-access-list .wonder-access-list-li {
  padding: 20px;
}

.wonder-access .wonder-default-main-content .wonder-inner1100 .wonder-access-list .wonder-access-list-li-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}

.wonder-access .wonder-default-main-content .wonder-inner1100 .wonder-access-list .wonder-access-list-li-inner .wonder-access-map {
  width: 60%;
  margin-right: 40px;
}

.wonder-access .wonder-default-main-content .wonder-inner1100 .wonder-access-list .wonder-access-list-li-inner .wonder-access-txt-box {
  width: 40%;
  padding-top: 30px;
}

.wonder-access .wonder-default-main-content .wonder-inner1100 .wonder-access-list .wonder-access-list-li-inner .wonder-access-txt-box .wonder-access-img {
  text-align: center;
  margin-bottom: 10px;
}

.wonder-access .wonder-default-main-content .wonder-inner1100 .wonder-access-list .wonder-access-list-li-inner .wonder-access-txt-box .wonder-access-img img {
  max-width: 260px;
  width: 100%;
}

.wonder-access .wonder-default-main-content .wonder-inner1100 .wonder-access-list .wonder-access-list-li-inner .wonder-access-txt-box .wonder-access-name {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #61a13e;
}

/* tablet */

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-access .wonder-default-main-content .wonder-access-ttl01 {
    padding: 20px;
  }

  .wonder-access .wonder-default-main-content .wonder-access-ttl01::after {
    border-top: 30px solid #61a13e;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    bottom: -30px;
  }

  .wonder-access .wonder-default-main-content .wonder-inner1100 {
    padding: 40px 20px;
  }

  .wonder-access .wonder-default-main-content .wonder-inner1100 .wonder-access-list {
    margin: 0 20px;
  }

  .wonder-access .wonder-default-main-content .wonder-inner1100 .wonder-access-list .wonder-access-list-li-inner .wonder-access-map {
    width: 50%;
    margin-right: 20px;
  }

  .wonder-access .wonder-default-main-content .wonder-inner1100 .wonder-access-list .wonder-access-list-li-inner .wonder-access-txt-box {
    width: 50%;
    padding-top: 20px;
  }
}

/* sp */

@media screen and (max-width: 560px) {
  .wonder-access .wonder-default-main-content .wonder-access-ttl01 {
    padding: 15px 10px;
  }

  .wonder-access .wonder-default-main-content .wonder-access-ttl01::after {
    border-top: 25px solid #61a13e;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    bottom: -20px;
  }

  .wonder-access .wonder-default-main-content .wonder-inner1100 {
    position: relative;
    padding: 30px 20px;
  }

  .wonder-access .wonder-default-main-content .wonder-inner1100 .wonder-access-list {
    margin: 0 20px;
  }

  .wonder-access .wonder-default-main-content .wonder-inner1100 .wonder-access-list .wonder-access-list-li {
    padding: 10px;
  }

  .wonder-access .wonder-default-main-content .wonder-inner1100 .wonder-access-list .wonder-access-list-li-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
  }

  .wonder-access .wonder-default-main-content .wonder-inner1100 .wonder-access-list .wonder-access-list-li-inner .wonder-access-map {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .wonder-access .wonder-default-main-content .wonder-inner1100 .wonder-access-list .wonder-access-list-li-inner .wonder-access-map .wonder-access-map iframe {
    height: 200px;
  }

  .wonder-access .wonder-default-main-content .wonder-inner1100 .wonder-access-list .wonder-access-list-li-inner .wonder-access-txt-box {
    width: 100%;
    padding-top: 0;
  }

  .wonder-access .wonder-default-main-content .wonder-inner1100 .wonder-access-list .wonder-access-list-li-inner .wonder-access-txt-box .wonder-access-img img {
    width: 80%;
  }

  .wonder-access .wonder-default-main-content .wonder-inner1100 .wonder-access-list .wonder-access-list-li-inner .wonder-access-txt-box .wonder-access-name {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.wonder-util .wonder-util-wrapper {
  margin: 0 auto;
}

.wonder-util .wonder-util-wrapper .wonder-util-title-wrapper {
  width: 100%;
  text-align: center;
}

.wonder-util .wonder-util-wrapper .wonder-util-title-wrapper img {
  width: 100%;
}

.wonder-util .wonder-util-wrapper .wonder-util-main-wrapper {
  width: 100%;
  text-align: center;
}

.wonder-util .wonder-util-wrapper .wonder-util-main-wrapper img {
  width: 100%;
}

@media screen and (max-width: 560px) {
  .wonder-util .wonder-util-title-img {
    display: none;
  }

  .wonder-util .wonder-util-title-sp-img {
    display: block;
  }

  .wonder-util .wonder-util-main-img {
    display: none;
  }

  .wonder-util .wonder-util-main-sp-img {
    display: block;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .wonder-util .wonder-util-title-img {
    display: block;
  }

  .wonder-util .wonder-util-title-sp-img {
    display: none;
  }

  .wonder-util .wonder-util-main-img {
    display: block;
  }

  .wonder-util .wonder-util-main-sp-img {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .wonder-util .wonder-util-title-img {
    display: block;
  }

  .wonder-util .wonder-util-title-sp-img {
    display: none;
  }

  .wonder-util .wonder-util-main-img {
    display: block;
  }

  .wonder-util .wonder-util-main-sp-img {
    display: none;
  }
}

[data-section-color="0"] {
  background-color: #2c9a13;
}

[data-section-color="1"] {
  background-color: #f5fbea;
  color: #f0f4e7;
  border-bottom-color: #2c9a13;
}

[data-section-color="2"] {
  background-color: #f8f4f1;
  color: #f4ece7;
}

[data-section-color="3"] {
  background-color: white;
  color: #f4e7e7;
}

[data-section-color="4"] {
  background-color: #fef8f8;
}

[data-text-color="primary-txt"] {
  color: #2c9a13;
}

[data-text-color="accent-txt"] {
  color: #f67409;
}

[data-text-color="attention2-txt"] {
  color: #ffff00;
}

[data-element-color="element-color-cv"] {
  background-color: #69b34d;
}

[data-element-color="element-light-primary"] {
  background-color: #1bf367;
}

[data-element-color="element-pale-primary"] {
  background-color: #f5fbea;
}

[data-border-color="primary-border"] {
  border-color: #2c9a13;
}

[data-border-color="light-primary-border"] {
  color: #1bf367;
}

[data-border-color="primary-borderBottom"] {
  border-bottom-color: #2c9a13;
}

body {
  overflow-x: hidden;
}

@media screen and (max-width: 560px) {
  [data-sp-fontweight="bold"] {
    font-weight: bold !important;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  [data-tablet-fontweight="bold"] {
    font-weight: bold !important;
  }
}

@media screen and (min-width: 961px) {
  [data-pc-fontweight="bold"] {
    font-weight: bold !important;
  }
}

@media screen and (max-width: 560px) {
  [data-sp-textalign="center"] {
    text-align: center !important;
  }

  [data-sp-textalign="left"] {
    text-align: left !important;
  }

  [data-sp-textalign="right"] {
    text-align: right !important;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  [data-tablet-textalign="center"] {
    text-align: center !important;
  }

  [data-tablet-textalign="left"] {
    text-align: left !important;
  }

  [data-tablet-textalign="right"] {
    text-align: right !important;
  }
}

@media screen and (min-width: 961px) {
  [data-pc-textalign="center"] {
    text-align: center !important;
  }

  [data-pc-textalign="left"] {
    text-align: left !important;
  }

  [data-pc-textalign="right"] {
    text-align: right !important;
  }
}

@media screen and (max-width: 560px) {
  [data-sp-lineHeight="5px"] {
    line-height: 5px !important;
  }

  [data-sp-lineHeight="10px"] {
    line-height: 10px !important;
  }

  [data-sp-lineHeight="15px"] {
    line-height: 15px !important;
  }

  [data-sp-lineHeight="20px"] {
    line-height: 20px !important;
  }

  [data-sp-lineHeight="25px"] {
    line-height: 25px !important;
  }

  [data-sp-lineHeight="30px"] {
    line-height: 30px !important;
  }

  [data-sp-lineHeight="35px"] {
    line-height: 35px !important;
  }

  [data-sp-lineHeight="40px"] {
    line-height: 40px !important;
  }

  [data-sp-lineHeight="45px"] {
    line-height: 45px !important;
  }

  [data-sp-lineHeight="50px"] {
    line-height: 50px !important;
  }

  [data-sp-lineHeight="55px"] {
    line-height: 55px !important;
  }

  [data-sp-lineHeight="60px"] {
    line-height: 60px !important;
  }

  [data-sp-lineHeight="65px"] {
    line-height: 65px !important;
  }

  [data-sp-lineHeight="70px"] {
    line-height: 70px !important;
  }

  [data-sp-lineHeight="75px"] {
    line-height: 75px !important;
  }

  [data-sp-lineHeight="80px"] {
    line-height: 80px !important;
  }

  [data-sp-lineHeight="85px"] {
    line-height: 85px !important;
  }

  [data-sp-lineHeight="90px"] {
    line-height: 90px !important;
  }

  [data-sp-lineHeight="95px"] {
    line-height: 95px !important;
  }

  [data-sp-lineHeight="100px"] {
    line-height: 100px !important;
  }

  [data-sp-lineHeight="105px"] {
    line-height: 105px !important;
  }

  [data-sp-lineHeight="110px"] {
    line-height: 110px !important;
  }

  [data-sp-lineHeight="115px"] {
    line-height: 115px !important;
  }

  [data-sp-lineHeight="120px"] {
    line-height: 120px !important;
  }

  [data-sp-lineHeight="125px"] {
    line-height: 125px !important;
  }

  [data-sp-lineHeight="130px"] {
    line-height: 130px !important;
  }

  [data-sp-lineHeight="135px"] {
    line-height: 135px !important;
  }

  [data-sp-lineHeight="140px"] {
    line-height: 140px !important;
  }

  [data-sp-lineHeight="145px"] {
    line-height: 145px !important;
  }

  [data-sp-lineHeight="150px"] {
    line-height: 150px !important;
  }

  [data-sp-lineHeight="155px"] {
    line-height: 155px !important;
  }

  [data-sp-lineHeight="160px"] {
    line-height: 160px !important;
  }

  [data-sp-lineHeight="165px"] {
    line-height: 165px !important;
  }

  [data-sp-lineHeight="170px"] {
    line-height: 170px !important;
  }

  [data-sp-lineHeight="175px"] {
    line-height: 175px !important;
  }

  [data-sp-lineHeight="180px"] {
    line-height: 180px !important;
  }

  [data-sp-lineHeight="185px"] {
    line-height: 185px !important;
  }

  [data-sp-lineHeight="190px"] {
    line-height: 190px !important;
  }

  [data-sp-lineHeight="195px"] {
    line-height: 195px !important;
  }

  [data-sp-lineHeight="200px"] {
    line-height: 200px !important;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  [data-tablet-lineHeight="5px"] {
    line-height: 5px !important;
  }

  [data-tablet-lineHeight="10px"] {
    line-height: 10px !important;
  }

  [data-tablet-lineHeight="15px"] {
    line-height: 15px !important;
  }

  [data-tablet-lineHeight="20px"] {
    line-height: 20px !important;
  }

  [data-tablet-lineHeight="25px"] {
    line-height: 25px !important;
  }

  [data-tablet-lineHeight="30px"] {
    line-height: 30px !important;
  }

  [data-tablet-lineHeight="35px"] {
    line-height: 35px !important;
  }

  [data-tablet-lineHeight="40px"] {
    line-height: 40px !important;
  }

  [data-tablet-lineHeight="45px"] {
    line-height: 45px !important;
  }

  [data-tablet-lineHeight="50px"] {
    line-height: 50px !important;
  }

  [data-tablet-lineHeight="55px"] {
    line-height: 55px !important;
  }

  [data-tablet-lineHeight="60px"] {
    line-height: 60px !important;
  }

  [data-tablet-lineHeight="65px"] {
    line-height: 65px !important;
  }

  [data-tablet-lineHeight="70px"] {
    line-height: 70px !important;
  }

  [data-tablet-lineHeight="75px"] {
    line-height: 75px !important;
  }

  [data-tablet-lineHeight="80px"] {
    line-height: 80px !important;
  }

  [data-tablet-lineHeight="85px"] {
    line-height: 85px !important;
  }

  [data-tablet-lineHeight="90px"] {
    line-height: 90px !important;
  }

  [data-tablet-lineHeight="95px"] {
    line-height: 95px !important;
  }

  [data-tablet-lineHeight="100px"] {
    line-height: 100px !important;
  }

  [data-tablet-lineHeight="105px"] {
    line-height: 105px !important;
  }

  [data-tablet-lineHeight="110px"] {
    line-height: 110px !important;
  }

  [data-tablet-lineHeight="115px"] {
    line-height: 115px !important;
  }

  [data-tablet-lineHeight="120px"] {
    line-height: 120px !important;
  }

  [data-tablet-lineHeight="125px"] {
    line-height: 125px !important;
  }

  [data-tablet-lineHeight="130px"] {
    line-height: 130px !important;
  }

  [data-tablet-lineHeight="135px"] {
    line-height: 135px !important;
  }

  [data-tablet-lineHeight="140px"] {
    line-height: 140px !important;
  }

  [data-tablet-lineHeight="145px"] {
    line-height: 145px !important;
  }

  [data-tablet-lineHeight="150px"] {
    line-height: 150px !important;
  }

  [data-tablet-lineHeight="155px"] {
    line-height: 155px !important;
  }

  [data-tablet-lineHeight="160px"] {
    line-height: 160px !important;
  }

  [data-tablet-lineHeight="165px"] {
    line-height: 165px !important;
  }

  [data-tablet-lineHeight="170px"] {
    line-height: 170px !important;
  }

  [data-tablet-lineHeight="175px"] {
    line-height: 175px !important;
  }

  [data-tablet-lineHeight="180px"] {
    line-height: 180px !important;
  }

  [data-tablet-lineHeight="185px"] {
    line-height: 185px !important;
  }

  [data-tablet-lineHeight="190px"] {
    line-height: 190px !important;
  }

  [data-tablet-lineHeight="195px"] {
    line-height: 195px !important;
  }

  [data-tablet-lineHeight="200px"] {
    line-height: 200px !important;
  }
}

@media screen and (min-width: 961px) {
  [data-pc-lineHeight="5px"] {
    line-height: 5px !important;
  }

  [data-pc-lineHeight="10px"] {
    line-height: 10px !important;
  }

  [data-pc-lineHeight="15px"] {
    line-height: 15px !important;
  }

  [data-pc-lineHeight="20px"] {
    line-height: 20px !important;
  }

  [data-pc-lineHeight="25px"] {
    line-height: 25px !important;
  }

  [data-pc-lineHeight="30px"] {
    line-height: 30px !important;
  }

  [data-pc-lineHeight="35px"] {
    line-height: 35px !important;
  }

  [data-pc-lineHeight="40px"] {
    line-height: 40px !important;
  }

  [data-pc-lineHeight="45px"] {
    line-height: 45px !important;
  }

  [data-pc-lineHeight="50px"] {
    line-height: 50px !important;
  }

  [data-pc-lineHeight="55px"] {
    line-height: 55px !important;
  }

  [data-pc-lineHeight="60px"] {
    line-height: 60px !important;
  }

  [data-pc-lineHeight="65px"] {
    line-height: 65px !important;
  }

  [data-pc-lineHeight="70px"] {
    line-height: 70px !important;
  }

  [data-pc-lineHeight="75px"] {
    line-height: 75px !important;
  }

  [data-pc-lineHeight="80px"] {
    line-height: 80px !important;
  }

  [data-pc-lineHeight="85px"] {
    line-height: 85px !important;
  }

  [data-pc-lineHeight="90px"] {
    line-height: 90px !important;
  }

  [data-pc-lineHeight="95px"] {
    line-height: 95px !important;
  }

  [data-pc-lineHeight="100px"] {
    line-height: 100px !important;
  }

  [data-pc-lineHeight="105px"] {
    line-height: 105px !important;
  }

  [data-pc-lineHeight="110px"] {
    line-height: 110px !important;
  }

  [data-pc-lineHeight="115px"] {
    line-height: 115px !important;
  }

  [data-pc-lineHeight="120px"] {
    line-height: 120px !important;
  }

  [data-pc-lineHeight="125px"] {
    line-height: 125px !important;
  }

  [data-pc-lineHeight="130px"] {
    line-height: 130px !important;
  }

  [data-pc-lineHeight="135px"] {
    line-height: 135px !important;
  }

  [data-pc-lineHeight="140px"] {
    line-height: 140px !important;
  }

  [data-pc-lineHeight="145px"] {
    line-height: 145px !important;
  }

  [data-pc-lineHeight="150px"] {
    line-height: 150px !important;
  }

  [data-pc-lineHeight="155px"] {
    line-height: 155px !important;
  }

  [data-pc-lineHeight="160px"] {
    line-height: 160px !important;
  }

  [data-pc-lineHeight="165px"] {
    line-height: 165px !important;
  }

  [data-pc-lineHeight="170px"] {
    line-height: 170px !important;
  }

  [data-pc-lineHeight="175px"] {
    line-height: 175px !important;
  }

  [data-pc-lineHeight="180px"] {
    line-height: 180px !important;
  }

  [data-pc-lineHeight="185px"] {
    line-height: 185px !important;
  }

  [data-pc-lineHeight="190px"] {
    line-height: 190px !important;
  }

  [data-pc-lineHeight="195px"] {
    line-height: 195px !important;
  }

  [data-pc-lineHeight="200px"] {
    line-height: 200px !important;
  }
}

.display-none-f {
  display: none !important;
}

@media screen and (min-width: 561px) {
  .display-none-f-pc {
    display: none !important;
  }
}

@media screen and (max-width: 560px) {
  .display-none-f-sp {
    display: none !important;
  }
}

.captured-section-img-pc,
.captured-section-img-sp {
  width: 100%;
}

.wonder-cancellation-mail-tell-block {
  border: unset !important;
  padding: unset !important;
  background: unset !important;
  background-color: unset !important;
}

[data-added-container="text"] {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.15;
  padding: 15px;
  z-index: 2147483646;
}

[data-added-container="image"] {
  max-width: initial !important;
  position: absolute;
  z-index: 2900;
}

[data-added-container="image"] [data-added-element="image"] {
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 560px) {
  [data-sp-tmp-position="nw"] {
    top: 0%;
    left: 0%;
  }

  [data-sp-tmp-position="ne"] {
    top: 0%;
    right: 0%;
  }

  [data-sp-tmp-position="sw"] {
    bottom: 0%;
    left: 0%;
  }

  [data-sp-tmp-position="se"] {
    bottom: 0%;
    right: 0%;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  [data-tablet-tmp-position="nw"] {
    top: 0%;
    left: 0%;
  }

  [data-tablet-tmp-position="ne"] {
    top: 0%;
    right: 0%;
  }

  [data-tablet-tmp-position="sw"] {
    bottom: 0%;
    left: 0%;
  }

  [data-tablet-tmp-position="se"] {
    bottom: 0%;
    right: 0%;
  }
}

@media screen and (min-width: 961px) {
  [data-pc-tmp-position="nw"] {
    top: 0%;
    left: 0%;
  }

  [data-pc-tmp-position="ne"] {
    top: 0%;
    right: 0%;
  }

  [data-pc-tmp-position="sw"] {
    bottom: 0%;
    left: 0%;
  }

  [data-pc-tmp-position="se"] {
    bottom: 0%;
    right: 0%;
  }
}

.pattern-noise-light {
  background-image: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/images/texture/noise/texture-noise-light.png");
  background-repeat: repeat;
}

.pattern-noise-normal {
  background-image: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/images/texture/noise/texture-noise-normal.png");
  background-repeat: repeat;
}

.pattern-noise-heavy {
  background-image: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/images/texture/noise/texture-noise-heavy.png");
  background-repeat: repeat;
}

.pattern-diagonal {
  background-image: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/images/texture/pattern/pattern-diagonal-sm.png");
  background-repeat: repeat;
}

.pattern-checkered-sm {
  background-image: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/images/texture/pattern/pattern-checkered-sm.png");
  background-repeat: repeat;
}

/**
 * Color
 */

/**
 * Break Point
 */

/**
 * lp default color
 */

@font-face {
  font-family: 'Sawarabi Mincho';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/sawarabi-mincho-medium.ttf") format("truetype");
}

@font-face {
  font-family: アプリ明朝;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/アプリ明朝.otf") format("opentype");
}

@font-face {
  font-family: コーポレート明朝;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/logotypejp_corpmin.ttf") format("truetype");
}

@font-face {
  font-family: 出島明朝;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/dejima-mincho-r227.ttf") format("truetype");
}

@font-face {
  font-family: はれのそら明朝;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/Harenosora.otf") format("opentype");
}

@font-face {
  font-family: 源ノ明朝ExtraLight;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/SourceHanSerifJP-ExtraLight.otf") format("opentype");
}

@font-face {
  font-family: 源ノ明朝Light;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/SourceHanSerifJP-Light.otf") format("opentype");
}

@font-face {
  font-family: 源ノ明朝Medium;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/SourceHanSerifJP-Medium.otf") format("opentype");
}

@font-face {
  font-family: 源ノ明朝Regular;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/SourceHanSerifJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: 源ノ明朝SemiBold;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/SourceHanSerifJP-SemiBold.otf") format("opentype");
}

@font-face {
  font-family: 源ノ明朝Bold;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/SourceHanSerifJP-Bold.otf") format("opentype");
}

@font-face {
  font-family: 源ノ明朝Heavy;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/SourceHanSerifJP-Heavy.otf") format("opentype");
}

@font-face {
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/MPLUS1p-Medium.ttf") format("truetype");
}

@font-face {
  font-family: コーポレート・ロゴ;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/logotypejp_mp_m_1.1.ttf") format("truetype");
}

@font-face {
  font-family: ロンド;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/Ronde-B_square.otf") format("opentype");
}

@font-face {
  font-family: 和音;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/WaonJoyo-R.otf") format("opentype");
}

@font-face {
  font-family: NotoSansJP-Thin;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/NotoSansCJKjp-Thin.ttf") format("ttf"), url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/NotoSansCJKjp-Thin.woff") format("woff");
}

@font-face {
  font-family: NotoSansJP-Light;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/NotoSansCJKjp-Light.ttf") format("ttf"), url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/NotoSansCJKjp-Light.woff") format("woff");
}

@font-face {
  font-family: NotoSansJP-Regular;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/NotoSansCJKjp-Regular.ttf") format("ttf"), url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: NotoSansJP-Medium;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/NotoSansCJKjp-Medium.ttf") format("ttf"), url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
  font-family: NotoSansJP-Bold;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/NotoSansCJKjp-Bold.ttf") format("ttf"), url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/NotoSansCJKjp-Bold.woff") format("woff");
}

@font-face {
  font-family: NotoSansJP-Black;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/NotoSansCJKjp-Black.ttf") format("ttf"), url("https://adbase-static-dev.s3-ap-northeast-1.amazonaws.com/lp/fonts/NotoSansCJKjp-Black.woff") format("woff");
}

body.tel-setting-area-body .wonder-item.select-range-phase:not([data-grid-img-group]):not([data-grid-txt-group]):hover {
  border: 2px solid #F0654F;
  outline-offset: -2px;
}

body.tel-setting-area-body .wonder-item.wonder-item-clicked {
  background-color: #F0654F;
}

section .section-height-1 {
  height: 64px;
}

section .section-height-2 {
  height: 128px;
}

section .section-height-3 {
  height: 192px;
}

section .section-height-4 {
  height: 256px;
}

section .section-height-5 {
  height: 320px;
}

section .section-height-6 {
  height: 384px;
}

section .section-height-7 {
  height: 448px;
}

section .section-height-8 {
  height: 512px;
}

section .section-height-9 {
  height: 576px;
}

section .section-height-10 {
  height: 640px;
}

section .section-height-11 {
  height: 704px;
}

section .section-height-12 {
  height: 768px;
}

section .section-height-13 {
  height: 832px;
}

section .section-height-14 {
  height: 896px;
}

section .section-height-15 {
  height: 960px;
}

section .section-height-16 {
  height: 1024px;
}

section .section-height-17 {
  height: 1088px;
}

section .section-height-18 {
  height: 1152px;
}

section .section-height-19 {
  height: 1216px;
}

section .section-height-20 {
  height: 1280px;
}

section .section-height-21 {
  height: 1344px;
}

section .section-height-22 {
  height: 1408px;
}

section .section-height-23 {
  height: 1472px;
}

section .section-height-24 {
  height: 1536px;
}

section .section-height-25 {
  height: 1600px;
}

section .section-height-26 {
  height: 1664px;
}

section .section-height-27 {
  height: 1728px;
}

section .section-height-28 {
  height: 1792px;
}

section .section-height-29 {
  height: 1856px;
}

section .section-height-30 {
  height: 1920px;
}

section .section-height-31 {
  height: 1984px;
}

section .section-height-32 {
  height: 2048px;
}

section .section-height-33 {
  height: 2112px;
}

section .section-height-34 {
  height: 2176px;
}

section .section-height-35 {
  height: 2240px;
}

section .section-height-36 {
  height: 2304px;
}

section .section-height-37 {
  height: 2368px;
}

section .section-height-38 {
  height: 2432px;
}

section .section-height-39 {
  height: 2496px;
}

section .section-height-40 {
  height: 2560px;
}

section .section-height-41 {
  height: 2624px;
}

section .section-height-42 {
  height: 2688px;
}

section .section-height-43 {
  height: 2752px;
}

section .section-height-44 {
  height: 2816px;
}

section .section-height-45 {
  height: 2880px;
}

section .section-height-46 {
  height: 2944px;
}

section .section-height-47 {
  height: 3008px;
}

section .section-height-48 {
  height: 3072px;
}

section .section-height-49 {
  height: 3136px;
}

section .section-height-50 {
  height: 3200px;
}

.edit-row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2147483647;
  position: absolute;
  right: -110px;
  pointer-events: auto !important;
}

[data-lp-step="step3"] .wonder-grid-container .wonder-item-img,
[data-lp-step="step4"] .wonder-grid-container .wonder-item-txt,
[data-lp-step="step3"] .wonder-grid-container .wonder-item-img,
[data-lp-step="step4"] .wonder-grid-container .wonder-item-txt {
  cursor: pointer;
}

section.add-new-section {
  position: relative;
  overflow: hidden;
}

.range-sample-container .wonder-item {
  padding: unset !important;
}

.group-sample-container .wonder-item {
  padding: unset !important;
  height: unset !important;
}

section .add-new-section .add-section-img img {
  z-index: 110;
  position: absolute;
  width: 100%;
  height: 100%;
}

section .add-new-section .wonder-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(100% / 12));
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.15 !important;
}

section .add-new-section .wonder-grid-container .wonder-item {
  height: 120px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 120;
  padding: 10px 15px;
}

section .add-new-section .wonder-grid-container .wonder-item.select-range-phase,
section .add-new-section .wonder-grid-container .wonder-item.wonder-item-clicked {
  cursor: pointer;
}

section .add-new-section .wonder-grid-container .wonder-item img {
  z-index: 110;
  width: 100%;
}

section .add-new-section .wonder-grid-container .wonder-item-tmp {
  opacity: 0.5;
  border: 2px solid;
  z-index: 120;
  line-height: 1.15;
}

section .add-new-section .wonder-grid-container .wonder-item-tmp img {
  position: absolute;
}

section .add-new-section .wonder-grid-container .wonder-item-group {
  opacity: 0.2;
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
  cursor: pointer;
}

section .add-new-section .wonder-grid-container .wonder-item-group-tmp {
  border: 2px dashed;
}

section .add-new-section .wonder-grid-container .wonder-item-img {
  height: 100%;
  z-index: 120;
}

section .add-new-section .wonder-grid-container .wonder-item-txt {
  height: 100%;
  z-index: 120;
}

section .add-new-section .wonder-grid-container .wonder-item-clicked[data-grid-img-group] {
  background-color: #62A4FF;
}

section .add-new-section .wonder-grid-container .wonder-item-clicked[data-grid-txt-group] {
  background-color: #17CE97;
}

section .add-new-section .wonder-grid-container .wonder-item .add-section-txt {
  z-index: 120;
}

section .add-new-section .confirm-cell-range,
section .add-new-section .cancel-cell-range {
  z-index: 2147483647;
  position: absolute;
  right: -130px;
  pointer-events: auto !important;
}

section .add-new-section .confirm-cell-range {
  width: 120px;
  top: -10px;
  background: #c5c5c5;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  font-size: 17px;
}

section .add-new-section .confirm-cell-range .confirm-cell-range-img {
  padding: 7px;
  font-weight: bold;
}

section .add-new-section .cancel-cell-range {
  width: 120px;
  top: 30px;
  background: #c5c5c5;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  font-size: 17px;
}

section .add-new-section .cancel-cell-range .cancel-cell-range-img {
  padding: 7px;
  font-weight: bold;
}

section .add-new-section .wonder-grid-col-1-1 {
  grid-column: 1;
}

section .add-new-section .wonder-grid-col-1-2 {
  grid-column: 1/span 2;
}

section .add-new-section .wonder-grid-col-1-3 {
  grid-column: 1/span 3;
}

section .add-new-section .wonder-grid-col-1-4 {
  grid-column: 1/span 4;
}

section .add-new-section .wonder-grid-col-1-5 {
  grid-column: 1/span 5;
}

section .add-new-section .wonder-grid-col-1-6 {
  grid-column: 1/span 6;
}

section .add-new-section .wonder-grid-col-1-7 {
  grid-column: 1/span 7;
}

section .add-new-section .wonder-grid-col-1-8 {
  grid-column: 1/span 8;
}

section .add-new-section .wonder-grid-col-1-9 {
  grid-column: 1/span 9;
}

section .add-new-section .wonder-grid-col-1-10 {
  grid-column: 1/span 10;
}

section .add-new-section .wonder-grid-col-1-11 {
  grid-column: 1/span 11;
}

section .add-new-section .wonder-grid-col-1-12 {
  grid-column: 1/span 12;
}

section .add-new-section .wonder-grid-col-2-1 {
  grid-column: 2;
}

section .add-new-section .wonder-grid-col-2-2 {
  grid-column: 2/span 2;
}

section .add-new-section .wonder-grid-col-2-3 {
  grid-column: 2/span 3;
}

section .add-new-section .wonder-grid-col-2-4 {
  grid-column: 2/span 4;
}

section .add-new-section .wonder-grid-col-2-5 {
  grid-column: 2/span 5;
}

section .add-new-section .wonder-grid-col-2-6 {
  grid-column: 2/span 6;
}

section .add-new-section .wonder-grid-col-2-7 {
  grid-column: 2/span 7;
}

section .add-new-section .wonder-grid-col-2-8 {
  grid-column: 2/span 8;
}

section .add-new-section .wonder-grid-col-2-9 {
  grid-column: 2/span 9;
}

section .add-new-section .wonder-grid-col-2-10 {
  grid-column: 2/span 10;
}

section .add-new-section .wonder-grid-col-2-11 {
  grid-column: 2/span 11;
}

section .add-new-section .wonder-grid-col-3-1 {
  grid-column: 3;
}

section .add-new-section .wonder-grid-col-3-2 {
  grid-column: 3/span 2;
}

section .add-new-section .wonder-grid-col-3-3 {
  grid-column: 3/span 3;
}

section .add-new-section .wonder-grid-col-3-4 {
  grid-column: 3/span 4;
}

section .add-new-section .wonder-grid-col-3-5 {
  grid-column: 3/span 5;
}

section .add-new-section .wonder-grid-col-3-6 {
  grid-column: 3/span 6;
}

section .add-new-section .wonder-grid-col-3-7 {
  grid-column: 3/span 7;
}

section .add-new-section .wonder-grid-col-3-8 {
  grid-column: 3/span 8;
}

section .add-new-section .wonder-grid-col-3-9 {
  grid-column: 3/span 9;
}

section .add-new-section .wonder-grid-col-3-10 {
  grid-column: 3/span 10;
}

section .add-new-section .wonder-grid-col-4-1 {
  grid-column: 4;
}

section .add-new-section .wonder-grid-col-4-2 {
  grid-column: 4/span 2;
}

section .add-new-section .wonder-grid-col-4-3 {
  grid-column: 4/span 3;
}

section .add-new-section .wonder-grid-col-4-4 {
  grid-column: 4/span 4;
}

section .add-new-section .wonder-grid-col-4-5 {
  grid-column: 4/span 5;
}

section .add-new-section .wonder-grid-col-4-6 {
  grid-column: 4/span 6;
}

section .add-new-section .wonder-grid-col-4-7 {
  grid-column: 4/span 7;
}

section .add-new-section .wonder-grid-col-4-8 {
  grid-column: 4/span 8;
}

section .add-new-section .wonder-grid-col-4-9 {
  grid-column: 4/span 9;
}

section .add-new-section .wonder-grid-col-5-1 {
  grid-column: 5;
}

section .add-new-section .wonder-grid-col-5-2 {
  grid-column: 5/span 2;
}

section .add-new-section .wonder-grid-col-5-3 {
  grid-column: 5/span 3;
}

section .add-new-section .wonder-grid-col-5-4 {
  grid-column: 5/span 4;
}

section .add-new-section .wonder-grid-col-5-5 {
  grid-column: 5/span 5;
}

section .add-new-section .wonder-grid-col-5-6 {
  grid-column: 5/span 6;
}

section .add-new-section .wonder-grid-col-5-7 {
  grid-column: 5/span 7;
}

section .add-new-section .wonder-grid-col-5-8 {
  grid-column: 5/span 8;
}

section .add-new-section .wonder-grid-col-6-1 {
  grid-column: 6;
}

section .add-new-section .wonder-grid-col-6-2 {
  grid-column: 6/span 2;
}

section .add-new-section .wonder-grid-col-6-3 {
  grid-column: 6/span 3;
}

section .add-new-section .wonder-grid-col-6-4 {
  grid-column: 6/span 4;
}

section .add-new-section .wonder-grid-col-6-5 {
  grid-column: 6/span 5;
}

section .add-new-section .wonder-grid-col-6-6 {
  grid-column: 6/span 6;
}

section .add-new-section .wonder-grid-col-6-7 {
  grid-column: 6/span 7;
}

section .add-new-section .wonder-grid-col-7-1 {
  grid-column: 7;
}

section .add-new-section .wonder-grid-col-7-2 {
  grid-column: 7/span 2;
}

section .add-new-section .wonder-grid-col-7-3 {
  grid-column: 7/span 3;
}

section .add-new-section .wonder-grid-col-7-4 {
  grid-column: 7/span 4;
}

section .add-new-section .wonder-grid-col-7-5 {
  grid-column: 7/span 5;
}

section .add-new-section .wonder-grid-col-7-6 {
  grid-column: 7/span 6;
}

section .add-new-section .wonder-grid-col-8-1 {
  grid-column: 8;
}

section .add-new-section .wonder-grid-col-8-2 {
  grid-column: 8/span 2;
}

section .add-new-section .wonder-grid-col-8-3 {
  grid-column: 8/span 3;
}

section .add-new-section .wonder-grid-col-8-4 {
  grid-column: 8/span 4;
}

section .add-new-section .wonder-grid-col-8-5 {
  grid-column: 8/span 5;
}

section .add-new-section .wonder-grid-col-9-1 {
  grid-column: 9;
}

section .add-new-section .wonder-grid-col-9-2 {
  grid-column: 9/span 2;
}

section .add-new-section .wonder-grid-col-9-3 {
  grid-column: 9/span 3;
}

section .add-new-section .wonder-grid-col-9-4 {
  grid-column: 9/span 4;
}

section .add-new-section .wonder-grid-col-10-1 {
  grid-column: 10;
}

section .add-new-section .wonder-grid-col-10-2 {
  grid-column: 10/span 2;
}

section .add-new-section .wonder-grid-col-10-3 {
  grid-column: 10/span 3;
}

section .add-new-section .wonder-grid-col-11-1 {
  grid-column: 11;
}

section .add-new-section .wonder-grid-col-11-2 {
  grid-column: 11/span 2;
}

section .add-new-section .wonder-grid-col-12-1 {
  grid-column: 12;
}

section .add-new-section .wonder-grid-row-padding-top-1 {
  padding-top: calc(64px * 1);
}

section .add-new-section .wonder-grid-row-padding-bottom-1 {
  padding-bottom: calc(64px * 1);
}

section .add-new-section .wonder-grid-row-padding-top-2 {
  padding-top: calc(64px * 2);
}

section .add-new-section .wonder-grid-row-padding-bottom-2 {
  padding-bottom: calc(64px * 2);
}

section .add-new-section .wonder-grid-row-padding-top-3 {
  padding-top: calc(64px * 3);
}

section .add-new-section .wonder-grid-row-padding-bottom-3 {
  padding-bottom: calc(64px * 3);
}

section .add-new-section .wonder-grid-row-padding-top-4 {
  padding-top: calc(64px * 4);
}

section .add-new-section .wonder-grid-row-padding-bottom-4 {
  padding-bottom: calc(64px * 4);
}

section .add-new-section .wonder-grid-row-padding-top-5 {
  padding-top: calc(64px * 5);
}

section .add-new-section .wonder-grid-row-padding-bottom-5 {
  padding-bottom: calc(64px * 5);
}

section .add-new-section .wonder-grid-row-padding-top-6 {
  padding-top: calc(64px * 6);
}

section .add-new-section .wonder-grid-row-padding-bottom-6 {
  padding-bottom: calc(64px * 6);
}

section .add-new-section .wonder-grid-row-padding-top-7 {
  padding-top: calc(64px * 7);
}

section .add-new-section .wonder-grid-row-padding-bottom-7 {
  padding-bottom: calc(64px * 7);
}

section .add-new-section .wonder-grid-row-padding-top-8 {
  padding-top: calc(64px * 8);
}

section .add-new-section .wonder-grid-row-padding-bottom-8 {
  padding-bottom: calc(64px * 8);
}

section .add-new-section .wonder-grid-row-padding-top-9 {
  padding-top: calc(64px * 9);
}

section .add-new-section .wonder-grid-row-padding-bottom-9 {
  padding-bottom: calc(64px * 9);
}

section .add-new-section .wonder-grid-row-padding-top-10 {
  padding-top: calc(64px * 10);
}

section .add-new-section .wonder-grid-row-padding-bottom-10 {
  padding-bottom: calc(64px * 10);
}

@media screen and (min-width: 961px) {
  section .add-new-section [data-grid-row="1"] {
    grid-row: 1;
  }

  section .add-new-section [data-grid-row="2"] {
    grid-row: 2;
  }

  section .add-new-section [data-grid-row="3"] {
    grid-row: 3;
  }

  section .add-new-section [data-grid-row="4"] {
    grid-row: 4;
  }

  section .add-new-section [data-grid-row="5"] {
    grid-row: 5;
  }

  section .add-new-section [data-grid-row="6"] {
    grid-row: 6;
  }

  section .add-new-section [data-grid-row="7"] {
    grid-row: 7;
  }

  section .add-new-section [data-grid-row="8"] {
    grid-row: 8;
  }

  section .add-new-section [data-grid-row="9"] {
    grid-row: 9;
  }

  section .add-new-section [data-grid-row="10"] {
    grid-row: 10;
  }

  section .add-new-section [data-grid-row="11"] {
    grid-row: 11;
  }

  section .add-new-section [data-grid-row="12"] {
    grid-row: 12;
  }

  section .add-new-section [data-grid-row="13"] {
    grid-row: 13;
  }

  section .add-new-section [data-grid-row="14"] {
    grid-row: 14;
  }

  section .add-new-section [data-grid-row="15"] {
    grid-row: 15;
  }

  section .add-new-section [data-grid-row="16"] {
    grid-row: 16;
  }

  section .add-new-section [data-grid-row="17"] {
    grid-row: 17;
  }

  section .add-new-section [data-grid-row="18"] {
    grid-row: 18;
  }

  section .add-new-section [data-grid-row="19"] {
    grid-row: 19;
  }

  section .add-new-section [data-grid-row="20"] {
    grid-row: 20;
  }

  section .add-new-section [data-grid-row="21"] {
    grid-row: 21;
  }

  section .add-new-section [data-grid-row="22"] {
    grid-row: 22;
  }

  section .add-new-section [data-grid-row="23"] {
    grid-row: 23;
  }

  section .add-new-section [data-grid-row="24"] {
    grid-row: 24;
  }

  section .add-new-section [data-grid-row="25"] {
    grid-row: 25;
  }

  section .add-new-section [data-grid-row="26"] {
    grid-row: 26;
  }

  section .add-new-section [data-grid-row="27"] {
    grid-row: 27;
  }

  section .add-new-section [data-grid-row="28"] {
    grid-row: 28;
  }

  section .add-new-section [data-grid-row="29"] {
    grid-row: 29;
  }

  section .add-new-section [data-grid-row="30"] {
    grid-row: 30;
  }

  section .add-new-section [data-grid-row="31"] {
    grid-row: 31;
  }

  section .add-new-section [data-grid-row="32"] {
    grid-row: 32;
  }

  section .add-new-section [data-grid-row="33"] {
    grid-row: 33;
  }

  section .add-new-section [data-grid-row="34"] {
    grid-row: 34;
  }

  section .add-new-section [data-grid-row="35"] {
    grid-row: 35;
  }

  section .add-new-section [data-grid-row="36"] {
    grid-row: 36;
  }

  section .add-new-section [data-grid-row="37"] {
    grid-row: 37;
  }

  section .add-new-section [data-grid-row="38"] {
    grid-row: 38;
  }

  section .add-new-section [data-grid-row="39"] {
    grid-row: 39;
  }

  section .add-new-section [data-grid-row="40"] {
    grid-row: 40;
  }

  section .add-new-section [data-grid-row="41"] {
    grid-row: 41;
  }

  section .add-new-section [data-grid-row="42"] {
    grid-row: 42;
  }

  section .add-new-section [data-grid-row="43"] {
    grid-row: 43;
  }

  section .add-new-section [data-grid-row="44"] {
    grid-row: 44;
  }

  section .add-new-section [data-grid-row="45"] {
    grid-row: 45;
  }

  section .add-new-section [data-grid-row="46"] {
    grid-row: 46;
  }

  section .add-new-section [data-grid-row="47"] {
    grid-row: 47;
  }

  section .add-new-section [data-grid-row="48"] {
    grid-row: 48;
  }

  section .add-new-section [data-grid-row="49"] {
    grid-row: 49;
  }

  section .add-new-section [data-grid-row="50"] {
    grid-row: 50;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  section .add-new-section [data-grid-col-tablet="2-4"] {
    grid-column: 2 / span 4;
  }

  section .add-new-section [data-grid-col-tablet="4-2"] {
    grid-column: 4 / span 2;
  }

  section .add-new-section [data-grid-col-tablet="8-2"] {
    grid-column: 8 / span 2;
  }

  section .add-new-section [data-grid-col-tablet="8-4"] {
    grid-column: 8 / span 4;
  }

  section .add-new-section [data-grid-col-tablet="5-4"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-tablet="6-2"] {
    grid-column: 6 / span 2;
  }

  section .add-new-section [data-grid-col-tablet="1-6"] {
    grid-column: 1/span 6;
  }

  section .add-new-section [data-grid-col-tablet="1-7"] {
    grid-column: 1/span 7;
  }

  section .add-new-section [data-grid-col-tablet="1-8"] {
    grid-column: 1/span 8;
  }

  section .add-new-section [data-grid-col-tablet="1-9"] {
    grid-column: 1/span 9;
  }

  section .add-new-section [data-grid-col-tablet="1-10"] {
    grid-column: 1/span 10;
  }

  section .add-new-section [data-grid-col-tablet="1-11"] {
    grid-column: 1/span 11;
  }

  section .add-new-section [data-grid-col-tablet="1-12"] {
    grid-column: 1/span 12;
  }

  section .add-new-section [data-grid-col-tablet="2-7"] {
    grid-column: 2/span 7;
  }

  section .add-new-section [data-grid-col-tablet="2-8"] {
    grid-column: 2/span 8;
  }

  section .add-new-section [data-grid-col-tablet="2-9"] {
    grid-column: 2/span 9;
  }

  section .add-new-section [data-grid-col-tablet="2-10"] {
    grid-column: 2/span 10;
  }

  section .add-new-section [data-grid-col-tablet="2-11"] {
    grid-column: 2/span 11;
  }

  section .add-new-section [data-grid-col-tablet="2-12"] {
    grid-column: 2/span 12;
  }

  section .add-new-section [data-grid-col-tablet="3-8"] {
    grid-column: 3/span 8;
  }

  section .add-new-section [data-grid-col-tablet="3-9"] {
    grid-column: 3/span 9;
  }

  section .add-new-section [data-grid-col-tablet="3-10"] {
    grid-column: 3/span 10;
  }

  section .add-new-section [data-grid-col-tablet="3-11"] {
    grid-column: 3/span 11;
  }

  section .add-new-section [data-grid-col-tablet="3-12"] {
    grid-column: 3/span 12;
  }

  section .add-new-section [data-grid-col-tablet="4-9"] {
    grid-column: 4/span 9;
  }

  section .add-new-section [data-grid-col-tablet="4-10"] {
    grid-column: 4/span 10;
  }

  section .add-new-section [data-grid-col-tablet="4-11"] {
    grid-column: 4/span 11;
  }

  section .add-new-section [data-grid-col-tablet="4-12"] {
    grid-column: 4/span 12;
  }

  section .add-new-section [data-grid-col-tablet="5-10"] {
    grid-column: 5/span 10;
  }

  section .add-new-section [data-grid-col-tablet="5-11"] {
    grid-column: 5/span 11;
  }

  section .add-new-section [data-grid-col-tablet="5-12"] {
    grid-column: 5/span 12;
  }

  section .add-new-section [data-grid-col-tablet="6-11"] {
    grid-column: 6/span 11;
  }

  section .add-new-section [data-grid-col-tablet="6-12"] {
    grid-column: 6/span 12;
  }

  section .add-new-section [data-grid-col-tablet="7-12"] {
    grid-column: 7/span 12;
  }

  section .add-new-section .wonder-grid-tablet-row-1 {
    grid-row: 1;
  }

  section .add-new-section .wonder-grid-tablet-row-2 {
    grid-row: 2;
  }

  section .add-new-section .wonder-grid-tablet-row-3 {
    grid-row: 3;
  }

  section .add-new-section .wonder-grid-tablet-row-4 {
    grid-row: 4;
  }

  section .add-new-section .wonder-grid-tablet-row-5 {
    grid-row: 5;
  }

  section .add-new-section .wonder-grid-tablet-row-6 {
    grid-row: 6;
  }

  section .add-new-section .wonder-grid-tablet-row-7 {
    grid-row: 7;
  }

  section .add-new-section .wonder-grid-tablet-row-8 {
    grid-row: 8;
  }

  section .add-new-section .wonder-grid-tablet-row-9 {
    grid-row: 9;
  }

  section .add-new-section .wonder-grid-tablet-row-10 {
    grid-row: 10;
  }

  section .add-new-section .wonder-grid-tablet-row-11 {
    grid-row: 11;
  }

  section .add-new-section .wonder-grid-tablet-row-12 {
    grid-row: 12;
  }

  section .add-new-section .wonder-grid-tablet-row-13 {
    grid-row: 13;
  }

  section .add-new-section .wonder-grid-tablet-row-14 {
    grid-row: 14;
  }

  section .add-new-section .wonder-grid-tablet-row-15 {
    grid-row: 15;
  }

  section .add-new-section .wonder-grid-tablet-row-16 {
    grid-row: 16;
  }

  section .add-new-section .wonder-grid-tablet-row-17 {
    grid-row: 17;
  }

  section .add-new-section .wonder-grid-tablet-row-18 {
    grid-row: 18;
  }

  section .add-new-section .wonder-grid-tablet-row-19 {
    grid-row: 19;
  }

  section .add-new-section .wonder-grid-tablet-row-20 {
    grid-row: 20;
  }

  section .add-new-section .wonder-grid-tablet-row-21 {
    grid-row: 21;
  }

  section .add-new-section .wonder-grid-tablet-row-22 {
    grid-row: 22;
  }

  section .add-new-section .wonder-grid-tablet-row-23 {
    grid-row: 23;
  }

  section .add-new-section .wonder-grid-tablet-row-24 {
    grid-row: 24;
  }

  section .add-new-section .wonder-grid-tablet-row-25 {
    grid-row: 25;
  }

  section .add-new-section .wonder-grid-tablet-row-26 {
    grid-row: 26;
  }

  section .add-new-section .wonder-grid-tablet-row-27 {
    grid-row: 27;
  }

  section .add-new-section .wonder-grid-tablet-row-28 {
    grid-row: 28;
  }

  section .add-new-section .wonder-grid-tablet-row-29 {
    grid-row: 29;
  }

  section .add-new-section .wonder-grid-tablet-row-30 {
    grid-row: 30;
  }

  section .add-new-section .wonder-grid-tablet-row-31 {
    grid-row: 31;
  }

  section .add-new-section .wonder-grid-tablet-row-32 {
    grid-row: 32;
  }

  section .add-new-section .wonder-grid-tablet-row-33 {
    grid-row: 33;
  }

  section .add-new-section .wonder-grid-tablet-row-34 {
    grid-row: 34;
  }

  section .add-new-section .wonder-grid-tablet-row-35 {
    grid-row: 35;
  }

  section .add-new-section .wonder-grid-tablet-row-36 {
    grid-row: 36;
  }

  section .add-new-section .wonder-grid-tablet-row-37 {
    grid-row: 37;
  }

  section .add-new-section .wonder-grid-tablet-row-38 {
    grid-row: 38;
  }

  section .add-new-section .wonder-grid-tablet-row-39 {
    grid-row: 39;
  }

  section .add-new-section .wonder-grid-tablet-row-40 {
    grid-row: 40;
  }

  section .add-new-section .wonder-grid-tablet-row-41 {
    grid-row: 41;
  }

  section .add-new-section .wonder-grid-tablet-row-42 {
    grid-row: 42;
  }

  section .add-new-section .wonder-grid-tablet-row-43 {
    grid-row: 43;
  }

  section .add-new-section .wonder-grid-tablet-row-44 {
    grid-row: 44;
  }

  section .add-new-section .wonder-grid-tablet-row-45 {
    grid-row: 45;
  }

  section .add-new-section .wonder-grid-tablet-row-46 {
    grid-row: 46;
  }

  section .add-new-section .wonder-grid-tablet-row-47 {
    grid-row: 47;
  }

  section .add-new-section .wonder-grid-tablet-row-48 {
    grid-row: 48;
  }

  section .add-new-section .wonder-grid-tablet-row-49 {
    grid-row: 49;
  }

  section .add-new-section .wonder-grid-tablet-row-50 {
    grid-row: 50;
  }

  section .add-new-section .wonder-grid-row-padding-top-1 {
    padding-top: calc(40px * 1);
  }

  section .add-new-section .wonder-grid-row-padding-bottom-1 {
    padding-bottom: calc(40px * 1);
  }

  section .add-new-section .wonder-grid-row-padding-top-2 {
    padding-top: calc(40px * 2);
  }

  section .add-new-section .wonder-grid-row-padding-bottom-2 {
    padding-bottom: calc(40px * 2);
  }

  section .add-new-section .wonder-grid-row-padding-top-3 {
    padding-top: calc(40px * 3);
  }

  section .add-new-section .wonder-grid-row-padding-bottom-3 {
    padding-bottom: calc(40px * 3);
  }

  section .add-new-section .wonder-grid-row-padding-top-4 {
    padding-top: calc(40px * 4);
  }

  section .add-new-section .wonder-grid-row-padding-bottom-4 {
    padding-bottom: calc(40px * 4);
  }

  section .add-new-section .wonder-grid-row-padding-top-5 {
    padding-top: calc(40px * 5);
  }

  section .add-new-section .wonder-grid-row-padding-bottom-5 {
    padding-bottom: calc(40px * 5);
  }

  section .add-new-section .wonder-grid-row-padding-top-6 {
    padding-top: calc(40px * 6);
  }

  section .add-new-section .wonder-grid-row-padding-bottom-6 {
    padding-bottom: calc(40px * 6);
  }

  section .add-new-section .wonder-grid-row-padding-top-7 {
    padding-top: calc(40px * 7);
  }

  section .add-new-section .wonder-grid-row-padding-bottom-7 {
    padding-bottom: calc(40px * 7);
  }

  section .add-new-section .wonder-grid-row-padding-top-8 {
    padding-top: calc(40px * 8);
  }

  section .add-new-section .wonder-grid-row-padding-bottom-8 {
    padding-bottom: calc(40px * 8);
  }

  section .add-new-section .wonder-grid-row-padding-top-9 {
    padding-top: calc(40px * 9);
  }

  section .add-new-section .wonder-grid-row-padding-bottom-9 {
    padding-bottom: calc(40px * 9);
  }

  section .add-new-section .wonder-grid-row-padding-top-10 {
    padding-top: calc(40px * 10);
  }

  section .add-new-section .wonder-grid-row-padding-bottom-10 {
    padding-bottom: calc(40px * 10);
  }
}

@media screen and (max-width: 560px) {
  section .add-new-section [data-grid-col-sp="1-1"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="1-2"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="1-3"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="1-4"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="1-5"] {
    grid-column: 4 / span 6;
  }

  section .add-new-section [data-grid-col-sp="1-6"] {
    grid-column: 4 / span 6;
  }

  section .add-new-section [data-grid-col-sp="1-7"] {
    grid-column: 3 / span 8;
  }

  section .add-new-section [data-grid-col-sp="1-8"] {
    grid-column: 3 / span 8;
  }

  section .add-new-section [data-grid-col-sp="1-9"] {
    grid-column: 2 / span 10;
  }

  section .add-new-section [data-grid-col-sp="1-10"] {
    grid-column: 2 / span 10;
  }

  section .add-new-section [data-grid-col-sp="1-11"] {
    grid-column: 1 / span 12;
  }

  section .add-new-section [data-grid-col-sp="1-12"] {
    grid-column: 1 / span 12;
  }

  section .add-new-section [data-grid-col-sp="2-1"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="2-2"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="2-3"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="2-4"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="2-5"] {
    grid-column: 4 / span 6;
  }

  section .add-new-section [data-grid-col-sp="2-6"] {
    grid-column: 4 / span 6;
  }

  section .add-new-section [data-grid-col-sp="2-7"] {
    grid-column: 3 / span 8;
  }

  section .add-new-section [data-grid-col-sp="2-8"] {
    grid-column: 3 / span 8;
  }

  section .add-new-section [data-grid-col-sp="2-9"] {
    grid-column: 2 / span 10;
  }

  section .add-new-section [data-grid-col-sp="2-10"] {
    grid-column: 2 / span 10;
  }

  section .add-new-section [data-grid-col-sp="2-11"] {
    grid-column: 1 / span 12;
  }

  section .add-new-section [data-grid-col-sp="3-1"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="3-2"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="3-3"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="3-4"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="3-5"] {
    grid-column: 4 / span 6;
  }

  section .add-new-section [data-grid-col-sp="3-6"] {
    grid-column: 4 / span 6;
  }

  section .add-new-section [data-grid-col-sp="3-7"] {
    grid-column: 3 / span 8;
  }

  section .add-new-section [data-grid-col-sp="3-8"] {
    grid-column: 3 / span 8;
  }

  section .add-new-section [data-grid-col-sp="3-9"] {
    grid-column: 2 / span 10;
  }

  section .add-new-section [data-grid-col-sp="3-10"] {
    grid-column: 2 / span 10;
  }

  section .add-new-section [data-grid-col-sp="4-1"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="4-2"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="4-3"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="4-4"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="4-5"] {
    grid-column: 4 / span 6;
  }

  section .add-new-section [data-grid-col-sp="4-6"] {
    grid-column: 4 / span 6;
  }

  section .add-new-section [data-grid-col-sp="4-7"] {
    grid-column: 3 / span 8;
  }

  section .add-new-section [data-grid-col-sp="4-8"] {
    grid-column: 3 / span 8;
  }

  section .add-new-section [data-grid-col-sp="4-9"] {
    grid-column: 2 / span 10;
  }

  section .add-new-section [data-grid-col-sp="5-1"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="5-2"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="5-3"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="5-4"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="5-5"] {
    grid-column: 4 / span 6;
  }

  section .add-new-section [data-grid-col-sp="5-6"] {
    grid-column: 4 / span 6;
  }

  section .add-new-section [data-grid-col-sp="5-7"] {
    grid-column: 3 / span 8;
  }

  section .add-new-section [data-grid-col-sp="5-8"] {
    grid-column: 3 / span 8;
  }

  section .add-new-section [data-grid-col-sp="6-1"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="6-2"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="6-3"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="6-4"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="6-5"] {
    grid-column: 4 / span 6;
  }

  section .add-new-section [data-grid-col-sp="6-6"] {
    grid-column: 4 / span 6;
  }

  section .add-new-section [data-grid-col-sp="6-7"] {
    grid-column: 3 / span 8;
  }

  section .add-new-section [data-grid-col-sp="7-1"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="7-2"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="7-3"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="7-4"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="7-5"] {
    grid-column: 4 / span 6;
  }

  section .add-new-section [data-grid-col-sp="7-6"] {
    grid-column: 4 / span 6;
  }

  section .add-new-section [data-grid-col-sp="8-1"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="8-2"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="8-3"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="8-4"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="8-5"] {
    grid-column: 4 / span 6;
  }

  section .add-new-section [data-grid-col-sp="9-1"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="9-2"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="9-3"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="9-4"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="10-1"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="10-2"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="10-3"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="11-1"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="11-2"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section [data-grid-col-sp="12-1"] {
    grid-column: 5 / span 4;
  }

  section .add-new-section .wonder-grid-row-padding-top-1 {
    padding-top: 20px;
  }

  section .add-new-section .wonder-grid-row-padding-bottom-1 {
    padding-bottom: 20px;
  }

  section .add-new-section .wonder-grid-row-padding-top-2 {
    padding-top: 20px;
  }

  section .add-new-section .wonder-grid-row-padding-bottom-2 {
    padding-bottom: 20px;
  }

  section .add-new-section .wonder-grid-row-padding-top-3 {
    padding-top: 20px;
  }

  section .add-new-section .wonder-grid-row-padding-bottom-3 {
    padding-bottom: 20px;
  }

  section .add-new-section .wonder-grid-row-padding-top-4 {
    padding-top: 20px;
  }

  section .add-new-section .wonder-grid-row-padding-bottom-4 {
    padding-bottom: 20px;
  }

  section .add-new-section .wonder-grid-row-padding-top-5 {
    padding-top: 20px;
  }

  section .add-new-section .wonder-grid-row-padding-bottom-5 {
    padding-bottom: 20px;
  }

  section .add-new-section .wonder-grid-row-padding-top-6 {
    padding-top: 20px;
  }

  section .add-new-section .wonder-grid-row-padding-bottom-6 {
    padding-bottom: 20px;
  }

  section .add-new-section .wonder-grid-row-padding-top-7 {
    padding-top: 20px;
  }

  section .add-new-section .wonder-grid-row-padding-bottom-7 {
    padding-bottom: 20px;
  }

  section .add-new-section .wonder-grid-row-padding-top-8 {
    padding-top: 20px;
  }

  section .add-new-section .wonder-grid-row-padding-bottom-8 {
    padding-bottom: 20px;
  }

  section .add-new-section .wonder-grid-row-padding-top-9 {
    padding-top: 20px;
  }

  section .add-new-section .wonder-grid-row-padding-bottom-9 {
    padding-bottom: 20px;
  }

  section .add-new-section .wonder-grid-row-padding-top-10 {
    padding-top: 20px;
  }

  section .add-new-section .wonder-grid-row-padding-bottom-10 {
    padding-bottom: 20px;
  }

  section .add-new-section .wonder-grid-sp-row-1 {
    grid-row: 1;
  }

  section .add-new-section .wonder-grid-sp-row-2 {
    grid-row: 2;
  }

  section .add-new-section .wonder-grid-sp-row-3 {
    grid-row: 3;
  }

  section .add-new-section .wonder-grid-sp-row-4 {
    grid-row: 4;
  }

  section .add-new-section .wonder-grid-sp-row-5 {
    grid-row: 5;
  }

  section .add-new-section .wonder-grid-sp-row-6 {
    grid-row: 6;
  }

  section .add-new-section .wonder-grid-sp-row-7 {
    grid-row: 7;
  }

  section .add-new-section .wonder-grid-sp-row-8 {
    grid-row: 8;
  }

  section .add-new-section .wonder-grid-sp-row-9 {
    grid-row: 9;
  }

  section .add-new-section .wonder-grid-sp-row-10 {
    grid-row: 10;
  }

  section .add-new-section .wonder-grid-sp-row-11 {
    grid-row: 11;
  }

  section .add-new-section .wonder-grid-sp-row-12 {
    grid-row: 12;
  }

  section .add-new-section .wonder-grid-sp-row-13 {
    grid-row: 13;
  }

  section .add-new-section .wonder-grid-sp-row-14 {
    grid-row: 14;
  }

  section .add-new-section .wonder-grid-sp-row-15 {
    grid-row: 15;
  }

  section .add-new-section .wonder-grid-sp-row-16 {
    grid-row: 16;
  }

  section .add-new-section .wonder-grid-sp-row-17 {
    grid-row: 17;
  }

  section .add-new-section .wonder-grid-sp-row-18 {
    grid-row: 18;
  }

  section .add-new-section .wonder-grid-sp-row-19 {
    grid-row: 19;
  }

  section .add-new-section .wonder-grid-sp-row-20 {
    grid-row: 20;
  }

  section .add-new-section .wonder-grid-sp-row-21 {
    grid-row: 21;
  }

  section .add-new-section .wonder-grid-sp-row-22 {
    grid-row: 22;
  }

  section .add-new-section .wonder-grid-sp-row-23 {
    grid-row: 23;
  }

  section .add-new-section .wonder-grid-sp-row-24 {
    grid-row: 24;
  }

  section .add-new-section .wonder-grid-sp-row-25 {
    grid-row: 25;
  }

  section .add-new-section .wonder-grid-sp-row-26 {
    grid-row: 26;
  }

  section .add-new-section .wonder-grid-sp-row-27 {
    grid-row: 27;
  }

  section .add-new-section .wonder-grid-sp-row-28 {
    grid-row: 28;
  }

  section .add-new-section .wonder-grid-sp-row-29 {
    grid-row: 29;
  }

  section .add-new-section .wonder-grid-sp-row-30 {
    grid-row: 30;
  }

  section .add-new-section .wonder-grid-sp-row-31 {
    grid-row: 31;
  }

  section .add-new-section .wonder-grid-sp-row-32 {
    grid-row: 32;
  }

  section .add-new-section .wonder-grid-sp-row-33 {
    grid-row: 33;
  }

  section .add-new-section .wonder-grid-sp-row-34 {
    grid-row: 34;
  }

  section .add-new-section .wonder-grid-sp-row-35 {
    grid-row: 35;
  }

  section .add-new-section .wonder-grid-sp-row-36 {
    grid-row: 36;
  }

  section .add-new-section .wonder-grid-sp-row-37 {
    grid-row: 37;
  }

  section .add-new-section .wonder-grid-sp-row-38 {
    grid-row: 38;
  }

  section .add-new-section .wonder-grid-sp-row-39 {
    grid-row: 39;
  }

  section .add-new-section .wonder-grid-sp-row-40 {
    grid-row: 40;
  }

  section .add-new-section .wonder-grid-sp-row-41 {
    grid-row: 41;
  }

  section .add-new-section .wonder-grid-sp-row-42 {
    grid-row: 42;
  }

  section .add-new-section .wonder-grid-sp-row-43 {
    grid-row: 43;
  }

  section .add-new-section .wonder-grid-sp-row-44 {
    grid-row: 44;
  }

  section .add-new-section .wonder-grid-sp-row-45 {
    grid-row: 45;
  }

  section .add-new-section .wonder-grid-sp-row-46 {
    grid-row: 46;
  }

  section .add-new-section .wonder-grid-sp-row-47 {
    grid-row: 47;
  }

  section .add-new-section .wonder-grid-sp-row-48 {
    grid-row: 48;
  }

  section .add-new-section .wonder-grid-sp-row-49 {
    grid-row: 49;
  }

  section .add-new-section .wonder-grid-sp-row-50 {
    grid-row: 50;
  }
}

.add-new-section,
.add-new-shop-section {
  z-index: 0;
}

section.editable-container,
.wonder-reckon-section {
  position: relative;
  overflow: hidden;
}

.tel-setting-area-body .tel-highlight {
  background: #FFDBC9 !important;
  -webkit-animation: Flash1 2.4s infinite;
          animation: Flash1 2.4s infinite;
}

.tel-link-settable {
  cursor: default;
  pointer-events: auto !important;
}

.tel-link-settable-hover {
  outline: 2px solid #F0654F;
  outline-offset: -2px;
}

.tel-link-wrap-target {
  outline: 3px dashed #ee5038;
  outline-offset: -3px;
}

.bottom-unset {
  bottom: unset !important;
}

body[data-ui="external-lp-section-preview"] .wonder-reckon-section {
  border: 5px solid #F0654F !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  margin-bottom: 10px;
  border-top: 5px solid #F0654F !important;
  border-bottom: 5px solid #F0654F !important;
  border-right: 5px solid #F0654F !important;
  border-left: 5px solid #F0654F !important;
}

.flash-undo-redo {
  -webkit-animation: Flash2 0.2s !important;
  animation: Flash2 0.2s !important;
}

@-webkit-keyframes Flash2 {
  0% {
    opacity: 0.0;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes Flash2 {
  0% {
    opacity: 0.0;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1.0;
  }
}

.specified-commercial-transaction {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.specified-commercial-transaction a {
  font-size: 16px;
  opacity: 1;
  font-weight: 600;
  color: black;
}

.specified-commercial-transaction a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 560px) {
  .specified-commercial-transaction {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.shop_01 {
  overflow: hidden;
}

.shop_01 .title {
  position: relative;
  padding: 20px 0;
}

.shop_01 .main {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.shop_01 .main ul {
  margin: 30px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop_01 .main ul li {
  width: 350px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
}

.shop_01 .main ul li .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop_01 .main ul li .img img {
  height: 350px;
  width: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  text-align: center;
}

.shop_01 .item-name {
  width: 350px;
  font-size: 17px;
  padding-top: 15px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.shop_01 .price-delivery-container {
  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;
  height: 45px;
}

.shop_01 .item-price {
  font-size: 17px;
  padding-top: 15px;
  text-align: center;
  color: #ff0000;
}

.shop_01 .item-delivery-free {
  font-size: 17px;
  color: #62A4FF;
  border: 1px solid;
  border-radius: 5px;
}

.shop_01 .item-button {
  font-size: 30px;
  padding-top: 15px;
  text-align: center;
}

.shop_01 .item-buy-button {
  width: 70%;
  height: 50px;
  text-align: center;
  background: #F0654F;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.wonder-buy-button[data-item-status="soldOut"] {
  pointer-events: none !important;
  background: #d2d2d2 !important;
}

@media screen and (min-width: 961px) and (max-width: 1365px) {
  .shop_01 .main ul li {
    width: 320px;
  }

  .shop_01 .main ul li .img img {
    height: 320px;
    width: 320px;
  }

  .shop_01 .item-name {
    width: 320px;
    font-size: 16px;
  }

  .shop_01 .item-price,
  .shop_01 .item-delivery-free {
    font-size: 16px;
  }
}

.toCart {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 99999;
}

.toCartArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 230px;
}

.toCartLink {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 8px 0 0 6px;
  border: 3px solid rgba(0, 0, 0, 0.8);
  border-right: 0;
  display: block;
  padding: 7px 0;
  position: relative;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(70%);
          transform: translateX(70%);
  color: white;
}

.toCartLink.hover {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.toCartIcon {
  margin-bottom: 5px;
  margin-right: 5px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  fill: white;
  width: 25px;
}

.toCartText {
  text-align: center;
  font-size: 10px;
}

.toCartVisibleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  width: 30%;
}

.toCartVisibleArea[data-item-count]::after {
  content: attr(data-item-count);
  background-color: #F0654F;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 18px;
  font-weight: 600;
  position: absolute;
  font-size: 9px;
  top: 0px;
  left: 45px;
}

.toCartVisibleArea[data-item-count="0"]::after {
  display: none;
}

.toCartHiddenArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
  margin-top: 1px;
}

.toCartItemQuantityArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.toCartItemPriceArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.toCartLabel {
  margin-left: 10px;
}

.toCartValue {
  margin-right: 10px;
}

#enter-customer-information .tooltip {
  background-color: black;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  position: absolute;
  z-index: 300;
  visibility: hidden;
  opacity: 0;
  color: #FFFFFF;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

#enter-customer-information .tooltip.is-error {
  background-color: #FF5F5F;
  visibility: visible;
  opacity: 100;
}

#enter-customer-information .tooltip--top {
  margin-bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 74%;
}

#enter-customer-information .privacyPolicyTooltip--top {
  margin-bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#enter-customer-information .tooltip::after {
  position: absolute;
  display: block;
  border-width: 0;
  background-color: black;
  border-radius: 2px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#enter-customer-information .tooltip.is-error::after {
  background-color: #FF5F5F;
}

#enter-customer-information .privacyPolicyTooltip--top::after,
#enter-customer-information .tooltip--top::after {
  width: 8px;
  height: 8px;
  bottom: -3px;
  left: 50%;
  margin-left: -4px;
}

#enter-customer-information .sectionBlock {
  max-width: 1000px;
  width: 80%;
  margin: 15px auto;
}

#enter-customer-information .sectionBlock .mainHead {
  text-align: center;
  margin: 30px auto;
}

#enter-customer-information .sectionBlock .mainHead h1 {
  font-size: 40px;
}

#enter-customer-information .sectionBlock .sectionBlockBody .formBlock .customer-label,
#enter-customer-information .sectionBlock .sectionBlockBody .formBlock .customer-input {
  line-height: 25px;
}

#enter-customer-information .sectionBlock .sectionBlockBody .formBlock .customer-input,
#enter-customer-information .sectionBlock .sectionBlockBody .formBlock textarea {
  -webkit-appearance: none !important;
  outline: none !important;
  display: inline !important;
  /* レスポンシブ用に追加 */
  border: 1px solid #dddddd !important;
  font-size: 14px !important;
  color: #4c4c4c !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-radius: 5px;
  resize: none;
}

#enter-customer-information .sectionBlock .sectionBlockBody .formBlock .customer-input:focus,
#enter-customer-information .sectionBlock .sectionBlockBody .formBlock textarea:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

#enter-customer-information .sectionBlock .sectionBlockBody .formBlock .required:after {
  content: "\5FC5\9808";
  display: block !important;
  padding: 0px 6px !important;
  color: #fff !important;
  font-size: 1.1em !important;
  background: #ff871b !important;
  /*レスポンシブ用に追加*/
  margin-right: 20px !important;
  float: right !important;
  font-weight: bold !important;
}

#enter-customer-information .sectionBlock .sectionBlockBody .formBlock .checkPrivacyPolicyWrapper {
  border: 1px dashed #c5c5c5;
  border-radius: 5px;
  padding: 0.7em 1em;
}

#enter-customer-information .sectionBlock .sectionBlockBody .formBlock .footerButtonWrapper {
  margin: 20px 0;
}

#enter-customer-information .sectionBlock .sectionBlockBody .formBlock .footerButtonWrapper .footerButtonPosition {
  margin: 0 auto;
  text-align: center;
}

#enter-customer-information .sectionBlock .sectionBlockBody .formBlock .footerButtonWrapper .footerButtonPosition input {
  border: 1px solid transparent;
  color: #FFFFFF;
}

#enter-customer-information .sectionBlock .sectionBlockBody .formBlock .footerButtonWrapper .footerButtonPosition button {
  cursor: pointer;
  background: #f0664f;
  height: 90px;
  width: 100%;
}

#enter-customer-information .sectionBlock .sectionBlockBody .formBlock .footerButtonWrapper .footerButtonPosition button .entryFooterButton {
  color: white;
  font-size: 28px;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  #enter-customer-information .sectionBlock {
    width: 80%;
  }
}

.clip-image-text {
  position: relative;
  color: transparent !important;
}

.clip-image-text::before {
  position: absolute;
  /* 特定の画像を背景に使用する場合 */
  /* background-image: url('./test.jpg'); */
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none;
}

/* importantをつけないとタグに記載されたdisplay:blockなどが打ち消せない場合があるかもしれないので念のため!important、実際にはそのケースは発生しないはず */

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

@media screen and (max-width: 560px) {
  [data-sp-fontsize="1px"] {
    font-size: 1px !important;
  }

  [data-sp-fontsize="2px"] {
    font-size: 2px !important;
  }

  [data-sp-fontsize="3px"] {
    font-size: 3px !important;
  }

  [data-sp-fontsize="4px"] {
    font-size: 4px !important;
  }

  [data-sp-fontsize="5px"] {
    font-size: 5px !important;
  }

  [data-sp-fontsize="6px"] {
    font-size: 6px !important;
  }

  [data-sp-fontsize="7px"] {
    font-size: 7px !important;
  }

  [data-sp-fontsize="8px"] {
    font-size: 8px !important;
  }

  [data-sp-fontsize="9px"] {
    font-size: 9px !important;
  }

  [data-sp-fontsize="10px"] {
    font-size: 10px !important;
  }

  [data-sp-fontsize="11px"] {
    font-size: 11px !important;
  }

  [data-sp-fontsize="12px"] {
    font-size: 12px !important;
  }

  [data-sp-fontsize="13px"] {
    font-size: 13px !important;
  }

  [data-sp-fontsize="14px"] {
    font-size: 14px !important;
  }

  [data-sp-fontsize="15px"] {
    font-size: 15px !important;
  }

  [data-sp-fontsize="16px"] {
    font-size: 16px !important;
  }

  [data-sp-fontsize="17px"] {
    font-size: 17px !important;
  }

  [data-sp-fontsize="18px"] {
    font-size: 18px !important;
  }

  [data-sp-fontsize="19px"] {
    font-size: 19px !important;
  }

  [data-sp-fontsize="20px"] {
    font-size: 20px !important;
  }

  [data-sp-fontsize="21px"] {
    font-size: 21px !important;
  }

  [data-sp-fontsize="22px"] {
    font-size: 22px !important;
  }

  [data-sp-fontsize="23px"] {
    font-size: 23px !important;
  }

  [data-sp-fontsize="24px"] {
    font-size: 24px !important;
  }

  [data-sp-fontsize="25px"] {
    font-size: 25px !important;
  }

  [data-sp-fontsize="26px"] {
    font-size: 26px !important;
  }

  [data-sp-fontsize="27px"] {
    font-size: 27px !important;
  }

  [data-sp-fontsize="28px"] {
    font-size: 28px !important;
  }

  [data-sp-fontsize="29px"] {
    font-size: 29px !important;
  }

  [data-sp-fontsize="30px"] {
    font-size: 30px !important;
  }

  [data-sp-fontsize="31px"] {
    font-size: 31px !important;
  }

  [data-sp-fontsize="32px"] {
    font-size: 32px !important;
  }

  [data-sp-fontsize="33px"] {
    font-size: 33px !important;
  }

  [data-sp-fontsize="34px"] {
    font-size: 34px !important;
  }

  [data-sp-fontsize="35px"] {
    font-size: 35px !important;
  }

  [data-sp-fontsize="36px"] {
    font-size: 36px !important;
  }

  [data-sp-fontsize="37px"] {
    font-size: 37px !important;
  }

  [data-sp-fontsize="38px"] {
    font-size: 38px !important;
  }

  [data-sp-fontsize="39px"] {
    font-size: 39px !important;
  }

  [data-sp-fontsize="40px"] {
    font-size: 40px !important;
  }

  [data-sp-fontsize="41px"] {
    font-size: 41px !important;
  }

  [data-sp-fontsize="42px"] {
    font-size: 42px !important;
  }

  [data-sp-fontsize="43px"] {
    font-size: 43px !important;
  }

  [data-sp-fontsize="44px"] {
    font-size: 44px !important;
  }

  [data-sp-fontsize="45px"] {
    font-size: 45px !important;
  }

  [data-sp-fontsize="46px"] {
    font-size: 46px !important;
  }

  [data-sp-fontsize="47px"] {
    font-size: 47px !important;
  }

  [data-sp-fontsize="48px"] {
    font-size: 48px !important;
  }

  [data-sp-fontsize="49px"] {
    font-size: 49px !important;
  }

  [data-sp-fontsize="50px"] {
    font-size: 50px !important;
  }

  [data-sp-fontsize="51px"] {
    font-size: 51px !important;
  }

  [data-sp-fontsize="52px"] {
    font-size: 52px !important;
  }

  [data-sp-fontsize="53px"] {
    font-size: 53px !important;
  }

  [data-sp-fontsize="54px"] {
    font-size: 54px !important;
  }

  [data-sp-fontsize="55px"] {
    font-size: 55px !important;
  }

  [data-sp-fontsize="56px"] {
    font-size: 56px !important;
  }

  [data-sp-fontsize="57px"] {
    font-size: 57px !important;
  }

  [data-sp-fontsize="58px"] {
    font-size: 58px !important;
  }

  [data-sp-fontsize="59px"] {
    font-size: 59px !important;
  }

  [data-sp-fontsize="60px"] {
    font-size: 60px !important;
  }

  [data-sp-fontsize="61px"] {
    font-size: 61px !important;
  }

  [data-sp-fontsize="62px"] {
    font-size: 62px !important;
  }

  [data-sp-fontsize="63px"] {
    font-size: 63px !important;
  }

  [data-sp-fontsize="64px"] {
    font-size: 64px !important;
  }

  [data-sp-fontsize="65px"] {
    font-size: 65px !important;
  }

  [data-sp-fontsize="66px"] {
    font-size: 66px !important;
  }

  [data-sp-fontsize="67px"] {
    font-size: 67px !important;
  }

  [data-sp-fontsize="68px"] {
    font-size: 68px !important;
  }

  [data-sp-fontsize="69px"] {
    font-size: 69px !important;
  }

  [data-sp-fontsize="70px"] {
    font-size: 70px !important;
  }

  [data-sp-fontsize="71px"] {
    font-size: 71px !important;
  }

  [data-sp-fontsize="72px"] {
    font-size: 72px !important;
  }

  [data-sp-fontsize="73px"] {
    font-size: 73px !important;
  }

  [data-sp-fontsize="74px"] {
    font-size: 74px !important;
  }

  [data-sp-fontsize="75px"] {
    font-size: 75px !important;
  }

  [data-sp-fontsize="76px"] {
    font-size: 76px !important;
  }

  [data-sp-fontsize="77px"] {
    font-size: 77px !important;
  }

  [data-sp-fontsize="78px"] {
    font-size: 78px !important;
  }

  [data-sp-fontsize="79px"] {
    font-size: 79px !important;
  }

  [data-sp-fontsize="80px"] {
    font-size: 80px !important;
  }

  [data-sp-fontsize="81px"] {
    font-size: 81px !important;
  }

  [data-sp-fontsize="82px"] {
    font-size: 82px !important;
  }

  [data-sp-fontsize="83px"] {
    font-size: 83px !important;
  }

  [data-sp-fontsize="84px"] {
    font-size: 84px !important;
  }

  [data-sp-fontsize="85px"] {
    font-size: 85px !important;
  }

  [data-sp-fontsize="86px"] {
    font-size: 86px !important;
  }

  [data-sp-fontsize="87px"] {
    font-size: 87px !important;
  }

  [data-sp-fontsize="88px"] {
    font-size: 88px !important;
  }

  [data-sp-fontsize="89px"] {
    font-size: 89px !important;
  }

  [data-sp-fontsize="90px"] {
    font-size: 90px !important;
  }

  [data-sp-fontsize="91px"] {
    font-size: 91px !important;
  }

  [data-sp-fontsize="92px"] {
    font-size: 92px !important;
  }

  [data-sp-fontsize="93px"] {
    font-size: 93px !important;
  }

  [data-sp-fontsize="94px"] {
    font-size: 94px !important;
  }

  [data-sp-fontsize="95px"] {
    font-size: 95px !important;
  }

  [data-sp-fontsize="96px"] {
    font-size: 96px !important;
  }

  [data-sp-fontsize="97px"] {
    font-size: 97px !important;
  }

  [data-sp-fontsize="98px"] {
    font-size: 98px !important;
  }

  [data-sp-fontsize="99px"] {
    font-size: 99px !important;
  }

  [data-sp-fontsize="100px"] {
    font-size: 100px !important;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  [data-tablet-fontsize="1px"] {
    font-size: 1px !important;
  }

  [data-tablet-fontsize="2px"] {
    font-size: 2px !important;
  }

  [data-tablet-fontsize="3px"] {
    font-size: 3px !important;
  }

  [data-tablet-fontsize="4px"] {
    font-size: 4px !important;
  }

  [data-tablet-fontsize="5px"] {
    font-size: 5px !important;
  }

  [data-tablet-fontsize="6px"] {
    font-size: 6px !important;
  }

  [data-tablet-fontsize="7px"] {
    font-size: 7px !important;
  }

  [data-tablet-fontsize="8px"] {
    font-size: 8px !important;
  }

  [data-tablet-fontsize="9px"] {
    font-size: 9px !important;
  }

  [data-tablet-fontsize="10px"] {
    font-size: 10px !important;
  }

  [data-tablet-fontsize="11px"] {
    font-size: 11px !important;
  }

  [data-tablet-fontsize="12px"] {
    font-size: 12px !important;
  }

  [data-tablet-fontsize="13px"] {
    font-size: 13px !important;
  }

  [data-tablet-fontsize="14px"] {
    font-size: 14px !important;
  }

  [data-tablet-fontsize="15px"] {
    font-size: 15px !important;
  }

  [data-tablet-fontsize="16px"] {
    font-size: 16px !important;
  }

  [data-tablet-fontsize="17px"] {
    font-size: 17px !important;
  }

  [data-tablet-fontsize="18px"] {
    font-size: 18px !important;
  }

  [data-tablet-fontsize="19px"] {
    font-size: 19px !important;
  }

  [data-tablet-fontsize="20px"] {
    font-size: 20px !important;
  }

  [data-tablet-fontsize="21px"] {
    font-size: 21px !important;
  }

  [data-tablet-fontsize="22px"] {
    font-size: 22px !important;
  }

  [data-tablet-fontsize="23px"] {
    font-size: 23px !important;
  }

  [data-tablet-fontsize="24px"] {
    font-size: 24px !important;
  }

  [data-tablet-fontsize="25px"] {
    font-size: 25px !important;
  }

  [data-tablet-fontsize="26px"] {
    font-size: 26px !important;
  }

  [data-tablet-fontsize="27px"] {
    font-size: 27px !important;
  }

  [data-tablet-fontsize="28px"] {
    font-size: 28px !important;
  }

  [data-tablet-fontsize="29px"] {
    font-size: 29px !important;
  }

  [data-tablet-fontsize="30px"] {
    font-size: 30px !important;
  }

  [data-tablet-fontsize="31px"] {
    font-size: 31px !important;
  }

  [data-tablet-fontsize="32px"] {
    font-size: 32px !important;
  }

  [data-tablet-fontsize="33px"] {
    font-size: 33px !important;
  }

  [data-tablet-fontsize="34px"] {
    font-size: 34px !important;
  }

  [data-tablet-fontsize="35px"] {
    font-size: 35px !important;
  }

  [data-tablet-fontsize="36px"] {
    font-size: 36px !important;
  }

  [data-tablet-fontsize="37px"] {
    font-size: 37px !important;
  }

  [data-tablet-fontsize="38px"] {
    font-size: 38px !important;
  }

  [data-tablet-fontsize="39px"] {
    font-size: 39px !important;
  }

  [data-tablet-fontsize="40px"] {
    font-size: 40px !important;
  }

  [data-tablet-fontsize="41px"] {
    font-size: 41px !important;
  }

  [data-tablet-fontsize="42px"] {
    font-size: 42px !important;
  }

  [data-tablet-fontsize="43px"] {
    font-size: 43px !important;
  }

  [data-tablet-fontsize="44px"] {
    font-size: 44px !important;
  }

  [data-tablet-fontsize="45px"] {
    font-size: 45px !important;
  }

  [data-tablet-fontsize="46px"] {
    font-size: 46px !important;
  }

  [data-tablet-fontsize="47px"] {
    font-size: 47px !important;
  }

  [data-tablet-fontsize="48px"] {
    font-size: 48px !important;
  }

  [data-tablet-fontsize="49px"] {
    font-size: 49px !important;
  }

  [data-tablet-fontsize="50px"] {
    font-size: 50px !important;
  }

  [data-tablet-fontsize="51px"] {
    font-size: 51px !important;
  }

  [data-tablet-fontsize="52px"] {
    font-size: 52px !important;
  }

  [data-tablet-fontsize="53px"] {
    font-size: 53px !important;
  }

  [data-tablet-fontsize="54px"] {
    font-size: 54px !important;
  }

  [data-tablet-fontsize="55px"] {
    font-size: 55px !important;
  }

  [data-tablet-fontsize="56px"] {
    font-size: 56px !important;
  }

  [data-tablet-fontsize="57px"] {
    font-size: 57px !important;
  }

  [data-tablet-fontsize="58px"] {
    font-size: 58px !important;
  }

  [data-tablet-fontsize="59px"] {
    font-size: 59px !important;
  }

  [data-tablet-fontsize="60px"] {
    font-size: 60px !important;
  }

  [data-tablet-fontsize="61px"] {
    font-size: 61px !important;
  }

  [data-tablet-fontsize="62px"] {
    font-size: 62px !important;
  }

  [data-tablet-fontsize="63px"] {
    font-size: 63px !important;
  }

  [data-tablet-fontsize="64px"] {
    font-size: 64px !important;
  }

  [data-tablet-fontsize="65px"] {
    font-size: 65px !important;
  }

  [data-tablet-fontsize="66px"] {
    font-size: 66px !important;
  }

  [data-tablet-fontsize="67px"] {
    font-size: 67px !important;
  }

  [data-tablet-fontsize="68px"] {
    font-size: 68px !important;
  }

  [data-tablet-fontsize="69px"] {
    font-size: 69px !important;
  }

  [data-tablet-fontsize="70px"] {
    font-size: 70px !important;
  }

  [data-tablet-fontsize="71px"] {
    font-size: 71px !important;
  }

  [data-tablet-fontsize="72px"] {
    font-size: 72px !important;
  }

  [data-tablet-fontsize="73px"] {
    font-size: 73px !important;
  }

  [data-tablet-fontsize="74px"] {
    font-size: 74px !important;
  }

  [data-tablet-fontsize="75px"] {
    font-size: 75px !important;
  }

  [data-tablet-fontsize="76px"] {
    font-size: 76px !important;
  }

  [data-tablet-fontsize="77px"] {
    font-size: 77px !important;
  }

  [data-tablet-fontsize="78px"] {
    font-size: 78px !important;
  }

  [data-tablet-fontsize="79px"] {
    font-size: 79px !important;
  }

  [data-tablet-fontsize="80px"] {
    font-size: 80px !important;
  }

  [data-tablet-fontsize="81px"] {
    font-size: 81px !important;
  }

  [data-tablet-fontsize="82px"] {
    font-size: 82px !important;
  }

  [data-tablet-fontsize="83px"] {
    font-size: 83px !important;
  }

  [data-tablet-fontsize="84px"] {
    font-size: 84px !important;
  }

  [data-tablet-fontsize="85px"] {
    font-size: 85px !important;
  }

  [data-tablet-fontsize="86px"] {
    font-size: 86px !important;
  }

  [data-tablet-fontsize="87px"] {
    font-size: 87px !important;
  }

  [data-tablet-fontsize="88px"] {
    font-size: 88px !important;
  }

  [data-tablet-fontsize="89px"] {
    font-size: 89px !important;
  }

  [data-tablet-fontsize="90px"] {
    font-size: 90px !important;
  }

  [data-tablet-fontsize="91px"] {
    font-size: 91px !important;
  }

  [data-tablet-fontsize="92px"] {
    font-size: 92px !important;
  }

  [data-tablet-fontsize="93px"] {
    font-size: 93px !important;
  }

  [data-tablet-fontsize="94px"] {
    font-size: 94px !important;
  }

  [data-tablet-fontsize="95px"] {
    font-size: 95px !important;
  }

  [data-tablet-fontsize="96px"] {
    font-size: 96px !important;
  }

  [data-tablet-fontsize="97px"] {
    font-size: 97px !important;
  }

  [data-tablet-fontsize="98px"] {
    font-size: 98px !important;
  }

  [data-tablet-fontsize="99px"] {
    font-size: 99px !important;
  }

  [data-tablet-fontsize="100px"] {
    font-size: 100px !important;
  }
}

@media screen and (min-width: 961px) {
  [data-pc-fontsize="1px"] {
    font-size: 1px !important;
  }

  [data-pc-fontsize="2px"] {
    font-size: 2px !important;
  }

  [data-pc-fontsize="3px"] {
    font-size: 3px !important;
  }

  [data-pc-fontsize="4px"] {
    font-size: 4px !important;
  }

  [data-pc-fontsize="5px"] {
    font-size: 5px !important;
  }

  [data-pc-fontsize="6px"] {
    font-size: 6px !important;
  }

  [data-pc-fontsize="7px"] {
    font-size: 7px !important;
  }

  [data-pc-fontsize="8px"] {
    font-size: 8px !important;
  }

  [data-pc-fontsize="9px"] {
    font-size: 9px !important;
  }

  [data-pc-fontsize="10px"] {
    font-size: 10px !important;
  }

  [data-pc-fontsize="11px"] {
    font-size: 11px !important;
  }

  [data-pc-fontsize="12px"] {
    font-size: 12px !important;
  }

  [data-pc-fontsize="13px"] {
    font-size: 13px !important;
  }

  [data-pc-fontsize="14px"] {
    font-size: 14px !important;
  }

  [data-pc-fontsize="15px"] {
    font-size: 15px !important;
  }

  [data-pc-fontsize="16px"] {
    font-size: 16px !important;
  }

  [data-pc-fontsize="17px"] {
    font-size: 17px !important;
  }

  [data-pc-fontsize="18px"] {
    font-size: 18px !important;
  }

  [data-pc-fontsize="19px"] {
    font-size: 19px !important;
  }

  [data-pc-fontsize="20px"] {
    font-size: 20px !important;
  }

  [data-pc-fontsize="21px"] {
    font-size: 21px !important;
  }

  [data-pc-fontsize="22px"] {
    font-size: 22px !important;
  }

  [data-pc-fontsize="23px"] {
    font-size: 23px !important;
  }

  [data-pc-fontsize="24px"] {
    font-size: 24px !important;
  }

  [data-pc-fontsize="25px"] {
    font-size: 25px !important;
  }

  [data-pc-fontsize="26px"] {
    font-size: 26px !important;
  }

  [data-pc-fontsize="27px"] {
    font-size: 27px !important;
  }

  [data-pc-fontsize="28px"] {
    font-size: 28px !important;
  }

  [data-pc-fontsize="29px"] {
    font-size: 29px !important;
  }

  [data-pc-fontsize="30px"] {
    font-size: 30px !important;
  }

  [data-pc-fontsize="31px"] {
    font-size: 31px !important;
  }

  [data-pc-fontsize="32px"] {
    font-size: 32px !important;
  }

  [data-pc-fontsize="33px"] {
    font-size: 33px !important;
  }

  [data-pc-fontsize="34px"] {
    font-size: 34px !important;
  }

  [data-pc-fontsize="35px"] {
    font-size: 35px !important;
  }

  [data-pc-fontsize="36px"] {
    font-size: 36px !important;
  }

  [data-pc-fontsize="37px"] {
    font-size: 37px !important;
  }

  [data-pc-fontsize="38px"] {
    font-size: 38px !important;
  }

  [data-pc-fontsize="39px"] {
    font-size: 39px !important;
  }

  [data-pc-fontsize="40px"] {
    font-size: 40px !important;
  }

  [data-pc-fontsize="41px"] {
    font-size: 41px !important;
  }

  [data-pc-fontsize="42px"] {
    font-size: 42px !important;
  }

  [data-pc-fontsize="43px"] {
    font-size: 43px !important;
  }

  [data-pc-fontsize="44px"] {
    font-size: 44px !important;
  }

  [data-pc-fontsize="45px"] {
    font-size: 45px !important;
  }

  [data-pc-fontsize="46px"] {
    font-size: 46px !important;
  }

  [data-pc-fontsize="47px"] {
    font-size: 47px !important;
  }

  [data-pc-fontsize="48px"] {
    font-size: 48px !important;
  }

  [data-pc-fontsize="49px"] {
    font-size: 49px !important;
  }

  [data-pc-fontsize="50px"] {
    font-size: 50px !important;
  }

  [data-pc-fontsize="51px"] {
    font-size: 51px !important;
  }

  [data-pc-fontsize="52px"] {
    font-size: 52px !important;
  }

  [data-pc-fontsize="53px"] {
    font-size: 53px !important;
  }

  [data-pc-fontsize="54px"] {
    font-size: 54px !important;
  }

  [data-pc-fontsize="55px"] {
    font-size: 55px !important;
  }

  [data-pc-fontsize="56px"] {
    font-size: 56px !important;
  }

  [data-pc-fontsize="57px"] {
    font-size: 57px !important;
  }

  [data-pc-fontsize="58px"] {
    font-size: 58px !important;
  }

  [data-pc-fontsize="59px"] {
    font-size: 59px !important;
  }

  [data-pc-fontsize="60px"] {
    font-size: 60px !important;
  }

  [data-pc-fontsize="61px"] {
    font-size: 61px !important;
  }

  [data-pc-fontsize="62px"] {
    font-size: 62px !important;
  }

  [data-pc-fontsize="63px"] {
    font-size: 63px !important;
  }

  [data-pc-fontsize="64px"] {
    font-size: 64px !important;
  }

  [data-pc-fontsize="65px"] {
    font-size: 65px !important;
  }

  [data-pc-fontsize="66px"] {
    font-size: 66px !important;
  }

  [data-pc-fontsize="67px"] {
    font-size: 67px !important;
  }

  [data-pc-fontsize="68px"] {
    font-size: 68px !important;
  }

  [data-pc-fontsize="69px"] {
    font-size: 69px !important;
  }

  [data-pc-fontsize="70px"] {
    font-size: 70px !important;
  }

  [data-pc-fontsize="71px"] {
    font-size: 71px !important;
  }

  [data-pc-fontsize="72px"] {
    font-size: 72px !important;
  }

  [data-pc-fontsize="73px"] {
    font-size: 73px !important;
  }

  [data-pc-fontsize="74px"] {
    font-size: 74px !important;
  }

  [data-pc-fontsize="75px"] {
    font-size: 75px !important;
  }

  [data-pc-fontsize="76px"] {
    font-size: 76px !important;
  }

  [data-pc-fontsize="77px"] {
    font-size: 77px !important;
  }

  [data-pc-fontsize="78px"] {
    font-size: 78px !important;
  }

  [data-pc-fontsize="79px"] {
    font-size: 79px !important;
  }

  [data-pc-fontsize="80px"] {
    font-size: 80px !important;
  }

  [data-pc-fontsize="81px"] {
    font-size: 81px !important;
  }

  [data-pc-fontsize="82px"] {
    font-size: 82px !important;
  }

  [data-pc-fontsize="83px"] {
    font-size: 83px !important;
  }

  [data-pc-fontsize="84px"] {
    font-size: 84px !important;
  }

  [data-pc-fontsize="85px"] {
    font-size: 85px !important;
  }

  [data-pc-fontsize="86px"] {
    font-size: 86px !important;
  }

  [data-pc-fontsize="87px"] {
    font-size: 87px !important;
  }

  [data-pc-fontsize="88px"] {
    font-size: 88px !important;
  }

  [data-pc-fontsize="89px"] {
    font-size: 89px !important;
  }

  [data-pc-fontsize="90px"] {
    font-size: 90px !important;
  }

  [data-pc-fontsize="91px"] {
    font-size: 91px !important;
  }

  [data-pc-fontsize="92px"] {
    font-size: 92px !important;
  }

  [data-pc-fontsize="93px"] {
    font-size: 93px !important;
  }

  [data-pc-fontsize="94px"] {
    font-size: 94px !important;
  }

  [data-pc-fontsize="95px"] {
    font-size: 95px !important;
  }

  [data-pc-fontsize="96px"] {
    font-size: 96px !important;
  }

  [data-pc-fontsize="97px"] {
    font-size: 97px !important;
  }

  [data-pc-fontsize="98px"] {
    font-size: 98px !important;
  }

  [data-pc-fontsize="99px"] {
    font-size: 99px !important;
  }

  [data-pc-fontsize="100px"] {
    font-size: 100px !important;
  }
}

@media screen and (max-width: 560px) {
  [data-sp-lineHeight="5px"] {
    line-height: 5px !important;
  }

  [data-sp-lineHeight="10px"] {
    line-height: 10px !important;
  }

  [data-sp-lineHeight="15px"] {
    line-height: 15px !important;
  }

  [data-sp-lineHeight="20px"] {
    line-height: 20px !important;
  }

  [data-sp-lineHeight="25px"] {
    line-height: 25px !important;
  }

  [data-sp-lineHeight="30px"] {
    line-height: 30px !important;
  }

  [data-sp-lineHeight="35px"] {
    line-height: 35px !important;
  }

  [data-sp-lineHeight="40px"] {
    line-height: 40px !important;
  }

  [data-sp-lineHeight="45px"] {
    line-height: 45px !important;
  }

  [data-sp-lineHeight="50px"] {
    line-height: 50px !important;
  }

  [data-sp-lineHeight="55px"] {
    line-height: 55px !important;
  }

  [data-sp-lineHeight="60px"] {
    line-height: 60px !important;
  }

  [data-sp-lineHeight="65px"] {
    line-height: 65px !important;
  }

  [data-sp-lineHeight="70px"] {
    line-height: 70px !important;
  }

  [data-sp-lineHeight="75px"] {
    line-height: 75px !important;
  }

  [data-sp-lineHeight="80px"] {
    line-height: 80px !important;
  }

  [data-sp-lineHeight="85px"] {
    line-height: 85px !important;
  }

  [data-sp-lineHeight="90px"] {
    line-height: 90px !important;
  }

  [data-sp-lineHeight="95px"] {
    line-height: 95px !important;
  }

  [data-sp-lineHeight="100px"] {
    line-height: 100px !important;
  }

  [data-sp-lineHeight="105px"] {
    line-height: 105px !important;
  }

  [data-sp-lineHeight="110px"] {
    line-height: 110px !important;
  }

  [data-sp-lineHeight="115px"] {
    line-height: 115px !important;
  }

  [data-sp-lineHeight="120px"] {
    line-height: 120px !important;
  }

  [data-sp-lineHeight="125px"] {
    line-height: 125px !important;
  }

  [data-sp-lineHeight="130px"] {
    line-height: 130px !important;
  }

  [data-sp-lineHeight="135px"] {
    line-height: 135px !important;
  }

  [data-sp-lineHeight="140px"] {
    line-height: 140px !important;
  }

  [data-sp-lineHeight="145px"] {
    line-height: 145px !important;
  }

  [data-sp-lineHeight="150px"] {
    line-height: 150px !important;
  }

  [data-sp-lineHeight="155px"] {
    line-height: 155px !important;
  }

  [data-sp-lineHeight="160px"] {
    line-height: 160px !important;
  }

  [data-sp-lineHeight="165px"] {
    line-height: 165px !important;
  }

  [data-sp-lineHeight="170px"] {
    line-height: 170px !important;
  }

  [data-sp-lineHeight="175px"] {
    line-height: 175px !important;
  }

  [data-sp-lineHeight="180px"] {
    line-height: 180px !important;
  }

  [data-sp-lineHeight="185px"] {
    line-height: 185px !important;
  }

  [data-sp-lineHeight="190px"] {
    line-height: 190px !important;
  }

  [data-sp-lineHeight="195px"] {
    line-height: 195px !important;
  }

  [data-sp-lineHeight="200px"] {
    line-height: 200px !important;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  [data-tablet-lineHeight="5px"] {
    line-height: 5px !important;
  }

  [data-tablet-lineHeight="10px"] {
    line-height: 10px !important;
  }

  [data-tablet-lineHeight="15px"] {
    line-height: 15px !important;
  }

  [data-tablet-lineHeight="20px"] {
    line-height: 20px !important;
  }

  [data-tablet-lineHeight="25px"] {
    line-height: 25px !important;
  }

  [data-tablet-lineHeight="30px"] {
    line-height: 30px !important;
  }

  [data-tablet-lineHeight="35px"] {
    line-height: 35px !important;
  }

  [data-tablet-lineHeight="40px"] {
    line-height: 40px !important;
  }

  [data-tablet-lineHeight="45px"] {
    line-height: 45px !important;
  }

  [data-tablet-lineHeight="50px"] {
    line-height: 50px !important;
  }

  [data-tablet-lineHeight="55px"] {
    line-height: 55px !important;
  }

  [data-tablet-lineHeight="60px"] {
    line-height: 60px !important;
  }

  [data-tablet-lineHeight="65px"] {
    line-height: 65px !important;
  }

  [data-tablet-lineHeight="70px"] {
    line-height: 70px !important;
  }

  [data-tablet-lineHeight="75px"] {
    line-height: 75px !important;
  }

  [data-tablet-lineHeight="80px"] {
    line-height: 80px !important;
  }

  [data-tablet-lineHeight="85px"] {
    line-height: 85px !important;
  }

  [data-tablet-lineHeight="90px"] {
    line-height: 90px !important;
  }

  [data-tablet-lineHeight="95px"] {
    line-height: 95px !important;
  }

  [data-tablet-lineHeight="100px"] {
    line-height: 100px !important;
  }

  [data-tablet-lineHeight="105px"] {
    line-height: 105px !important;
  }

  [data-tablet-lineHeight="110px"] {
    line-height: 110px !important;
  }

  [data-tablet-lineHeight="115px"] {
    line-height: 115px !important;
  }

  [data-tablet-lineHeight="120px"] {
    line-height: 120px !important;
  }

  [data-tablet-lineHeight="125px"] {
    line-height: 125px !important;
  }

  [data-tablet-lineHeight="130px"] {
    line-height: 130px !important;
  }

  [data-tablet-lineHeight="135px"] {
    line-height: 135px !important;
  }

  [data-tablet-lineHeight="140px"] {
    line-height: 140px !important;
  }

  [data-tablet-lineHeight="145px"] {
    line-height: 145px !important;
  }

  [data-tablet-lineHeight="150px"] {
    line-height: 150px !important;
  }

  [data-tablet-lineHeight="155px"] {
    line-height: 155px !important;
  }

  [data-tablet-lineHeight="160px"] {
    line-height: 160px !important;
  }

  [data-tablet-lineHeight="165px"] {
    line-height: 165px !important;
  }

  [data-tablet-lineHeight="170px"] {
    line-height: 170px !important;
  }

  [data-tablet-lineHeight="175px"] {
    line-height: 175px !important;
  }

  [data-tablet-lineHeight="180px"] {
    line-height: 180px !important;
  }

  [data-tablet-lineHeight="185px"] {
    line-height: 185px !important;
  }

  [data-tablet-lineHeight="190px"] {
    line-height: 190px !important;
  }

  [data-tablet-lineHeight="195px"] {
    line-height: 195px !important;
  }

  [data-tablet-lineHeight="200px"] {
    line-height: 200px !important;
  }
}

@media screen and (min-width: 961px) {
  [data-pc-lineHeight="5px"] {
    line-height: 5px !important;
  }

  [data-pc-lineHeight="10px"] {
    line-height: 10px !important;
  }

  [data-pc-lineHeight="15px"] {
    line-height: 15px !important;
  }

  [data-pc-lineHeight="20px"] {
    line-height: 20px !important;
  }

  [data-pc-lineHeight="25px"] {
    line-height: 25px !important;
  }

  [data-pc-lineHeight="30px"] {
    line-height: 30px !important;
  }

  [data-pc-lineHeight="35px"] {
    line-height: 35px !important;
  }

  [data-pc-lineHeight="40px"] {
    line-height: 40px !important;
  }

  [data-pc-lineHeight="45px"] {
    line-height: 45px !important;
  }

  [data-pc-lineHeight="50px"] {
    line-height: 50px !important;
  }

  [data-pc-lineHeight="55px"] {
    line-height: 55px !important;
  }

  [data-pc-lineHeight="60px"] {
    line-height: 60px !important;
  }

  [data-pc-lineHeight="65px"] {
    line-height: 65px !important;
  }

  [data-pc-lineHeight="70px"] {
    line-height: 70px !important;
  }

  [data-pc-lineHeight="75px"] {
    line-height: 75px !important;
  }

  [data-pc-lineHeight="80px"] {
    line-height: 80px !important;
  }

  [data-pc-lineHeight="85px"] {
    line-height: 85px !important;
  }

  [data-pc-lineHeight="90px"] {
    line-height: 90px !important;
  }

  [data-pc-lineHeight="95px"] {
    line-height: 95px !important;
  }

  [data-pc-lineHeight="100px"] {
    line-height: 100px !important;
  }

  [data-pc-lineHeight="105px"] {
    line-height: 105px !important;
  }

  [data-pc-lineHeight="110px"] {
    line-height: 110px !important;
  }

  [data-pc-lineHeight="115px"] {
    line-height: 115px !important;
  }

  [data-pc-lineHeight="120px"] {
    line-height: 120px !important;
  }

  [data-pc-lineHeight="125px"] {
    line-height: 125px !important;
  }

  [data-pc-lineHeight="130px"] {
    line-height: 130px !important;
  }

  [data-pc-lineHeight="135px"] {
    line-height: 135px !important;
  }

  [data-pc-lineHeight="140px"] {
    line-height: 140px !important;
  }

  [data-pc-lineHeight="145px"] {
    line-height: 145px !important;
  }

  [data-pc-lineHeight="150px"] {
    line-height: 150px !important;
  }

  [data-pc-lineHeight="155px"] {
    line-height: 155px !important;
  }

  [data-pc-lineHeight="160px"] {
    line-height: 160px !important;
  }

  [data-pc-lineHeight="165px"] {
    line-height: 165px !important;
  }

  [data-pc-lineHeight="170px"] {
    line-height: 170px !important;
  }

  [data-pc-lineHeight="175px"] {
    line-height: 175px !important;
  }

  [data-pc-lineHeight="180px"] {
    line-height: 180px !important;
  }

  [data-pc-lineHeight="185px"] {
    line-height: 185px !important;
  }

  [data-pc-lineHeight="190px"] {
    line-height: 190px !important;
  }

  [data-pc-lineHeight="195px"] {
    line-height: 195px !important;
  }

  [data-pc-lineHeight="200px"] {
    line-height: 200px !important;
  }
}

@media screen and (max-width: 560px) {
  [data-sp-fontfamily="sans-serif"] {
    font-family: sans-serif !important;
  }

  [data-sp-fontfamily="Sawarabi Mincho"] {
    font-family: Sawarabi Mincho !important;
  }

  [data-sp-fontfamily="アプリ明朝"] {
    font-family: アプリ明朝 !important;
  }

  [data-sp-fontfamily="コーポレート明朝"] {
    font-family: コーポレート明朝 !important;
  }

  [data-sp-fontfamily="出島明朝"] {
    font-family: 出島明朝 !important;
  }

  [data-sp-fontfamily="はれのそら明朝"] {
    font-family: はれのそら明朝 !important;
  }

  [data-sp-fontfamily="源ノ明朝ExtraLight"] {
    font-family: 源ノ明朝ExtraLight !important;
  }

  [data-sp-fontfamily="源ノ明朝Light"] {
    font-family: 源ノ明朝Light !important;
  }

  [data-sp-fontfamily="源ノ明朝Regular"] {
    font-family: 源ノ明朝Regular !important;
  }

  [data-sp-fontfamily="源ノ明朝Medium"] {
    font-family: 源ノ明朝Medium !important;
  }

  [data-sp-fontfamily="源ノ明朝SemiBold"] {
    font-family: 源ノ明朝SemiBold !important;
  }

  [data-sp-fontfamily="源ノ明朝Bold"] {
    font-family: 源ノ明朝Bold !important;
  }

  [data-sp-fontfamily="源ノ明朝Heavy"] {
    font-family: 源ノ明朝Heavy !important;
  }

  [data-sp-fontfamily="M PLUS 1p"] {
    font-family: M PLUS 1p !important;
  }

  [data-sp-fontfamily="コーポレート・ロゴ"] {
    font-family: コーポレート・ロゴ !important;
  }

  [data-sp-fontfamily="ロンド"] {
    font-family: ロンド !important;
  }

  [data-sp-fontfamily="和音"] {
    font-family: 和音 !important;
  }

  [data-sp-fontfamily="NotoSansJP-Thin"] {
    font-family: NotoSansJP-Thin !important;
  }

  [data-sp-fontfamily="NotoSansJP-Light"] {
    font-family: NotoSansJP-Light !important;
  }

  [data-sp-fontfamily="NotoSansJP-Regular"] {
    font-family: NotoSansJP-Regular !important;
  }

  [data-sp-fontfamily="NotoSansJP-Medium"] {
    font-family: NotoSansJP-Medium !important;
  }

  [data-sp-fontfamily="NotoSansJP-Bold"] {
    font-family: NotoSansJP-Bold !important;
  }

  [data-sp-fontfamily="NotoSansJP-Black"] {
    font-family: NotoSansJP-Black !important;
  }

  [data-sp-fontfamily="NotoSansJP"] {
    font-family: sans-serif !important;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  [data-tablet-fontfamily="sans-serif"] {
    font-family: sans-serif !important;
  }

  [data-tablet-fontfamily="Sawarabi Mincho"] {
    font-family: Sawarabi Mincho !important;
  }

  [data-tablet-fontfamily="アプリ明朝"] {
    font-family: アプリ明朝 !important;
  }

  [data-tablet-fontfamily="コーポレート明朝"] {
    font-family: コーポレート明朝 !important;
  }

  [data-tablet-fontfamily="出島明朝"] {
    font-family: 出島明朝 !important;
  }

  [data-tablet-fontfamily="はれのそら明朝"] {
    font-family: はれのそら明朝 !important;
  }

  [data-tablet-fontfamily="源ノ明朝ExtraLight"] {
    font-family: 源ノ明朝ExtraLight !important;
  }

  [data-tablet-fontfamily="源ノ明朝Light"] {
    font-family: 源ノ明朝Light !important;
  }

  [data-tablet-fontfamily="源ノ明朝Regular"] {
    font-family: 源ノ明朝Regular !important;
  }

  [data-tablet-fontfamily="源ノ明朝Medium"] {
    font-family: 源ノ明朝Medium !important;
  }

  [data-tablet-fontfamily="源ノ明朝SemiBold"] {
    font-family: 源ノ明朝SemiBold !important;
  }

  [data-tablet-fontfamily="源ノ明朝Bold"] {
    font-family: 源ノ明朝Bold !important;
  }

  [data-tablet-fontfamily="源ノ明朝Heavy"] {
    font-family: 源ノ明朝Heavy !important;
  }

  [data-tablet-fontfamily="M PLUS 1p"] {
    font-family: M PLUS 1p !important;
  }

  [data-tablet-fontfamily="コーポレート・ロゴ"] {
    font-family: コーポレート・ロゴ !important;
  }

  [data-tablet-fontfamily="ロンド"] {
    font-family: ロンド !important;
  }

  [data-tablet-fontfamily="和音"] {
    font-family: 和音 !important;
  }

  [data-tablet-fontfamily="NotoSansJP-Thin"] {
    font-family: NotoSansJP-Thin !important;
  }

  [data-tablet-fontfamily="NotoSansJP-Light"] {
    font-family: NotoSansJP-Light !important;
  }

  [data-tablet-fontfamily="NotoSansJP-Regular"] {
    font-family: NotoSansJP-Regular !important;
  }

  [data-tablet-fontfamily="NotoSansJP-Medium"] {
    font-family: NotoSansJP-Medium !important;
  }

  [data-tablet-fontfamily="NotoSansJP-Bold"] {
    font-family: NotoSansJP-Bold !important;
  }

  [data-tablet-fontfamily="NotoSansJP-Black"] {
    font-family: NotoSansJP-Black !important;
  }

  [data-tablet-fontfamily="NotoSansJP"] {
    font-family: sans-serif !important;
  }
}

@media screen and (min-width: 961px) {
  [data-pc-fontfamily="sans-serif"] {
    font-family: sans-serif !important;
  }

  [data-pc-fontfamily="Sawarabi Mincho"] {
    font-family: Sawarabi Mincho !important;
  }

  [data-pc-fontfamily="アプリ明朝"] {
    font-family: アプリ明朝 !important;
  }

  [data-pc-fontfamily="コーポレート明朝"] {
    font-family: コーポレート明朝 !important;
  }

  [data-pc-fontfamily="出島明朝"] {
    font-family: 出島明朝 !important;
  }

  [data-pc-fontfamily="はれのそら明朝"] {
    font-family: はれのそら明朝 !important;
  }

  [data-pc-fontfamily="源ノ明朝ExtraLight"] {
    font-family: 源ノ明朝ExtraLight !important;
  }

  [data-pc-fontfamily="源ノ明朝Light"] {
    font-family: 源ノ明朝Light !important;
  }

  [data-pc-fontfamily="源ノ明朝Regular"] {
    font-family: 源ノ明朝Regular !important;
  }

  [data-pc-fontfamily="源ノ明朝Medium"] {
    font-family: 源ノ明朝Medium !important;
  }

  [data-pc-fontfamily="源ノ明朝SemiBold"] {
    font-family: 源ノ明朝SemiBold !important;
  }

  [data-pc-fontfamily="源ノ明朝Bold"] {
    font-family: 源ノ明朝Bold !important;
  }

  [data-pc-fontfamily="源ノ明朝Heavy"] {
    font-family: 源ノ明朝Heavy !important;
  }

  [data-pc-fontfamily="M PLUS 1p"] {
    font-family: M PLUS 1p !important;
  }

  [data-pc-fontfamily="コーポレート・ロゴ"] {
    font-family: コーポレート・ロゴ !important;
  }

  [data-pc-fontfamily="ロンド"] {
    font-family: ロンド !important;
  }

  [data-pc-fontfamily="和音"] {
    font-family: 和音 !important;
  }

  [data-pc-fontfamily="NotoSansJP-Thin"] {
    font-family: NotoSansJP-Thin !important;
  }

  [data-pc-fontfamily="NotoSansJP-Light"] {
    font-family: NotoSansJP-Light !important;
  }

  [data-pc-fontfamily="NotoSansJP-Regular"] {
    font-family: NotoSansJP-Regular !important;
  }

  [data-pc-fontfamily="NotoSansJP-Medium"] {
    font-family: NotoSansJP-Medium !important;
  }

  [data-pc-fontfamily="NotoSansJP-Bold"] {
    font-family: NotoSansJP-Bold !important;
  }

  [data-pc-fontfamily="NotoSansJP-Black"] {
    font-family: NotoSansJP-Black !important;
  }

  [data-pc-fontfamily="NotoSansJP"] {
    font-family: sans-serif !important;
  }
}

@media screen and (max-width: 560px) {
  [data-sp-lineHeight="5px"] {
    line-height: 5px !important;
  }

  [data-sp-lineHeight="10px"] {
    line-height: 10px !important;
  }

  [data-sp-lineHeight="15px"] {
    line-height: 15px !important;
  }

  [data-sp-lineHeight="20px"] {
    line-height: 20px !important;
  }

  [data-sp-lineHeight="25px"] {
    line-height: 25px !important;
  }

  [data-sp-lineHeight="30px"] {
    line-height: 30px !important;
  }

  [data-sp-lineHeight="35px"] {
    line-height: 35px !important;
  }

  [data-sp-lineHeight="40px"] {
    line-height: 40px !important;
  }

  [data-sp-lineHeight="45px"] {
    line-height: 45px !important;
  }

  [data-sp-lineHeight="50px"] {
    line-height: 50px !important;
  }

  [data-sp-lineHeight="55px"] {
    line-height: 55px !important;
  }

  [data-sp-lineHeight="60px"] {
    line-height: 60px !important;
  }

  [data-sp-lineHeight="65px"] {
    line-height: 65px !important;
  }

  [data-sp-lineHeight="70px"] {
    line-height: 70px !important;
  }

  [data-sp-lineHeight="75px"] {
    line-height: 75px !important;
  }

  [data-sp-lineHeight="80px"] {
    line-height: 80px !important;
  }

  [data-sp-lineHeight="85px"] {
    line-height: 85px !important;
  }

  [data-sp-lineHeight="90px"] {
    line-height: 90px !important;
  }

  [data-sp-lineHeight="95px"] {
    line-height: 95px !important;
  }

  [data-sp-lineHeight="100px"] {
    line-height: 100px !important;
  }

  [data-sp-lineHeight="105px"] {
    line-height: 105px !important;
  }

  [data-sp-lineHeight="110px"] {
    line-height: 110px !important;
  }

  [data-sp-lineHeight="115px"] {
    line-height: 115px !important;
  }

  [data-sp-lineHeight="120px"] {
    line-height: 120px !important;
  }

  [data-sp-lineHeight="125px"] {
    line-height: 125px !important;
  }

  [data-sp-lineHeight="130px"] {
    line-height: 130px !important;
  }

  [data-sp-lineHeight="135px"] {
    line-height: 135px !important;
  }

  [data-sp-lineHeight="140px"] {
    line-height: 140px !important;
  }

  [data-sp-lineHeight="145px"] {
    line-height: 145px !important;
  }

  [data-sp-lineHeight="150px"] {
    line-height: 150px !important;
  }

  [data-sp-lineHeight="155px"] {
    line-height: 155px !important;
  }

  [data-sp-lineHeight="160px"] {
    line-height: 160px !important;
  }

  [data-sp-lineHeight="165px"] {
    line-height: 165px !important;
  }

  [data-sp-lineHeight="170px"] {
    line-height: 170px !important;
  }

  [data-sp-lineHeight="175px"] {
    line-height: 175px !important;
  }

  [data-sp-lineHeight="180px"] {
    line-height: 180px !important;
  }

  [data-sp-lineHeight="185px"] {
    line-height: 185px !important;
  }

  [data-sp-lineHeight="190px"] {
    line-height: 190px !important;
  }

  [data-sp-lineHeight="195px"] {
    line-height: 195px !important;
  }

  [data-sp-lineHeight="200px"] {
    line-height: 200px !important;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  [data-tablet-lineHeight="5px"] {
    line-height: 5px !important;
  }

  [data-tablet-lineHeight="10px"] {
    line-height: 10px !important;
  }

  [data-tablet-lineHeight="15px"] {
    line-height: 15px !important;
  }

  [data-tablet-lineHeight="20px"] {
    line-height: 20px !important;
  }

  [data-tablet-lineHeight="25px"] {
    line-height: 25px !important;
  }

  [data-tablet-lineHeight="30px"] {
    line-height: 30px !important;
  }

  [data-tablet-lineHeight="35px"] {
    line-height: 35px !important;
  }

  [data-tablet-lineHeight="40px"] {
    line-height: 40px !important;
  }

  [data-tablet-lineHeight="45px"] {
    line-height: 45px !important;
  }

  [data-tablet-lineHeight="50px"] {
    line-height: 50px !important;
  }

  [data-tablet-lineHeight="55px"] {
    line-height: 55px !important;
  }

  [data-tablet-lineHeight="60px"] {
    line-height: 60px !important;
  }

  [data-tablet-lineHeight="65px"] {
    line-height: 65px !important;
  }

  [data-tablet-lineHeight="70px"] {
    line-height: 70px !important;
  }

  [data-tablet-lineHeight="75px"] {
    line-height: 75px !important;
  }

  [data-tablet-lineHeight="80px"] {
    line-height: 80px !important;
  }

  [data-tablet-lineHeight="85px"] {
    line-height: 85px !important;
  }

  [data-tablet-lineHeight="90px"] {
    line-height: 90px !important;
  }

  [data-tablet-lineHeight="95px"] {
    line-height: 95px !important;
  }

  [data-tablet-lineHeight="100px"] {
    line-height: 100px !important;
  }

  [data-tablet-lineHeight="105px"] {
    line-height: 105px !important;
  }

  [data-tablet-lineHeight="110px"] {
    line-height: 110px !important;
  }

  [data-tablet-lineHeight="115px"] {
    line-height: 115px !important;
  }

  [data-tablet-lineHeight="120px"] {
    line-height: 120px !important;
  }

  [data-tablet-lineHeight="125px"] {
    line-height: 125px !important;
  }

  [data-tablet-lineHeight="130px"] {
    line-height: 130px !important;
  }

  [data-tablet-lineHeight="135px"] {
    line-height: 135px !important;
  }

  [data-tablet-lineHeight="140px"] {
    line-height: 140px !important;
  }

  [data-tablet-lineHeight="145px"] {
    line-height: 145px !important;
  }

  [data-tablet-lineHeight="150px"] {
    line-height: 150px !important;
  }

  [data-tablet-lineHeight="155px"] {
    line-height: 155px !important;
  }

  [data-tablet-lineHeight="160px"] {
    line-height: 160px !important;
  }

  [data-tablet-lineHeight="165px"] {
    line-height: 165px !important;
  }

  [data-tablet-lineHeight="170px"] {
    line-height: 170px !important;
  }

  [data-tablet-lineHeight="175px"] {
    line-height: 175px !important;
  }

  [data-tablet-lineHeight="180px"] {
    line-height: 180px !important;
  }

  [data-tablet-lineHeight="185px"] {
    line-height: 185px !important;
  }

  [data-tablet-lineHeight="190px"] {
    line-height: 190px !important;
  }

  [data-tablet-lineHeight="195px"] {
    line-height: 195px !important;
  }

  [data-tablet-lineHeight="200px"] {
    line-height: 200px !important;
  }
}

@media screen and (min-width: 961px) {
  [data-pc-lineHeight="5px"] {
    line-height: 5px !important;
  }

  [data-pc-lineHeight="10px"] {
    line-height: 10px !important;
  }

  [data-pc-lineHeight="15px"] {
    line-height: 15px !important;
  }

  [data-pc-lineHeight="20px"] {
    line-height: 20px !important;
  }

  [data-pc-lineHeight="25px"] {
    line-height: 25px !important;
  }

  [data-pc-lineHeight="30px"] {
    line-height: 30px !important;
  }

  [data-pc-lineHeight="35px"] {
    line-height: 35px !important;
  }

  [data-pc-lineHeight="40px"] {
    line-height: 40px !important;
  }

  [data-pc-lineHeight="45px"] {
    line-height: 45px !important;
  }

  [data-pc-lineHeight="50px"] {
    line-height: 50px !important;
  }

  [data-pc-lineHeight="55px"] {
    line-height: 55px !important;
  }

  [data-pc-lineHeight="60px"] {
    line-height: 60px !important;
  }

  [data-pc-lineHeight="65px"] {
    line-height: 65px !important;
  }

  [data-pc-lineHeight="70px"] {
    line-height: 70px !important;
  }

  [data-pc-lineHeight="75px"] {
    line-height: 75px !important;
  }

  [data-pc-lineHeight="80px"] {
    line-height: 80px !important;
  }

  [data-pc-lineHeight="85px"] {
    line-height: 85px !important;
  }

  [data-pc-lineHeight="90px"] {
    line-height: 90px !important;
  }

  [data-pc-lineHeight="95px"] {
    line-height: 95px !important;
  }

  [data-pc-lineHeight="100px"] {
    line-height: 100px !important;
  }

  [data-pc-lineHeight="105px"] {
    line-height: 105px !important;
  }

  [data-pc-lineHeight="110px"] {
    line-height: 110px !important;
  }

  [data-pc-lineHeight="115px"] {
    line-height: 115px !important;
  }

  [data-pc-lineHeight="120px"] {
    line-height: 120px !important;
  }

  [data-pc-lineHeight="125px"] {
    line-height: 125px !important;
  }

  [data-pc-lineHeight="130px"] {
    line-height: 130px !important;
  }

  [data-pc-lineHeight="135px"] {
    line-height: 135px !important;
  }

  [data-pc-lineHeight="140px"] {
    line-height: 140px !important;
  }

  [data-pc-lineHeight="145px"] {
    line-height: 145px !important;
  }

  [data-pc-lineHeight="150px"] {
    line-height: 150px !important;
  }

  [data-pc-lineHeight="155px"] {
    line-height: 155px !important;
  }

  [data-pc-lineHeight="160px"] {
    line-height: 160px !important;
  }

  [data-pc-lineHeight="165px"] {
    line-height: 165px !important;
  }

  [data-pc-lineHeight="170px"] {
    line-height: 170px !important;
  }

  [data-pc-lineHeight="175px"] {
    line-height: 175px !important;
  }

  [data-pc-lineHeight="180px"] {
    line-height: 180px !important;
  }

  [data-pc-lineHeight="185px"] {
    line-height: 185px !important;
  }

  [data-pc-lineHeight="190px"] {
    line-height: 190px !important;
  }

  [data-pc-lineHeight="195px"] {
    line-height: 195px !important;
  }

  [data-pc-lineHeight="200px"] {
    line-height: 200px !important;
  }
}

body[data-lp-step] #delete-icon-container {
  width: 30px;
  height: 30px;
  position: fixed;
  z-index: 2147483647;
  pointer-Events: auto !important;
}

body[data-lp-step] #delete-icon-container #delete-icon {
  height: auto !important;
  display: inline-block !important;
  margin: 10px 0px !important;
  cursor: pointer !important;
  opacity: 1 !important;
  pointer-Events: auto !important;
  background-color: #ffffff !important;
  border-radius: 30px !important;
  width: 30px;
  height: 30px;
}

/* importantをつけないとタグに記載されたdisplay:blockなどが打ち消せない場合があるかもしれないので念のため!important、実際にはそのケースは発生しないはず */

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

[data-section-display="false"] {
  display: none;
}

[data-text-editable="true"][contenteditable="false"] {
  pointer-events: none;
}

.pointerEvents-none,
body[data-setting="mail"] a,
body[data-setting="mail"] input,
body[data-setting="mail"] textarea,
body[data-setting="mail"] label {
  pointer-events: none;
}

.pointerEvents-auto {
  pointer-events: auto;
}

.userSelect-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.userSelect-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.frame-overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2147483647;
}

[data-added-container="text"].active-moveable {
  cursor: move;
}

@media screen and (max-width: 560px) {
  [data-sp-display="none"] {
    display: none;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  [data-tablet-display="none"] {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  [data-pc-display="none"] {
    display: none;
  }
}

[data-resize-content="true"] {
  max-width: initial !important;
}

.moveable-padding {
  pointer-events: none;
}

.opacity-80 {
  opacity: 0.8;
}

body[data-lp-step="step2"] {
  overflow-x: unset !important;
}

body[data-lp-step="step2"] section.editable-container:not(.wonder-ignore-section):not(.add-new-section-tmp):hover {
  opacity: 0.6;
}

body[data-lp-step="step2"] .wonder-reckon-section:not(.add-new-section-tmp).tmp-set-section-border {
  outline: solid 5px #F0654F;
  border-right: 5px solid #F0654F;
  border-left: 5px solid #F0654F;
  opacity: 0.2;
  z-index: 9999;
}

body[data-lp-step="step2"] .wonder-reckon-section:not(.add-new-section-tmp).tmp-set-section-border.in-overall {
  outline: solid 10px #F0654F;
  border-right: 10px solid #F0654F;
  border-left: 10px solid #F0654F;
}

body[data-lp-step="step2"] .wonder-reckon-section:not(.add-new-section-tmp).tmp-delete-section-border,
body[data-lp-step="step2"] .wonder-reckon-section:not(.add-new-section-tmp).tmp-delete-section-border.in-overall {
  -webkit-transition: all 3s;
  transition: all 3s;
  outline: solid 0px #F0654F;
  border-right: 0px solid #F0654F;
  border-left: 0px solid #F0654F;
  opacity: 1;
}

body[data-lp-step="step2"] .wonder-reckon-section:not(.add-new-section-tmp):hover {
  opacity: 0.6;
}

@-webkit-keyframes Flash1 {
  70% {
    opacity: 0.4;
  }
}

@keyframes Flash1 {
  70% {
    opacity: 0.4;
  }
}

body[data-lp-step="step2"] #swap-section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 100;
  margin-right: 15px;
  pointer-events: auto !important;
  cursor: pointer;
}

body[data-lp-step="step2"] #swap-section-container .upper-section-button,
body[data-lp-step="step2"] #swap-section-container .lower-section-button {
  pointer-events: auto !important;
}

body[data-lp-step="step2"] .arrow-up {
  position: relative;
  width: 40px;
  height: 40px;
  background: #c5c5c5;
  border-radius: 50%;
  margin-right: 15px;
}

body[data-lp-step="step2"] .arrow-up:after {
  content: '';
  width: 0;
  height: 0;
  border: solid 12px transparent;
  border-bottom: solid 16px #ffffff;
  position: absolute;
  display: inline-block;
  left: 8px;
  bottom: 35%;
}

body[data-lp-step="step2"] .arrow-down {
  position: relative;
  width: 40px;
  height: 40px;
  background: #c5c5c5;
  border-radius: 50%;
  margin-right: 15px;
}

body[data-lp-step="step2"] .arrow-down:after {
  content: '';
  width: 0;
  height: 0;
  border: solid 12px transparent;
  border-top: solid 16px #ffffff;
  position: absolute;
  display: inline-block;
  left: 8px;
  top: 35%;
}

body[data-lp-step="step2"] .arrow-up:hover,
body[data-lp-step="step2"] .arrow-down:hover {
  background: #F0654F;
}

body[data-lp-step="step2"] .wonder-reckon-fixed {
  pointer-events: none !important;
}

body[data-lp-step="step2"] .wonder-reckon-section {
  position: relative;
}

body[data-lp-step="step2"] .section-resize-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

body[data-lp-step="step2"] .section-resize-handle {
  position: absolute;
  z-index: 400;
  background-color: #3899ec;
  cursor: ns-resize;
}

body[data-lp-step="step2"] .section-resize-handle.resize-handle-border[data-resize-direction="n"] {
  width: calc(100% - 5px * 2);
  top: 5px;
  left: 5px;
  height: 1px;
}

body[data-lp-step="step2"] .section-resize-handle.resize-handle-border[data-resize-direction="s"] {
  width: calc(100% - 5px * 2);
  bottom: 5px;
  left: 5px;
  height: 1px;
}

body[data-lp-step="step2"] .section-resize-handle.resize-handle-border[data-resize-direction="w"] {
  height: calc(100% - 5px * 2);
  left: 5px;
  top: 5px;
  width: 1px;
  cursor: -webkit-grab;
  cursor: grab;
}

body[data-lp-step="step2"] .section-resize-handle.resize-handle-border[data-resize-direction="e"] {
  height: calc(100% - 5px * 2);
  right: 5px;
  top: 5px;
  width: 1px;
  cursor: -webkit-grab;
  cursor: grab;
}

body[data-lp-step="step2"] .section-resize-handle.resize-handle-point {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;
}

body[data-lp-step="step2"] .section-resize-handle.resize-handle-point[data-resize-direction="nw"] {
  top: 0px;
  left: 0px;
}

body[data-lp-step="step2"] .section-resize-handle.resize-handle-point[data-resize-direction="n"] {
  top: 0px;
  left: calc(50% - 14px / 2);
}

body[data-lp-step="step2"] .section-resize-handle.resize-handle-point[data-resize-direction="ne"] {
  top: 0px;
  right: 0px;
}

body[data-lp-step="step2"] .section-resize-handle.resize-handle-point[data-resize-direction="sw"] {
  bottom: 0px;
  left: 0px;
}

body[data-lp-step="step2"] .section-resize-handle.resize-handle-point[data-resize-direction="s"] {
  bottom: 0px;
  left: calc(50% - 14px / 2);
}

body[data-lp-step="step2"] .section-resize-handle.resize-handle-point[data-resize-direction="se"] {
  bottom: 0px;
  right: 0px;
}

body[data-lp-step="step2"] .ignore-click-events {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .category-content,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .category-content,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .category-content {
  color: #fc9787;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .category-content:hover,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .category-content:hover,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .category-content:hover {
  font-weight: 600;
  color: #F0654F;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .ec-category-svg,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .ec-category-svg,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .ec-category-svg {
  margin: 5px 0 0 5px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .app-main-body,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .app-main-body,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .app-main-body {
  margin-left: 20px;
  margin-right: 20px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .item-creation-button-icon,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .csv-import-button,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .csv-export-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .item-creation-button-icon,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .csv-import-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .csv-export-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .item-creation-button-icon,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .csv-import-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .csv-export-button {
  font-size: 24px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .shop-delivery-content-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .shop-delivery-content-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .shop-delivery-content-button {
  margin: 0 0 0 auto;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .shop-delivery-txt-null,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .shop-delivery-txt-null,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .shop-delivery-txt-null {
  margin-top: 6px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .shop-delivery-flat-price-display,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .shop-delivery-flat-price-display,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .shop-delivery-flat-price-display {
  padding-top: 2px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .item-card,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .item-card,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .item-card {
  width: calc(33.3% - 22px);
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .main-img-container,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .main-img-container,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .main-img-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #e9e9e9;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .main-img-container img,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .main-img-container img,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .main-img-container img {
  height: 240px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .main-img-container .main-img-delete-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .main-img-container .main-img-delete-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .main-img-container .main-img-delete-button {
  display: none;
  z-index: 900;
  top: -10px;
  right: -10px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .main-img-container .main-img-delete-button img,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .main-img-container .main-img-delete-button img,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .main-img-container .main-img-delete-button img {
  width: 24px;
  height: 24px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .sub-img-container,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .sub-img-container,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .sub-img-container {
  position: relative;
  text-align: center;
  background-color: #e9e9e9;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .sub-img-container .sub-img,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .sub-img-container .sub-img,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .sub-img-container .sub-img {
  height: 74px;
  min-width: 74px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .sub-img-container .sub-img-delete-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .sub-img-container .sub-img-delete-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .sub-img-container .sub-img-delete-button {
  display: none;
  top: -9px;
  right: -9px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .sub-img-container .sub-img-delete-button .delete-icon-img,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .sub-img-container .sub-img-delete-button .delete-icon-img,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .sub-img-container .sub-img-delete-button .delete-icon-img {
  width: 18px;
  height: 18px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .main-img-container:hover .main-img-delete-button,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .sub-img-container:hover .sub-img-delete-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .main-img-container:hover .main-img-delete-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .sub-img-container:hover .sub-img-delete-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .main-img-container:hover .main-img-delete-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .sub-img-container:hover .sub-img-delete-button {
  display: block;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .item-image-block-container,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .item-image-block-container,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .item-image-block-container {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 69px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .input-section-ec,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .other-img-input-section,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .input-section-ec,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .other-img-input-section,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .input-section-ec,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .other-img-input-section {
  text-align: center;
  width: 100%;
  background-color: #e9e9e9;
  border-radius: solid 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border: dashed 2px #62A4FF;
  height: 58px;
  max-height: 69px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .input-section-ec .image-input-container,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .other-img-input-section .image-input-container,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .input-section-ec .image-input-container,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .other-img-input-section .image-input-container,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .input-section-ec .image-input-container,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .other-img-input-section .image-input-container {
  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;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .input-section-ec .image-input-container label,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .other-img-input-section .image-input-container label,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .input-section-ec .image-input-container label,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .other-img-input-section .image-input-container label,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .input-section-ec .image-input-container label,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .other-img-input-section .image-input-container label {
  height: 100%;
  width: 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;
  cursor: pointer !important;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .input-section-ec .image-input-container label.display-none,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .other-img-input-section .image-input-container label.display-none,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .input-section-ec .image-input-container label.display-none,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .other-img-input-section .image-input-container label.display-none,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .input-section-ec .image-input-container label.display-none,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .other-img-input-section .image-input-container label.display-none {
  display: none !important;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .input-section-ec .image-input-container label input,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .other-img-input-section .image-input-container label input,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .input-section-ec .image-input-container label input,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .other-img-input-section .image-input-container label input,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .input-section-ec .image-input-container label input,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .other-img-input-section .image-input-container label input {
  padding-left: 0;
  margin-left: -4px;
  min-height: 33px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .input-section-height-class,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .input-section-height-class,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .input-section-height-class {
  height: 190px !important;
  max-height: unset !important;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .menu-button-container-main-img,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .menu-button-container-main-img,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .menu-button-container-main-img {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 100;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .menu-button-container-main-img .menu-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .menu-button-container-main-img .menu-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .menu-button-container-main-img .menu-button {
  width: 36px;
  padding: 4px;
  background-color: rgba(0, 30, 72, 0.4);
  border-radius: 2px;
  cursor: pointer;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .menu-button-container-main-img .svg-icon-ec,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .menu-button-container-main-img .svg-icon-ec,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .menu-button-container-main-img .svg-icon-ec {
  width: 32px;
  height: 32px;
  stroke: #FFFFFF;
  stroke-width: 2.25;
  color: white;
  position: absolute;
  right: 2px;
  top: 2px;
  cursor: pointer;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .menu-button-container-sub-img,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .menu-button-container-sub-img,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .menu-button-container-sub-img {
  position: absolute;
  top: -1px;
  right: 4px;
  z-index: 100;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .menu-button-container-sub-img .menu-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .menu-button-container-sub-img .menu-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .menu-button-container-sub-img .menu-button {
  width: 20px;
  height: 20px;
  padding: 4px;
  background-color: rgba(0, 30, 72, 0.4);
  border-radius: 2px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .menu-button-container-sub-img .svg-icon-ec,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .menu-button-container-sub-img .svg-icon-ec,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .menu-button-container-sub-img .svg-icon-ec {
  width: 16px;
  height: 16px;
  stroke: #FFFFFF;
  stroke-width: 2.25;
  color: white;
  position: absolute;
  right: 2px;
  top: 2px;
  cursor: pointer;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .item-image-block,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .item-image-block,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .item-image-block {
  width: 100%;
  margin-right: 15px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .item-image-block .context-img-menu,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .item-image-block .context-img-menu,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .item-image-block .context-img-menu {
  margin: 0;
  position: absolute;
  text-align: left;
  width: 100px;
  top: 23px;
  z-index: 1000;
  right: 0px;
  padding: 5px;
  border-bottom-width: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .item-image-block .context-img-menu ul,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .item-image-block .context-img-menu ul,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .item-image-block .context-img-menu ul {
  padding: unset;
  margin: unset;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .item-image-block .context-img-menu ul li,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .item-image-block .context-img-menu ul li,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .item-image-block .context-img-menu ul li {
  list-style: none;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .item-image-block .context-img-menu ul li:hover,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .item-image-block .context-img-menu ul li:hover,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .item-image-block .context-img-menu ul li:hover {
  background-color: #d2d2d2;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .item-image-block .img-ec-container,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .item-image-block .img-ec-container,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .item-image-block .img-ec-container {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e9e9e9;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .item-image-block .img-ec-container img,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .item-image-block .img-ec-container img,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .item-image-block .img-ec-container img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 190px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .other-image-block,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .other-image-block,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .other-image-block {
  width: 30%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  overflow-y: scroll;
  height: 190px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .other-image-block .other-image-container-template,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .other-image-block .other-image-container,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .other-image-block .other-image-container-template,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .other-image-block .other-image-container,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .other-image-block .other-image-container-template,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .other-image-block .other-image-container {
  position: relative;
  background-color: #e9e9e9;
  height: 56px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .other-image-block .other-image-container-template .context-img-menu,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .other-image-block .other-image-container .context-img-menu,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .other-image-block .other-image-container-template .context-img-menu,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .other-image-block .other-image-container .context-img-menu,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .other-image-block .other-image-container-template .context-img-menu,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .other-image-block .other-image-container .context-img-menu {
  margin: 0;
  position: absolute;
  text-align: left;
  width: 80%;
  top: 13px;
  z-index: 1000;
  right: 0px;
  padding: 5px;
  border-bottom-width: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .other-image-block .other-image-container-template .context-img-menu ul,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .other-image-block .other-image-container .context-img-menu ul,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .other-image-block .other-image-container-template .context-img-menu ul,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .other-image-block .other-image-container .context-img-menu ul,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .other-image-block .other-image-container-template .context-img-menu ul,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .other-image-block .other-image-container .context-img-menu ul {
  padding: unset;
  margin: unset;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .other-image-block .other-image-container-template .context-img-menu ul li,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .other-image-block .other-image-container .context-img-menu ul li,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .other-image-block .other-image-container-template .context-img-menu ul li,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .other-image-block .other-image-container .context-img-menu ul li,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .other-image-block .other-image-container-template .context-img-menu ul li,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .other-image-block .other-image-container .context-img-menu ul li {
  list-style: none;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .other-image-block .other-image-container-template .context-img-menu ul li:hover,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .other-image-block .other-image-container .context-img-menu ul li:hover,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .other-image-block .other-image-container-template .context-img-menu ul li:hover,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .other-image-block .other-image-container .context-img-menu ul li:hover,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .other-image-block .other-image-container-template .context-img-menu ul li:hover,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .other-image-block .other-image-container .context-img-menu ul li:hover {
  background-color: #d2d2d2;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .upload-icon-ec-style,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .upload-icon-ec-style,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .upload-icon-ec-style {
  background-color: #e9e9e9;
  color: silver;
  font-size: 18px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .feed-container .ec-item-name-title,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .feed-container .ec-item-price-title,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .feed-container .ec-item-status-title,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .feed-container .ec-item-category-title,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .feed-container .ec-item-google-category-title,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .feed-container .ec-item-feed-id-title,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .feed-container .ec-item-name-title,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .feed-container .ec-item-price-title,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .feed-container .ec-item-status-title,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .feed-container .ec-item-category-title,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .feed-container .ec-item-google-category-title,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .feed-container .ec-item-feed-id-title,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .feed-container .ec-item-name-title,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .feed-container .ec-item-price-title,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .feed-container .ec-item-status-title,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .feed-container .ec-item-category-title,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .feed-container .ec-item-google-category-title,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .feed-container .ec-item-feed-id-title {
  margin: 7px 20px 0px 20px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .feed-container .price-input,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .feed-container .price-input,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .feed-container .price-input {
  width: 96%;
  line-height: unset;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .feed-container .price-text-yen,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .feed-container .price-text-yen,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .feed-container .price-text-yen {
  margin: 5px 0px 5px 5px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .feed-container .description-textarea,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .feed-container .description-textarea,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .feed-container .description-textarea {
  resize: none;
  height: 100px;
  padding: 15px 10px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .feed-container .ec-item-stock-title,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .feed-container .ec-item-explanation-title,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .feed-container .ec-item-stock-title,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .feed-container .ec-item-explanation-title,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .feed-container .ec-item-stock-title,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .feed-container .ec-item-explanation-title {
  margin: 0px 20px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .feed-container .stock-amount,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .feed-container .stock-amount,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .feed-container .stock-amount {
  max-width: 178px;
  line-height: unset;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .feed-container .ec-feed-delete-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .feed-container .ec-feed-delete-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .feed-container .ec-feed-delete-button {
  font-size: 24px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .item-image-delete-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .item-image-delete-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .item-image-delete-button {
  position: absolute;
  cursor: pointer;
  top: -12px;
  right: -12px;
}

@media screen and (min-width: 886px) and (max-width: 1415px) {
  body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .item-card,
  body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .item-card,
  body[data-lp-step="step2"] body[data-ui="lpIndex"] .item-card {
    width: calc(50% - 22px);
  }
}

@media screen and (max-width: 885px) {
  body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .item-card,
  body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .item-card,
  body[data-lp-step="step2"] body[data-ui="lpIndex"] .item-card {
    width: calc(100% - 22px);
  }
}

@media screen and (max-width: 914px) {
  body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .shop-delivery-flat-price-display,
  body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .shop-delivery-flat-price-display,
  body[data-lp-step="step2"] body[data-ui="lpIndex"] .shop-delivery-flat-price-display {
    display: none;
  }
}

@media screen and (min-width: 1416px) and (max-width: 1477px) {
  body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .upload-icon-ec-style,
  body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .upload-icon-ec-style,
  body[data-lp-step="step2"] body[data-ui="lpIndex"] .upload-icon-ec-style {
    font-size: 13px !important;
  }
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-new-create-modal"] ::-webkit-scrollbar,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="preview-img-modal"] ::-webkit-scrollbar,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-category-modal"] ::-webkit-scrollbar,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-new-create-modal"] ::-webkit-scrollbar,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="preview-img-modal"] ::-webkit-scrollbar,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-category-modal"] ::-webkit-scrollbar,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-new-create-modal"] ::-webkit-scrollbar,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="preview-img-modal"] ::-webkit-scrollbar,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-category-modal"] ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-new-create-modal"] ::-webkit-scrollbar-thumb,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="preview-img-modal"] ::-webkit-scrollbar-thumb,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-category-modal"] ::-webkit-scrollbar-thumb,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-new-create-modal"] ::-webkit-scrollbar-thumb,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="preview-img-modal"] ::-webkit-scrollbar-thumb,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-category-modal"] ::-webkit-scrollbar-thumb,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-new-create-modal"] ::-webkit-scrollbar-thumb,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="preview-img-modal"] ::-webkit-scrollbar-thumb,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-category-modal"] ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-new-create-modal"] .item-create-modal-content,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="preview-img-modal"] .item-create-modal-content,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-category-modal"] .item-create-modal-content,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-new-create-modal"] .item-create-modal-content,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="preview-img-modal"] .item-create-modal-content,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-category-modal"] .item-create-modal-content,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-new-create-modal"] .item-create-modal-content,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="preview-img-modal"] .item-create-modal-content,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-category-modal"] .item-create-modal-content {
  position: absolute;
  z-index: 200;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px 0 rgba(31, 45, 61, 0.15);
          box-shadow: 0 1px 2px 0 rgba(31, 45, 61, 0.15);
  border-radius: 4px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 96%;
  max-width: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-new-create-modal"] .item-create-modal-content .add-new-item-button,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-new-create-modal"] .item-create-modal-content .back-button,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="preview-img-modal"] .item-create-modal-content .add-new-item-button,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="preview-img-modal"] .item-create-modal-content .back-button,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-category-modal"] .item-create-modal-content .add-new-item-button,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-category-modal"] .item-create-modal-content .back-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-new-create-modal"] .item-create-modal-content .add-new-item-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-new-create-modal"] .item-create-modal-content .back-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="preview-img-modal"] .item-create-modal-content .add-new-item-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="preview-img-modal"] .item-create-modal-content .back-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-category-modal"] .item-create-modal-content .add-new-item-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-category-modal"] .item-create-modal-content .back-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-new-create-modal"] .item-create-modal-content .add-new-item-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-new-create-modal"] .item-create-modal-content .back-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="preview-img-modal"] .item-create-modal-content .add-new-item-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="preview-img-modal"] .item-create-modal-content .back-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-category-modal"] .item-create-modal-content .add-new-item-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-category-modal"] .item-create-modal-content .back-button {
  width: 70px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-new-create-modal"] .preview-img-modal-content,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="preview-img-modal"] .preview-img-modal-content,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-category-modal"] .preview-img-modal-content,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-new-create-modal"] .preview-img-modal-content,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="preview-img-modal"] .preview-img-modal-content,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-category-modal"] .preview-img-modal-content,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-new-create-modal"] .preview-img-modal-content,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="preview-img-modal"] .preview-img-modal-content,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-category-modal"] .preview-img-modal-content {
  position: absolute;
  z-index: 200;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px 0 rgba(31, 45, 61, 0.15);
          box-shadow: 0 1px 2px 0 rgba(31, 45, 61, 0.15);
  border-radius: 4px;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-new-create-modal"] .preview-img-modal-content .back-button,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="preview-img-modal"] .preview-img-modal-content .back-button,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-category-modal"] .preview-img-modal-content .back-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-new-create-modal"] .preview-img-modal-content .back-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="preview-img-modal"] .preview-img-modal-content .back-button,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-category-modal"] .preview-img-modal-content .back-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-new-create-modal"] .preview-img-modal-content .back-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="preview-img-modal"] .preview-img-modal-content .back-button,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-category-modal"] .preview-img-modal-content .back-button {
  width: 70px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-new-create-modal"] .preview-img-modal-content img,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="preview-img-modal"] .preview-img-modal-content img,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-category-modal"] .preview-img-modal-content img,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-new-create-modal"] .preview-img-modal-content img,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="preview-img-modal"] .preview-img-modal-content img,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-category-modal"] .preview-img-modal-content img,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-new-create-modal"] .preview-img-modal-content img,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="preview-img-modal"] .preview-img-modal-content img,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-category-modal"] .preview-img-modal-content img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 600px;
  max-width: 95%;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-new-create-modal"] .item-card-modal,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="preview-img-modal"] .item-card-modal,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-category-modal"] .item-card-modal,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-new-create-modal"] .item-card-modal,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="preview-img-modal"] .item-card-modal,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-category-modal"] .item-card-modal,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-new-create-modal"] .item-card-modal,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="preview-img-modal"] .item-card-modal,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-category-modal"] .item-card-modal {
  width: 100%;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-new-create-modal"] label.display-block:not('.switch'),
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="preview-img-modal"] label.display-block:not('.switch'),
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-category-modal"] label.display-block:not('.switch'),
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-new-create-modal"] label.display-block:not('.switch'),
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="preview-img-modal"] label.display-block:not('.switch'),
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-category-modal"] label.display-block:not('.switch'),
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-new-create-modal"] label.display-block:not('.switch'),
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="preview-img-modal"] label.display-block:not('.switch'),
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-category-modal"] label.display-block:not('.switch') {
  height: 100%;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-new-create-modal"] .upload-icon-style,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="preview-img-modal"] .upload-icon-style,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-category-modal"] .upload-icon-style,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-new-create-modal"] .upload-icon-style,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="preview-img-modal"] .upload-icon-style,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-category-modal"] .upload-icon-style,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-new-create-modal"] .upload-icon-style,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="preview-img-modal"] .upload-icon-style,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-category-modal"] .upload-icon-style {
  color: silver;
  font-size: 40px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-new-create-modal"] .input-section,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="preview-img-modal"] .input-section,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-category-modal"] .input-section,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-new-create-modal"] .input-section,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="preview-img-modal"] .input-section,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-category-modal"] .input-section,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-new-create-modal"] .input-section,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="preview-img-modal"] .input-section,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-category-modal"] .input-section {
  text-align: center;
  width: 100%;
  background-color: #e9e9e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 6.8;
  height: 220px;
  border-radius: 10px;
  border: dashed 2px #62A4FF;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-new-create-modal"] .input-section .image-input-container,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="preview-img-modal"] .input-section .image-input-container,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-category-modal"] .input-section .image-input-container,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-new-create-modal"] .input-section .image-input-container,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="preview-img-modal"] .input-section .image-input-container,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-category-modal"] .input-section .image-input-container,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-new-create-modal"] .input-section .image-input-container,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="preview-img-modal"] .input-section .image-input-container,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-category-modal"] .input-section .image-input-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-new-create-modal"] .input-section .image-input-container label,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="preview-img-modal"] .input-section .image-input-container label,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-category-modal"] .input-section .image-input-container label,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-new-create-modal"] .input-section .image-input-container label,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="preview-img-modal"] .input-section .image-input-container label,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-category-modal"] .input-section .image-input-container label,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-new-create-modal"] .input-section .image-input-container label,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="preview-img-modal"] .input-section .image-input-container label,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-category-modal"] .input-section .image-input-container label {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer !important;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-new-create-modal"] .input-section .image-input-container label.display-none,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="preview-img-modal"] .input-section .image-input-container label.display-none,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-category-modal"] .input-section .image-input-container label.display-none,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-new-create-modal"] .input-section .image-input-container label.display-none,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="preview-img-modal"] .input-section .image-input-container label.display-none,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-category-modal"] .input-section .image-input-container label.display-none,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-new-create-modal"] .input-section .image-input-container label.display-none,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="preview-img-modal"] .input-section .image-input-container label.display-none,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-category-modal"] .input-section .image-input-container label.display-none {
  display: none !important;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-new-create-modal"] .modal-title,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="preview-img-modal"] .modal-title,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-category-modal"] .modal-title,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-new-create-modal"] .modal-title,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="preview-img-modal"] .modal-title,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-category-modal"] .modal-title,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-new-create-modal"] .modal-title,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="preview-img-modal"] .modal-title,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-category-modal"] .modal-title {
  font-weight: 500;
  font-size: 16px;
}

body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-new-create-modal"] .category-list:hover,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="preview-img-modal"] .category-list:hover,
body[data-lp-step="step2"] body[data-ui="EcBlockFeedIndex"] .modal[data-modal-id="item-category-modal"] .category-list:hover,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-new-create-modal"] .category-list:hover,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="preview-img-modal"] .category-list:hover,
body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-category-modal"] .category-list:hover,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-new-create-modal"] .category-list:hover,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="preview-img-modal"] .category-list:hover,
body[data-lp-step="step2"] body[data-ui="lpIndex"] .modal[data-modal-id="item-category-modal"] .category-list:hover {
  background-color: #e9e9e9;
}

body[data-lp-step="step2"] body[data-ui="lpIndex"] .item-card {
  width: calc(100% - 22px);
}

body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .item-card {
  width: unset !important;
}

body[data-lp-step="step2"] body[data-ui="lpBuilder2"] .modal[data-modal-id="item-category-modal"] {
  width: 650px;
}

body[data-lp-step="step3"] * {
  -webkit-transition: initial !important;
  transition: initial !important;
}

body[data-lp-step="step3"] img[data-img-editable="true"] {
  outline-offset: -2px;
  cursor: pointer;
}

body[data-lp-step="step3"] img[data-img-editable="true"]:hover {
  outline: 2px solid #F0654F;
}

body[data-lp-step="step3"] img.is-selected[data-img-editable="true"],
body[data-lp-step="step3"] .is-selected[data-background-property-editable="true"] {
  outline: 4px solid #F0654F;
  outline-offset: -4px;
  cursor: pointer;
  -webkit-animation: Flash1 2.4s infinite;
          animation: Flash1 2.4s infinite;
}

@keyframes Flash1 {
  70% {
    opacity: 0.4;
  }
}

body[data-lp-step="step3"] img.is-dragover[data-img-editable="true"],
body[data-lp-step="step3"] .is-dragover[data-background-property-editable="true"] {
  outline-style: dashed;
}

body[data-lp-step="step3"] [data-background-property-editable="true"] {
  outline-offset: -4px;
  cursor: pointer;
}

body[data-lp-step="step3"] .backgroundEditableHover {
  outline: 2px solid #F0654F;
}

body[data-lp-step="step3"] [data-added-element="image"].is-selected.pointerEvents-auto {
  cursor: move;
}

body[data-lp-step="step3"] .moveable-control.moveable-clip-control {
  cursor: -webkit-grab;
  cursor: grab;
}

body[data-lp-step="step3"] .moveable-control.moveable-clip-control:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

body[data-lp-step="step4"] {
  /**
* EFブロックでのドラッグ&ドロップでマウスカーソルに通常するダミー項目用
* (bodyの最下部にappendしてるので、form.cssが効かない)
*/
}

body[data-lp-step="step4"] * {
  -webkit-transition: initial !important;
  transition: initial !important;
}

body[data-lp-step="step4"] .wonder-cancellation-mail-tell-block,
body[data-lp-step="step4"] .wonder-cancellation-mail-tell-block a {
  pointer-events: none;
}

body[data-lp-step="step4"] [data-text-editable="true"] {
  outline-offset: -2px;
  cursor: pointer;
}

body[data-lp-step="step4"] [data-text-editable="true"]:hover {
  outline: 2px solid #F0654F;
}

body[data-lp-step="step4"] [data-text-editable="true"] a {
  cursor: pointer !important;
}

body[data-lp-step="step4"] [data-text-editable="true"] a:-webkit-any-link:read-write {
  cursor: pointer !important;
}

body[data-lp-step="step4"] [data-text-editable="true"] a:-webkit-any-link {
  cursor: pointer !important;
}

body[data-lp-step="step4"] [data-text-editable="true"] a:-moz-any-link {
  cursor: pointer !important;
}

body[data-lp-step="step4"] [data-text-editable="true"] a:any-link {
  cursor: pointer !important;
}

body[data-lp-step="step4"] .wonder-changeable-block:hover {
  outline: 2px solid #F0654F;
}

body[data-lp-step="step4"] .wonder-changeable-block:hover .wonder-changeable-block.pointerEvents-none:hover,
body[data-lp-step="step4"] .wonder-changeable-block:hover body[data-setting="mail"] a.wonder-changeable-block:hover,
body[data-setting="mail"] body[data-lp-step="step4"] .wonder-changeable-block:hover a.wonder-changeable-block:hover,
body[data-lp-step="step4"] .wonder-changeable-block:hover body[data-setting="mail"] input.wonder-changeable-block:hover,
body[data-setting="mail"] body[data-lp-step="step4"] .wonder-changeable-block:hover input.wonder-changeable-block:hover,
body[data-lp-step="step4"] .wonder-changeable-block:hover body[data-setting="mail"] textarea.wonder-changeable-block:hover,
body[data-setting="mail"] body[data-lp-step="step4"] .wonder-changeable-block:hover textarea.wonder-changeable-block:hover,
body[data-lp-step="step4"] .wonder-changeable-block:hover body[data-setting="mail"] label.wonder-changeable-block:hover,
body[data-setting="mail"] body[data-lp-step="step4"] .wonder-changeable-block:hover label.wonder-changeable-block:hover {
  outline: unset;
}

body[data-lp-step="step4"] .text-editing[data-text-editable="true"] {
  outline: 4px solid #F0654F;
  outline-offset: -4px;
  cursor: text;
  background-color: rgba(255, 255, 255, 0.2);
}

body[data-lp-step="step4"] .text-editing[data-text-editable="true"] a {
  cursor: text !important;
}

body[data-lp-step="step4"] .text-editing[data-text-editable="true"] a:-webkit-any-link:read-write {
  cursor: text !important;
}

body[data-lp-step="step4"] .text-editing[data-text-editable="true"] a:-webkit-any-link {
  cursor: text !important;
}

body[data-lp-step="step4"] .text-editing[data-text-editable="true"] a:-moz-any-link {
  cursor: text !important;
}

body[data-lp-step="step4"] .text-editing[data-text-editable="true"] a:any-link {
  cursor: text !important;
}

body[data-lp-step="step4"] .text-editing[data-text-editable="true"] > * {
  -webkit-animation: Flash1 2.4s infinite;
          animation: Flash1 2.4s infinite;
}

@keyframes Flash1 {
  70% {
    opacity: 0.4;
  }
}

body[data-lp-step="step4"] [data-text-editable="true"]:before {
  display: none;
}

body[data-lp-step="step4"] [data-annotation-count][data-text-editable="true"]:before {
  content: attr(data-annotation-count);
  z-index: 2147483646;
  background-color: #F0654F;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 22px;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  font-size: 11px;
  bottom: calc(-22px / 2);
  right: calc(-22px / 2);
}

body[data-lp-step="step4"] .margin-top-badge[data-annotation-count][data-text-editable="true"]:before {
  margin-top: 2px;
}

body[data-lp-step="step4"] .lpTextEditToolTipRight {
  position: absolute;
  width: 210px;
  left: 178px;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 2px;
  color: #8e9398;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  -webkit-box-shadow: 0 0 1px 1px rgba(31, 45, 61, 0.15);
          box-shadow: 0 0 1px 1px rgba(31, 45, 61, 0.15);
}

body[data-lp-step="step4"] .lpTextEditToolTipRight:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 10px;
  left: -3px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: -1px 1px 0 0 rgba(31, 45, 61, 0.15);
  box-shadow: -1px 1px 0 0 rgba(31, 45, 61, 0.15);
}

body[data-lp-step="step4"] .lpTextEditToolTipLeft {
  position: absolute;
  width: 210px;
  left: -254px;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 2px;
  color: #8e9398;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  -webkit-box-shadow: 0 0 1px 1px rgba(31, 45, 61, 0.15);
          box-shadow: 0 0 1px 1px rgba(31, 45, 61, 0.15);
}

body[data-lp-step="step4"] .lpTextEditToolTipLeft:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 10px;
  left: 236px;
  background-color: #ffffff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-box-shadow: -1px 1px 0 0 rgba(31, 45, 61, 0.15);
  box-shadow: -1px 1px 0 0 rgba(31, 45, 61, 0.15);
}

body[data-lp-step="step4"] #tinymce-inline-toolbar {
  position: absolute !important;
  height: calc(39px * 3 + 1px) !important;
  z-index: 2147483646 !important;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar.arrow-top::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: -5px;
  left: 135px;
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  z-index: -1;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar.arrow-bottom::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 114px;
  left: 135px;
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  z-index: -1;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar.unusable {
  display: none;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar [role="application"] {
  top: initial !important;
  left: initial !important;
  position: relative !important;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar [title="デフォルトフォント"] {
  max-width: 158px !important;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar button,
body[data-lp-step="step4"] #tinymce-inline-toolbar button *,
body[data-lp-step="step4"] #tinymce-inline-toolbar [role="button"],
body[data-lp-step="step4"] #tinymce-inline-toolbar .tox-swatches-menu {
  cursor: pointer !important;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar .tox-swatches-menu {
  top: calc(39px * -1) !important;
  left: initial !important;
  right: 0 !important;
  bottom: initial !important;
  max-height: initial !important;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar.color-palette-top .tox-swatches-menu {
  top: calc(39px * -2 - 150px) !important;
}

body[data-lp-step="step4"] .tox-dialog-wrap {
  position: absolute !important;
  bottom: initial !important;
}

body[data-lp-step="step4"] .tox-dialog-wrap__backdrop {
  position: fixed !important;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar .tox-collection {
  top: calc(39px * -2) !important;
  bottom: initial !important;
  max-height: initial !important;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar.font-size-top .tox-collection {
  max-height: initial !important;
  top: calc((calc(39px * 3 + 1px) + 32px * 16 + 4px * 2 ) * -1) !important;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar .tox-collection.first-font-family {
  top: calc(39px * -2) !important;
  left: 135px !important;
  max-height: initial !important;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar .second-font-family {
  left: calc(135px + 158px) !important;
  max-height: initial !important;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar .tox-collection.default {
  top: calc(calc(39px * -2) + 4px) !important;
  max-height: initial !important;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar .tox-collection.mincho {
  top: calc(calc(39px * -2) + 4px + 32px) !important;
  max-height: initial !important;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar .tox-collection.gothic {
  top: calc(calc(39px * -2) + 4px + 32px * 2) !important;
  max-height: initial !important;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar.font-family-top .tox-collection.first-font-family {
  max-height: initial !important;
  top: calc((calc(39px * 3 + 1px) + 32px * 3 + 4px * 2 ) * -1) !important;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar.font-family-top .tox-collection.second-font-family {
  max-height: initial !important;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar.font-family-top .default {
  top: calc((calc(39px * 3 + 1px) + 32px * 2 + 36px * 1 + 4px * 3 ) * -1) !important;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar.font-family-top .mincho {
  top: calc((calc(39px * 3 + 1px) + 32px * 1 + 36px * 12 + 4px * 3 ) * -1) !important;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar.font-family-top .gothic {
  top: calc((calc(39px * 3 + 1px) + 32px * 0 + 36px * 10 + 4px * 3 ) * -1) !important;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar .tox-dialog__popups .tox-collection {
  top: 112px !important;
  left: 16px !important;
  max-height: initial !important;
}

body[data-lp-step="step4"] #ef-wrapper.ef-container:hover {
  outline: 2px solid #F0654F;
}

body[data-lp-step="step4"] .ef-form-group {
  cursor: grab;
  cursor: -webkit-grab;
  margin-bottom: 15px !important;
  text-align: left !important;
  /**
    * EF用スタイル
    */
  /**
    * 以下はform.phpのタグに直接指定されているstyle属性を抜き出したもの
    */
  /**
    * 以下はtableからdivに変更するにあたって追加した項目
    */
  /**
    * 画面上部のプログレスのスタイル
    */
  /**
 * bootstrapの必要な部分だけ抽出し
 * 本フォームだけに動作するようIDを付与してある
 */
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
  /**
    * 入力内容確認画面で必要なスタイル
    */
  /* lpbuilderで使用 */
}

body[data-lp-step="step4"] .ef-form-group article,
body[data-lp-step="step4"] .ef-form-group aside,
body[data-lp-step="step4"] .ef-form-group details,
body[data-lp-step="step4"] .ef-form-group figcaption,
body[data-lp-step="step4"] .ef-form-group figure,
body[data-lp-step="step4"] .ef-form-group footer,
body[data-lp-step="step4"] .ef-form-group header,
body[data-lp-step="step4"] .ef-form-group hgroup,
body[data-lp-step="step4"] .ef-form-group menu,
body[data-lp-step="step4"] .ef-form-group nav,
body[data-lp-step="step4"] .ef-form-group section {
  display: block !important;
}

body[data-lp-step="step4"] .ef-form-group dt {
  font-weight: 700 !important;
  text-align: left !important;
}

body[data-lp-step="step4"] .ef-form-group ol,
body[data-lp-step="step4"] .ef-form-group ul {
  list-style: none !important;
}

body[data-lp-step="step4"] .ef-form-group blockquote,
body[data-lp-step="step4"] .ef-form-group q {
  quotes: none !important;
}

body[data-lp-step="step4"] .ef-form-group blockquote:before,
body[data-lp-step="step4"] .ef-form-group blockquote:after,
body[data-lp-step="step4"] .ef-form-group q:before,
body[data-lp-step="step4"] .ef-form-group q:after {
  content: '' !important;
  content: none !important;
}

body[data-lp-step="step4"] .ef-form-group table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

body[data-lp-step="step4"] .ef-form-group * {
  font-family: 'Hiragino Kaku Gothic Pro', '\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
  text-align: left !important;
  max-width: 1000px !important;
}

body[data-lp-step="step4"] .ef-form-group * {
  margin: 0 !important;
  padding: 0 !important;
}

body[data-lp-step="step4"] .ef-form-group table {
  border-spacing: 10px 0px !important;
  border-collapse: separate !important;
}

body[data-lp-step="step4"] .ef-form-group th,
body[data-lp-step="step4"] .ef-form-group td {
  padding: 8px 3px !important;
}

body[data-lp-step="step4"] .ef-form-group input,
body[data-lp-step="step4"] .ef-form-group select,
body[data-lp-step="step4"] .ef-form-group textarea {
  font-family: 'Hiragino Kaku Gothic Pro', '\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
}

body[data-lp-step="step4"] .ef-form-group .button-wrapper {
  text-align: center !important;
}

body[data-lp-step="step4"] .ef-form-group .button-wrapper p {
  display: inline !important;
}

body[data-lp-step="step4"] .ef-form-group input#cf_submit,
body[data-lp-step="step4"] .ef-form-group input#cf_cancel {
  margin: 60px 15px 0 15px !important;
  width: 270px !important;
  height: 88px !important;
  display: inline-block !important;
  letter-spacing: 2px !important;
  text-align: center !important;
  line-height: 88px !important;
  font-weight: bold !important;
  font-size: 30px !important;
  cursor: pointer !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-radius: 10px !important;
  outline: 0 !important;
  text-indent: 0 !important;
}

@media (max-width: 710px) {
  body[data-lp-step="step4"] .ef-form-group input#cf_submit,
  body[data-lp-step="step4"] .ef-form-group input#cf_cancel {
    margin: 60px 0 0 0 !important;
  }
}

body[data-lp-step="step4"] .ef-form-group input[type="submit"],
body[data-lp-step="step4"] .ef-form-group input[type="button"] {
  margin: 60px auto 0 auto !important;
  padding: 0 !important;
  height: 88px !important;
  display: block !important;
  letter-spacing: 2px !important;
  text-align: center !important;
  line-height: 88px !important;
  font-weight: bold !important;
  font-size: 34px !important;
  cursor: pointer !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-radius: 10px !important;
  -webkit-appearance: none !important;
}

body[data-lp-step="step4"] .ef-form-group input[type="submit"]:hover,
body[data-lp-step="step4"] .ef-form-group input[type="button"]:hover {
  -webkit-filter: brightness(1.1) !important;
  filter: brightness(1.1) !important;
}

body[data-lp-step="step4"] .ef-form-group input#cf_submit {
  background: #96c03d !important;
  border: 1px solid transparent !important;
  color: #ffffff !important;
}

body[data-lp-step="step4"] .ef-form-group input#cf_cancel {
  background: #ffffff !important;
  color: #888888 !important;
  border: 2px solid #888888 !important;
}

body[data-lp-step="step4"] .ef-form-group input[type="text"],
body[data-lp-step="step4"] .ef-form-group input[type="tel"],
body[data-lp-step="step4"] .ef-form-group input[type="url"] {
  -webkit-appearance: none !important;
  outline: none !important;
  display: inline !important;
  /* レスポンシブ用に追加 */
  border: 1px solid #909090 !important;
  font-size: 14px !important;
  color: #4c4c4c !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-radius: 5px;
}

body[data-lp-step="step4"] .ef-form-group input#last_name,
body[data-lp-step="step4"] .ef-form-group input#last_name_kana,
body[data-lp-step="step4"] .ef-form-group input#name_alphabet1 {
  width: 98% !important;
  display: block !important;
}

body[data-lp-step="step4"] .ef-form-group input#first_name,
body[data-lp-step="step4"] .ef-form-group input#first_name_kana,
body[data-lp-step="step4"] .ef-form-group input#name_alphabet2 {
  width: 98% !important;
  display: block !important;
}

body[data-lp-step="step4"] .ef-form-group .ef-if-wide-horizontal {
  width: 49.5% !important;
  display: inline-block !important;
}

@media (max-width: 700px) {
  body[data-lp-step="step4"] .ef-form-group .ef-if-wide-horizontal {
    width: 100% !important;
    display: block !important;
  }

  body[data-lp-step="step4"] .ef-form-group input#last_name,
  body[data-lp-step="step4"] .ef-form-group input#last_name_kana,
  body[data-lp-step="step4"] .ef-form-group input#name_alphabet1 {
    width: 100% !important;
  }

  body[data-lp-step="step4"] .ef-form-group input#first_name,
  body[data-lp-step="step4"] .ef-form-group input#first_name_kana,
  body[data-lp-step="step4"] .ef-form-group input#name_alphabet2 {
    width: 100% !important;
  }
}

body[data-lp-step="step4"] .ef-form-group select {
  outline: none !important;
  padding: 10px !important;
  display: inline !important;
  /* レスポンシブ用に追加 */
  border: 1px solid #909090 !important;
  font-size: 16px !important;
  color: #4c4c4c !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-radius: 5px;
}

body[data-lp-step="step4"] .ef-form-group textarea {
  -webkit-appearance: none !important;
  outline: none !important;
  padding: 10px !important;
  display: inline !important;
  /* レスポンシブ用に追加 */
  border: 1px solid #909090 !important;
  font-size: 16px !important;
  color: #4c4c4c !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-radius: 5px !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

body[data-lp-step="step4"] .ef-form-group input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  vertical-align: bottom !important;
  margin: 0 5px 0 0 !important;
}

body[data-lp-step="step4"] .ef-form-group [type="radio"] {
  width: 20px !important;
  height: 20px !important;
  vertical-align: bottom !important;
  margin: 0 5px 0 0 !important;
}

body[data-lp-step="step4"] .ef-form-group .input-zip,
body[data-lp-step="step4"] .ef-form-group .input-tel,
body[data-lp-step="step4"] .ef-form-group .input-fax {
  width: 210px !important;
}

body[data-lp-step="step4"] .ef-form-group .ef-character-type-attention {
  margin: 0 0 0 10px !important;
  font-weight: normal !important;
  font-size: 14px !important;
}

body[data-lp-step="step4"] .ef-form-group #form-info-area {
  text-align: left !important;
  width: 170px !important;
  margin: 10px auto 10px 680px !important;
  border: 1px #96c03d solid !important;
  color: #96c03d !important;
  background: #ffffff !important;
  border-radius: 5px !important;
}

body[data-lp-step="step4"] .ef-form-group #form-info-area p {
  margin: 5px 10px !important;
}

body[data-lp-step="step4"] .ef-form-group .ok-icon,
body[data-lp-step="step4"] .ef-form-group .ng-icon {
  width: 15px !important;
  margin: 0 3px 0 0 !important;
  vertical-align: middle !important;
  display: none !important;
}

body[data-lp-step="step4"] .ef-form-group .cf_req_icon {
  /* 必須アイコンの色合いを柔らかな感じに修正 */
  background: #ffffff !important;
  color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
  padding: 3px 10px !important;
  margin: 0 0 0 10px !important;
  /*レスポンシブ用に追加*/
}

body[data-lp-step="step4"] .ef-form-group .wcf-err-line {
  font-size: 14px !important;
  display: inline !important;
  /*レスポンシブ用に追加*/
}

body[data-lp-step="step4"] .ef-form-group input[type=text].ef-normal-input {
  ime-mode: active !important;
}

body[data-lp-step="step4"] .ef-form-group input[type=url] {
  ime-mode: inactive !important;
}

body[data-lp-step="step4"] .ef-form-group input.ime-mode-active {
  ime-mode: active !important;
}

body[data-lp-step="step4"] .ef-form-group input.ime-mode-inactive {
  ime-mode: inactive !important;
}

body[data-lp-step="step4"] .ef-form-group form > div dt {
  margin: 0 0 5px 0 !important;
}

body[data-lp-step="step4"] .ef-form-group form > div dd {
  margin: 0px !important;
}

body[data-lp-step="step4"] .ef-form-group form > div dd span {
  margin: 0 5px !important;
}

body[data-lp-step="step4"] .ef-form-group form > div dd > *:nth-child(1) {
  margin: 0px !important;
}

body[data-lp-step="step4"] .ef-form-group form > div dd span.left-margin-cancel {
  margin: 0px !important;
}

body[data-lp-step="step4"] .ef-form-group * {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

body[data-lp-step="step4"] .ef-form-group .cd-breadcrumb {
  background-color: #edeff0 !important;
  border-radius: 0 !important;
  line-height: 1.5 !important;
  margin: 0 0 20px 0 !important;
}

body[data-lp-step="step4"] .ef-form-group .cd-breadcrumb:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

body[data-lp-step="step4"] .ef-form-group .cd-breadcrumb li {
  display: inline-block !important;
  float: left !important;
  margin: 0.5em 0 !important;
}

body[data-lp-step="step4"] .ef-form-group .cd-breadcrumb li::after {
  /* this is the separator between items */
  display: inline-block !important;
  content: '\BB' !important;
  margin: 0 .6em !important;
  color: #909090 !important;
}

body[data-lp-step="step4"] .ef-form-group .cd-breadcrumb li > * {
  /* single step */
  display: inline-block !important;
  font-size: 14px !important;
  color: #2c3f4c !important;
  text-align: center !important;
}

body[data-lp-step="step4"] .ef-form-group .cd-breadcrumb li.current > * {
  /* selected step */
  color: #96c03d !important;
}

body[data-lp-step="step4"] .ef-form-group .cd-breadcrumb.triangle {
  /* reset basic style */
  background-color: transparent !important;
  padding: 0 !important;
}

body[data-lp-step="step4"] .ef-form-group .cd-breadcrumb.triangle li {
  position: relative !important;
  padding: 0 !important;
  margin: 4px 4px 4px 0 !important;
  border: 1px solid #bbbbbb !important;
}

body[data-lp-step="step4"] .ef-form-group .cd-breadcrumb.triangle li:last-of-type {
  margin-right: 0 !important;
}

body[data-lp-step="step4"] .ef-form-group .cd-breadcrumb.triangle li > * {
  width: 210px !important;
  position: relative !important;
  padding: 6px 10px 6px 25px !important;
  color: #2c3f4c !important;
  background-color: #edeff0 !important;
  /* the border color is used to style its ::after pseudo-element */
  border-color: #edeff0 !important;
}

body[data-lp-step="step4"] .ef-form-group .cd-breadcrumb.triangle li.current > * {
  /* selected step */
  color: #ffffff !important;
  background-color: #96c03d !important;
  border-color: #96c03d !important;
}

body[data-lp-step="step4"] .ef-form-group .no-touch .cd-breadcrumb.triangle a:hover {
  /* steps already visited */
  color: #ffffff !important;
  background-color: #2c3f4c !important;
  border-color: #2c3f4c !important;
}

body[data-lp-step="step4"] .ef-form-group .cd-breadcrumb.triangle li::after,
body[data-lp-step="step4"] .ef-form-group .cd-breadcrumb.triangle li > *::after {
  /*
        li > *::after is the colored triangle after each item
        li::after is the white separator between two items
        */
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 100% !important;
  content: '' !important;
  height: 0 !important;
  width: 0 !important;
  /* 48px is the height of the <a> element */
  border: 18px solid transparent !important;
  border-right-width: 0 !important;
  border-left-width: 20px !important;
}

body[data-lp-step="step4"] .ef-form-group .cd-breadcrumb.triangle li::after {
  /* this is the white separator between two items */
  z-index: 1 !important;
  -webkit-transform: translateX(4px) !important;
  transform: translateX(1px) !important;
  border-left-color: #bbbbbb !important;
  /* reset style */
  margin: 0 !important;
}

body[data-lp-step="step4"] .ef-form-group .cd-breadcrumb.triangle li:last-of-type::after {
  border-left-color: #bbbbbb !important;
}

body[data-lp-step="step4"] .ef-form-group .cd-breadcrumb.triangle li > *::after {
  /* this is the colored triangle after each element */
  z-index: 2 !important;
  border-left-color: inherit !important;
}

@-moz-document url-prefix()  {
  body[data-lp-step="step4"] .ef-form-group .cd-breadcrumb.triangle li::after,
  body[data-lp-step="step4"] .ef-form-group .cd-breadcrumb.triangle li > *::after {
    /* fix a bug on Firefix - tooth edge on css triangle */
    border-left-style: dashed !important;
  }
}

body[data-lp-step="step4"] .ef-form-group .img-responsive {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}

body[data-lp-step="step4"] .ef-form-group .ef-container {
  margin-right: auto !important;
  margin-left: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

body[data-lp-step="step4"] .ef-form-group .ef-clearfix:before,
body[data-lp-step="step4"] .ef-form-group .ef-clearfix:after,
body[data-lp-step="step4"] .ef-form-group .ef-container:before,
body[data-lp-step="step4"] .ef-form-group .ef-container:after {
  content: " " !important;
  display: table !important;
}

body[data-lp-step="step4"] .ef-form-group .ef-clearfix:after,
body[data-lp-step="step4"] .ef-form-group .ef-container:after {
  clear: both !important;
}

body[data-lp-step="step4"] .ef-form-group .ef-center-block {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body[data-lp-step="step4"] .ef-form-group .ef-pull-right {
  float: right !important;
}

body[data-lp-step="step4"] .ef-form-group .ef-pull-left {
  float: left !important;
}

body[data-lp-step="step4"] .ef-form-group .ef-form-control {
  display: block !important;
  width: 100% !important;
  height: 34px !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  color: #555555 !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #c5c5c5 !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
}

body[data-lp-step="step4"] .ef-form-group textarea.ef-form-control {
  height: 200px !important;
}

body[data-lp-step="step4"] .ef-form-group .ef-form-control-short {
  display: block !important;
  height: 34px !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  color: #555555 !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #c5c5c5 !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
}

body[data-lp-step="step4"] .ef-form-group .ef-form-control:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

body[data-lp-step="step4"] .ef-form-group .ef-form-control-short:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

body[data-lp-step="step4"] .ef-form-group .ef-form-group {
  margin-bottom: 15px !important;
  text-align: left !important;
}

body[data-lp-step="step4"] .ef-form-group .ef-form-group dd::before {
  /* Windows FireFox の場合デザインが崩れるため以下を記載 */
  display: none !important;
}

body[data-lp-step="step4"] .ef-form-group dt {
  font-weight: 700 !important;
  text-align: left !important;
}

body[data-lp-step="step4"] .ef-form-group :placeholder-shown {
  color: #bbbbbb !important;
}

body[data-lp-step="step4"] .ef-form-group ::-webkit-input-placeholder {
  color: #bbbbbb !important;
}

body[data-lp-step="step4"] .ef-form-group :-moz-placeholder {
  color: #bbbbbb !important;
  opacity: 1 !important;
}

body[data-lp-step="step4"] .ef-form-group ::-moz-placeholder {
  color: #bbbbbb !important;
  opacity: 1 !important;
}

body[data-lp-step="step4"] .ef-form-group :-ms-input-placeholder {
  color: #bbbbbb !important;
}

body[data-lp-step="step4"] .ef-form-group .wallpaper h2 {
  text-align: center !important;
  font-size: 44px !important;
  color: #96c03d !important;
  font-weight: normal !important;
  margin: 30px 0 !important;
}

body[data-lp-step="step4"] .ef-form-group .wallpaper .center {
  text-align: center;
}

body[data-lp-step="step4"] .ef-form-group .form-confirm-value {
  word-break: break-all;
  margin: 0;
}

body[data-lp-step="step4"] .ef-form-group .ef-adjust-dom-bottom {
  margin-bottom: 15px !important;
}

body[data-lp-step="step4"] .ef-form-group .ef-confirm .ef-form-group {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

@media (max-width: 860px) {
  body[data-lp-step="step4"] .ef-form-group .ef-confirm .ef-form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 370px) {
  body[data-lp-step="step4"] .ef-form-group .wallpaper h2 {
    font-size: 38px !important;
  }
}

body[data-lp-step="step4"] .ef-form-group .breadcrumb-wrapper {
  max-width: 650px !important;
}

@media (max-width: 700px) {
  body[data-lp-step="step4"] .ef-form-group .breadcrumb-wrapper {
    width: 320px !important;
    display: none !important;
  }

  body[data-lp-step="step4"] .ef-form-group .cd-breadcrumb.triangle li > * {
    text-align: left !important;
    width: 305px !important;
  }
}

body[data-lp-step="step4"] .ef-form-group .ef-form-label .content-editable {
  display: inline-block;
  margin: 5px !important;
}

body[data-lp-step="step4"] #text-internal-link-set-button {
  -webkit-box-shadow: inset 0 0 0 1px #d2d2d2;
          box-shadow: inset 0 0 0 1px #d2d2d2;
  border-radius: 2px;
  background-color: #F6F6F6;
  border-color: unset;
  color: #343638;
  border-style: unset;
  font-size: 12px;
  font-weight: normal;
}

body[data-lp-step="step4"] #text-internal-link-set-button:hover {
  color: #ffffff;
  -webkit-box-shadow: inset 0 -2px 0 rgba(31, 45, 61, 0.15);
          box-shadow: inset 0 -2px 0 rgba(31, 45, 61, 0.15);
  background-color: #F0654F;
}

body[data-lp-step="step4"] .tox-dialog .tox-dialog__footer {
  border-top: unset;
  margin: auto;
}

body[data-lp-step="step4"] .tox-dialog .tox-dialog__footer .tox-button {
  width: 70px;
  background-color: #F0654F;
  border-color: unset;
  -webkit-box-shadow: inset 0 -2px 0 rgba(31, 45, 61, 0.15);
          box-shadow: inset 0 -2px 0 rgba(31, 45, 61, 0.15);
}

body[data-lp-step="step4"] .tox-dialog .tox-dialog__footer .tox-button:hover {
  opacity: 0.9;
}

body[data-lp-step="step4"] .tox-dialog .tox-dialog__footer .tox-button.tox-button--secondary {
  border-radius: 2px;
  margin-right: 30px;
  background-color: #d2d2d2;
  margin-left: unset;
  color: #ffffff;
}

body[data-lp-step="step4"] .tox-dialog .tel-help-container {
  font-size: 10px !important;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip {
  width: 177px !important;
  left: 395px;
  top: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1px 1px rgba(31, 45, 61, 0.15);
          box-shadow: 0 0 1px 1px rgba(31, 45, 61, 0.15);
  position: absolute;
  z-index: 2147483647;
  padding: 5px !important;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip .decorate-setting-title {
  margin-bottom: 5px !important;
  font-size: 13px !important;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip .main-title {
  font-size: 11px !important;
  text-align: center;
  color: #8e9398;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip .decoration-sub-title {
  width: 60% !important;
  padding-top: 5px !important;
  font-size: 10px !important;
  color: #8e9398;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip .input-section {
  margin: 0 auto !important;
  padding: 5px 0 !important;
  width: 93% !important;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip .setting-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100% !important;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip .input-reflection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip .input-container {
  width: 45% !important;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip .input-container-color {
  width: 51% !important;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip .input-container-margin {
  width: 10% !important;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip .unit {
  margin-left: 5px !important;
  padding-top: 5px !important;
  font-size: 10px !important;
  color: #8e9398;
  width: 3%;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip [data-type="borderColorSetting"],
body[data-lp-step="step4"] .decorate-setting-tool-tip [data-type="shadowColorSetting"] {
  border: none;
  background: none;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  outline: none;
  background: #DEDEDE;
  height: 10px;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #FFFFFF;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: solid 1px #979797;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}

body[data-lp-step="step4"] .decorate-setting-tool-tip input[type="range"]::-moz-range-thumb {
  background: #FFFFFF;
  width: 17px;
  height: 17px;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip input[type="range"]::-moz-focus-outer {
  border: 0;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip input[type="range"]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip .input {
  border: none;
  background: none;
  font-family: inherit;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip .input--xs {
  font-size: 11px;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 20px;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip .input--box {
  -webkit-box-shadow: inset 0 0 0 1px #d2d2d2;
          box-shadow: inset 0 0 0 1px #d2d2d2;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip .circle {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #acacac;
  position: relative;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip .circle .circle-in-cicle {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: solid 1px #acacac;
  position: absolute;
  background: #acacac;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

body[data-lp-step="step4"] .decorate-setting-tool-tip .circle hr {
  height: 1px;
  background-color: #acacac;
  width: 24px;
  border: none;
  position: absolute;
  top: 25px;
  left: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip .decoration-input {
  width: 55px;
  height: 20px;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip input[type="color"] {
  margin-left: -7px;
  cursor: pointer;
  width: 86px !important;
  height: 23px !important;
}

body[data-lp-step="step4"] .decorate-setting-tool-tip input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

body[data-lp-step="step4"] #tinymce-inline-toolbar div[role="application"] {
  overflow: visible !important;
}

body[data-lp-step="step5"] .mce-visual-caret,
body[data-lp-step="step5"] p[data-mce-caret] {
  display: none;
}

body[data-lp-step="composition"] .wonder-faq-contents-wrapper {
  width: 80% !important;
}

body[data-lp-step="composition"] .wonder-voice .wonder-voice-sp .wonder-voice-main-slide {
  width: 80% !important;
}

body[data-lp-step="composition"] .delete-button {
  width: 100px;
  height: 100px;
  margin: auto;
  font-size: 50px;
}

body[data-lp-step="composition"] .bg-wonder--hover:hover {
  background-color: #f27a66;
}

body[data-lp-step] {
  height: unset !important;
}

body[data-lp-step] .shop_01 .item-buy-button {
  pointer-events: none;
  cursor: default;
}

body[data-lp-step] [data-sp-fixed-bottom],
body[data-lp-step] [data-sp-fixed-top] {
  z-index: 99999;
}

body[data-lp-step] .for-sp-container {
  background-color: white;
}

body[data-industry="external"] form input,
body[data-industry="external"] form textarea,
body[data-industry="external"] form button,
body[data-industry="external"] form select {
  pointer-events: none;
}

body[data-lp-step="lpHistory"] {
  /**
     * ECブロックは復元できない可能性があるので、
     * グレーの背景のみ表示して擬似要素で注意文を表示
     */
}

body[data-lp-step="lpHistory"] .txt-highlight {
  background: #f38672 !important;
  -webkit-animation: Flash1 2.4s infinite;
          animation: Flash1 2.4s infinite;
}

body[data-lp-step="lpHistory"] .img-highlight {
  outline: 3px solid #F0654F;
  outline-offset: -3px;
  -webkit-animation: Flash1 2.4s infinite;
          animation: Flash1 2.4s infinite;
}

body[data-lp-step="lpHistory"] .section-highlight {
  -webkit-animation: Flash1 2.4s infinite;
          animation: Flash1 2.4s infinite;
}

body[data-lp-step="lpHistory"] [data-section-display="false"][data-history-preview="true"] {
  display: block;
}

body[data-lp-step="lpHistory"] .wonder-ec-block-container {
  background-color: #d2d2d2;
  height: 250px;
}

body[data-lp-step="lpHistory"] .wonder-ec-block-container * {
  display: none;
}

body[data-lp-step="lpHistory"] .wonder-ec-block-container::before {
  white-space: pre;
  content: "EC\30D6\30ED\30C3\30AF";
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 40px;
  font-family: "Noto Sans Japanese";
  color: #8e9398;
  font-weight: 600;
}

body[data-lp-step="lpHistory"] .wonder-ec-block-container::after {
  white-space: pre;
  content: "\5FA9\5143\3059\308B\3068\6700\65B0\306E\5546\54C1\8A2D\5B9A\306E\72B6\614B\3067\5FA9\5143\3055\308C\307E\3059\3002\A\524A\9664\3057\305F\5546\54C1\306F\5FA9\5143\3055\308C\307E\305B\3093\306E\3067\3054\4E86\627F\304F\3060\3055\3044\3002";
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 30px;
  font-family: "Noto Sans Japanese";
  color: #8e9398;
}

.slide-popover-container,
.add-section-popover-container,
.edit-row-popover-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
}

.slide-popover-container .slide-popover--top,
.slide-popover-container .add-section-popover--top,
.slide-popover-container .edit-row-popover--top,
.add-section-popover-container .slide-popover--top,
.add-section-popover-container .add-section-popover--top,
.add-section-popover-container .edit-row-popover--top,
.edit-row-popover-container .slide-popover--top,
.edit-row-popover-container .add-section-popover--top,
.edit-row-popover-container .edit-row-popover--top {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slide-popover-container .slide-popover--s,
.slide-popover-container .add-section-popover--s,
.slide-popover-container .edit-row-popover--s,
.add-section-popover-container .slide-popover--s,
.add-section-popover-container .add-section-popover--s,
.add-section-popover-container .edit-row-popover--s,
.edit-row-popover-container .slide-popover--s,
.edit-row-popover-container .add-section-popover--s,
.edit-row-popover-container .edit-row-popover--s {
  width: 200px;
  border-radius: 2px;
}

.slide-popover-container .slide-popover,
.slide-popover-container .add-section-popover,
.slide-popover-container .edit-row-popover,
.add-section-popover-container .slide-popover,
.add-section-popover-container .add-section-popover,
.add-section-popover-container .edit-row-popover,
.edit-row-popover-container .slide-popover,
.edit-row-popover-container .add-section-popover,
.edit-row-popover-container .edit-row-popover {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
  text-align: center;
  position: absolute;
  z-index: 400;
  visibility: hidden;
  -webkit-box-shadow: 0 0 1px 1px rgba(31, 45, 61, 0.15);
          box-shadow: 0 0 1px 1px rgba(31, 45, 61, 0.15);
  background-color: #ffffff;
  margin-bottom: 10px;
}

.slide-popover-container .slide-popover .slide-text-container,
.slide-popover-container .slide-popover .add-section-text-container,
.slide-popover-container .slide-popover .edit-row-text-container,
.slide-popover-container .add-section-popover .slide-text-container,
.slide-popover-container .add-section-popover .add-section-text-container,
.slide-popover-container .add-section-popover .edit-row-text-container,
.slide-popover-container .edit-row-popover .slide-text-container,
.slide-popover-container .edit-row-popover .add-section-text-container,
.slide-popover-container .edit-row-popover .edit-row-text-container,
.add-section-popover-container .slide-popover .slide-text-container,
.add-section-popover-container .slide-popover .add-section-text-container,
.add-section-popover-container .slide-popover .edit-row-text-container,
.add-section-popover-container .add-section-popover .slide-text-container,
.add-section-popover-container .add-section-popover .add-section-text-container,
.add-section-popover-container .add-section-popover .edit-row-text-container,
.add-section-popover-container .edit-row-popover .slide-text-container,
.add-section-popover-container .edit-row-popover .add-section-text-container,
.add-section-popover-container .edit-row-popover .edit-row-text-container,
.edit-row-popover-container .slide-popover .slide-text-container,
.edit-row-popover-container .slide-popover .add-section-text-container,
.edit-row-popover-container .slide-popover .edit-row-text-container,
.edit-row-popover-container .add-section-popover .slide-text-container,
.edit-row-popover-container .add-section-popover .add-section-text-container,
.edit-row-popover-container .add-section-popover .edit-row-text-container,
.edit-row-popover-container .edit-row-popover .slide-text-container,
.edit-row-popover-container .edit-row-popover .add-section-text-container,
.edit-row-popover-container .edit-row-popover .edit-row-text-container {
  padding: 15px;
  font-size: 14px;
}

.slide-popover-container .slide-icon,
.slide-popover-container .edit-row-icon,
.add-section-popover-container .slide-icon,
.add-section-popover-container .edit-row-icon,
.edit-row-popover-container .slide-icon,
.edit-row-popover-container .edit-row-icon {
  position: relative;
  width: 40px;
  height: 40px;
  background: #c5c5c5;
  border-radius: 50%;
}

.slide-popover-container .add-section-icon,
.add-section-popover-container .add-section-icon,
.edit-row-popover-container .add-section-icon {
  position: relative;
  background: #c5c5c5;
  border-radius: 50%;
  overflow: hidden;
}

.slide-popover-container .add-section-icon.edit-row,
.add-section-popover-container .add-section-icon.edit-row,
.edit-row-popover-container .add-section-icon.edit-row {
  width: 50px;
  height: 50px;
}

.slide-popover-container .slide-icon::before,
.slide-popover-container .slide-icon-plus::after,
.slide-popover-container .edit-row-icon::before,
.slide-popover-container .edit-row-icon-plus::after,
.add-section-popover-container .slide-icon::before,
.add-section-popover-container .slide-icon-plus::after,
.add-section-popover-container .edit-row-icon::before,
.add-section-popover-container .edit-row-icon-plus::after,
.edit-row-popover-container .slide-icon::before,
.edit-row-popover-container .slide-icon-plus::after,
.edit-row-popover-container .edit-row-icon::before,
.edit-row-popover-container .edit-row-icon-plus::after {
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  content: '';
  display: inline-block;
  width: 24px;
  height: 22px;
  border-top: 4px solid #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slide-popover-container .add-section-icon::before,
.slide-popover-container .add-section-icon-plus::after,
.add-section-popover-container .add-section-icon::before,
.add-section-popover-container .add-section-icon-plus::after,
.edit-row-popover-container .add-section-icon::before,
.edit-row-popover-container .add-section-icon-plus::after {
  position: absolute;
  top: calc(50% - 4px);
  left: 50%;
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  border-top: 8px solid #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slide-popover-container .slide-icon-plus:after,
.slide-popover-container .edit-row-icon-plus:after,
.add-section-popover-container .slide-icon-plus:after,
.add-section-popover-container .edit-row-icon-plus:after,
.edit-row-popover-container .slide-icon-plus:after,
.edit-row-popover-container .edit-row-icon-plus:after {
  top: 20%;
  left: -3px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  box-sizing: unset !important;
  -webkit-box-sizing: unset !important;
}

.slide-popover-container .add-section-icon-plus:after,
.add-section-popover-container .add-section-icon-plus:after,
.edit-row-popover-container .add-section-icon-plus:after {
  top: 10%;
  left: -15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  box-sizing: unset !important;
  -webkit-box-sizing: unset !important;
}

.slide-popover-container .slide-icon:hover,
.slide-popover-container .add-section-icon:hover,
.slide-popover-container .edit-row-icon:hover,
.add-section-popover-container .slide-icon:hover,
.add-section-popover-container .add-section-icon:hover,
.add-section-popover-container .edit-row-icon:hover,
.edit-row-popover-container .slide-icon:hover,
.edit-row-popover-container .add-section-icon:hover,
.edit-row-popover-container .edit-row-icon:hover {
  background: #F0654F;
}

.add-section-top {
  position: absolute;
  left: calc(50% - 35px);
  z-index: 1000;
}

.add-section-bottom {
  position: absolute;
  left: calc(50% - 35px);
  z-index: 1000;
}

.add-section-popover-container {
  margin-right: unset !important;
  margin-bottom: unset !important;
}

body[data-setting="mail"][data-mail="header"] .wonder-reckon-mail-section,
body[data-setting="mail"][data-mail="footer"] .wonder-reckon-mail-section {
  outline-offset: -2px;
  cursor: pointer;
  opacity: 0.5;
}

body[data-setting="mail"][data-mail="header"] .wonder-reckon-mail-section:hover,
body[data-setting="mail"][data-mail="footer"] .wonder-reckon-mail-section:hover {
  outline: 2px solid #c5c5c5;
}

body[data-setting="mail"][data-mail="header"] .is-mail-header-selected.wonder-reckon-mail-section,
body[data-setting="mail"][data-mail="footer"] .is-mail-footer-selected.wonder-reckon-mail-section {
  outline: 4px solid #F0654F;
  outline-offset: -4px;
  cursor: pointer;
  opacity: 1;
}

body[data-setting="mail"][data-mail="form"] form[method="post"] {
  outline-offset: -2px;
  cursor: pointer;
  opacity: 0.5;
}

body[data-setting="mail"][data-mail="form"] form[method="post"]:hover {
  outline: 2px solid #c5c5c5;
}

body[data-setting="mail"][data-mail="form"] form[method="post"].is-mail-form-selected {
  outline: 4px solid #F0654F;
  outline-offset: 8px;
  cursor: pointer;
  opacity: 1;
}

body[data-setting="mail"][data-mail="form"] .is-hover {
  outline-offset: -4px;
  outline: 4px solid #F0654F;
}

.wonder-mail-main {
  min-width: 1024px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.wonder-mail-main .pc {
  display: inline-block;
}

.wonder-mail-main .sp {
  display: none;
}

.wonder-mail-confirm,
.wonder-mail-completed {
  padding: 100px 15px 40px 15px;
  width: 100%;
  background-color: #ffffff;
}

.wonder-mail-confirm input[type="submit"],
.wonder-mail-confirm input[type="button"],
.wonder-mail-completed input[type="submit"],
.wonder-mail-completed input[type="button"] {
  cursor: pointer;
}

.wonder-mail-confirm table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
}

.wonder-mail-confirm table th,
.wonder-mail-confirm table td {
  padding: 15px 0;
  vertical-align: middle;
}

.wonder-mail-confirm table th {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  width: 35%;
  position: relative;
}

.wonder-mail-confirm table td {
  width: 75%;
  padding: 10px 30px;
}

.wonder-mail-confirm table th:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 38px;
  height: 24px;
  background-size: cover;
}

.wonder-confirm-contents table th,
.wonder-confirm-contents table td {
  border-bottom: 1px dotted #CCC;
}

.wonder-mail-form-btn-back {
  background-color: #888888;
  color: #ffffff;
}

.wonder-mail-form-btn-send {
  background: #96c03d;
  color: #ffffff;
}

.wonder-mail-form-btn {
  width: 290px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: none;
  margin: 10px 5px !important;
  border-radius: 5px;
  -webkit-appearance: none;
  font-size: 20px !important;
  font-weight: bold !important;
  padding: unset !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  text-shadow: unset !important;
}

.wonder-mail-form-btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wonder-mail-form-btns li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.wonder-mail-confirm .wonder-thanks-contents {
  padding: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  margin: 0;
  color: #151616;
}

.wonder-mail-confirm .wonder-thanks-contents p {
  color: #151616;
  font-weight: normal;
}

.wonder-mail-form-error {
  color: #ff0000;
}

.wonder-mail-completed .wonder-thanks-contents {
  background-color: #ffffff;
  padding: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  margin: 0;
  color: #151616;
}

.wonder-mail-completed .wonder-thanks-contents p {
  color: #151616;
  font-weight: normal;
  padding-bottom: 30px;
}

.wonder-mail-completed .wonder-thanks-contents .wonder-mail-form-btn-to-top {
  background-color: #343638;
  color: #ffffff;
  padding: 10px 25px !important;
  text-align: center;
}

.wonder-mail-form {
  text-align: center;
}

.wonder-mail-form-error-contents {
  padding: 20px;
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .wonder-mail-main {
    max-width: 95%;
    min-width: 95%;
  }

  .wonder-mail-main .sp {
    display: block;
  }

  .wonder-mail-main .pc {
    display: none;
  }

  .wonder-mail-confirm table th,
  .wonder-mail-confirm table td {
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 0;
  }

  .wonder-mail-confirm table th {
    padding: 5px 0;
    background: #f5f5f5;
  }

  .wonder-mail-confirm table td {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #ddd;
  }

  p.wonder-confirm-contents {
    margin: 0 0 30px;
  }
}

.clip-image-text {
  position: relative;
  color: transparent !important;
}

.clip-image-text::before {
  position: absolute;
  /* 特定の画像を背景に使用する場合 */
  /* background-image: url('./test.jpg'); */
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none;
}


.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  /* カスタマイズ箇所 */
  transform:rotate(5deg);
  cursor: grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
  /* カスタマイズ箇所 */
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.wonder-slide {
    position: relative !important;
    text-align: unset !important;
    overflow: unset;
    overflow-x: unset;
    padding: 0px !important;
    background: unset !important;
}

.wonder-slide .slide-container {
    list-style: none;
    position: relative;
    display: flex;
    overflow: unset !important;
    overflow-x: unset !important;
    background: unset !important;
}

.wonder-slide .slide-container .slide-item {
    min-width: 100%;
    position: relative !important;
}

.wonder-slide .slide-container .slide-item img[data-img-type="top_banner"] {
    width: 100%;
}

.wonder-slide .edit-slide-container {
    display: flex;
    z-index: 2147483647;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: auto !important;
}

.edit-slide-container .add-slide,
.edit-slide-container, .delete-slide {
    pointer-events: auto !important;
}

.edit-slide-container .popover-container {
    pointer-events: auto !important;
}

.edit-slide-container img {
    width: 50px;
}

.wonder-slide .next-button-container {
    width: 55px;
    height: 150px;
    background-color: white;
    position: absolute;
    top: calc(50% - 75px);
    right: 0;
    opacity: 0.7;
    z-index: 2147483647;
    position: absolute;
    cursor: pointer;
    pointer-events: auto !important;
}

.next-button-container .slider-button-next {
    height: 100%;
    position: relative;
    display: flex;
    padding-left: 20px;
    left: -5px;
    pointer-events: auto !important;
}

.next-button-container .slider-button-next::before {
    content: '';
    width: 40px;
    height: 40px;
    border: 0px;
    border-top: solid 2px;
    border-right: solid 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    margin-top: -4px;
}

.wonder-slide .prev-button-container {
    width: 55px;
    height: 150px;
    background-color: white;
    position: absolute;
    top: calc(50% - 75px);
    left: 0;
    opacity: 0.7;
    z-index: 2147483647;
    position: absolute;
    cursor: pointer;
    pointer-events: auto !important;
}

.prev-button-container .slider-button-prev {
    height: 100%;
    position: relative;
    display: flex;
    padding-left: 20px;
    left: 18px;
    pointer-events: auto !important;
}

.prev-button-container .slider-button-prev::before {
    content: '';
    width: 40px;
    height: 40px;
    border: 0px;
    border-bottom: solid 2px;
    border-left: solid 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    margin-top: -4px;
}

.wonder-slide .bullet-navi-container {
    position: absolute;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    pointer-events: auto !important;
}

.bullet-navi-container .bullet-navi {
    list-style: none;
    justify-content: center;
    display: flex;
    width: auto !important;
    pointer-events: auto !important;
}

.bullet-navi-container .bullet-navi li {
    display: inline-block;
    margin: 0 1em;
    width: auto !important;
    pointer-events: auto !important;
    background: unset !important;
    padding: 0 !important;
}

.bullet-navi-container .bullet-navi li .bullet {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
    box-sizing: border-box;
    transition: .2s ease-in-out;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto !important;
}

.bullet-navi-container .bullet-navi li .bullet:hover {
    background-color: rgba(255,255,255,.5);
}

.bullet-navi-container .bullet-navi li .bullet.is-active {
    background-color: rgba(255,255,255,1);
}
.wonder-slide-reset {
    visibility: unset !important;
    transition: unset !important;
}
.fontnormal{
    color:#000000;
    text-align: center;
    margin-top: 2em;
}