@charset "UTF-8";
/* default */
@media screen and (max-width: 640px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

#tmpl_main {
  width: 100% !important;
  color: #2f353d;
  background-color: #FFFFFF;
  font-family: "SST W20 Roman", "SST W55 Regular", "SST W15 Bold", "SST W55 Bold"; 
}

.mcp_wrap {
  color: #2f353d;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-family: "SST W20 Roman", "SST W55 Regular", "SST W15 Bold", "SST W55 Bold";
  position: relative;
  background-color: rgba(255, 255, 255, 0.0);
}

.mcp_wrap:lang(zh) {
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

@media screen and (max-width: 640px) {
  .mcp_wrap {
    width: 100%;
  }
}

.mcp_wrap a {
  color: #2f353d;
  word-wrap: break-word;
  text-decoration: underline;
}

.mcp_wrap a:visited {
  color: #2f353d;
}

.mcp_wrap a:hover, .mcp_wrap a:active {
  color: #3865e0;
}

.mcp_wrap p {
  margin: 1em 0;
  line-height: 1.5rem;
  font-size: .9rem;
}

.mcp_wrap ul, .mcp_wrap ol {
  line-height: 1.5rem;
  font-size: .9rem;
}

.mcp_wrap .block {
  display: block;
}

.mcp_wrap .bold {
  font-weight: bold;
}

.mcp_wrap h1 {
  font-size: 2rem;
  margin: 1rem 0 2rem;
}

@media screen and (max-width: 640px) {
  .mcp_wrap h1 {
    font-size: 1.3rem;
    line-height: 1.75rem;
  }
}

.mcp_wrap h2 {
  font-size: 1.75rem;
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .mcp_wrap h2 {
    font-size: 1.3rem;
  }
}

.mcp_wrap h3 {
  margin: 15px 0;
  line-height: 1.5rem;
}

.mcp_wrap h4, .mcp_wrap h5 {
  margin: 0;
}

.mcp_wrap h4, .mcp_wrap h5 {
  margin: 0;
}

.mcp_wrap .js-link,.modWrap .js-link  {
  padding-top: 150px;
  margin-top: -150px;
}

@media screen and (max-width: 1190px) {
  .mcp_wrap .js-link,.modWrap .js-link {
    padding-top: 150px;
    margin-top: -150px;
    z-index: 0;
  }
}

.mcp_wrap iframe {
  border: 0;
}

/* a */
.mcp_wrap a.clickable {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.mcp_wrap a.no-anchor {
  text-decoration: none;
}

.mcp_wrap a.no-anchor:hover, .mcp_wrap a.no-anchor:active {
  text-decoration: underline;
}

.mcp_wrap a.no-anchor-2 {
  text-decoration: none;
}

/* font */
.mcp_wrap .fBold {
  font-weight: bold;
}

/* video iframe */
.mcp_wrap .video_frame {
  position: relative;
  width: 90%;
  padding-top: 50.625%;
  margin-left:5%;
}
.mcp_wrap .video_frame iframe, .mcp_wrap .video_frame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* image */
.mcp_wrap [class^=img_wrap] {
  width: 100%;
  text-align: center;
}

.mcp_wrap [class^=img_wrap] img {
  width: 100%;
}

.mcp_wrap .img_wrap100 img {
  width: 100%;
}

.mcp_wrap .img_wrap90 img {
  width: 90%;
}

.mcp_wrap .img_wrap80 img {
  width: 80%;
}

.mcp_wrap .img_wrap70 img {
  width: 70%;
}

.mcp_wrap .img_wrap60 img {
  width: 60%;
}

.mcp_wrap .img_wrap50 img {
  width: 50%;
}

.mcp_wrap .img_wrap40 img {
  width: 40%;
}

.mcp_wrap .img_wrap30 img {
  width: 30%;
}

.mcp_wrap .img_wrap20 img {
  width: 20%;
}

.mcp_wrap .img_wrap10 img {
  width: 10%;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .img_wrap_sp100 img {
    width: 100%;
  }
  .mcp_wrap .img_wrap_sp90 img {
    width: 90%;
  }
  .mcp_wrap .img_wrap_sp80 img {
    width: 80%;
  }
  .mcp_wrap .img_wrap_sp70 img {
    width: 70%;
  }
  .mcp_wrap .img_wrap_sp60 img {
    width: 60%;
  }
  .mcp_wrap .img_wrap_sp50 img {
    width: 50%;
  }
  .mcp_wrap .img_wrap_sp40 img {
    width: 40%;
  }
  .mcp_wrap .img_wrap_sp30 img {
    width: 30%;
  }
  .mcp_wrap .img_wrap_sp20 img {
    width: 20%;
  }
  .mcp_wrap .img_wrap_sp10 img {
    width: 10%;
  }
}

/* indent */
.mcp_wrap .indent1 {
  text-indent: 1em;
}

.mcp_wrap .indent2 {
  text-indent: 2em;
}

.mcp_wrap .indent3 {
  text-indent: 3em;
}

.mcp_wrap .indent4 {
  text-indent: 4em;
}

.mcp_wrap .indent5 {
  text-indent: 5em;
}

.mcp_wrap .indent6 {
  text-indent: 6em;
}

.mcp_wrap .indent7 {
  text-indent: 7em;
}

.mcp_wrap .indent8 {
  text-indent: 8em;
}

.mcp_wrap .indent9 {
  text-indent: 9em;
}

.mcp_wrap .indent10 {
  text-indent: 10em;
}

/* margin & padding */
.mcp_wrap .m0 {
  margin: 0 !important;
}

.mcp_wrap .m10 {
  margin: 10px !important;
}

.mcp_wrap .m20 {
  margin: 20px !important;
}

.mcp_wrap .m30 {
  margin: 30px !important;
}

.mcp_wrap .m40 {
  margin: 40px !important;
}

.mcp_wrap .m50 {
  margin: 50px !important;
}

.mcp_wrap .m60 {
  margin: 60px !important;
}

.mcp_wrap .m70 {
  margin: 70px !important;
}

.mcp_wrap .m80 {
  margin: 80px !important;
}

.mcp_wrap .m90 {
  margin: 90px !important;
}

.mcp_wrap .m100 {
  margin: 100px !important;
}

.mcp_wrap .mt0 {
  margin-top: 0 !important;
}

.mcp_wrap .mt10 {
  margin-top: 10px !important;
}

.mcp_wrap .mt20 {
  margin-top: 20px !important;
}

.mcp_wrap .mt30 {
  margin-top: 30px !important;
}

.mcp_wrap .mt40 {
  margin-top: 40px !important;
}

.mcp_wrap .mt50 {
  margin-top: 50px !important;
}

.mcp_wrap .mt60 {
  margin-top: 60px !important;
}

.mcp_wrap .mt70 {
  margin-top: 70px !important;
}

.mcp_wrap .mt80 {
  margin-top: 80px !important;
}

.mcp_wrap .mt90 {
  margin-top: 90px !important;
}

.mcp_wrap .mt100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .mt_sp0 {
    margin-top: 0 !important;
  }
  .mcp_wrap .mt_sp10 {
    margin-top: 10px !important;
  }
  .mcp_wrap .mt_sp20 {
    margin-top: 20px !important;
  }
  .mcp_wrap .mt_sp30 {
    margin-top: 30px !important;
  }
  .mcp_wrap .mt_sp40 {
    margin-top: 40px !important;
  }
  .mcp_wrap .mt_sp50 {
    margin-top: 50px !important;
  }
  .mcp_wrap .mt_sp60 {
    margin-top: 60px !important;
  }
  .mcp_wrap .mt_sp70 {
    margin-top: 70px !important;
  }
  .mcp_wrap .mt_sp80 {
    margin-top: 80px !important;
  }
  .mcp_wrap .mt_sp90 {
    margin-top: 90px !important;
  }
  .mcp_wrap .mt_sp100 {
    margin-top: 100px !important;
  }
}

.mcp_wrap .mb0 {
  margin-bottom: 0 !important;
}

.mcp_wrap .mb10 {
  margin-bottom: 10px !important;
}

.mcp_wrap .mb20 {
  margin-bottom: 20px !important;
}

.mcp_wrap .mb30 {
  margin-bottom: 30px !important;
}

.mcp_wrap .mb40 {
  margin-bottom: 40px !important;
}

.mcp_wrap .mb50 {
  margin-bottom: 50px !important;
}

.mcp_wrap .mb60 {
  margin-bottom: 60px !important;
}

.mcp_wrap .mb70 {
  margin-bottom: 70px !important;
}

.mcp_wrap .mb80 {
  margin-bottom: 80px !important;
}

.mcp_wrap .mb90 {
  margin-bottom: 90px !important;
}

.mcp_wrap .mb100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .mb_sp0 {
    margin-bottom: 0 !important;
  }
  .mcp_wrap .mb_sp10 {
    margin-bottom: 10px !important;
  }
  .mcp_wrap .mb_sp20 {
    margin-bottom: 20px !important;
  }
  .mcp_wrap .mb_sp30 {
    margin-bottom: 30px !important;
  }
  .mcp_wrap .mb_sp40 {
    margin-bottom: 40px !important;
  }
  .mcp_wrap .mb_sp50 {
    margin-bottom: 50px !important;
  }
  .mcp_wrap .mb_sp60 {
    margin-bottom: 60px !important;
  }
  .mcp_wrap .mb_sp70 {
    margin-bottom: 70px !important;
  }
  .mcp_wrap .mb_sp80 {
    margin-bottom: 80px !important;
  }
  .mcp_wrap .mb_sp90 {
    margin-bottom: 90px !important;
  }
  .mcp_wrap .mb_sp100 {
    margin-bottom: 100px !important;
  }
}

.mcp_wrap .ml0 {
  margin-left: 0 !important;
}

.mcp_wrap .ml10 {
  margin-left: 10px !important;
}

.mcp_wrap .ml20 {
  margin-left: 20px !important;
}

.mcp_wrap .ml30 {
  margin-left: 30px !important;
}

.mcp_wrap .ml40 {
  margin-left: 40px !important;
}

.mcp_wrap .ml50 {
  margin-left: 50px !important;
}

.mcp_wrap .ml60 {
  margin-left: 60px !important;
}

.mcp_wrap .ml70 {
  margin-left: 70px !important;
}

.mcp_wrap .ml80 {
  margin-left: 80px !important;
}

.mcp_wrap .ml90 {
  margin-left: 90px !important;
}

.mcp_wrap .ml100 {
  margin-left: 100px !important;
}

.mcp_wrap .mr0 {
  margin-right: 0 !important;
}

.mcp_wrap .mr10 {
  margin-right: 10px !important;
}

.mcp_wrap .mr20 {
  margin-right: 20px !important;
}

.mcp_wrap .mr30 {
  margin-right: 30px !important;
}

.mcp_wrap .mr40 {
  margin-right: 40px !important;
}

.mcp_wrap .mr50 {
  margin-right: 50px !important;
}

.mcp_wrap .mr60 {
  margin-right: 60px !important;
}

.mcp_wrap .mr70 {
  margin-right: 70px !important;
}

.mcp_wrap .mr80 {
  margin-right: 80px !important;
}

.mcp_wrap .mr90 {
  margin-right: 90px !important;
}

.mcp_wrap .mr100 {
  margin-right: 100px !important;
}

.mcp_wrap .mtb0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mcp_wrap .mtb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mcp_wrap .mtb20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mcp_wrap .mtb30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mcp_wrap .mtb40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mcp_wrap .mtb50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mcp_wrap .mtb60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mcp_wrap .mtb70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mcp_wrap .mtb80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mcp_wrap .mtb90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mcp_wrap .mtb100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mcp_wrap .m0Wrap p {
  margin: 0 !important;
}

.mcp_wrap .p0 {
  padding: 0 !important;
}

.mcp_wrap .p5 {
  padding: 5px !important;
}

.mcp_wrap .p10 {
  padding: 10px !important;
}

.mcp_wrap .p15 {
  padding: 15px !important;
}

.mcp_wrap .p20 {
  padding: 20px !important;
}

.mcp_wrap .p25 {
  padding: 25px !important;
}

.mcp_wrap .p30 {
  padding: 30px !important;
}

.mcp_wrap .p35 {
  padding: 35px !important;
}

.mcp_wrap .p40 {
  padding: 40px !important;
}

.mcp_wrap .p45 {
  padding: 45px !important;
}

.mcp_wrap .p50 {
  padding: 50px !important;
}

.mcp_wrap .p55 {
  padding: 55px !important;
}

.mcp_wrap .p60 {
  padding: 60px !important;
}

.mcp_wrap .p65 {
  padding: 65px !important;
}

.mcp_wrap .p70 {
  padding: 70px !important;
}

.mcp_wrap .p75 {
  padding: 75px !important;
}

.mcp_wrap .p80 {
  padding: 80px !important;
}

.mcp_wrap .p85 {
  padding: 85px !important;
}

.mcp_wrap .p90 {
  padding: 90px !important;
}

.mcp_wrap .p95 {
  padding: 95px !important;
}

.mcp_wrap .p100 {
  padding: 100px !important;
}

.mcp_wrap .pt0 {
  padding-top: 0 !important;
}

.mcp_wrap .pt5 {
  padding-top: 5px !important;
}

.mcp_wrap .pt10 {
  padding-top: 10px !important;
}

.mcp_wrap .pt15 {
  padding-top: 15px !important;
}

.mcp_wrap .pt20 {
  padding-top: 20px !important;
}

.mcp_wrap .pt25 {
  padding-top: 25px !important;
}

.mcp_wrap .pt30 {
  padding-top: 30px !important;
}

.mcp_wrap .pt35 {
  padding-top: 35px !important;
}

.mcp_wrap .pt40 {
  padding-top: 40px !important;
}

.mcp_wrap .pt45 {
  padding-top: 45px !important;
}

.mcp_wrap .pt50 {
  padding-top: 50px !important;
}

.mcp_wrap .pt55 {
  padding-top: 55px !important;
}

.mcp_wrap .pt60 {
  padding-top: 60px !important;
}

.mcp_wrap .pt65 {
  padding-top: 65px !important;
}

.mcp_wrap .pt70 {
  padding-top: 70px !important;
}

.mcp_wrap .pt75 {
  padding-top: 75px !important;
}

.mcp_wrap .pt80 {
  padding-top: 80px !important;
}

.mcp_wrap .pt85 {
  padding-top: 85px !important;
}

.mcp_wrap .pt90 {
  padding-top: 90px !important;
}

.mcp_wrap .pt95 {
  padding-top: 95px !important;
}

.mcp_wrap .pt100 {
  padding-top: 100px !important;
}

.mcp_wrap .pb0 {
  padding-bottom: 0 !important;
}

.mcp_wrap .pb5 {
  padding-bottom: 5px !important;
}

.mcp_wrap .pb10 {
  padding-bottom: 10px !important;
}

.mcp_wrap .pb15 {
  padding-bottom: 15px !important;
}

.mcp_wrap .pb20 {
  padding-bottom: 20px !important;
}

.mcp_wrap .pb25 {
  padding-bottom: 25px !important;
}

.mcp_wrap .pb30 {
  padding-bottom: 30px !important;
}

.mcp_wrap .pb35 {
  padding-bottom: 35px !important;
}

.mcp_wrap .pb40 {
  padding-bottom: 40px !important;
}

.mcp_wrap .pb45 {
  padding-bottom: 45px !important;
}

.mcp_wrap .pb50 {
  padding-bottom: 50px !important;
}

.mcp_wrap .pb55 {
  padding-bottom: 55px !important;
}

.mcp_wrap .pb60 {
  padding-bottom: 60px !important;
}

.mcp_wrap .pb65 {
  padding-bottom: 65px !important;
}

.mcp_wrap .pb70 {
  padding-bottom: 70px !important;
}

.mcp_wrap .pb75 {
  padding-bottom: 75px !important;
}

.mcp_wrap .pb80 {
  padding-bottom: 80px !important;
}

.mcp_wrap .pb85 {
  padding-bottom: 85px !important;
}

.mcp_wrap .pb90 {
  padding-bottom: 90px !important;
}

.mcp_wrap .pb95 {
  padding-bottom: 95px !important;
}

.mcp_wrap .pb100 {
  padding-bottom: 100px !important;
}

.mcp_wrap .pl0 {
  padding-left: 0 !important;
}

.mcp_wrap .pl5 {
  padding-left: 5px !important;
}

.mcp_wrap .pl10 {
  padding-left: 10px !important;
}

.mcp_wrap .pl15 {
  padding-left: 15px !important;
}

.mcp_wrap .pl20 {
  padding-left: 20px !important;
}

.mcp_wrap .pl25 {
  padding-left: 25px !important;
}

.mcp_wrap .pl30 {
  padding-left: 30px !important;
}

.mcp_wrap .pl35 {
  padding-left: 35px !important;
}

.mcp_wrap .pl40 {
  padding-left: 40px !important;
}

.mcp_wrap .pl45 {
  padding-left: 45px !important;
}

.mcp_wrap .pl50 {
  padding-left: 50px !important;
}

.mcp_wrap .pl55 {
  padding-left: 55px !important;
}

.mcp_wrap .pl60 {
  padding-left: 60px !important;
}

.mcp_wrap .pl65 {
  padding-left: 65px !important;
}

.mcp_wrap .pl70 {
  padding-left: 70px !important;
}

.mcp_wrap .pl75 {
  padding-left: 75px !important;
}

.mcp_wrap .pl80 {
  padding-left: 80px !important;
}

.mcp_wrap .pl85 {
  padding-left: 85px !important;
}

.mcp_wrap .pl90 {
  padding-left: 90px !important;
}

.mcp_wrap .pl95 {
  padding-left: 95px !important;
}

.mcp_wrap .pl100 {
  padding-left: 100px !important;
}

.mcp_wrap .pl-1 {
  padding-left: 1rem !important;
}

.mcp_wrap .pl-2 {
  padding-left: 2rem !important;
}

.mcp_wrap .pl-3 {
  padding-left: 3rem !important;
}

.mcp_wrap .pr0 {
  padding-right: 0 !important;
}

.mcp_wrap .pr5 {
  padding-right: 5px !important;
}

.mcp_wrap .pr10 {
  padding-right: 10px !important;
}

.mcp_wrap .pr15 {
  padding-right: 15px !important;
}

.mcp_wrap .pr20 {
  padding-right: 20px !important;
}

.mcp_wrap .pr25 {
  padding-right: 25px !important;
}

.mcp_wrap .pr30 {
  padding-right: 30px !important;
}

.mcp_wrap .pr35 {
  padding-right: 35px !important;
}

.mcp_wrap .pr40 {
  padding-right: 40px !important;
}

.mcp_wrap .pr45 {
  padding-right: 45px !important;
}

.mcp_wrap .pr50 {
  padding-right: 50px !important;
}

.mcp_wrap .pr55 {
  padding-right: 55px !important;
}

.mcp_wrap .pr60 {
  padding-right: 60px !important;
}

.mcp_wrap .pr65 {
  padding-right: 65px !important;
}

.mcp_wrap .pr70 {
  padding-right: 70px !important;
}

.mcp_wrap .pr75 {
  padding-right: 75px !important;
}

.mcp_wrap .pr80 {
  padding-right: 80px !important;
}

.mcp_wrap .pr85 {
  padding-right: 85px !important;
}

.mcp_wrap .pr90 {
  padding-right: 90px !important;
}

.mcp_wrap .pr95 {
  padding-right: 95px !important;
}

.mcp_wrap .pr100 {
  padding-right: 100px !important;
}

.mcp_wrap .ptb0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mcp_wrap .ptb5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.mcp_wrap .ptb10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.mcp_wrap .ptb15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.mcp_wrap .ptb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.mcp_wrap .ptb25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.mcp_wrap .ptb30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.mcp_wrap .ptb35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.mcp_wrap .ptb40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.mcp_wrap .ptb45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.mcp_wrap .ptb50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.mcp_wrap .ptb55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.mcp_wrap .ptb60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.mcp_wrap .ptb65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.mcp_wrap .ptb70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.mcp_wrap .ptb75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.mcp_wrap .ptb80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.mcp_wrap .ptb85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.mcp_wrap .ptb90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.mcp_wrap .ptb95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.mcp_wrap .ptb100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/* module */
.mcp_wrap .mod {
  width: 100%;
  margin: 60px 0;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .mod {
    margin: 30px 0;
  }
}

.mcp_wrap .mod_l {
  width: 100%;
  margin: 120px 0;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .mod_l {
    margin: 60px 0;
  }
}

.mcp_wrap .mod_s {
  width: 100%;
  margin: 30px 0;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .mod_s {
    margin: 15px 0;
  }
}

.mcp_wrap .mod_n {
  width: 100%;
  margin: 0;
}

.mcp_wrap .mod90 {
  width: 90%;
  margin: 60px auto;
}

.mcp_wrap .mod90_l {
  width: 90%;
  margin: 120px auto;
}

.mcp_wrap .mod90_s {
  width: 90%;
  margin: 30px auto;
}

.mcp_wrap .mod90_n {
  width: 90%;
  margin: 0 auto;
}

.mcp_wrap .mod80 {
  width: 80%;
}

.mcp_wrap .mod70 {
  width: 70%;
}

.mcp_wrap .mod60 {
  width: 60%;
  margin: auto;
}

.mcp_wrap .mod50 {
  width: 50%;
  margin: 60px auto;
}

.mcp_wrap .mod50_l {
  width: 50%;
  margin: 120px auto;
}

.mcp_wrap .mod50_s {
  width: 50%;
  margin: 30px auto;
}

.mcp_wrap .mod50_n {
  width: 50%;
  margin: 0 auto;
}

.mcp_wrap .mod40 {
  width: 40%;
}

.mcp_wrap .mod30 {
  width: 30%;
}

.mcp_wrap .mod20 {
  width: 20%;
}

.mcp_wrap .mod10 {
  width: 10%;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .mod_sp100 {
    width: 100% !important;
  }
}

.mcp_wrap .mod_admonition_title {
  line-height: 1.5rem;
  font-size: .9rem;
  font-weight: bold;
  padding: .5rem 2rem .5rem .5rem;
  margin: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
}

.mcp_wrap .mod_admonition_title::before {
  content: "";
  width: 15px;
  min-width: 20px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}

.mcp_wrap .mod_admonition_txt {
  margin: 0;
  padding: .5rem 1rem;
}

.mcp_wrap .mod_info {
  border-left: 5px solid #00b8d4;
  border-radius: .1rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05), 0 0 0.05rem rgba(0, 0, 0, 0.1);
}

.mcp_wrap .mod_info .mod_admonition_title {
  background-color: rgba(0, 184, 212, 0.1);
}

.mcp_wrap .mod_info .mod_admonition_title::before {
  background-image: url("/en/Products/mocopi-dev/img/common/icn_info.png");
}

.mcp_wrap .mod_tips {
  border-left: 5px solid #448aff;
  border-radius: .1rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05), 0 0 0.05rem rgba(0, 0, 0, 0.1);
}

.mcp_wrap .mod_tips .mod_admonition_title {
  background-color: rgba(68, 138, 255, 0.1);
}

.mcp_wrap .mod_tips .mod_admonition_title::before {
  background-image: url("/en/Products/mocopi-dev/img/common/icn_tips.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.mcp_wrap .mod_warning {
  border-left: 5px solid #ff9100;
  border-radius: .1rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05), 0 0 0.05rem rgba(0, 0, 0, 0.1);
}

.mcp_wrap .mod_warning .mod_admonition_title {
  background-color: rgba(255, 145, 0, 0.1);
}

.mcp_wrap .mod_warning .mod_admonition_title::before {
  background-image: url("/en/Products/mocopi-dev/img/common/icn_warning.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.mcp_wrap .mod_danger {
  border-left: 5px solid #ff1744;
  border-radius: .1rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05), 0 0 0.05rem rgba(0, 0, 0, 0.1);
}

.mcp_wrap .mod_danger .mod_admonition_title {
  background-color: rgba(255, 23, 68, 0.1);
}

.mcp_wrap .mod_danger .mod_admonition_title::before {
  background-image: url("/en/Products/mocopi-dev/img/common/icn_danger.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.mcp_wrap .modWrap {
  width: 1190px;
  margin: 0 auto;
  padding: 24px 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 1190px) {
  .mcp_wrap .modWrap {
    width: 100%;
    padding: 24px 0;
  }
}

.mcp_wrap.js-menu-2 .modWrap {
  width: 100%;
}

/* row & column */
.mcp_wrap .row_2 {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}

.mcp_wrap .row_2 > div {
  width: calc((100% - 20px)/2);
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .row_2 > div {
    width: 100%;
  }
}

.mcp_wrap .row_2 > div:nth-child(odd),
.mcp_wrap .row_2 > [class^=mod]:nth-child(odd) {
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .row_2 > div:nth-child(odd),
  .mcp_wrap .row_2 > [class^=mod]:nth-child(odd) {
    margin-right: 0;
  }
}

.mcp_wrap .row_2 > div:nth-child(even),
.mcp_wrap .row_2 > [class^=mod]:nth-child(even) {
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .row_2 > div:nth-child(even),
  .mcp_wrap .row_2 > [class^=mod]:nth-child(even) {
    margin-left: 0;
  }
}

.mcp_wrap .row_2 > .w90 {
  width: calc(90% - 10px);
}

@media screen and (max-width: 640px) {
  .mcp_wrap .row_2 > .w90 {
    width: 100%;
  }
}

.mcp_wrap .row_2 > .w80 {
  width: calc(80% - 10px);
}

@media screen and (max-width: 640px) {
  .mcp_wrap .row_2 > .w80 {
    width: 100%;
  }
}

.mcp_wrap .row_2 > .w70 {
  width: calc(70% - 10px);
}

.mcp_wrap .row_2 > .w60 {
  width: calc(60% - 10px);
}

.mcp_wrap .row_2 > .w55 {
  width: calc(55% - 10px);
}

.mcp_wrap .row_2 > .w50 {
  width: calc(50% - 10px);
}

.mcp_wrap .row_2 > .w45 {
  width: calc(45% - 10px);
}

.mcp_wrap .row_2 > .w40 {
  width: calc(40% - 10px);
}

.mcp_wrap .row_2 > .w30 {
  width: calc(30% - 10px);
}

.mcp_wrap .row_2 > .w20 {
  width: calc(20% - 10px);
}

@media screen and (max-width: 640px) {
  .mcp_wrap .row_2 > .w20 {
    width: 100%;
  }
}

.mcp_wrap .row_2 > .w10 {
  width: calc(10% - 10px);
}

@media screen and (max-width: 640px) {
  .mcp_wrap .row_2 > .w10 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .mcp_wrap .row_2 > .w_sp100 {
    width: 100%;
  }
  .mcp_wrap .row_2 > .w_sp90 {
    width: calc(90% - 10px);
  }
  .mcp_wrap .row_2 > .w_sp80 {
    width: calc(80% - 10px);
  }
  .mcp_wrap .row_2 > .w_sp70 {
    width: calc(70% - 10px);
  }
  .mcp_wrap .row_2 > .w_sp60 {
    width: calc(60% - 10px);
  }
  .mcp_wrap .row_2 > .w_sp55 {
    width: calc(55% - 10px);
  }
  .mcp_wrap .row_2 > .w_sp50 {
    width: calc(50% - 10px);
  }
  .mcp_wrap .row_2 > .w_sp45 {
    width: calc(45% - 10px);
  }
  .mcp_wrap .row_2 > .w_sp40 {
    width: calc(40% - 10px);
  }
  .mcp_wrap .row_2 > .w_sp30 {
    width: calc(30% - 10px);
  }
  .mcp_wrap .row_2 > .w_sp20 {
    width: calc(20% - 10px);
  }
  .mcp_wrap .row_2 > .w_sp10 {
    width: calc(10% - 10px);
  }
}

.mcp_wrap .row_2.re {
  flex-direction: row-reverse;
}

.mcp_wrap .row_2.re > div:nth-child(odd),
.mcp_wrap .row_2.re > [class^=mod]:nth-child(odd) {
  margin-right: 0;
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .row_2.re > div:nth-child(odd),
  .mcp_wrap .row_2.re > [class^=mod]:nth-child(odd) {
    margin-left: 0;
  }
}

.mcp_wrap .row_2.re > div:nth-child(even),
.mcp_wrap .row_2.re > [class^=mod]:nth-child(even) {
  margin-left: 0;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .row_2.re > div:nth-child(even),
  .mcp_wrap .row_2.re > [class^=mod]:nth-child(even) {
    margin-right: 0;
  }
}

.mcp_wrap .row_2.re img {
  width: 100%;
}

.mcp_wrap .row_3 {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}

.mcp_wrap .row_3 > div {
  width: calc((99% - 20px)/3);
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .row_3 > div {
    width: calc((100% - 20px)/2);
  }
}

.mcp_wrap .row_3 > div:nth-child(3n + 1),
.mcp_wrap .row_3 > [class^=mod]:nth-child(3n + 1) {
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .row_3 > div:nth-child(3n + 1),
  .mcp_wrap .row_3 > [class^=mod]:nth-child(3n + 1) {
    margin-right: 0;
  }
}

.mcp_wrap .row_3 > div:nth-child(3n + 3),
.mcp_wrap .row_3 > [class^=mod]:nth-child(3n + 3) {
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .row_3 > div:nth-child(3n + 3),
  .mcp_wrap .row_3 > [class^=mod]:nth-child(3n + 3) {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .mcp_wrap .row_3 > div:nth-child(odd),
  .mcp_wrap .row_3 > [class^=mod]:nth-child(odd) {
    margin-right: 10px;
  }
  .mcp_wrap .row_3 > div:nth-child(even),
  .mcp_wrap .row_3 > [class^=mod]:nth-child(even) {
    margin-left: 10px;
  }
}

.mcp_wrap .row_3 > .mod90 {
  width: calc(90% - 10px);
}

.mcp_wrap .row_3 > .mod80 {
  width: calc(80% - 10px);
}

.mcp_wrap .row_3 > .mod70 {
  width: calc(70% - 10px);
}

.mcp_wrap .row_3 > .mod60 {
  width: calc(60% - 10px);
}

.mcp_wrap .row_3 > .mod50 {
  width: calc(50% - 10px);
}

.mcp_wrap .row_3 > .mod40 {
  width: calc(40% - 10px);
}

.mcp_wrap .row_3 > .mod30 {
  width: calc(30% - 10px);
}

.mcp_wrap .row_3 > .mod20 {
  width: calc(20% - 10px);
}

.mcp_wrap .row_3 > .mod10 {
  width: calc(10% - 10px);
}

.mcp_wrap .row_3 > .mod5 {
  width: calc(5% - 10px);
}

/* text-align */
.mcp_wrap .right {
  text-align: right !important;
}

.mcp_wrap .left {
  text-align: left !important;
}

.mcp_wrap .center {
  text-align: center !important;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .sp_right {
    text-align: right !important;
  }
  .mcp_wrap .sp_left {
    text-align: left !important;
  }
  .mcp_wrap .sp_center {
    text-align: center !important;
  }
}

/* header menu */
.mcp-header_wrap {
  width: 100%;
  min-width: 1190px;
  background: rgba(0, 0, 0, 0.8);
  display: inline-flex;
  height: 96px;
  position: absolute;
  z-index: 8500;
}

@media screen and (max-width: 1190px) {
  .mcp-header_wrap {
    background: rgba(0, 0, 0, 0);
    min-width: auto;
    position: absolute;
    top: 70px;
    z-index: 90;
    box-sizing: border-box;
    padding: 0;
    height: 60px;
  }
}

@media screen and (max-width: 640px) {
  .mcp-header_wrap {
    top: 64px;
  }
}

.mcp-header_wrap .mcp-header {
  width: 1190px;
  min-width: 1190px;
  margin: 0 auto;
  display: flex;
  height: 96px;
}

@media screen and (max-width: 1190px) {
  .mcp-header_wrap .mcp-header {
    min-width: auto;
    width: 100%;
    height: 60px;
    display: block;
  }
}

.mcp-header_wrap .mcp_logo {
  margin: 0;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1190px) {
  .mcp-header_wrap .mcp_logo {
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
  }
}

.mcp-header_wrap .mcp_logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1190px) {
  .mcp-header_wrap .mcp_logo img {
    height: 100%;
    width: auto;
  }
}

.mcp-header_wrap .nav-menu {
  padding-left: 20px;
  box-sizing: border-box;
  width: 1190px;
  position: relative;
  margin: 0 auto;
  z-index: 9999;
}

@media screen and (max-width: 1190px) {
  .mcp-header_wrap .nav-menu {
    width: 100%;
    padding-left: 0;
  }
}

.mcp-header_wrap .nav-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  width: 100%;
  display: inline-flex;
}

@media screen and (max-width: 1190px) {
  .mcp-header_wrap .nav-menu ul {
    display: block;
    border-bottom: 1px solid #ccc;
    background: rgba(0, 0, 0, 0.8);
    height: calc(100vh);
  }
}

.mcp-header_wrap .nav-menu ul li {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

.mcp-header_wrap .nav-menu ul li a {
  color: #fff;
  padding: 20px 15px;
  box-sizing: border-box;
  text-indent: 0;
  margin: 0;
  font-size: .85rem;
  height: 96px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1190px) {
  .mcp-header_wrap .nav-menu ul li a {
    padding: 20px;
    box-sizing: border-box;
    height: 60px;
    text-align: left;
    display: block;
    font-weight: bold;
    font-size: 1rem;
  }
}

.mcp-header_wrap .nav-menu ul li a:active, .mcp-header_wrap .nav-menu ul li a:hover {
  opacity: .5;
}

@media screen and (max-width: 1190px) {
  .mcp-header_wrap .nav-menu ul li a:active, .mcp-header_wrap .nav-menu ul li a:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.mcp-header_wrap .nav-menu select {
  position: absolute;
  top: 22px;
  right: 0;
}

@media screen and (max-width: 1190px) {
  .mcp-header_wrap .nav-menu select {
    top: -34px;
    padding: 5px;
    box-sizing: border-box;
    width: 100px;
    border: 1px solid #ccc;
    right: 66px;
  }
}

.mcp-header_wrap.js-fix {
  display: block;
}

.nav-menu_sp_wrap {
  display: none;
  padding: 10px 10%;
}

@media screen and (max-width: 1190px) {
  .nav-menu_sp_wrap {
    display: block;
    padding: 0;
  }
}

.nav-menu_sp_btn {
  display: none;
}

@media screen and (max-width: 1190px) {
  .nav-menu_sp_btn {
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    left: calc(100vw - 65px);
    top: 15px;
    z-index: 9999;
    outline: none;
  }
  .nav-menu_sp_btn:focus {
    border: 2px solid;
  }
}

@media screen and (max-width: 640px) {
  .nav-menu_sp_btn {
    right: 18px;
    top: 14px;
    left: auto;
  }
}

.nav-menu_sp_btn span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.nav-menu_sp_btn span::before, .nav-menu_sp_btn span::after {
  position: absolute;
  top: -6px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.nav-menu_sp_btn span:before {
  left: 9px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all 300ms 0s ease;
}

.nav-menu_sp_btn span:last-child {
  top: -90px;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  opacity: 0;
}

.nav-menu_sp_btn span.js-opn::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  transition: all 300ms 0s ease;
}

.nav-menu_sp_btn:focus {
  border: 1px solid #ccc;
}

.js-fix {
  position: fixed !important;
  top: 66px;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
}

@media screen and (max-width: 1190px) {
  .js-fix .nav-menu_sp {
    top: 17px;
  }
}

.js-off {
  display: none !important;
}

.nav-menu .mcp_lang {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1190px) {
  .nav-menu .mcp_lang {
    width: 100%;
    position: static;
    border: 0;
  }
}

.nav-menu .mcp_lang ul {
  box-sizing: border-box;
  border-bottom: 0;
}

@media screen and (max-width: 1190px) {
  .nav-menu .mcp_lang ul {
    position: static;
    display: block;
    width: 100%;
    border: 0;
    border-top: 2px solid #f2f2f2;
    background: rgba(0, 0, 0, 0);
  }
}

.nav-menu .mcp_lang ul li {
  border-bottom: 4px solid rgba(255, 255, 255, 0);
}

@media screen and (max-width: 1190px) {
  .nav-menu .mcp_lang ul li {
    width: auto;
    border-bottom: 0;
  }
}

@media screen and (max-width: 1190px) {
  .nav-menu .mcp_lang ul li:hover {
    border-bottom: 0;
  }
}

.nav-menu .mcp_lang ul li a {
  border-bottom: 0;
  top: 0;
  line-height: 1.25rem;
}

.nav-menu .mcp_lang ul li a:hover {
  border-bottom: 0;
}

@media screen and (max-width: 1190px) {
  .mcp_wrap.js-menu-2 .main_wrap {
    padding-top: 120px;
  }
}

/* breadcrumb */
.main_wrap .breadcrumb_wrap {
  width: 1190px;
  margin: 0 auto;
  padding: 20px 0 0;
}

@media screen and (max-width: 1190px) {
  .main_wrap .breadcrumb_wrap {
    width: 100%;
    padding: 15px 0 0;
  }
}

.main_wrap .breadcrumb_wrap .breadcrumb {
  list-style: none;
  display: inline-flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.main_wrap .breadcrumb_wrap .breadcrumb li {
  padding: 0 2.5px;
  margin: 0 0 5px 0;
  color: #6e6b6b;
  font-size: 0.9rem;
}

.main_wrap .breadcrumb_wrap .breadcrumb li::after {
  content: " > ";
}

.main_wrap .breadcrumb_wrap .breadcrumb li:last-child::after {
  content: "";
}

.main_wrap .breadcrumb_wrap .breadcrumb li a {
  color: #6e6b6b !important;
}

.main_wrap .breadcrumb_wrap .breadcrumb li a:hover, .main_wrap .breadcrumb_wrap .breadcrumb li a:active {
  color: rgba(0, 0, 0, 0.87) !important;
}

.js-menu-2 .breadcrumb_wrap {
  width: 100%;
}

@media screen and (max-width: 1190px) {
  .js-menu-2 .breadcrumb_wrap {
    padding: 15px 0 0;
  }
}

.sub-header {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0;
  background-color: #546d78;
  z-index: 2;
  height: 2.8rem;
}

.sub-header_wrap {
  width: 1190px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .sub-header_wrap {
    width: 100%;
  }
}

.sub-header .logo_wrap {
  display: inline-flex;
  flex-direction: row-reverse;
}

.sub-header .logo_wrap h1 {
  margin: 0;
  flex-grow: 1;
  padding: 0 20px;
  font-size: 1.2rem;
  line-height: 2.8rem;
  color: #fff;
  font-weight: normal;
}

.sub-header .logo_wrap .logo_icon {
  margin: .2rem 0;
  padding: .4rem 0;
  color: #fff;
}

.sub-header .logo_wrap .logo_icon svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}

.md-header[data-md-state=shadow] {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
  transition: color 250ms,background-color 250ms,box-shadow 250ms;
}

/* footer */
.tmpl-footer,
.tmpl-footer-wrap {
  z-index: 9000;
}

@media screen and (max-width: 1190px) {
  .tmpl-footer,
  .tmpl-footer-wrap {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
  }
}

.mcp-footer {
  width: 100%;
  min-width: 100%;
  background-color: #000;
  padding: 30px 0;
  box-sizing: border-box;
  position: relative;
  top: 143px;
  z-index: 9000;
}

@media screen and (max-width: 640px) {
  .mcp-footer {
    min-width: auto;
  }
}

.mcp-footer .service-logo {
  position: absolute;
  height: 65px;
  padding: 5px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: end;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .mcp-footer .service-logo {
    width: 200px;
    position: relative;
    text-align: left;
    margin-left: 0;
    margin-bottom: 30px;
    left: 0;
  }
}

.mcp-footer .service-logo img {
  height: 70%;
}

.mcp-footer a {
  color: #fff;
}

.mcp-footer .mcp-footer_nav {
  display: inline-flex;
  list-style: none;
  margin: 0;
  height: 65px;
}

@media screen and (max-width: 640px) {
  .mcp-footer .mcp-footer_nav {
    display: block;
    padding-left: 0;
    height: auto;
  }
}

.mcp-footer .mcp-footer_nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px 0 0;
}

@media screen and (max-width: 640px) {
  .mcp-footer .mcp-footer_nav li {
    padding: 10px 0;
    justify-content: flex-start;
  }
}

.mcp-footer .mcp-footer_nav li a {
  text-decoration: none;
}

.mcp-footer .mcp-footer_nav .icon {
  width: 50px;
  margin: 5px;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .mcp-footer .mcp-footer_nav .icon {
    display: inline-block;
    margin-left: 0;
  }
}

.mcp-footer .mcp-footer_nav .icon:last-child {
  margin-right: 0;
}

.mcp-footer .mcp-footer_nav .icon a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mcp-footer .mcp-footer_nav .icon a img {
  width: 100%;
}

.mcp-footer .mcp-footer_nav li ul {
  display: none;
}

.mcp-footer .mcp-footer_nav li:hover ul {
  display: block;
  height: auto;
  position: absolute;
  background-color: #555555;
  padding: 5px;
  margin-left: -5px;
  bottom: 81px;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .mcp-footer .mcp-footer_nav li:hover ul {
    left: 45%;
    bottom: 75px;
  }
}

.mcp-footer .mcp-footer_nav li ul li {
  display: block;
  padding: 5px;
}

.mcp-footer_wrap {
  width: 1190px;
  margin: 0 auto;
  text-align: right;
  box-sizing: border-box;
}

@media screen and (max-width: 1810px) {
  .mcp-footer_wrap {
    padding: 0 20px;
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 640px) {
  .mcp-footer_wrap {
    padding: 0 40px;
  }
}

/* default (top) */
@media screen and (max-width: 640px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

/* How to make Apps */
#howto_make .howto {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  column-count: 2;
}

@media screen and (max-width: 640px) {
  #howto_make .howto {
    column-count: 1;
    flex-direction: column-reverse;
  }
}

#howto_make .howto_img_wrap {
  width: 30%;
  box-sizing: border-box;
  height: 100%;
}
#howto_make .howto_img_wrap50 {
  width: 50%;
  box-sizing: border-box;
  height: 100%;
}

@media screen and (max-width: 640px) {
  #howto_make .howto_img_wrap {
    width: 100%;
  }
  #howto_make .howto_img_wrap50 {
    width: 100%;
  }
}

#howto_make .howto_img_wrap img {
  width: 100%;
}

#howto_make .howto_txt_wrap {
  padding-left: 45px;
  width: 70%;
  box-sizing: border-box;
}

#howto_make .howto_txt_wrap50 {
  padding-left: 45px;
  width: 50%;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  #howto_make .howto_txt_wrap {
    width: 100%;
    padding: 0;
  }
  #howto_make .howto_txt_wrap50 {
    width: 100%;
    padding: 0;
  }
}

/* ================ */
/*     contents     */
/* ================ */
/* --- left menu --- */
.left-menu_wrap {
  width: 20%;
  padding: 20px 10px;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  background-color: rgba(68, 138, 255, 0.1);
}

@media screen and (max-width: 640px) {
  .left-menu_wrap {
    width: 100%;
    position: relative;
    padding: 20px 0;
  }
}

/* logo */
.left-menu_wrap .logo_wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .left-menu_wrap .logo_wrap {
    width: 200px;
  }
}

.left-menu_wrap .logo_wrap h1 {
  font-size: 1rem;
  width: calc(100% - 50px);
  margin: 0;
  display: inline-grid;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.left-menu_wrap .logo_wrap .logo_img {
  width: 50px;
}

.left-menu_wrap .logo_wrap .logo_img img {
  width: 100%;
}

/* navigation */
#mcp .left-menu_wrap .nav_wrap {
  padding: 20px 15px;
  box-sizing: border-box;
  display: block;
  height: calc(100% - 100px);
  overflow-y: auto;
}

@media screen and (max-width: 640px) {
  #mcp .left-menu_wrap .nav_wrap {
    display: none;
    padding: 20px 0;
    text-align: center;
  }
}

#mcp .left-menu_wrap .nav_wrap.open {
  display: block;
}

#mcp .left-menu_wrap .nav_wrap p {
  margin: 0;
  padding: 5px 0;
  word-break: break-all;
}

#mcp .left-menu_wrap .nav_wrap .nav_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 1190px) {
  #mcp .left-menu_wrap .nav_wrap .nav_list li {
    border-bottom: 2px solid #fafafa;
    text-indent: 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
}

#mcp .left-menu_wrap .nav_wrap .nav_list a {
  text-decoration: none;
  transition: color 125ms;
  font-weight: normal;
  display: block;
  padding: 5px 0;
  word-break: break-all;
}

#mcp .left-menu_wrap .nav_wrap .nav_list a:hover, #mcp .left-menu_wrap .nav_wrap .nav_list a:active {
  text-decoration: underline;
  font-weight: bold;
}

#mcp .left-menu_wrap .opnNav_wrap {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 25px;
}

@media screen and (max-width: 1190px) {
  #mcp .left-menu_wrap .opnNav_wrap {
    display: block;
  }
}

#mcp .left-menu_wrap .opnNav_wrap span {
  position: absolute;
  width: 100%;
  height: 3px;
  display: block;
  background-color: #3a3636;
  background-color: #3a3636;
}

#mcp .left-menu_wrap .opnNav_wrap span:first-child {
  top: 5.25px;
}

#mcp .left-menu_wrap .opnNav_wrap span:nth-child(2) {
  top: 13.5px;
}

#mcp .left-menu_wrap .opnNav_wrap span:last-child {
  top: 21.75px;
}

/* --- main --- */
.main_wrap {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 72vh;
  padding-top: 96px;
}

.main_wrap_eula {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 72vh;
  padding-top: 25px;
}

@media screen and (max-width: 1190px) {
  .main_wrap {
    margin-left: auto;
    padding: 60px 20px 0;
  }
  .main_wrap_eula {
    margin-left: auto;
    padding: 10px 20px 0;
  }
}

@media screen and (max-width: 640px) {
  .main_wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* --- main 2 block--- */
.js-menu-2 {
  width: 1190px;
  margin: 0 auto;
}

@media screen and (max-width: 1190px) {
  .js-menu-2 {
    width: 100%;
  }
}

.js-menu-2 .main_wrap {
  padding-left: 320px;
  min-height: 72vh;
}

@media screen and (max-width: 1190px) {
  .js-menu-2 .main_wrap {
    box-sizing: border-box;
    min-width: 100%;
    width: 100%;
    padding: 60px 20px 0;
  }
}

#mcp .main_wrap .contents_wrap p {
  margin: 1rem 0;
}

@media screen and (max-width: 640px) {
  #mcp .main_wrap .contents_wrap p {
    margin: .7rem 0;
  }
}

/* background-color */
.mcp_wrap .bgc-1 {
  background-color: #f2f2f2;
}

/* border */
.mcp_wrap .border-1 {
  border: 1px solid #ccc;
  padding: 1rem;
  box-sizing: border-box;
}

.mcp_wrap .border-2 {
  border: 1px solid #2f353d;
  padding: 1rem;
  box-sizing: border-box;
}

.mcp_wrap .img_border-1 {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.mcp_wrap .img_border-2 {
  border: 1px solid #2f353d;
  box-sizing: border-box;
}

.mcp_wrap .img_border-3 {
  border: 1px solid #000;
  box-sizing: border-box;
}

/* button */
.mcp_wrap [class^=btn] {
  text-align: center;
  background-color: #3865e0;
}

.mcp_wrap [class^=btn]:hover {
  opacity: .7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.mcp_wrap [class^=btn] a {
  font-size: 1.2rem;
  text-decoration: none !important;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
  color: #000;
}

.mcp_wrap .btn_m a {
  font-size: 1.2rem;
  text-decoration: none !important;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
  color: #fcf7e9;
}


@media screen and (max-width: 640px) {
  .mcp_wrap [class^=btn] a {
    font-size: .8rem;
    line-height: 1rem;
  }
}

.mcp_wrap [class^=btn] a:focus {
  border: 3px solid #000;
}

.mcp_wrap .btn_l {
  width: 100%;
  margin: 0 auto;
}

.mcp_wrap .btn_m {
  width: 80%;
  margin: 0 auto;
}

.mcp_wrap .btn_s {
  width: 30%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .btn_s {
    width: 100%;
  }
}

/* check box */
.mcp_wrap .disabled_check + label {
  color: #8e8e8e !important;
}

.mcp_wrap .disabled {
  pointer-events: none;
  opacity: .5;
}

/* code */
.mcp_wrap code {
  font-family: Consolas,monospace;
  font-size: .85rem;
  padding: .3rem;
  line-height: 1.5rem;
}

.mcp_wrap code:not(.hljs) {
  background-color: #f0f0f0;
}

/* feed back */
.mcp_wrap .feedback {
  border: 1px solid #4d4d4d;
  padding: 10px;
  text-align: center;
  margin: 30px auto;
}

.mcp_wrap .feedback p {
  margin: 0;
  font-size: .8rem;
}

.mcp_wrap .feedback ul {
  display: inline-flex;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mcp_wrap .feedback ul li {
  padding: .5rem;
  display: flex;
  justify-content: left;
  align-items: center;
  cursor: pointer;
  margin: 0 10px;
}

.mcp_wrap .feedback ul li::before {
  opacity: .5;
  content: "";
  background-size: cover;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  background-image: url("/en/Products/mocopi-dev/img/common/icn_feed.png");
}

.mcp_wrap .feedback ul li:last-child::before {
  transform: rotate(180deg);
}

.mcp_wrap .feedback ul li.js-fb_result {
  font-weight: bold;
}

.mcp_wrap .feedback ul li.js-fb_result::before {
  opacity: 1;
}

.mcp_wrap .feedback .js-fb_msg {
  display: none;
  margin: 10px 0 0;
}

/* limited */
.mcp_wrap .sp_only {
  display: none;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .sp_only {
    display: inline-block;
  }
}

/* list */
.mcp_wrap ul {
  list-style: none;
  padding-left: 1rem
}

.mcp_wrap ul, .mcp_wrap ol {
  padding: 0 0 0 1rem;
  margin: 0;
}

.mcp_wrap ul li, .mcp_wrap ol li {
  margin: 10px 0;
}

.mcp_wrap ul ul, .mcp_wrap ul ol, .mcp_wrap ol ul, .mcp_wrap ol ol {
  padding-left: 1rem !important;
}

.mcp_wrap .list_disc {
  list-style: disc;
  padding-left: 1rem;
}

.mcp_wrap .list_circle {
  list-style-type: circle;
  padding-left: 1rem;
}


.mcp_wrap .list_download {
  list-style: disc;
  padding-left: 1rem;
}

.mcp_wrap .list_none {
  list-style: none;
  padding-left: 1rem;
}

.mcp_wrap .list_sq li::before {
  content: "■";
  margin-right: 5px;
}

.mcp_wrap .list_num {
  list-style-type: decimal;
}

.mcp_wrap .list_tgl li {
  display: none;
}

.mcp_wrap .list_tgl li:first-child {
  display: block;
}

.mcp_wrap .list_alpha {
  list-style-type: lower-alpha;
}

/* movie */
.mcp_wrap .js-movie iframe {
  width: 100%;
  height: 100%;
}

.mcp_wrap .js-movie video {
  width: 100%;
  height: 100%;
}

/* table */
.mcp_wrap .table_scroll {
  overflow-x: auto;
}

.mcp_wrap table.table_spec, .mcp_wrap table.table_spec2 {
  width: 100%;
  border: 1px solid #4d4d4d;
  border-collapse: collapse;
  font-size: .9rem;
}

@media screen and (max-width: 640px) {
  .mcp_wrap table.table_spec, .mcp_wrap table.table_spec2 {
    table-layout: fixed;
    width: auto;
  }
}

.mcp_wrap table.table_spec thead, .mcp_wrap table.table_spec2 thead {
  color: #fff;
  background-color: #4d4d4d;
}

.mcp_wrap table.table_spec thead th, .mcp_wrap table.table_spec2 thead th {
  padding: 15px;
}

@media screen and (max-width: 640px) {
  .mcp_wrap table.table_spec tbody, .mcp_wrap table.table_spec2 tbody {
    white-space: nowwrap;
  }
}

.mcp_wrap table.table_spec tbody th, .mcp_wrap table.table_spec2 tbody th, .mcp_wrap table.table_spec tbody td, .mcp_wrap table.table_spec2 tbody td {
  border: 1px solid #4d4d4d;
  padding: 15px;
}

.mcp_wrap table.table_spec.no-scroll, .mcp_wrap table.no-scroll.table_spec2 {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .mcp_wrap table.table_spec.no-scroll tbody, .mcp_wrap table.no-scroll.table_spec2 tbody {
    white-space: none !important;
  }
}

.mcp_wrap table.table_spec2 tbody th {
  font-weight: normal;
  text-align: left;
  background: #4d4d4d;
  color: #fff;
}

/* tile */
.mcp_wrap .tile_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-count: 3;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .tile_wrap {
    column-count: 2;
  }
}

.mcp_wrap .tile_wrap a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #2f353d;
}

.mcp_wrap .tile_wrap .tile {
  width: calc((99.9% - 10px * 4)/3);
  margin: 10px;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .tile_wrap .tile {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.mcp_wrap .tile_wrap .tile:nth-child(3n) {
  margin-right: 0;
}

.mcp_wrap .tile_wrap .tile:nth-child(3n + 1) {
  margin-left: 0;
}

.mcp_wrap .tile_wrap .tile_txt_wrap {
  padding: 30px 20px;
  box-sizing: border-box;
}

.mcp_wrap .tile_wrap .tile_date {
  font-weight: normal;
  margin-bottom: 7px;
  font-size: 1rem;
}

.mcp_wrap .tile_wrap .tile_description {
  font-weight: bold;
  line-height: 1.5rem;
}

.mcp_wrap .tile_wrap .tile_img_wrap {
  position: relative;
  display: flex;
}

.mcp_wrap .tile_wrap .tile_img_wrap h3 {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
}

.mcp_wrap .tile_wrap .tile_img_wrap h3 span {
  display: block;
  background-color: #23252f;
  color: #fafafa;
  padding: 5px 10px;
  font-size: 1rem;
}

.mcp_wrap .tile_wrap .tile img {
  width: 100%;
}

/* toggle */
.mcp_wrap .js-tgl, .mcp_wrap .js-tgl_faq, .mcp_wrap .js-tgl_faq_2 {
  cursor: pointer;
  margin: 0;
}

.mcp_wrap .js-tgl::after, .mcp_wrap .js-tgl_faq::after, .mcp_wrap .js-tgl_faq_2::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2f353d;
  border-right: 1px solid #2f353d;
  transform: rotate(45deg);
  transition: all 0.3s;
  margin-left: 5px;
  left: 8px;
  position: relative;
}

.mcp_wrap .js-tgl + div, .mcp_wrap .js-tgl_faq + div, .mcp_wrap .js-tgl_faq_2 + div,
.mcp_wrap .js-tgl + p,
.mcp_wrap .js-tgl_faq + p,
.mcp_wrap .js-tgl_faq_2 + p,
.mcp_wrap .js-tgl + ul,
.mcp_wrap .js-tgl_faq + ul,
.mcp_wrap .js-tgl_faq_2 + ul {
  display: none;
}

.mcp_wrap .js-tgl_open::after {
  transform: rotate(135deg) !important;
  bottom: 1px;
}

.mcp_wrap .js-tgl_close::after {
  transform: rotate(45deg) !important;
  bottom: 1px;
}

.mcp_wrap .js-tgl_active {
  cursor: pointer;
  margin: 0;
}

.mcp_wrap .left_menu_list .js-tgl_active::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2f353d;
  border-right: 1px solid #2f353d;
  transform: rotate(135deg);
  transition: all 0.3s;
  margin-left: 5px;
  left: 8px;
  position: relative;
}

.mcp_wrap .js-tgl_active + div,
.mcp_wrap .js-tgl_active + p,
.mcp_wrap .js-tgl_active + ul {
  display: block;
}

.mcp_wrap .js-tgl_active.js-tgl_open::after {
  transform: rotate(45deg) !important;
  bottom: 1px;
}

.mcp_wrap .js-tgl_active.js-tgl_close::after {
  transform: rotate(45deg) !important;
  bottom: 1px;
}

.mcp_wrap .js-tgl_faq::after, .mcp_wrap .js-tgl_faq_2::after {
  left: auto;
  right: 20px;
  top: 15px;
  position: absolute;
}

.mcp_wrap .js-tgl_faq + div, .mcp_wrap .js-tgl_faq_2 + div,
.mcp_wrap .js-tgl_faq + p,
.mcp_wrap .js-tgl_faq_2 + p,
.mcp_wrap .js-tgl_faq + ul,
.mcp_wrap .js-tgl_faq_2 + ul {
  display: none;
}

.mcp_wrap .js-tgl_faq_2::after {
  transform: rotate(135deg);
}

.mcp_wrap .js-tgl_faq_2 + div,
.mcp_wrap .js-tgl_faq_2 + p,
.mcp_wrap .js-tgl_faq_2 + ul {
  display: block;
}

/* scroll */
.mcp_wrap .scroll_wrap {
  height: 40vh;
  overflow-y: scroll;
}

.mcp_wrap .scroll_wrap h2 {
  font-size: 1.3rem;
}

.mcp_wrap .scroll_wrap h3 {
  font-size: 1.2rem;
}
.mcp_wrap .scroll_wrap h4 {
  font-size: 1.1rem;
}

/* source code */
.mcp_wrap .source_wrap {
  margin: 20px 0;
  font-size: 0.8rem;
  width: 100%;
}

.mcp_wrap .source_wrap .source_head {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  display: inline-flex;
  width: 100%;
  box-sizing: border-box;
}

.mcp_wrap .source_wrap .source_head p {
  margin: 0 !important;
  width: calc(100% - 50px);
  padding: 5px 20px;
  display: flex;
  justify-content: left;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .source_wrap .source_head p {
    width: calc(100% - 150px);
  }
}

.mcp_wrap .source_wrap .source_head .copy_wrap {
  border-left: 1px solid #ccc;
  width: 50px;
  padding: 5px 20px 5px 45px;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  cursor: pointer;
  font-size: 0.8rem;
}

.mcp_wrap .source_wrap .source_head .copy_wrap .copy_icon {
  display: block;
  width: 7px;
  height: 10px;
  border: 1px solid #4d4d4d;
  position: absolute;
  top: 12px;
  left: 23px;
}

.mcp_wrap .source_wrap .source_head .copy_wrap .copy_icon2 {
  display: block;
  width: 7px;
  height: 10px;
  border-top: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
  position: absolute;
  top: 9px;
  left: 21px;
}

.mcp_wrap .source_wrap .source {
  border-collapse: collapse;
  border: 1px solid #ccc;
  border-top: 0;
}

.mcp_wrap .source_wrap .source pre {
  line-height: 1rem;
  margin: 0;
}

.mcp_wrap .source_wrap .source pre code {
  padding: 20px;
}

pre {
  border: 1px solid;
  padding: 2% 2% 1%;
  overflow: auto;
}

.mcp_wrap .source_wrap .source div {
  margin: 3px 0;
}

/* What's New */
.mcp_wrap .whatsNew, .mcp_wrap .releaseNote {
  padding: 0;
}

.mcp_wrap .whatsNew li, .mcp_wrap .releaseNote li {
  text-indent: 0;
  padding-left: 0;
  line-height: 1rem;
  font-size: .9rem;
  display: flex;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .whatsNew li, .mcp_wrap .releaseNote li {
    margin: 1.3rem 0;
    display: block;
  }
}

.mcp_wrap .whatsNew li .date {
  font-weight: bold;
  width: 120px;
  display: inline-block;
}
.mcp_wrap .releaseNote li .date {
  font-weight: bold;
  width: 30%;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .mcp_wrap .whatsNew li .date, .mcp_wrap .releaseNote li .date {
    display: block;
  }
  .mcp_wrap .releaseNote li .date {
    width: 100%;
  }
}

.mcp_wrap .whatsNew li p, .mcp_wrap .releaseNote li p {
  margin: 0;
}

.mcp_wrap .whatsNew li a, .mcp_wrap .releaseNote li a {
  text-decoration: underline;
}

/* left menu */
.left_menu {
  padding: 30px 15px 30px 0;
  margin-top: 96px;
  width: 300px !important;
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 0;
  height: 100%;
  overflow-y: auto;
  z-index: 8000;
}

.left_menu .left_menu_list li {
  margin: 0;
}

.left_menu .left_menu_list li a {
  padding: .5rem 0 .5rem .5rem;
  box-sizing: border-box;
  display: block;
}

.left_menu .left_menu_list li a.js-tgl, .left_menu .left_menu_list li .mcp_wrap a.js-tgl_faq, .mcp_wrap .left_menu .left_menu_list li a.js-tgl_faq, .left_menu .left_menu_list li .mcp_wrap a.js-tgl_faq_2, .mcp_wrap .left_menu .left_menu_list li a.js-tgl_faq_2 {
  text-decoration: none;
}

.left_menu .left_menu_list li a.active_category {
  font-weight: bold;
}

.left_menu .left_menu_list li a.active_leftnav {
  font-weight: bold;
  font-size: .95rem;
}

.left_menu .left_menu_list li p {
  padding: .5rem;
}

@media screen and (max-width: 1190px) {
  .left_menu {
    margin-top: 0;
  }
}

.left_menu .logo {
  width: 100%;
}

.left_menu .logo img {
  width: 100%;
}

.left_menu.js-fix {
  height: calc(100vh - 96px);
  top: 96px;
  margin-top: 0;
  left: calc((100% - 1190px)/2);
  position: fixed;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
}

.left_menu.js-fix2 {
  margin-top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  -webkit-transform: translateZ(0);
  height: calc(100vh - 281px);
  left: calc((100% - 1190px)/2);
  top: 96px;
  width: 300px;
  box-sizing: border-box;
}

.left_menu.js-fix2 .logo_wrap {
  padding-top: 20px;
}

.leftmenu_btn,
.leftmenuhead {
  display: none;
}

@media screen and (max-width: 1190px) {
  .mcp_wrap .leftmenuhead {
    display: block;
    position: absolute;
    left: 20px;
    top: 23px;
    font-weight: bold;
  }
  .mcp_wrap .leftmenu_btn {
    display: block;
    cursor: pointer;
  }
  .mcp_wrap .leftmenu_btn span::before {
    border-color: #212530 !important;
  }
  .mcp_wrap .leftmenu_btn span::before, .mcp_wrap .leftmenu_btn span::after {
    top: 0px;
    transition: all 300ms 0s ease;
  }
  .mcp_wrap .leftmenu_btn span.js-extend_arrow::before, .mcp_wrap .leftmenu_btn span.js-extend_arrow::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 3px;
    transition: all 300ms 0s ease;
  }
  .left_menu {
    height: 10px;
    overflow-y: unset;
    width: 100% !important;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    top: 60px;
    border-bottom: 1px solid #ccc;
    z-index: 20;
    top: 60px;
    height: 60px;
  }
  .left_menu p, .left_menu ul.left_menu_list, .left_menu div.feedback {
    display: none;
  }
  .left_menu.js-extend {
    height: calc(100% - 60px) !important;
    z-index: 9998;
    height: calc(100% - 60px);
    overflow: auto;
    padding: 50px 20px;
  }
  .left_menu.js-extend p, .left_menu.js-extend ul, .left_menu.js-extend div {
    display: block;
    font-weight: bold;
  }
  .left_menu.js-extend .js-tgl + ul, .left_menu.js-extend .mcp_wrap .js-tgl_faq + ul, .mcp_wrap .left_menu.js-extend .js-tgl_faq + ul, .left_menu.js-extend .mcp_wrap .js-tgl_faq_2 + ul, .mcp_wrap .left_menu.js-extend .js-tgl_faq_2 + ul {
    display: none;
  }
  .left_menu.js-extend .feedback ul {
    display: flex;
  }
  .left_menu.js-fix, .left_menu.js-fix2 {
    left: 0;
    top: 60px;
    height: 60px;
  }
}

/*-----9/20追記------*/

.mcp_wrap .mod_tips a.mod_admonition_title {
  text-decoration: none;
}


/*-----11/17追記-----*/

.mcp_wrap table.table_spec thead th, .mcp_wrap table.table_spec2.platform thead th {
  text-align: center;
  padding: 5px;
}
.mcp_wrap .about_step {
  display: flex;
}
.mcp_wrap .about_step .list_num {
  width: 60%;
  padding-right: 1em;
}
.mcp_wrap .about_step .img_wrap80 {
  width: 40%;
}
@media screen and (max-width: 640px) {
  .mcp_wrap .about_step .img_wrap80 img {
    width: 100%;
  }
}
.mcp_wrap .eula_dl_btn,
.mcp_wrap .logo_dl_btn {
  background-color: #4cbbb6;
}
.mcp_wrap .js-terms_txt {
  width: 100% !important;
}

/*-----11/24追記-----*/
.mcp_wrap .table_spec2 .scene {
  background-color: #e0e0e0;
}
.mcp_wrap .table_spec2 .sub_function {
  width: 25%;
}

/*-----12/8追記-----*/
.step_link {
  padding-top: 110px;
  margin-top: -110px !important;
}

@media screen and (max-width: 1190px) {
  .step_link {
    padding-top: 130px;
    margin-top: -130px !important;
  }
}
/*-----12/9追記-----*/
h3.contact {
  font-weight: normal;
  color: #6e6b6b;
}

.border_contact {
  border: 1px solid #dcdd00;
  background-color: rgba(220,221,0,0.2);
  box-sizing: border-box;
  padding: 2%;
}

p.contact {
  font-size: 0.7rem;
  line-height: 1.2rem;
  margin: 0.5rem 0;
}

ul.contact_btns {
  display: flex;
  padding: 0;
  margin: 0 auto;
  width: 50%;
  justify-content: center;
}

.contact_btns li {
  margin: 0 !important;
}

.contact_btns li a {
  color: #ffffff;
  background-color: #4cbbb6;
  font-size: 0.9rem;
  display: block;
  margin: 10px 10px 0 !important;
  width: 100px;
  box-sizing: border-box;
  padding: 10px;
}

.contact_btns li a.gray_btn {
  background-color: #808080;
  color: #000;
}

.contact_btns li a.red_btn {
  background-color: #FF2222;
  width: 150px;
}

.contact_btns li a.width_btn {
  width: 300px;
  color: #000;
}


.contact_btns li a {
  text-decoration: none;
}

.contact_btns li a:visited {
  color: #ffffff;
}

.contact_btns li a:hover {
  opacity: .7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/*-----2023/6/22追記-----*/
.loman-list>li {
  list-style-type: none;
  padding-left: 1.0em;
  counter-increment: lomancount;
}

.loman-list>li:before{
  display: inline-block; 
  text-align: left;
  width: 1.5em;
  margin-right: 0.5em;
  margin-left: -2.0em;
  content: "(" counter(lomancount, lower-roman) ")";
  font-weight: bold;
}

.nocoment-list>li {
  list-style-type: none;
  padding-left: 0.0em;
}

/*-----2023/10/12追記-----*/
/* introduction */
#funlab .intro {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  column-count: 2;
}

#funlab .intro_top {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  column-count: 2;
  border-top: 1px solid #23252f;
}

#funlab .intro2 {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  column-count: 2;
}

@media screen and (max-width: 640px) {
  #funlab .intro,#funlab .intro2 .intro_top {
    column-count: 1;
    flex-direction: column-reverse;
  }
}

#funlab .intro_img_wrap_left {
  width: 50%;
  box-sizing: border-box;
  height: 100%;
}

@media screen and (max-width: 640px) {
  #funlab .intro_img_wrap_left {
    width: 100%;
  }
}

#funlab .intro_img_wrap_left img {
  width: 95%;
  padding : 20px 5px 20px 5px ;
}

#funlab .intro_img_wrap_autumn {
  width: 50%;
  box-sizing: border-box;
  height: 100%;
}

@media screen and (max-width: 640px) {
  #funlab .intro_img_wrap_autumn {
    width: 100%;
  }
}

#funlab .intro_img_wrap_autumn img {
  width: 95%;
  background-color: #F1F0F8;
  padding : 20px 5px 20px 5px ;
}

#funlab .intro_img_wrap_winter {
  width: 50%;
  box-sizing: border-box;
  height: 100%;
}

@media screen and (max-width: 640px) {
  #funlab .intro_img_wrap_winter {
    width: 100%;
  }
}

#funlab .intro_img_wrap_winter img {
  width: 95%;
  background-color: #E3F7FE;
  padding : 20px 5px 20px 5px ;
}

#funlab .intro_txt_wrap {
  padding-left: 0px;
  width: 50%;
  box-sizing: border-box;
}

#funlab .intro2 .intro_txt_wrap {
  padding-right: 45px;
  padding-left: 0;
}

@media screen and (max-width: 640px) {
  #funlab .intro_txt_wrap {
    width: 100%;
    padding: 0;
  }
}

#funlab .intro_txt {
  height: auto;
  box-sizing: border-box;
  border-bottom: 1px solid #23252f;
  padding: 15px 0;
  width: 100%;
}

#funlab .intro_noborder_txt {
  height: auto;
  box-sizing: border-box;
  padding: 15px 0 0;
  width: 100%;
}

#funlab .intro_txt > div {
  padding: 15px;
  box-sizing: border-box;
}

#funlab .intro_txt > div.intro_desc {
  width: 100%;
}

#funlab .intro_txt > div.intro_icon {
  width: 20%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#funlab .intro_txt > div.intro_icon img {
  width: 100%;
}

#funlab .intro_txt > div:first-child {
  padding: 6.5px 15px;
}

@media screen and (max-width: 640px) {
  #funlab .intro_txt > div:first-child {
    padding: 15px;
  }
}

/*-----2023/10/30追記-----*/
.youtube {
  text-align: center;
}

.youtube iframe {
  width: 720px;
  height: 480px;
}
.youtube2 iframe {
  width: 380px;
  height: 214px;
}

.youtube3 iframe {
  width: 580px;
  height: 387px;
}

.youtube_wide iframe {
  width: 720px;
  height: 405px;
}

@media screen and (max-width: 640px) {
  #funlab .youtube iframe, .youtube2 iframe, .youtube3 iframe {
    width: 320px;
    height: 180px;
  }
}

@media screen and (max-width: 640px) {
  #funlab .youtube_wide iframe, {
    width: 320px;
    height: 180px;
  }
}

/* PresentationNotes */
#funlab .presen-note-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  column-count: 2;
}

@media screen and (max-width: 680px) {
  #funlab .presen-note-flex {
   display: contents;
   justify-content: space-around;
  }
}


#funlab .presen-note-flex-item{
  padding: 1em 0 1em 0;
  flex-basis: 45%;
  border-top: 1px solid #23252f;
}

@media screen and (max-width: 680px) {
  #funlab .presen-note-flex-item {
  padding: 1em 0 1em 0;
  flex-basis: 100%;
  }
}

#funlab .presen-note-flex-item dt{
  margin-bottom: 0px;
}

@media screen and (max-width: 680px) {
  #funlab .presen-note-flex-item dt {
  margin-bottom: 0px;
  }
}

#funlab .presen-note-flex .intro_top{
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  column-count: 2;
  border-top: 0px;
}

@media screen and (max-width: 640px) {
  #funlab .presen-note-flex .intro,#funlab  .presen-note-flex .intro_top {
    column-count: 1;
    flex-direction: column-reverse;
  }
}

#funlab .presen-note-flex .intro_img_wrap_left {
  width: 50%;
  box-sizing: border-box;
  height: 100%;
}

@media screen and (max-width: 640px) {
  #funlab .presen-note-flex .intro_img_wrap_left {
    width: 100%;
  }
}

#funlab .presen-note-flex .intro_img_wrap_left img {
  width: 95%;
  padding: 20px 5px 0px 5px;
}

#funlab .presen-note-flex-item .intro_txt {
  height: auto;
  box-sizing: border-box;
  border-bottom: 1px solid #23252f;
  padding: 15px 0;
  width: 100%;
}

#funlab .presen-note-flex-item .intro_noborder_txt {
  height: auto;
  box-sizing: border-box;
  padding: 15px 5px 0 10px;
  width: 100%;
}

#funlab .presen-note-flex-item .intro_txt > div {
  padding: 15px;
  box-sizing: border-box;
}

#funlab .presen-note-flex-item .intro_txt > div.intro_desc {
  width: 100%;
}

#funlab .presen-note-flex-item .intro_txt > div.intro_icon {
  width: 20%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#funlab .presen-note-flex-item .intro_txt > div.intro_icon img {
  width: 100%;
}

#funlab .presen-note-flex-item .intro_txt > div:first-child {
  padding: 6.5px 15px;
}

@media screen and (max-width: 640px) {
  #funlab .presen-note-flex-item .intro_txt > div:first-child {
    padding: 15px;
  }
}

.shopbox{
    margin: auto 0 !important;
}

.mcp-header_wrap .nav-menu .shopbox div {
    height: 50%;
    font-weight: bold;
    background: #DAE343;
    border-radius: 10px;
    align-items: center;
}

.mcp-header_wrap .nav-menu .shopbox a {
    margin: 0; 
    color: #000;
    height: 40px;
}

.font_red{
  color: #EE0000;
}

/*-----2024/1/18追記-----*/
.list_none {
  list-style: none;
  padding-left: 0rem;
}

/*-----2024/2/2追記-----*/
.youtube_tips iframe {
  width: 720px;
  height: 480px;
  margin-left: 0.5em;
  margin-top: 0.5em;
}
@media screen and (max-width: 640px) {
  #funlab .youtube_tips iframe {
    width: 320px;
    height: 180px;
  }
}


/*-----2024/4/30追記-----*/
.discord_bgc {
  background-color: #f9f9f9;
}

.discordbox {
    margin-block: auto;
}

.discordbox div {
    height: 60px;
    width: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background: #5964f2;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

.discordbox a {
    font-size: 1rem;
    margin: 0; 
    color: #fff!important;;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none !important;
}


.discord_intro {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  column-count: 2;
}

@media screen and (max-width: 640px) {
  .discord_intro {
    column-count: 1;
    flex-direction: column-reverse;
  }
}
.discord_intro_img_wrap {
  width: 30%;
  box-sizing: border-box;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -16px;
}

@media screen and (max-width: 640px) {
  .discord_intro_img_wrap {
    width: 100%;
    margin-left: 0px;
  }
}

.discord_intro_img_wrap img {
  width: 100%;
}

.discord_intro_txt_wrap {
  width: 70%;
  box-sizing: border-box;
}

.discord_intro .discord_intro_txt_wrap {
  padding-right: 45px;
  padding-left: 16px;
}

@media screen and (max-width: 640px) {
  .discord_intro .discord_intro_txt_wrap {
    width: 100%;
    padding: 0;
  }
}

.discord_intro_txt {
  height: auto;
  box-sizing: border-box;
  padding: 15px 0 37.5px 0;
  width: 100%;
}

.discord_intro_txt > div {
  padding: 15px;
  box-sizing: border-box;
}

.discord_intro_txt > div.discord_intro_desc {
  width: 100%;
}

.discord_intro_txt > div.discord_intro_icon {
  width: 20%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.discord_intro_txt > div.discord_intro_icon img {
  width: 100%;
}

.discord_intro_txt > div:first-child {
  padding: 6.5px 15px;
}

@media screen and (max-width: 640px) {
  .discord_intro_txt > div:first-child {
    padding: 15px;
  }
}

/*-----2024/8/28追記-----*/
.downloadButton{
  display: none;
}

/*-----2024/10/08追記-----*/
/* introduction */
#casestudy .intro {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  column-count: 2;
}

@media screen and (max-width: 640px) {
  #casestudy .intro, {
    column-count: 1;
  }
}

#casestudy .card {
  width: 390px;
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #23252f;
  padding-top: 10px;
}

@media screen and (max-width: 640px) {
  #casestudy .card, {
    column-count: 1;
    flex-direction: column-reverse;
  }
}

#casestudy .card_img_wrap {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  #casestudy .card_img_wrap {
    width: 100%;
  }
}

#casestudy .card_txt_wrap {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  #casestudy .card_txt_wrap {
    width: 100%;
    padding: 0;
  }
}

#casestudy .card_txt {
  height: auto;
  box-sizing: border-box;
  width: 100%;
  vertical-align: top;
}

#casestudy .card_title_txt {
  height: 100px;
  box-sizing: border-box;
  width: 380px;
  padding: 20px 10px;
  margin: 2px 0;
  background: #f5f5f5;
  border-bottom: solid 6px #919191;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#casestudy .card_txt > div {
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  #casestudy .card_txt > div:first-child {
    padding: 15px;
  }
}

.card_title_txt h4{
  padding:20px 0;
}

/*-----2024/11/15追記-----*/
.mocopi_dl_bgc {
  background-color: #ffffff;
}

.mocopi_dl_intro {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  column-count: 2;
}

@media screen and (max-width: 1024px) {
  .mocopi_dl_intro {
    column-count: 1;
    flex-direction: column-reverse;
  }
}

.mocopi_dl_intro_title {
  padding-top: 0.1em;
}

.mocopi_dl_intro_right_wrap {
  width: 32%;
  box-sizing: border-box;
}

.mocopi_dl_intro .mocopi_dl_intro_right_wrap {
  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 1024px) {
  .mocopi_dl_intro .mocopi_dl_intro_right_wrap {
    width: 100%;
    padding: 0;
  }
}

.mocopi_dl_intro_txt {
  height: auto;
  box-sizing: border-box;
  padding: 0px 0 37.5px 0;
  width: 98%;
}

.mocopi_dl_intro_txt > div.mocopi_dl_intro_desc {
  width: 100%;
}

.mocopi_dl_intro_left_wrap {
  width: 68%;
  box-sizing: border-box;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (max-width: 1024px) {
  .mocopi_dl_intro_left_wrap {
    width: 100%;
    margin-left: 0px;
  }
}

.mocopi_dl_intro_left_wrap img {
  width: 100%;
}

.mocopi_dl_intro_img_scroll {
  width: 580px;
  overflow-x: scroll;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .mocopi_dl_intro_img_scroll {
    width: 100%;
  }
}

.mocopi_dl_intro_left_wrap img {
  width: 240px;
  object-fit: scale-down;
  background-color: #ddd;
  white-space: nowrap;
  padding-right: 5px;
}

.loader {
  display: flex;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 3px solid #EEEEEE;
  border-bottom-color: #008DFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
.loading_area {
 display: none;
}
.loading_area_space{
 padding: 7.5px 0px;
}


.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s 0s ease;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#pop-up1, #pop-up2, #pop-up3, #pop-up4, #pop-up5, #pop-up6 {
  display: none;
}
#pop-up1:checked + .overlay,
#pop-up2:checked + .overlay,
#pop-up3:checked + .overlay,
#pop-up4:checked + .overlay,
#pop-up5:checked + .overlay,
#pop-up6:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;
  width: 100%;
}

.popWindow {
  border-radius: 5px;
  overflow: auto; /* スクロールバー用 */
  max-height: 95%; /* すき間 */
  min-width: fit-content; /* 横幅が広い時に白の部分が大きくならないため */
  max-width: 95%; /* すき間 */
  position: fixed;
  top: 50%; /* 中央に */
  left: 50%; /* 中央に */
  transform: translate(-50%, -50%); /* 中央に */
  z-index: 100010;
  font-size: 13px;
  line-height: 18px;
  margin: 10px auto;
  padding: 4px 10px;
  background: #FFFD; /* 枠の色 */
  text-align: center; /* 文字を中央寄せ */
  transition: all 500ms ease-in-out;
}
.popWindow .ptitle {
  font-size: 15px;
  margin: 8px;
  color: #333;
}

.popWindow .ptitle img {
  width: 1080px;
}
@media screen and (max-width: 1024px){
  .popWindow .ptitle img {
    width: 480px;
  }
}

.overlay .close {
  z-index: 100001;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popWindow .close:hover {
  color: #06D85F;
}
.popWindow::-webkit-scrollbar-track {
  background: none;
}
.popWindow::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.popWindow::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}
.clickable:hover {
  cursor: pointer;
}
@media screen and (max-width: 1024px){
  #pop-up:checked + .overlay {
    visibility: hidden;
    opacity: 0;
  }
}

.mocopi_dl_btn {
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

.top_image img {
  width: 580px;
}

@media screen and (max-width: 1024px) {
  .top_image img {
    width: 320px;
    height: 180px;
  }
}

.TroubleShoot p{
  margin: 0.2em 0 1.5em 0;
}

/*-----2025/3/24追記-----*/
.border1 div {
  border-bottom: 1px solid #23252f;
}

/*-----2025/6/12追記-----*/
.font_size_h1 {
  font-size: 1.5rem !important;
}

.font_size_h2 {
  font-size: 1.4rem !important;
}

.font_size_h3 {
  font-size: 1.3rem !important;
}

.font_size_h4 {
  font-size: 1.2rem !important;
}

.font_size_h5 {
  font-size: 1.1rem !important;
}

.font_size_h6 {
  font-size: 1rem !important;
}

.top_margin_0_auto{
  margin: 0 auto !important;
}


/*-----2025/08/04追記-----*/
.xyndbox {
    margin-block: auto;
}

.xyndbox div {
    height: 60px;
    width: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5964f2;
    font-weight: bold;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

.xyndbox a {
    font-size: 1rem;
    margin: 0; 
    color: #fff!important;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none !important;
}

.xyn_bgc {
    background-color: #f9f9f9;
}

.xyn_intro_txt_wrap {
  width: 70%;
  box-sizing: border-box;
}

.xyn_intro {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  column-count: 2;
}

@media screen and (max-width: 640px) {
  .xyn_intro {
    column-count: 1;
    flex-direction: column-reverse;
  }
}

.xyn_intro .xyn_intro_txt_wrap {
  padding-right: 45px;
  padding-left: 16px;
}

@media screen and (max-width: 640px) {
  .xyn_intro .xyn_intro_txt_wrap {
    width: 100%;
    padding: 0;
  }
}

.xyn_intro_txt {
  height: auto;
  box-sizing: border-box;
  padding: 15px 0 37.5px 0;
  width: 100%;
}

.xyn_intro_txt > div {
  padding: 15px;
  box-sizing: border-box;
}

.xyn_intro_txt > div.xyn_intro_desc {
  width: 100%;
}

.xyn_intro_img_wrap {
  width: 30%;
  box-sizing: border-box;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -16px;
}

@media screen and (max-width: 640px) {
  .xyn_intro_img_wrap {
    width: 100%;
    margin-left: 0px;
  }
}

.xyn_intro_img_wrap img {
  width: 100%;
}


