@charset "UTF-8";
* {
  box-sizing: border-box;
}

p,
h1,
h2,
h3 {
  line-height: normal !important;
}

img {
  max-width: 100% !important;
}

.w2_header_logo a {
  pointer-events: none;
}

/* クラス要素 */
.flex {
  display: flex;
}

.column, #FV .wrapper, #System .system-contents ul, #Question .question-box {
  display: flex;
  flex-direction: column;
}

.row, #FV, #Intro .intro-contents .intro-box, #System .system-contents ul li, #Example .example-contents ul, #Mpm .mpm-contents-box {
  display: flex;
  flex-direction: row;
}

.row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
}

.space-btw, #FV .wrapper, #Intro .intro-contents .intro-box, #System .system-contents ul li, #Example .example-contents ul, #Mpm .mpm-contents-box {
  justify-content: space-between;
}

.al-center, #FV, #Intro .intro-contents .intro-box {
  align-items: center;
}

.js-center {
  justify-content: center;
}

.wrapper {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .wrapper {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 90%;
  }
}

.section_ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
  width: 100%;
  background: #F2F2F7;
  border-top: solid 3px #0E5CCC;
  line-height: normal !important;
}
@media screen and (max-width: 1440px) {
  .section_ttl {
    font-size: 2.2222222222vw;
    padding: 2.0833333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .section_ttl {
    font-size: 24px;
    padding: 15px;
  }
}

.blue_section_ttl {
  background: #0E5CCC;
  padding: 20px 0;
  line-height: normal !important;
}
@media screen and (max-width: 767px) {
  .blue_section_ttl {
    padding: 10px;
  }
}
.blue_section_ttl h2 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  font-family: 'Barlow Condensed', 'Noto Sans JP', sans-serif;
  letter-spacing: 3px;
}
@media screen and (max-width: 1440px) {
  .blue_section_ttl h2 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .blue_section_ttl h2 {
    font-size: 18px;
  }
}

.banner {
  width: 430px;
  margin: 60px auto 80px;
}
@media screen and (max-width: 1440px) {
  .banner {
    width: 29.8611111111vw;
    margin: 4.1666666667vw auto 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    width: 100%;
    margin: 30px auto 40px;
  }
}
.banner p {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .banner p {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .banner p {
    font-size: 20px;
  }
}
.banner a {
  display: block;
}
.banner a img {
  width: 100%;
}

/* ===============================================
  * CSS変数 *
=============================================== */
:root {
  --gradient-orange: linear-gradient(90deg, #f71768 0%, #fb761b 18.85%, #f7342a 34.04%, #f6202e 45.94%, #fb6020 65.89%, #ffc700 100%);
  --simple-orange: #fc6f1b;
  --gradient-green: linear-gradient(to right, #006f86 2%, #178c72 14%, #0a6d5f 23%, #00605a 31%, #005e54 43%, #007965 58%, #14de73 82%, #91e154 100%);
  --simple-green: #139e78;
  --gradient-blue: linear-gradient(85deg, #5a25ba -14%, #5440c9 -2%, #0e5ccc 16%, #133ec2 29%, #1c13a3 53%, #0e5ccc 77%, #0096f2 90%, #00f9ec 104%);
  --simple-blue: #0e5ccc;
}

.w2_header_lang {
  display: none;
}

.w2_header .w2_container .w2_header_inner1 {
  padding: 0 !important;
  background: url(../img/mediacommerce/header_bg.png) no-repeat;
}

.custom_header_inner ul {
  display: flex;
  flex-direction: row;
}

.custom_header_inner {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 130px;
}
@media screen and (max-width: 1440px) {
  .custom_header_inner {
    gap: 9.0277777778vw;
  }
}

@media screen and (max-width: 767px) {
  .custom_header_inner ul {
    display: none;
  }

  .w2_sp_menu_button {
    padding-top: 5vw;
    padding-right: 5vw;
  }

  .w2_sp_menu_button:before {
    background: url(../img/mediacommerce/sp_header_bg.png) no-repeat;
    background-position: right top;
    background-size: 100%;
    width: 61.7333vw;
  }
}
.custom_header_inner ul li {
  position: relative;
  padding: 0 calc((10 / 1440) * 100 * 1vw);
}

.custom_header_inner ul li a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .custom_header_inner ul li a {
    font-size: 1.1111111111vw;
  }
}

.custom_header_inner ul li a:hover {
  text-decoration: underline;
}

.custom_header_inner .hd_contact {
  width: auto;
  padding: 10px 15px;
  border-radius: 100px;
  margin-left: 15px;
  background: #FC7A1D;
  text-align: center;
  margin-right: 2vw;
}

@media screen and (max-width: 767px) {
  .custom_header_inner .hd_contact {
    width: 40vw;
    padding: 0.5333333333vw 1.3333333333vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.custom_header_inner .hd_contact a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
}
@media screen and (max-width: 1440px) {
  .custom_header_inner .hd_contact a {
    font-size: 1.1111111111vw;
  }
}

@media screen and (min-width: 768px) {
  .w2_footer {
    padding-top: 0;
  }

  .w2_footer .w2_footer_inner {
    display: none;
  }

  .w2_footer .w2_footer_copyright_sns .w2_footer_copyright_sns_inner {
    justify-content: flex-start;
    border-top: 0px;
  }

  .w2_footer_sns {
    display: none;
  }
}
.w2_header {
  transition: none;
}
.w2_header .w2_header_logo {
  padding: 0;
  background: none;
  transition: none;
  width: 268px;
  height: 105px;
}
@media screen and (max-width: 1440px) {
  .w2_header .w2_header_logo {
    width: 18.6111111111vw;
    height: 7.2916666667vw;
  }
}
@media screen and (max-width: 767px) {
  .w2_header .w2_header_logo {
    height: auto;
    width: 45%;
  }
}
.w2_header .w2_header_logo:before {
  content: none;
}
.w2_header .w2_header_logo a {
  display: block;
}
.w2_header .w2_header_logo_img {
  width: 100% !important;
  transition: none;
}
@media screen and (max-width: 1440px) {
  .w2_header.w2_fix .w2_header_logo {
    height: auto;
    transform: none;
  }
}
.w2_header.w2_fix .w2_header_logo_img {
  transform: none !important;
}

#FV {
  background: url(../img/mediacommerce/FV.jpg) no-repeat center;
  background-size: cover;
  height: 580px;
}
@media screen and (max-width: 1440px) {
  #FV {
    height: 40.2777777778vw;
  }
}
@media screen and (max-width: 767px) {
  #FV {
    background: url(../img/mediacommerce/FV_sp.jpg) no-repeat center;
    background-size: cover;
    height: 540px;
  }
}
#FV .wrapper {
  width: 100%;
  align-items: flex-start;
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  #FV .wrapper {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  #FV .wrapper {
    flex-direction: column;
    margin-top: 50px;
  }
}
#FV .wrapper .txt {
  color: #fff;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #FV .wrapper .txt {
    width: 100%;
  }
}
#FV .wrapper .txt h1 {
  font-size: 35px;
  text-align: left;
  padding: 15px 0;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  #FV .wrapper .txt h1 {
    font-size: 2.4305555556vw;
  }
}
@media screen and (max-width: 767px) {
  #FV .wrapper .txt h1 {
    font-size: 35px;
  }
}
#FV .wrapper .txt h1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(85deg, #5a25ba -14%, #5440c9 -2%, #0e5ccc 16%, #133ec2 29%, #1c13a3 53%, #0e5ccc 77%, #0096f2 90%, #00f9ec 104%);
  left: 0;
  top: 0;
}
#FV .wrapper .txt h1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(85deg, #5a25ba -14%, #5440c9 -2%, #0e5ccc 16%, #133ec2 29%, #1c13a3 53%, #0e5ccc 77%, #0096f2 90%, #00f9ec 104%);
  left: 0;
  bottom: 0;
}
#FV .wrapper .txt p {
  font-size: 23px;
  color: #fff;
  padding-top: 25px;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  #FV .wrapper .txt p {
    font-size: 1.5972222222vw;
  }
}
@media screen and (max-width: 767px) {
  #FV .wrapper .txt p {
    font-size: 18px;
  }
}
#FV .wrapper .cv {
  width: 430px;
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  #FV .wrapper .cv {
    width: 29.8611111111vw;
  }
}
@media screen and (max-width: 767px) {
  #FV .wrapper .cv {
    width: 100%;
  }
}
#FV .wrapper .cv a {
  display: block;
}
#FV .wrapper .cv a img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cv {
    width: 100%;
    margin-top: 30px;
  }
  .cv a {
    display: block;
  }
  .cv a img {
    width: 100%;
  }
}
.w2_patterns .w2_patterns_title {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .w2_patterns .w2_patterns_title {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .w2_patterns .w2_patterns_title {
    font-size: 4vw;
    line-height: 6.66667vw;
    margin-bottom: 6.13333vw;
  }
}
@media (min-width: 768px) {
  .w2_patterns .w2_patterns_title {
    font-size: 1.66667vw;
    line-height: 2.5vw;
    margin-bottom: 3.19444vw;
  }
}
@media (min-width: 1440px) {
  .w2_patterns .w2_patterns_title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 46px;
  }
}
.w2_patterns .w2_patterns_title .w2_patterns_title_inner {
  text-align: justify;
}

@media (min-width: 768px) {
  .w2_patterns .w2_patterns_title .w2_patterns_title_inner {
    padding-left: 1.875vw;
    padding-right: 1.875vw;
  }
}
@media (min-width: 1440px) {
  .w2_patterns .w2_patterns_title .w2_patterns_title_inner {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.w2_patterns .w2_patterns_title .w2_patterns_title_hr {
  margin: 0;
  border: none;
  background: #DDD;
  height: 1px;
}

@media (max-width: 767px) {
  .w2_patterns .w2_patterns_title .w2_patterns_title_hr {
    width: 18.66667vw;
  }
}
@media (min-width: 768px) {
  .w2_patterns .w2_patterns_title .w2_patterns_title_hr {
    width: 30.27778vw;
  }
}
@media (min-width: 1440px) {
  .w2_patterns .w2_patterns_title .w2_patterns_title_hr {
    width: 436px;
  }
}
.w2_patterns .w2_patterns_title2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .w2_patterns .w2_patterns_title2 {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .w2_patterns .w2_patterns_title2 {
    font-size: 4vw;
    line-height: 6.66667vw;
    margin-bottom: 6.13333vw;
  }
}
@media (min-width: 768px) {
  .w2_patterns .w2_patterns_title2 {
    font-size: 1.66667vw;
    line-height: 2.5vw;
    margin-bottom: 3.19444vw;
  }
}
@media (min-width: 1440px) {
  .w2_patterns .w2_patterns_title2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 46px;
  }
}
.w2_patterns .w2_patterns_title2 .w2_patterns_title2_num {
  color: #0E5CCC;
  font-weight: 500;
  font-family: 'Barlow Condensed', 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  .w2_patterns .w2_patterns_title2 .w2_patterns_title2_num {
    font-size: 10.66667vw;
    line-height: 11.2vw;
  }
}
@media (min-width: 768px) {
  .w2_patterns .w2_patterns_title2 .w2_patterns_title2_num {
    font-size: 4.86111vw;
    line-height: 5.83333vw;
  }
}
@media (min-width: 1440px) {
  .w2_patterns .w2_patterns_title2 .w2_patterns_title2_num {
    font-size: 70px;
    line-height: 84px;
  }
}
@media (min-width: 768px) {
  .w2_patterns .w2_patterns_title2 .w2_patterns_title2_inner {
    padding-left: 1.38889vw;
    padding-right: 1.38889vw;
  }
}
@media (min-width: 1440px) {
  .w2_patterns .w2_patterns_title2 .w2_patterns_title2_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.w2_patterns .w2_patterns_title2 .w2_patterns_title2_hr {
  margin: 0;
  border: none;
  background: #DDD;
  height: 1px;
}

@media (max-width: 767px) {
  .w2_patterns .w2_patterns_title2 .w2_patterns_title2_hr {
    width: 25.33333vw;
    margin-top: 5.33333vw;
  }
}
@media (min-width: 768px) {
  .w2_patterns .w2_patterns_title2 .w2_patterns_title2_hr {
    width: 33.33333vw;
    margin-top: 2.77778vw;
  }
}
@media (min-width: 1440px) {
  .w2_patterns .w2_patterns_title2 .w2_patterns_title2_hr {
    width: 480px;
    margin-top: 40px;
  }
}
.w2_patterns .w2_patterns_scroll {
  overflow: hidden;
  width: 100vw;
}

.w2_patterns .w2_patterns_scroll > img {
  display: none;
}

@media (max-width: 767px) {
  .w2_patterns .w2_patterns_scroll > img {
    height: 70px;
  }
}
.w2_patterns .w2_patterns_scroll > * {
  height: 90px !important;
}
@media screen and (max-width: 1440px) {
  .w2_patterns .w2_patterns_scroll > * {
    height: 6.25vw !important;
  }
}
@media screen and (max-width: 767px) {
  .w2_patterns .w2_patterns_scroll > * {
    height: 70px !important;
  }
}

.w2_patterns .w2_patterns_scroll .w2_patterns_scroll_inner {
  background-repeat: repeat-x;
  background-size: auto 100%;
}

@keyframes patterns_scroll1 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes patterns_scroll2 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes patterns_scroll3 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.w2_patterns .w2_patterns_scroll .w2_patterns_scroll_inner:nth-child(1) {
  animation: patterns_scroll1 infinite 150s linear;
}

.w2_patterns .w2_patterns_scroll .w2_patterns_scroll_inner:nth-child(2) {
  animation: patterns_scroll2 infinite 150s linear;
}

.w2_patterns .w2_patterns_scroll .w2_patterns_scroll_inner:nth-child(3) {
  animation: patterns_scroll3 infinite 180s linear;
}

#Intro {
  background: url(../img/mediacommerce/intro_bg.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #Intro {
    background: url(../img/mediacommerce/intro_bg_sp.png) no-repeat center;
    background-size: cover;
  }
}
#Intro .intro-contents {
  width: 100%;
}
#Intro .intro-contents .intro-box {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  #Intro .intro-contents .intro-box {
    flex-direction: column;
  }
}
#Intro .intro-contents .intro-box .txt {
  color: #fff;
  max-width: 510px;
}
@media screen and (max-width: 1440px) {
  #Intro .intro-contents .intro-box .txt {
    max-width: 35.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  #Intro .intro-contents .intro-box .txt {
    max-width: 100%;
  }
}
#Intro .intro-contents .intro-box .txt h2 {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  #Intro .intro-contents .intro-box .txt h2 {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  #Intro .intro-contents .intro-box .txt h2 {
    font-size: 24px;
  }
}
#Intro .intro-contents .intro-box .txt p {
  margin-top: 30px;
  line-height: 2rem !important;
}
@media screen and (max-width: 767px) {
  #Intro .intro-contents .intro-box .txt p {
    line-height: 2rem !important;
  }
}
#Intro .intro-contents .intro-box .img {
  width: 478px;
}
@media screen and (max-width: 1440px) {
  #Intro .intro-contents .intro-box .img {
    width: 33.1944444444vw;
  }
}
@media screen and (max-width: 767px) {
  #Intro .intro-contents .intro-box .img {
    width: 100%;
    margin-top: 30px;
  }
}
#Intro .intro-contents .intro-box .img img {
  width: 100%;
}

#Merit-commerce .merit-contents, #Merit-ec .merit-contents {
  padding-top: 25px;
}
#Merit-commerce .merit-contents ul, #Merit-ec .merit-contents ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #Merit-commerce .merit-contents ul, #Merit-ec .merit-contents ul {
    flex-wrap: wrap;
  }
}
#Merit-commerce .merit-contents ul li, #Merit-ec .merit-contents ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  filter: drop-shadow(0 0.69444vw 2.08333vw rgba(51, 51, 51, 0.15));
}
@media screen and (max-width: 1440px) {
  #Merit-commerce .merit-contents ul li, #Merit-ec .merit-contents ul li {
    width: 16.3194444444vw;
    height: 16.3194444444vw;
  }
}
@media screen and (max-width: 767px) {
  #Merit-commerce .merit-contents ul li, #Merit-ec .merit-contents ul li {
    width: 160px;
    height: 160px;
  }
}
#Merit-commerce .merit-contents ul li::before, #Merit-ec .merit-contents ul li::before {
  content: "";
  position: absolute;
  left: 5%;
  top: 5%;
  border-radius: 50%;
  border: solid 1px #0E5CCC;
  width: 90%;
  height: 90%;
}
@media screen and (max-width: 767px) {
  #Merit-commerce .merit-contents ul li::before, #Merit-ec .merit-contents ul li::before {
    width: 90%;
    height: 90%;
  }
}
#Merit-commerce .merit-contents ul li p, #Merit-ec .merit-contents ul li p {
  color: #0E5CCC;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  font-size: 20px;
  line-height: 2.5rem;
}
@media screen and (max-width: 1440px) {
  #Merit-commerce .merit-contents ul li p, #Merit-ec .merit-contents ul li p {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  #Merit-commerce .merit-contents ul li p, #Merit-ec .merit-contents ul li p {
    font-size: 14px;
    line-height: 2rem;
  }
}

#System .system-contents {
  padding: 100px 0 0;
}
@media screen and (max-width: 1440px) {
  #System .system-contents {
    padding: 6.9444444444vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  #System .system-contents {
    padding: 40px 0 0;
  }
}
#System .system-contents ul {
  gap: 100px;
}
@media screen and (max-width: 1440px) {
  #System .system-contents ul {
    gap: 6.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  #System .system-contents ul {
    gap: 50px;
  }
}
#System .system-contents ul li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #System .system-contents ul li {
    flex-direction: column;
  }
}
#System .system-contents ul li .txt {
  width: calc(50% - (40px / 2));
}
@media screen and (max-width: 767px) {
  #System .system-contents ul li .txt {
    width: 100%;
  }
}
#System .system-contents ul li .txt-ttl {
  position: relative;
  padding: 25px 0 25px 120px;
  border-top: solid 2px #0E5CCC;
  border-bottom: solid 2px #0E5CCC;
}
@media screen and (max-width: 1440px) {
  #System .system-contents ul li .txt-ttl {
    padding: 1.7361111111vw 0 1.7361111111vw 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #System .system-contents ul li .txt-ttl {
    padding: 25px 0 25px 90px;
  }
}
#System .system-contents ul li .txt-ttl i {
  font-family: 'Barlow Condensed', 'Noto Sans JP', sans-serif;
  font-size: 130px;
  color: #F2F2F7;
  font-weight: 500;
  position: absolute;
  left: 0;
  bottom: -10px;
  line-height: 1 !important;
}
@media screen and (max-width: 1440px) {
  #System .system-contents ul li .txt-ttl i {
    font-size: 9.0277777778vw;
  }
}
@media screen and (max-width: 767px) {
  #System .system-contents ul li .txt-ttl i {
    font-size: 90px;
    bottom: 0;
  }
}
#System .system-contents ul li .txt-ttl h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #System .system-contents ul li .txt-ttl h3 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #System .system-contents ul li .txt-ttl h3 {
    font-size: 18px;
  }
}
#System .system-contents ul li .txt p {
  font-size: 15px;
  padding-top: 30px;
  line-height: 2rem !important;
}
@media screen and (max-width: 1440px) {
  #System .system-contents ul li .txt p {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  #System .system-contents ul li .txt p {
    font-size: 15px;
    padding-top: 20px;
  }
}
#System .system-contents ul li .img {
  width: calc(50% - (40px / 2));
  position: relative;
}
@media screen and (max-width: 767px) {
  #System .system-contents ul li .img {
    width: 100%;
    margin-top: 15px;
  }
}
#System .system-contents ul li .img-ttl {
  width: 100%;
  background-color: #0E5CCC;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 0;
}
@media screen and (max-width: 1440px) {
  #System .system-contents ul li .img-ttl {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  #System .system-contents ul li .img-ttl {
    font-size: 16px;
  }
}
#System .system-contents .single-box {
  background: #fff;
  border-radius: 5px;
  filter: drop-shadow(0 0.69444vw 2.08333vw rgba(51, 51, 51, 0.15));
  border-top: solid 2px #0E5CCC;
  padding: 45px;
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  #System .system-contents .single-box {
    padding: 3.125vw;
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  #System .system-contents .single-box {
    margin-top: 50px;
    padding: 25px;
  }
}
#System .system-contents .single-box h3 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  #System .system-contents .single-box h3 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #System .system-contents .single-box h3 {
    font-size: 18px;
  }
}
#System .system-contents .single-box p {
  margin-top: 25px;
}
#System .system-contents .single-box img {
  margin-top: 25px;
  width: 760px;
}
@media screen and (max-width: 1440px) {
  #System .system-contents .single-box img {
    width: 52.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  #System .system-contents .single-box img {
    width: 100%;
  }
}

#Example .example-contents {
  padding: 70px 0;
}
@media screen and (max-width: 1440px) {
  #Example .example-contents {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  #Example .example-contents {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  #Example .example-contents ul {
    flex-direction: column;
    gap: 10px;
  }
}
#Example .example-contents ul li {
  width: calc(100% / 2.1);
}
@media screen and (max-width: 767px) {
  #Example .example-contents ul li {
    width: 100%;
  }
}
#Example .example-contents ul li img {
  width: 100%;
}

#Mpm {
  background: #F2F2F7;
}
#Mpm .mpm-contents {
  padding: 25px 0 80px;
}
@media screen and (max-width: 1440px) {
  #Mpm .mpm-contents {
    padding: 1.7361111111vw 0 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  #Mpm .mpm-contents {
    padding: 25px 0 40px;
  }
}
#Mpm .mpm-contents > p {
  text-align: center;
}
#Mpm .mpm-contents-box {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #Mpm .mpm-contents-box {
    flex-direction: column;
    gap: 55px;
  }
}
#Mpm .mpm-contents-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 24px;
  background: url(../img/mediacommerce/arrow.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #Mpm .mpm-contents-box::before {
    left: 45%;
    top: 48%;
    transform: rotate(90deg);
  }
}
#Mpm .mpm-contents-box-item {
  width: calc(100% / 2.1);
  background: #fff;
}
@media screen and (max-width: 767px) {
  #Mpm .mpm-contents-box-item {
    width: 100%;
  }
}
#Mpm .mpm-contents-box-item h3 {
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  #Mpm .mpm-contents-box-item h3 {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #Mpm .mpm-contents-box-item h3 {
    font-size: 16px;
  }
}
#Mpm .mpm-contents-box-item h3.mpm-gray {
  background: #919291;
}
#Mpm .mpm-contents-box-item h3.mpm-blue {
  background: #0E5CCC;
}
#Mpm .mpm-contents-box-item-inner {
  background: #fff;
  padding: 25px 40px;
}
@media screen and (max-width: 1440px) {
  #Mpm .mpm-contents-box-item-inner {
    padding: 1.7361111111vw 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  #Mpm .mpm-contents-box-item-inner {
    padding: 15px 25px;
  }
}
#Mpm .mpm-contents-box-item-inner p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  #Mpm .mpm-contents-box-item-inner p {
    font-size: 0.9722222222vw;
  }
}
#Mpm .mpm-contents-box-item-inner img {
  width: 100%;
  margin-top: 25px;
}

#Question {
  background: #F2F2F7;
}
#Question .question-box {
  padding: 80px 0 100px;
  gap: 45px 0;
}
@media screen and (max-width: 1440px) {
  #Question .question-box {
    padding: 5.5555555556vw 0 6.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  #Question .question-box {
    gap: 30px 0;
    padding: 30px 0;
  }
}
#Question .question-box-items {
  border-radius: 5px;
  box-shadow: 1px 6px 10px 3px #fff;
  box-shadow: 0px 10px 30px rgba(51, 51, 51, 0.15);
}
#Question .question-box-items-q {
  font-size: 22px;
  font-weight: bold;
  padding: 25px;
  padding-left: 165px;
}
@media screen and (max-width: 1440px) {
  #Question .question-box-items-q {
    font-size: 1.5277777778vw;
    padding: 1.7361111111vw;
    padding-left: 11.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  #Question .question-box-items-q {
    font-size: 16px;
    padding: 15px;
    padding-left: 55px;
    padding-right: 45px;
  }
}
#Question .question-box-items-q p {
  position: relative;
}
#Question .question-box-items-q p::before {
  content: "";
  position: absolute;
  left: -65px;
  top: 50%;
  width: 29px;
  height: 43px;
  background: url(/assets/img/co_media/Q.png) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1440px) {
  #Question .question-box-items-q p::before {
    left: -4.5138888889vw;
    width: 2.0138888889vw;
    height: 2.9861111111vw;
  }
}
@media screen and (max-width: 767px) {
  #Question .question-box-items-q p::before {
    left: -30px;
    width: 20px;
    height: 25px;
  }
}
#Question .question-box-items-q p::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 40px;
  height: 40px;
  background: url(/assets/img/mediacommerce/qa-arrow.png) no-repeat center;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1440px) {
  #Question .question-box-items-q p::after {
    right: 1.0416666667vw;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  #Question .question-box-items-q p::after {
    right: -25px;
    width: 25px;
    height: 25px;
  }
}
#Question .question-box-items-a {
  font-size: 16px;
  padding: 0;
  padding-left: 165px;
  max-height: 0;
  overflow: hidden;
  transition: all .4s;
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  #Question .question-box-items-a {
    font-size: 1.1111111111vw;
    padding-left: 11.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  #Question .question-box-items-a {
    font-size: 14px;
    padding: 0;
    padding-left: 55px;
  }
}
#Question .question-box-items-a p {
  position: relative;
}
#Question .question-box-items-a p::before {
  content: "";
  position: absolute;
  left: -65px;
  top: 50%;
  width: 29px;
  height: 43px;
  background: url(/assets/img/mediacommerce/A.png) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1440px) {
  #Question .question-box-items-a p::before {
    left: -4.5138888889vw;
    width: 2.0138888889vw;
    height: 2.9861111111vw;
  }
}
@media screen and (max-width: 767px) {
  #Question .question-box-items-a p::before {
    left: -30px;
    width: 20px;
    height: 25px;
  }
}
#Question .question-box-items.open .question-box-items-a {
  padding: 25px;
  padding-top: 0;
  padding-left: 165px;
  max-height: 500px;
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  #Question .question-box-items.open .question-box-items-a {
    padding: 1.7361111111vw;
    padding-left: 11.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  #Question .question-box-items.open .question-box-items-a {
    padding: 15px;
    padding-left: 55px;
  }
}

/*# sourceMappingURL=mediacommerce.css.map */
