#pageTitle {
    height: 417px;
    background: url(../images/titleBg.jpg) 50% 0 no-repeat;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
  }
  
  #pageTitle>.inner {
    width: 1000px;
    text-align: center;
    line-height: 1;
    color: #ffffff;
    position: relative
  }
  
  #pageTitle .hdWrapper {
    position: relative;
    display: inline-block
  }
  
  #pageTitle .hdWrapper .img {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(105%, 10%)
  }
  
  #pageTitle .hdWrapper .img img {
    width: 100%
  }
  
  #pageTitle .l1 {
    font-size: 2rem
  }
  
  #pageTitle .l2 {
    font-size: 4.4rem;
    margin-top: 10px
  }
  
  #pageTitle .l1, #pageTitle .l2 {
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.7)
  }
  
  #pageTitle .layer {
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 35px;
    font-size: 1.3rem;
    margin-top: 30px
  }
  
  #pageTitle .layer .hd {
    border: 1px solid rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    padding: 0 20px
  }
  
  #pageTitle .layer .price {
    padding-left: 15px
  }
  
  #pageTitle .layer .price dl {
    display: flex;
    align-items: center;
    padding: 5px 0
  }
  
  #pageTitle .layer .price dt {
    width: 6.5em;
    line-height: 1.2
  }
  
  #pageTitle .layer .price dd .l {
    font-size: 3rem
  }
  
  #pageTitle .layer .price dd .red {
    color: #dc0002
  }
  
  @media screen and (max-width: 600px) {
    #pageTitle {
      height: 380px;
      background-position: 75%
    }
    #pageTitle>.inner {
      width: auto
    }
    #pageTitle .l1 {
      font-size: 1rem
    }
    #pageTitle .l2 {
      font-size: 2.4rem;
      margin-top: 10px
    }
    #pageTitle .layer {
      display: block;
      font-size: 1.1rem;
      padding: 20px
    }
    #pageTitle .layer .hd {
      display: block;
      padding: 15px 0
    }
    #pageTitle .layer .price {
      padding-left: 0
    }
    #pageTitle .layer .price dt {
      width: 4.5em
    }
    #pageTitle .layer .price dd .l {
      font-size: 2.4rem
    }
    #pageTitle .hdWrapper .img {
      width: 75px;
      transform: translate(45%, -110%)
    }
  }
  
  .priceList2 {
    margin-top: 50px;
    padding-top: 45px;
    position: relative
  }
  
  .priceList2::before {
    content: "";
    width: 33px;
    height: 33px;
    border-radius: 100%;
    background: #dc0002;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
  }
  
  .priceListHd2 {
    text-align: center;
    margin-bottom: 10px
  }
  
  .priceListHd2 .hd {
    font-size: 2.6rem
  }
  
  .priceListHd2 .hd2 {
    font-size: 1.2rem;
    color: #777777
  }
  
  .priceListHd2 .hd2.red {
    color: #dc0002
  }
  
  .priceListHd2 .hd3 {
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: right
  }
  
  .priceList2 table td {
    color: #dc0002
  }
  
  .priceList2 table td .l {
    font-size: 1.8rem
  }
  
  .noteBox {
    padding: 10px 0 0
  }
  
  .noteBox li {
    position: relative;
    padding-left: 16px;
    line-height: 1.4;
    margin-top: 0.5em;
    font-size: 0.875rem
  }
  
  .noteBox li:nth-child(1) {
    margin-top: 0
  }
  
  .noteBox li:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    background: #a9a9aa;
    border-radius: 100%
  }
  
  .patternList2 {
    border: 6px solid #38408c;
    border-radius: 16px;
    padding: 60px 0 3em;
    margin: 0 0 60px;
    display: flex;
    position: relative;
    font-size: 1.25rem
  }
  
  .patternList2 li {
    position: absolute;
    padding-left: 4.5em
  }
  
  .patternList2 li:nth-child(1) {
    right: 200px;
    bottom: 20px
  }
  
  .patternList2 li:nth-child(2) {
    right: 0;
    top: 60px;
    width: 400px
  }
  
  .patternList2 li .h {
    background: #38408c;
    color: #ffffff;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0.5em
  }
  
  .leadSection {
    padding: 60px 0
  }
  
  .leadSection>.inner {
    width: 1200px;
    max-width: initial;
    margin: 0 auto;
    text-align: center;
    position: relative
  }
  
  @media screen and (max-width: 600px) {
    .leadSection {
      padding: 15px 0 30px
    }
    .leadSection>.inner {
      width: auto;
      margin: 0 10px
    }
  }
  
  .leadSection .subSection1 {
    background: #ffffff;
    position: relative;
    margin-bottom: 70px
  }
  
  .leadSection .subSection1::after {
    content: "";
    position: absolute;
    bottom: -45px;
    left: calc(50% - 60px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 60px 0 60px;
    border-color: #ffffff transparent transparent
  }
  
  .leadSection .subSection1 .hd {
    font-size: 2.3rem;
    background: #38408c;
    color: #fff001;
    padding: 20px 0 45px
  }
  
  .leadSection .subSection1 .imgs {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 20px;
    margin-top: -40px
  }
  
  .leadSection .subSection1 .imgs li {
    width: 33.3%
  }
  
  .leadSection .subSection1 .imgs li img {
    width: 100%
  }
  
  @media screen and (max-width: 600px) {
    .leadSection .subSection1 {
      margin-bottom: 50px
    }
    .leadSection .subSection1::after {
      bottom: -30px;
      left: calc(50% - 40px);
      border-width: 30px 40px 0 40px
    }
    .leadSection .subSection1 .hd {
      font-size: 1.6rem
    }
    .leadSection .subSection1 .imgs {
      display: block
    }
    .leadSection .subSection1 .imgs li {
      width: auto
    }
  }
  
  .leadSection .subSection2 {
    display: flex;
    justify-content: center;
    line-height: 1.4
  }
  
  .leadSection .subSection2 .hd {
    font-size: 2.3rem;
    color: #38408c;
    text-align: center;
    padding: 0 10px 15px;
    margin-bottom: 25px;
    position: relative
  }
  
  .leadSection .subSection2 .hd::after {
    content: "";
    width: 100%;
    height: 7px;
    background: #fff001;
    position: absolute;
    bottom: 0;
    left: 0
  }
  
  .leadSection .subSection2 .knowledge {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    padding: 0 10px
  }
  
  .leadSection .subSection2 .knowledge dd {
    border-left: 2px solid #aaaaaa;
    text-align: left;
    padding-left: 20px;
    margin-left: 20px
  }
  
  .leadSection .subSection2 .knowledge dd li:not(:nth-child(1)) {
    margin-top: 0.8em
  }
  
  @media screen and (max-width: 600px) {
    .leadSection .subSection2 .hd {
      font-size: 1.8rem
    }
  }
  
  .leadSection .subSection3 {
    margin-top: 60px;
    line-height: 1.4
  }
  
  .leadSection .subSection3>.hd {
    font-size: 2.3rem;
    color: #38408c;
    text-align: center;
    padding: 0 0 15px;
    position: relative
  }
  
  .leadSection .subSection3 .cases {
    display: flex;
    flex-wrap: wrap
  }
  
  .leadSection .subSection3 .cases li {
    width: calc((100% - 30px)/2);
    margin-left: 30px
  }
  
  .leadSection .subSection3 .cases li:nth-child(2n+1) {
    margin-left: 0
  }
  
  .leadSection .subSection3 .cases li .hd {
    font-size: 1.6rem;
    background: #38408c;
    border-radius: 14px;
    padding: 12px;
    color: #ffffff;
    position: relative
  }
  
  .leadSection .subSection3 .cases li .hd .fa {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px
  }
  
  .leadSection .subSection3 .cases li .text {
    font-size: 1.1rem;
    padding: 15px 15px 30px
  }
  
  .leadSection .subSection3 .knowledge {
    display: flex;
    align-items: stretch
  }
  
  .leadSection .subSection3 .knowledge>* {
    display: flex;
    align-items: center
  }
  
  .leadSection .subSection3 .knowledge dt {
    padding: 30px;
    font-size: 1.3rem;
    color: #38408c;
    white-space: nowrap;
    position: relative;
    background: #fff001
  }
  
  .leadSection .subSection3 .knowledge dd {
    padding: 20px;
    text-align: left;
    background: #ffffff;
    line-height: 1.8;
    flex: 1
  }
  
  .leadSection .subSection3 .knowledge dt .fa {
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 40px;
    color: #38408c
  }
  
  @media screen and (max-width: 600px) {
    .leadSection .subSection3 .hd {
      font-size: 1.8rem
    }
    .leadSection .subSection3 .cases {
      display: block
    }
    .leadSection .subSection3 .cases li, .leadSection .subSection3 .cases li:nth-child(2n+1) {
      width: auto;
      margin-left: 0
    }
    .leadSection .subSection3 .cases li .hd {
      font-size: 1.1rem
    }
    .leadSection .subSection3 .cases li .text {
      font-size: 1rem;
      padding: 10px 5px 20px;
      text-align: left
    }
    .leadSection .subSection3 .knowledge dd {
      padding: 10px 10px 20px
    }
  }
  
  .pr {
    padding: 60px 0;
    background: url(../images/img10.jpg) 50% 50% no-repeat;
    backgrouns-size: contain;
    position: relative;
    color: #ffffff
  }
  
  .pr::after {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
  }
  
  .pr>.inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1
  }
  
  .pr .prList {
    display: flex
  }
  
  .pr .prList>.box {
    width: calc((100% - 80px)/2);
    margin-left: 80px
  }
  
  .pr .prList>.box:nth-child(1) {
    margin-left: 0
  }
  
  .pr .prList .hd {
    text-align: center
  }
  
  .pr .prList .hd span {
    display: inline-block;
    line-height: 62px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 32px;
    font-size: 2.4rem;
    min-width: 7em
  }
  
  .pr .prList .text {
    margin-top: 1.5em;
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.6
  }
  
  .pr .prList .img {
    margin-top: 20px
  }
  
  .pr .prList .img img {
    width: 100%
  }
  
  .pr .prList .en {
    font-size: 4.4rem;
    opacity: 0.5;
    line-height: 1;
    margin-top: -0.6em
  }
  
  @media screen and (max-width: 600px) {
    .pr>.inner {
      width: auto;
      margin: 0 20px
    }
    .pr .prList {
      display: block
    }
    .pr .prList>.box, .pr .prList>.box:nth-child(1) {
      width: auto;
      margin-left: 0
    }
    .pr .prList>.box:not(:nth-child(1)) {
      margin-top: 40px
    }
    .pr .prList .hd span {
      line-height: 46px;
      border-radius: 24px;
      font-size: 1.6rem
    }
    .pr .prList .text {
      font-size: 1rem
    }
    .pr .prList .en {
      font-size: 3rem;
      opacity: 0.5
    }
  }
  
  .scenes {
    background: #212121;
    color: #ffffff;
    line-height: 1.2
  }
  
  .scenes>.hd {
    display: flex;
    justify-content: center
  }
  
  .scenes>.hd>.inner {
    font-size: 1.9rem;
    text-align: center;
    padding: 30px 0;
    position: relative
  }
  
  .scenes>.hd img {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-103%, 10%)
  }
  
  .scenes ul {
    display: flex;
    padding: 0 0 20px
  }
  
  .scenes li {
    margin: 0 10px
  }
  
  .scenes li .img img {
    width: 100%
  }
  
  .scenes li .caption {
    padding: 10px;
    text-align: center
  }
  
  @media screen and (max-width: 600px) {
    .scenes>.hd>.inner {
      padding: 20px 0 20px 85px;
      font-size: 1.3rem
    }
    .scenes>.hd img {
      left: 0;
      top: 0;
      transform: translate(-10px, -10px);
      width: 90px
    }
    .leadSection .subSection1 .imgs {
      display: block
    }
    .leadSection .subSection1 .imgs li {
      width: auto
    }
    .scenes ul {
      display: block
    }
  }
  
  .voice {
    background: #f9e9e9;
    line-height: 1.4
  }
  
  .voice .boxWrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px
  }
  
  .voice .boxWrapper>.box {
    width: calc((100% - 30px)/2);
    margin-left: 30px;
    margin-top: 30px;
    background: #ffffff;
    padding: 40px;
    position: relative
  }
  
  .voice .boxWrapper>.box:nth-child(2n+1) {
    margin-left: 0
  }
  
  .voice .boxWrapper>.box .text {
    font-size: 1.1rem;
    position: relative;
    padding: 0 25px
  }
  
  .voice .boxWrapper>.box .text .fa {
    position: absolute;
    color: #ccc
  }
  
  .voice .boxWrapper>.box .text .fa-quote-left {
    top: 0;
    left: 0
  }
  
  .voice .boxWrapper>.box .text .fa-quote-right {
    bottom: 0;
    right: 0
  }
  
  .voice .boxWrapper>.box .data {
    display: flex;
    align-items: center;
    margin: 20px 0 0
  }
  
  .voice .boxWrapper>.box .data.rvs {
    flex-direction: row-reverse
  }
  
  .voice .boxWrapper>.box .data .img {
    width: 30%
  }
  
  .voice .boxWrapper>.box .data .img img {
    width: 100%
  }
  
  .voice .boxWrapper>.box .profile {
    padding: 0 0 0 20px
  }
  
  .voice .boxWrapper>.box .data.rvs .profile {
    padding: 0 20px 0 0
  }
  
  .voice .boxWrapper>.box .data.rvs {
    flex-direction: row-reverse
  }
  
  .voice .boxWrapper>.box .profile .l1 {
    font-weight: bold;
    color: #38408c;
    font-size: 1.1rem
  }
  
  .voice .boxWrapper>.box .profile .l1 .fa {
    margin-right: 5px
  }
  
  .voice .boxWrapper>.box .data.rvs .profile {
    text-align: right
  }
  
  @media screen and (max-width: 600px) {
    .voice .boxWrapper {
      display: block;
      margin-top: -20px
    }
    .voice .boxWrapper>.box, .voice .boxWrapper>.box:nth-child(2n+1) {
      width: auto;
      margin: 20px 0 0;
      padding: 20px
    }
  }
  
  @media screen and (min-width: 601px) {
    #promptLayer3, #fixedPromptLayer {
      background: #dc0002;
      font-weight: bold
    }
    #promptLayer3 .inner, #fixedPromptLayer .inner {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      width: 1200px;
      margin: 0 auto
    }
    #promptLayer3 p, #fixedPromptLayer p {
      font-size: 1rem;
      position: relative;
      padding-right: 34px
    }
    #promptLayer3 p::after, #fixedPromptLayer p::after {
      content: "\f0a4";
      font-family: FontAwesome;
      font-size: 18px;
      width: 28px;
      height: 28px;
      border-radius: 100%;
      text-align: center;
      line-height: 28px;
      color: #dc0002;
      background: #fff;
      position: absolute;
      top: -2px;
      right: 0
    }
    #promptLayer3 ul, #fixedPromptLayer ul {
      display: flex;
      justify-content: flex-end
    }
    #promptLayer3 li, #fixedPromptLayer li {
      position: relative;
      height: 50px
    }
    #promptLayer3 a, #fixedPromptLayer a {
      display: block;
      text-decoration: none;
      color: #fff
    }
    #promptLayer3 .cart, #fixedPromptLayer .cart {
      padding: 0 0 0 1em;
      display: flex;
      align-items: center
    }
    #promptLayer3 .cart a, #fixedPromptLayer .cart a {
      background: #df817e;
      background: #fff101;
      color: #dc0002;
      padding: 0 1em;
      line-height: 28px;
      border-radius: 14px;
      font-size: 1.14rem;
      transition: all .3s
    }
    #promptLayer3 .cart a .fa, #fixedPromptLayer .cart a .fa {
      margin-right: 5px
    }
    #promptLayer3 .cart a span, #fixedPromptLayer .cart a span {
      display: inline-block
    }
    #promptLayer3 .cart a .type, #fixedPromptLayer .cart a .type {
      font-size: 0.75rem;
      padding-left: .4em
    }
    #promptLayer3 .cart a:hover, #fixedPromptLayer .cart a:hover {
      background: #fff;
      color: #dc0002
    }
    #promptLayer3 .shops, #fixedPromptLayer .shops {
      display: flex;
      margin-left: 15px
    }
    #promptLayer3 .shops a, #fixedPromptLayer .shops a {
      display: flex;
      align-items: center;
      padding: 0 15px
    }
    #promptLayer3 .shops a:hover, #fixedPromptLayer .shops a:hover {
      text-decoration: underline
    }
    #promptLayer3 .shops::after, #fixedPromptLayer .shops::after {
      content: "";
      width: 1px;
      background: rgba(255, 255, 255, 0.5);
      height: 50%;
      position: absolute;
      top: 25%;
      left: 0
    }
    #fixedPromptLayer {
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      width: 100%;
      transform: translateY(-200%);
      transition: .6s
    }
    #fixedPromptLayer ul {
      justify-content: center
    }
    #fixedPromptLayer.on {
      transform: translateY(0)
    }
  }
  
  @media screen and (max-width: 600px) {
    #promptLayer3 {
      background: #dc0002;
      /*position:fixed;z-index:99999999;bottom:0;left:0;width:100%;*/
      color: #fff
    }
    #promptLayer3 p {
      text-align: center;
      padding: .5em;
      background: #222
    }
    #promptLayer3 ul {
      display: flex
    }
    #promptLayer3 li:not(:nth-child(1)) {
      border-left: 1px solid rgba(255, 255, 255, 0.3)
    }
    #promptLayer3 a {
      display: block;
      text-decoration: none;
      color: #fff;
      font-weight: bold;
      white-space: nowrap
    }
    #promptLayer3 .cart {
      display: flex;
      align-items: center;
      width: calc((100% - 7em)/2)
    }
    #promptLayer3 .cart a {
      position: relative;
      padding: .7em .5em .7em 2.8em
    }
    #promptLayer3 .cart a .fa {
      position: absolute;
      top: 18px;
      left: 16px
    }
    #promptLayer3 .cart a span {
      display: block
    }
    #promptLayer3 .cart a .type {
      font-size: 0.7rem
    }
    #promptLayer3 .shops {
      display: flex;
      width: 7em
    }
    #promptLayer3 .shops a {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center
    }
  }
  
  .chiba_new_news {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 1.6;
  }
  
  .videoSection {
    padding: 24px 40px;
  }
  
  .sectionFlow__leverless-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
  }
  
  .sectionFlow__leverless-right {
    width: 100%;
    margin: 0;
    max-width: 680px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  }
  
  .sectionFlow__leverless-left-text01 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  
  .sectionFlow__leverless-left-ttl {
    margin-bottom: 40px;
    text-align: left;
  }
  
  .sectionFlow__leverless-left-ttl span {
    color: #149f93;
    font-weight: 800;
    line-height: 1.6;
    background-color: #fff;
    padding: 0 5px;
  }
  
  .sectionFlow__leverless-left-ttl .left-ttl_sub-span {
    font-size: 1.5rem;
  }
  
  .sectionFlow__leverless-left-ttl .left-ttl_main-span {
    font-size: 3rem;
  }
  
  .sectionFlow__leverless-left-text02 {
    line-height: 1.3;
  }
  
  .sectionFlow__leverless-speechWrap {
    display: flex;
    align-items: flex-start;
    margin-top: 38px;
  }
  
  .sectionFlow__leverless-speech-img {
    max-width: 107px;
  }
  
  .sectionFlow__leverless-speech-img img {
    width: 100%;
    height: auto;
  }
  
  .sectionFlow__leverless-speech-text {
    padding: 15px 25px 20px;
    background-color: #f8d111;
    position: relative;
    flex: 1;
    margin-left: 25px;
    border-radius: 10px;
  }
  
  .sectionFlow__leverless-speech-text:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #f8d111;
    border-bottom: 0 solid transparent;
    position: absolute;
    top: 45px;
    left: -20px;
  }
  
  .sectionFlow__leverless-speech-text p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
  }
  
  .sectionFlow__leverless-right video {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  
  .sp-none {
    display: block;
  }
  
  @media screen and (max-width: 600px) {
    .sectionFlow__leverless-left-ttl {
      text-align: center;
    }
    .videoSection {
      padding: 15px 0 30px;
    }
    .sectionFlow__leverless-inner {
      display: block;
    }
    .sectionFlow__leverless-left-ttl span {
      margin-bottom: 20px;
    }
    .sp-none {
      display: none;
    }
    .sectionFlow__leverless-left-ttl {
      margin-bottom: 16px;
    }
    .sectionFlow__leverless-left-ttl .left-ttl_sub-span {
      font-size: 1rem;
    }
    .sectionFlow__leverless-left-ttl .left-ttl_main-span {
      font-size: 1rem;
    }
  }
  
  .leadSection .subSection1 .imgs20221005 li p {
    padding-top: 20px;
    line-height: 2;
    font-size: 16px;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
  }
  
  #pageTitle .layer .price.-update20221128 dt {
    width: 7.2em;
  }
  
  @media screen and (max-width: 600px) {
    #fixedPromptLayer {
      background: #dc0002;
      color: #fff;
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      width: 100%;
      transform: translateY(-200%);
      transition: .6s;
    }
    #fixedPromptLayer.on {
      transform: translateY(0);
    }
    #fixedPromptLayer p {
      text-align: center;
      padding: 0.5em;
      background: #222;
    }
    #fixedPromptLayer ul {
      display: flex;
    }
    #fixedPromptLayer li:not(:nth-child(1)) {
      border-left: 1px solid rgba(255, 255, 255, 0.3);
    }
    #fixedPromptLayer a {
      display: block;
      text-decoration: none;
      color: #fff;
      font-weight: bold;
      white-space: nowrap;
    }
    #fixedPromptLayer .cart {
      display: flex;
      align-items: center;
      width: calc((100% - 7em)/2);
    }
    #fixedPromptLayer .cart a {
      position: relative;
      padding: 0.7em 0.5em 0.7em 2.8em;
    }
    #fixedPromptLayer .cart a .fa {
      position: absolute;
      top: 18px;
      left: 16px;
    }
    #fixedPromptLayer .cart a span {
      display: block;
    }
    #fixedPromptLayer .cart a .type {
      font-size: 0.7rem;
    }
    #fixedPromptLayer .shops {
      display: flex;
      width: 7em;
    }
    #fixedPromptLayer .shops a {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
    }
    #promptLayer3.-update20221128 ul, #fixedPromptLayer.-update20221128 ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }
    #promptLayer3.-update20221128 .cart, #fixedPromptLayer.-update20221128 .cart {
      width: auto;
    }
    #promptLayer3.-update20221128 .cart a, #fixedPromptLayer.-update20221128 .cart a {
      padding: 10px 8px 10px 28px;
    }
    #promptLayer3.-update20221128 .cart a .fa, #fixedPromptLayer.-update20221128 .cart a .fa {
      left: 7px;
    }
  }

.ec23_alignment_page .ec23_alignment_wapper{
    display: flex;
}

.ec23_alignment_page .ec23_alignment_wapper .ec23_alignment_title{
    display: none;
}

.ec23_alignment_page .ec23_alignment_wapper .n_23_step_tag{
    display: none;
}

.ec23_alignment_page .ec23_alignment_wapper .ec23_btn_type03{
    display: none;
}

.ec23_alignment_page #section03{
    background-color: #fff;
}