/* emsContent */
#emsContent .titleWrap:after {
  background: url(/img/lower/bg_ems.jpg) center center no-repeat;
  background-size: cover; }
#emsContent .intro {
  padding: calc(109 / 648 * 100%) 0 0 0; }
  #emsContent .intro .copy {
    font-family: 'Noto Serif JP', serif;
    font-size: 3.2rem;
    line-height: 1.47;
    font-weight: 500;
    text-align: center;
    margin: 0 0 calc(45 / 648 * 100%) 0; }
  #emsContent .intro .text {
    font-size: 2.2rem;
    line-height: 1.82;
    margin: 0 0 calc(102 / 648 * 100%) 0; }

@media screen and (min-width: 769px) {
  #emsContent .titleWrap:after {
    background: url(/img/lower/bg_ems.jpg) center center no-repeat;
    background-size: cover; }
  #emsContent .intro {
    padding: calc(116 / 1400 * 100%) 0 0 0; }
    #emsContent .intro .copy {
      font-size: 3rem;
      line-height: 1.3;
      margin: 0 0 calc(30 / 1400 * 100%) 0; }
    #emsContent .intro .text {
      max-width: 872px;
      font-size: 1.5rem;
      line-height: 1.87;
      font-weight: 500;
      letter-spacing: -0.03em;
      margin: 0 auto calc(75 / 1400 * 100%) auto; } }
#trainingArea .trainingTitle {
  margin: 0 0 calc(24 / 648 * 100%) 0;
  padding: calc(43 / 648 * 100%) 0 0 0; }
#trainingArea .slideWrap {
  padding: 0 0 calc(100 / 648 * 100%) 0; }
  #trainingArea .slideWrap .slide .item {
    padding: 0 1px; }
    #trainingArea .slideWrap .slide .item .caption {
      color: #000000;
      font-family: 'EB Garamond', serif;
      font-size: 2.4rem;
      line-height: 1;
      text-align: left;
      padding: 0.7em 0 0.7em 0; }
  #trainingArea .slideWrap .slide .slick-arrow {
    font-size: 2.4rem;
    line-height: 1; }
  #trainingArea .slideWrap .slide .slick-dots {
    justify-content: flex-end;
    font-size: 2.4rem;
    line-height: 1;
    margin: 1.0em 0 0 0; }

@media screen and (min-width: 769px) {
  #trainingArea .trainingTitle {
    margin: 0 0 calc(34 / 1400 * 100%) 0;
    padding: calc(43 / 1400 * 100%) 0 0 0; }
  #trainingArea .slideWrap {
    width: calc(1240 / 1400 * 100%);
    margin: auto;
    padding: 0 0 calc(120 / 1400 * 100%) 0; }
    #trainingArea .slideWrap .slide .item {
      padding: 0 1px; }
      #trainingArea .slideWrap .slide .item .caption {
        font-size: 2rem;
        line-height: 1;
        padding: 0.5em 0 0.5em 0; }
    #trainingArea .slideWrap .slide .slick-arrow {
      font-size: 2rem;
      line-height: 1; }
    #trainingArea .slideWrap .slide .slick-dots {
      font-size: 2rem;
      line-height: 1;
      margin: 0.75em 0 0 0; } }
#faqArea .wrap {
  margin: 0 auto calc(100 / 768 * 100%) auto; }
#faqArea .faq {
  margin-bottom: calc(110 / 768 * 100%); }
  #faqArea .faq .faqTitle {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin: 0 0 calc(49 / 768 * 100%) 0;
    padding: calc(50 / 768 * 100%) 0 0 0; }
  #faqArea .faq .row {
    padding: calc(24 / 768 * 100%) 0 calc(16 / 768 * 100%) 0;
    border-bottom: 1px solid #cccccc; }
    #faqArea .faq .row:first-of-type {
      border-top: 1px solid #cccccc; }
    #faqArea .faq .row .question {
      cursor: pointer;
      position: relative;
      font-size: 2.4rem;
      line-height: 1.67;
      font-weight: 500;
      text-indent: -2em;
      margin: 0 0 calc(9 / 768 * 100%) 0;
      padding: 0 20px 0 2em; }
      #faqArea .faq .row .question:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 10;
        width: 13px;
        height: 1px;
        background-color: #ee5400;
        margin: auto calc(5 / 768 * 100%) auto 0;
        transition: all 0.4s ease-out; }
      #faqArea .faq .row .question:after {
        content: "";
        display: block;
        opacity: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 6px;
        z-index: 10;
        width: 1px;
        height: 13px;
        background-color: #ee5400;
        margin: auto calc(5 / 768 * 100%) auto 0;
        transition: all 0.4s ease-out; }
      #faqArea .faq .row .question .head {
        font-family: 'EB Garamond', serif;
        font-size: 3rem;
        line-height: 1;
        font-weight: 500;
        margin: 0 0.65em 0 0; }
    #faqArea .faq .row .answer {
      padding: calc(12 / 768 * 100%) 0 calc(20 / 768 * 100%) 0; }
      #faqArea .faq .row .answer p {
        font-size: 2.2rem;
        line-height: 1.82; }
        #faqArea .faq .row .answer p a {
          text-decoration: underline; }
    #faqArea .faq .row.open .question:before {
      transform: rotate(180deg); }
    #faqArea .faq .row.open .question:after {
      opacity: 0;
      transform: rotate(180deg); }
  #faqArea .faq .buttonArea {
    padding: calc(80 / 768 * 100%) 0 calc(80 / 768 * 100%) 0; }

@media screen and (min-width: 769px) {
  #faqArea .wrap {
    width: calc(1200 / 1400 * 100%);
    max-width: 920px;
    margin: 0 auto calc(100 / 1400 * 100%) auto; }
  #faqArea .faq {
    margin-bottom: calc(87 / 1400 * 100%); }
    #faqArea .faq .faqTitle {
      font-size: 1.8rem;
      line-height: 1;
      margin: 0 0 calc(49 / 800 * 100%) 0;
      padding: calc(50 / 800 * 100%) 0 0 0; }
    #faqArea .faq .row {
      padding: calc(24 / 800 * 100%) 0 calc(16 / 800 * 100%) 0; }
      #faqArea .faq .row .question {
        font-size: 1.8rem;
        line-height: 1.44;
        margin: 0 0 calc(9 / 800 * 100%) 0; }
        #faqArea .faq .row .question:before {
          width: 17px;
          height: 1px;
          margin: auto calc(5 / 800 * 100%) auto 0; }
        #faqArea .faq .row .question:after {
          right: 8px;
          width: 1px;
          height: 17px;
          margin: auto calc(5 / 800 * 100%) auto 0; }
        #faqArea .faq .row .question .head {
          font-size: 2.4rem;
          line-height: 1;
          margin: 0 0.65em 0 0; }
      #faqArea .faq .row .answer {
        padding: calc(8 / 800 * 100%) 0 0 calc(35 / 800 * 100%); }
        #faqArea .faq .row .answer p {
          font-size: 1.5rem;
          line-height: 1.73; }
    #faqArea .faq .buttonArea {
      padding: calc(80 / 800 * 100%) 0 calc(80 / 800 * 100%) 0; } }
#effectArea {
  overflow: hidden;
  background-color: #f1f4f6; }
  #effectArea .effectTitle {
    color: #333333;
    font-size: 3rem;
    line-height: 1.13;
    font-weight: 500;
    text-align: center;
    margin: 0 0 calc(77 / 648 * 100%) 0;
    padding: calc(100 / 648 * 100%) 0 0 0; }
    #effectArea .effectTitle .serif {
      font-family: 'EB Garamond', serif;
      font-size: 3.4rem;
      line-height: 1;
      font-weight: 500; }
  #effectArea .point .list {
    background-color: #ffffff;
    margin: 0 0 calc(42 / 648 * 100%) 0; }
    #effectArea .point .list .item:nth-child(1):after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: url(/img/common/line_dushed.png) center center no-repeat;
      background-size: contain; }
  #effectArea .research .list {
    margin: 0 0 calc(100 / 648 * 100%) 0; }
    #effectArea .research .list .item {
      display: flex;
      align-items: flex-start;
      margin: 0 0 calc(51 / 648 * 100%) 0; }
      #effectArea .research .list .item .number {
        position: relative;
        width: 1em;
        color: #ffffff;
        font-family: 'EB Garamond', serif;
        font-size: 4rem;
        line-height: 1;
        text-align: center;
        background-color: #ee5400;
        margin: 0 0.7em 0 0;
        padding: 0.2em 0.25em 0 0.25em;
        box-sizing: border-box; }
        #effectArea .research .list .item .number:before {
          content: "";
          position: absolute;
          top: 100%;
          left: 0;
          height: 0;
          width: 0;
          font-size: 4rem;
          line-height: 1;
          border-left: 1em solid #ee5400;
          border-bottom: 0.5em solid transparent; }
        #effectArea .research .list .item .number:after {
          content: "";
          position: absolute;
          top: 100%;
          right: 0;
          height: 0;
          width: 0;
          font-size: 4rem;
          line-height: 1;
          border-right: 1em solid #ee5400;
          border-bottom: 0.5em solid transparent; }
      #effectArea .research .list .item .text .en {
        font-family: 'EB Garamond', serif;
        font-size: 2.2rem;
        line-height: 1.27;
        letter-spacing: 0.03em;
        margin: 0 0 0.8em 0; }
      #effectArea .research .list .item .text .ja {
        font-size: 2.2rem;
        line-height: 1.36;
        font-weight: 500;
        margin: 0 0 0.8em 0; }
      #effectArea .research .list .item .text .more a {
        color: #ee5400;
        font-size: 2.4rem;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.05em; }
        #effectArea .research .list .item .text .more a .icon {
          display: inline-block;
          position: relative;
          text-decoration: underline;
          text-underline-offset: 2px; }
          #effectArea .research .list .item .text .more a .icon svg {
            display: inline-block;
            position: absolute;
            top: 0.2em;
            bottom: 0;
            left: 100%;
            width: 0.7em;
            height: 0.7em;
            margin: auto 0 auto 0.5em; }
            #effectArea .research .list .item .text .more a .icon svg .cls-1 {
              fill: #ee5400; }

@media screen and (min-width: 769px) {
  #effectArea .effectTitle {
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 calc(35 / 1400 * 100%) 0;
    padding: calc(96 / 1400 * 100%) 0 0 0; }
    #effectArea .effectTitle .serif {
      font-size: 2.5rem;
      line-height: 1; }
  #effectArea .point .list {
    display: flex;
    justify-content: space-between;
    width: calc(1200 / 1400 * 100%);
    margin: 0 auto calc(40 / 1400 * 100%) auto; }
    #effectArea .point .list .item {
      position: relative;
      flex-basis: calc(599 / 1200 * 100%); }
      #effectArea .point .list .item:nth-child(1):after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 1px;
        height: 240px;
        background: none;
        background-color: #cccccc;
        margin: auto; }
  #effectArea .research .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(1200 / 1400 * 100%);
    margin: 0 auto calc(80 / 1400 * 100%) auto; }
    #effectArea .research .list .item {
      flex-basis: calc(580 / 1200 * 100%);
      margin: 0 0 calc(43 / 1200 * 100%) 0; }
      #effectArea .research .list .item .number {
        font-size: 1.8rem;
        line-height: 1;
        margin: 0.2em 1em 0 0;
        padding: 0.2em 0.25em 0 0.25em; }
        #effectArea .research .list .item .number:before {
          font-size: 1.8rem;
          line-height: 1;
          border-left: 1em solid #ee5400;
          border-bottom: 0.4em solid transparent; }
        #effectArea .research .list .item .number:after {
          font-size: 1.8rem;
          line-height: 1;
          border-right: 1em solid #ee5400;
          border-bottom: 0.4em solid transparent; }
      #effectArea .research .list .item .text .en {
        font-size: 1.8rem;
        line-height: 1.33;
        letter-spacing: 0.03em;
        margin: 0 0 0.4em 0; }
      #effectArea .research .list .item .text .ja {
        font-size: 1.4rem;
        line-height: 1.71;
        margin: 0 0 0.8em 0; }
      #effectArea .research .list .item .text .more a {
        font-size: 1.4rem;
        line-height: 1;
        letter-spacing: 0.1em; }
        #effectArea .research .list .item .text .more a .icon svg {
          margin: auto 0 auto 0.2em; } }
#flowArea .flowTitle {
  margin: 0 0 calc(44 / 648 * 100%) 0;
  padding: calc(121 / 648 * 100%) 0 0 0; }
#flowArea .list {
  width: calc(520 / 648 * 100%);
  margin: 0 auto calc(20 / 648 * 100%) auto;
  padding: 0 0 calc(12 / 648 * 100%) 0; }
  #flowArea .list .item {
    margin: 0 0 calc(88 / 648 * 100%) 0; }
    #flowArea .list .item .image {
      margin: 0.2em 0 calc(38 / 648 * 100%) 0; }
    #flowArea .list .item .row {
      display: flex; }
      #flowArea .list .item .row .step {
        flex-basis: 2.4em;
        font-size: 2.4rem;
        line-height: 1.5;
        margin: 0 1.5em 0 0; }
      #flowArea .list .item .row .text {
        flex-basis: calc(100% - 3.9em);
        font-size: 2.4rem;
        line-height: 1.5;
        font-weight: 500; }

@media screen and (min-width: 769px) {
  #flowArea .flowTitle {
    margin: 0 0 calc(30 / 1400 * 100%) 0;
    padding: calc(103 / 1400 * 100%) 0 0 0; }
  #flowArea .list {
    display: flex;
    justify-content: space-between;
    width: calc(1240 / 1400 * 100%);
    margin: 0 auto calc(20 / 1400 * 100%) auto;
    padding: 0 0 calc(72 / 1400 * 100%) 0; }
    #flowArea .list .item {
      flex-basis: calc(384 / 1240 * 100%);
      margin: 0; }
      #flowArea .list .item .image {
        margin: 0 0 calc(20 / 384 * 100%) 0; }
      #flowArea .list .item .row .step {
        flex-basis: 2.9em;
        font-size: 1.4rem;
        line-height: 1.43;
        margin: 0 1.9em 0 0; }
      #flowArea .list .item .row .text {
        flex-basis: calc(100% - 4.8em);
        font-size: 1.4rem;
        line-height: 1.43; } }
#howtoArea {
  background-color: #f1f4f6; }
  #howtoArea .howtoTitle {
    margin: 0 0 calc(43 / 648 * 100%) 0;
    padding: calc(118 / 648 * 100%) 0 0 0; }
  #howtoArea .list {
    padding: 0 0 calc(30 / 648 * 100%) 0; }
    #howtoArea .list .item {
      background-color: #ffffff;
      margin: 0 0 calc(30 / 648 * 100%) 0;
      padding: 0 0 calc(14 / 648 * 100%) 0; }
      #howtoArea .list .item .row {
        width: calc(620 / 648 * 100%);
        margin: 0 auto; }
        #howtoArea .list .item .row .head {
          font-size: 2.8rem;
          line-height: 1;
          font-weight: 500;
          text-align: center;
          padding: calc(38 / 620 * 100%) 0 calc(36 / 620 * 100%) 0; }
        #howtoArea .list .item .row .cont .box {
          overflow: hidden;
          position: relative;
          margin: 0 0 calc(14 / 620 * 100%) 0;
          border: 1px solid #cccccc; }
          #howtoArea .list .item .row .cont .box:last-child {
            margin-bottom: 0; }
          #howtoArea .list .item .row .cont .box .image {
            overflow: hidden;
            display: block;
            position: relative; }
            #howtoArea .list .item .row .cont .box .image img {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              margin: auto; }
          #howtoArea .list .item .row .cont .box .text {
            position: relative;
            font-size: 2.4rem;
            line-height: 1.67;
            padding: 0 calc(33 / 620 * 100%) calc(31 / 620 * 100%) calc(33 / 620 * 100%); }
            #howtoArea .list .item .row .cont .box .text.attention {
              display: flex; }
              #howtoArea .list .item .row .cont .box .text.attention:before {
                content: "";
                display: block;
                width: 2.5em;
                height: 2.5em;
                background: url(/img/common/icon_attention.png) center center no-repeat;
                background-size: contain;
                margin: -0.2em 0.5em 0 0.1em; }
            #howtoArea .list .item .row .cont .box .text:after {
              content: "";
              display: none;
              position: absolute;
              top: calc(100% + 1.2em);
              left: 0;
              right: 0;
              width: 2.5em;
              background: url(/img/common/arrow_bottom.png) left center no-repeat;
              background-size: contain;
              margin: auto;
              padding: 0.8em 0 0 0; }
          #howtoArea .list .item .row .cont .box .note {
            font-size: 2rem;
            line-height: 1.8;
            padding: calc(8 / 620 * 100%) calc(33 / 620 * 100%) calc(31 / 620 * 100%) calc(33 / 620 * 100%); }
          #howtoArea .list .item .row .cont .box.box1_1 .image {
            margin-top: calc(-20 / 620 * 100%);
            padding: calc(208 / 620 * 100%) 0 0 0; }
            #howtoArea .list .item .row .cont .box.box1_1 .image img {
              width: calc(540 / 620 * 100%); }
          #howtoArea .list .item .row .cont .box.box2_1 .image {
            margin-top: calc(9 / 620 * 100%);
            margin-right: calc(17 / 620 * 100%);
            padding: calc(287 / 620 * 100%) 0 0 0; }
            #howtoArea .list .item .row .cont .box.box2_1 .image img {
              width: calc(414 / 620 * 100%); }
          #howtoArea .list .item .row .cont .box.box2_2 .image {
            padding: calc(320 / 620 * 100%) 0 0 0; }
          #howtoArea .list .item .row .cont .box.box3_1 {
            padding: calc(94 / 620 * 100%) calc(205 / 620 * 100%) calc(131 / 620 * 100%) calc(14 / 620 * 100%); }
            #howtoArea .list .item .row .cont .box.box3_1 .image {
              position: absolute;
              top: 0;
              bottom: 0;
              right: 0;
              width: calc(305 / 620 * 100%);
              margin-top: calc(-62 / 620 * 100%);
              margin-right: calc(-13 / 620 * 100%); }
              #howtoArea .list .item .row .cont .box.box3_1 .image img {
                bottom: 0; }
            #howtoArea .list .item .row .cont .box.box3_1 .text:after {
              display: block; }
          #howtoArea .list .item .row .cont .box.box3_2 {
            padding: calc(121 / 620 * 100%) calc(205 / 620 * 100%) calc(153 / 620 * 100%) calc(14 / 620 * 100%); }
            #howtoArea .list .item .row .cont .box.box3_2 .image {
              position: absolute;
              top: 0;
              bottom: 0;
              right: 0;
              width: calc(305 / 620 * 100%);
              margin-top: calc(-137 / 620 * 100%); }
              #howtoArea .list .item .row .cont .box.box3_2 .image img {
                bottom: 0; }
            #howtoArea .list .item .row .cont .box.box3_2 .text:after {
              display: block; }
          #howtoArea .list .item .row .cont .box.box3_3 {
            padding: calc(113 / 620 * 100%) calc(205 / 620 * 100%) calc(201 / 620 * 100%) calc(14 / 620 * 100%); }
            #howtoArea .list .item .row .cont .box.box3_3 .image {
              position: absolute;
              top: 0;
              bottom: 0;
              right: 0;
              width: calc(304 / 620 * 100%);
              margin-top: calc(-41 / 620 * 100%);
              margin-right: calc(-59 / 620 * 100%); }
              #howtoArea .list .item .row .cont .box.box3_3 .image img {
                bottom: 0; }
            #howtoArea .list .item .row .cont .box.box3_3 .text:after {
              display: block; }
          #howtoArea .list .item .row .cont .box.box3_4 {
            padding: calc(86 / 620 * 100%) calc(205 / 620 * 100%) calc(58 / 620 * 100%) calc(14 / 620 * 100%); }
            #howtoArea .list .item .row .cont .box.box3_4 .image {
              position: absolute;
              top: 0;
              bottom: 0;
              right: 0;
              width: calc(257 / 620 * 100%); }
              #howtoArea .list .item .row .cont .box.box3_4 .image img {
                bottom: 0; }
          #howtoArea .list .item .row .cont .box.box4_1 .image {
            padding: calc(303 / 620 * 100%) 0 0 0; }
          #howtoArea .list .item .row .cont .box.box4_2 .image {
            padding: calc(342 / 620 * 100%) 0 0 0; }

@media screen and (min-width: 769px) {
  #howtoArea .contentInner {
    max-width: 1220px; }
  #howtoArea .howtoTitle {
    margin: 0 0 calc(-10 / 1200 * 100%) 0;
    padding: calc(103 / 1200 * 100%) 0 0 0; }
  #howtoArea .mark {
    width: calc(164 / 1200 * 100%);
    margin: 0 0 calc(15 / 1200 * 100%) auto; }
  #howtoArea .list {
    padding: 0 0 calc(30 / 1400 * 100%) 0; }
    #howtoArea .list .item {
      margin: 0 0 calc(4 / 1200 * 100%) 0;
      padding: 0; }
      #howtoArea .list .item:nth-of-type(3) .row .head {
        padding-bottom: calc(16 / 1200 * 100%); }
      #howtoArea .list .item:nth-of-type(3) .row .cont {
        padding-bottom: calc(26 / 1200 * 100%); }
      #howtoArea .list .item:nth-of-type(4) .row .cont {
        padding-bottom: calc(38 / 1200 * 100%); }
      #howtoArea .list .item .row {
        display: flex;
        width: 100%; }
        #howtoArea .list .item .row .head {
          display: flex;
          align-items: center;
          flex-basis: calc(264 / 1200 * 100%);
          font-size: 1.8rem;
          line-height: 1.33;
          text-align: left;
          padding: 0 0 0 calc(58 / 1200 * 100%);
          box-sizing: border-box; }
        #howtoArea .list .item .row .cont {
          display: flex;
          flex-basis: calc(936 / 1200 * 100%);
          padding: calc(20 / 1200 * 100%) 0 calc(65 / 1200 * 100%) 0; }
          #howtoArea .list .item .row .cont .box {
            overflow: visible;
            position: relative;
            margin: 0;
            border: 0; }
            #howtoArea .list .item .row .cont .box:last-child {
              margin-bottom: 0; }
            #howtoArea .list .item .row .cont .box:after {
              content: "";
              display: none;
              position: absolute;
              top: 0;
              bottom: 2.8em;
              right: 0;
              width: 1.0em;
              font-size: 1.5rem;
              line-height: 1;
              background: url(/img/common/arrow_next02.png) right center no-repeat;
              background-size: contain;
              margin: auto;
              padding: 0.8em 0 0 0; }
            #howtoArea .list .item .row .cont .box .image {
              overflow: hidden;
              display: block;
              position: relative; }
              #howtoArea .list .item .row .cont .box .image img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                margin: auto; }
            #howtoArea .list .item .row .cont .box .text {
              font-size: 1.5rem;
              line-height: 1.33;
              font-weight: 500;
              letter-spacing: -0.1em;
              padding: 0; }
              #howtoArea .list .item .row .cont .box .text.attention {
                padding: 0 1em 0 0;
                letter-spacing: -0.06em; }
                #howtoArea .list .item .row .cont .box .text.attention:before {
                  width: 1.7em;
                  height: 1.7em;
                  margin: -0.1em 0.4em 0 2.1em; }
              #howtoArea .list .item .row .cont .box .text:after {
                display: none !important; }
            #howtoArea .list .item .row .cont .box .note {
              font-size: 1.2rem;
              line-height: 1.33;
              font-weight: 500;
              letter-spacing: -0.1em;
              padding: 0 1.4em 0 0; }
            #howtoArea .list .item .row .cont .box.box1_1 {
              flex-basis: 100%; }
              #howtoArea .list .item .row .cont .box.box1_1 .image {
                width: calc(403 / 936 * 100%);
                margin: 0 0 calc(13 / 936 * 100%) calc(134 / 936 * 100%);
                padding: calc(136 / 936 * 100%) 0 0 0; }
                #howtoArea .list .item .row .cont .box.box1_1 .image img {
                  width: 100%; }
              #howtoArea .list .item .row .cont .box.box1_1 .text {
                margin: 0 0 0 calc(83 / 936 * 100%); }
            #howtoArea .list .item .row .cont .box.box2_1 {
              flex-basis: calc(400 / 936 * 100%);
              margin: 0 0 0 calc(70 / 936 * 100%); }
              #howtoArea .list .item .row .cont .box.box2_1 .image {
                width: calc(236 / 400 * 100%);
                margin: 0 0 0 calc(30 / 400 * 100%);
                padding: calc(182 / 400 * 100%) 0 0 0; }
                #howtoArea .list .item .row .cont .box.box2_1 .image img {
                  width: 100%; }
            #howtoArea .list .item .row .cont .box.box2_2 {
              flex-basis: calc(400 / 936 * 100%); }
              #howtoArea .list .item .row .cont .box.box2_2 .image {
                width: calc(333 / 400 * 100%);
                padding: calc(182 / 400 * 100%) 0 0 0;
                margin: 0 0 0 calc(10 / 400 * 100%); }
            #howtoArea .list .item .row .cont .box.box3_1 {
              flex-basis: calc(210 / 936 * 100%);
              padding: 0; }
              #howtoArea .list .item .row .cont .box.box3_1:after {
                display: block;
                right: calc(-27 / 210 * 100%); }
              #howtoArea .list .item .row .cont .box.box3_1 .image {
                position: relative;
                width: calc(185 / 210 * 100%);
                margin: 0;
                padding: calc(275 / 210 * 100%) 0 0 0; }
                #howtoArea .list .item .row .cont .box.box3_1 .image img {
                  bottom: auto; }
            #howtoArea .list .item .row .cont .box.box3_2 {
              flex-basis: calc(210 / 936 * 100%);
              margin: 0 0 0 calc(32 / 936 * 100%);
              padding: 0; }
              #howtoArea .list .item .row .cont .box.box3_2:after {
                display: block;
                right: calc(10 / 210 * 100%); }
              #howtoArea .list .item .row .cont .box.box3_2 .image {
                position: relative;
                width: calc(185 / 210 * 100%);
                margin: 0;
                padding: calc(275 / 210 * 100%) 0 0 0; }
                #howtoArea .list .item .row .cont .box.box3_2 .image img {
                  bottom: auto; }
            #howtoArea .list .item .row .cont .box.box3_3 {
              flex-basis: calc(210 / 936 * 100%);
              margin: 0 0 0 calc(18 / 936 * 100%);
              padding: 0; }
              #howtoArea .list .item .row .cont .box.box3_3:after {
                display: block;
                right: calc(32 / 210 * 100%); }
              #howtoArea .list .item .row .cont .box.box3_3 .image {
                position: relative;
                width: calc(185 / 210 * 100%);
                margin: 0;
                padding: calc(275 / 210 * 100%) 0 0 0; }
                #howtoArea .list .item .row .cont .box.box3_3 .image img {
                  bottom: auto; }
            #howtoArea .list .item .row .cont .box.box3_4 {
              flex-basis: calc(210 / 936 * 100%);
              margin: 0 0 0 calc(6 / 936 * 100%);
              padding: 0; }
              #howtoArea .list .item .row .cont .box.box3_4 .image {
                position: relative;
                width: calc(185 / 210 * 100%);
                margin: 0;
                padding: calc(275 / 210 * 100%) 0 0 0; }
                #howtoArea .list .item .row .cont .box.box3_4 .image img {
                  bottom: auto; }
            #howtoArea .list .item .row .cont .box.box4_1 {
              flex-basis: calc(400 / 936 * 100%);
              margin: 0 0 0 calc(3 / 936 * 100%); }
              #howtoArea .list .item .row .cont .box.box4_1 .image {
                width: calc(357 / 400 * 100%);
                margin: 0 0 0 calc(30 / 400 * 100%);
                padding: calc(234 / 400 * 100%) 0 0 0; }
            #howtoArea .list .item .row .cont .box.box4_2 {
              flex-basis: calc(400 / 936 * 100%);
              margin: 0 0 0 calc(60 / 936 * 100%); }
              #howtoArea .list .item .row .cont .box.box4_2 .image {
                width: calc(357 / 400 * 100%);
                margin: 0 0 0 calc(30 / 400 * 100%);
                padding: calc(234 / 400 * 100%) 0 0 0; } }
#sizeArea {
  background-color: #f1f4f6;
  padding: 0 0 calc(78 / 768 * 100%) 0; }
  #sizeArea .sizeTitle {
    margin: 0 0 calc(43 / 648 * 100%) 0;
    padding: calc(45 / 648 * 100%) 0 0 0; }
  #sizeArea .box {
    background-color: #ffffff;
    padding: calc(65 / 648 * 100%) 0 calc(50 / 648 * 100%) 0;
    border-radius: 5px; }

@media screen and (min-width: 769px) {
  #sizeArea {
    padding: 0 0 calc(100 / 1400 * 100%) 0; }
    #sizeArea .contentInner {
      max-width: 1220px; }
    #sizeArea .sizeTitle {
      margin: 0 0 calc(31 / 1200 * 100%) 0;
      padding: calc(72 / 1200 * 100%) 0 0 0; }
    #sizeArea .box {
      padding: calc(68 / 1200 * 100%) 0 calc(58 / 1200 * 100%) 0; }
      #sizeArea .box .image {
        width: calc(780 / 1200 * 100%);
        margin: auto; } }
#bottomNav .list {
  padding: calc(101 / 648 * 100%) 0 0 0; }

@media screen and (min-width: 769px) {
  #bottomNav .list {
    padding: calc(111 / 1400 * 100%) 0 0 0; } }
