@charset "UTF-8";
/*===============================================
corporate_trade
===============================================*/
.contents-wrap {
  margin-top: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .contents-wrap {
    margin-top: 2.5rem;
  }
}

.p-bg--green {
  padding: 3rem 1rem;
  background: url(/common/img/bg_green.webp) no-repeat center center/cover;
}
@media screen and (min-width: 769px) {
  .p-bg--green {
    padding: 3.5rem 1.5rem 3rem;
  }
}

.ttl-level-02 {
  margin-top: 80px;
}
@media screen and (min-width: 769px) {
  .ttl-level-02 {
    margin-top: 100px;
  }
}

.sec-inner li {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.sec-inner img {
  padding: 0;
}

/*===============================================
MV
===============================================*/
.p-mv__inner {
  padding-top: 94px;
  background: url(/service/field/corporate_trade/img/bg_mv.webp) no-repeat top center/cover;
}
@media only screen and (min-width: 769px) {
  .p-mv__inner {
    height: 540px;
    padding-top: 34px;
    background-image: url(/service/field/corporate_trade/img/bg_mv_pc.webp);
  }
}
.p-mv__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .p-mv__intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0.625rem;
  }
}
.p-mv__intro--yellow {
  padding: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #BA9536;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .p-mv__intro--yellow {
    font-size: 1.25rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-mv__intro--black {
  padding: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #333;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 769px) {
  .p-mv__intro--black {
    font-size: 1.25rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-mv__subttl {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 769px) {
  .p-mv__subttl {
    margin-bottom: 0.625rem;
    font-size: 1.5rem;
  }
}
.p-mv__ttl {
  width: 280px;
  margin: 0 auto 0.75rem;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
@media only screen and (min-width: 769px) {
  .p-mv__ttl {
    width: 380px;
    margin-bottom: 30px;
    -webkit-filter: none;
            filter: none;
  }
}
.p-mv__ttl img {
  width: 100%;
  height: auto;
}
.p-mv__data {
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  .p-mv__data {
    top: 218px;
  }
}
.p-mv__disclaimer {
  margin: 0 1rem 1rem;
}
@media only screen and (min-width: 769px) {
  .p-mv__disclaimer {
    margin: 2.5rem 0 0;
  }
}

@media only screen and (min-width: 769px) {
  .c-mv__cta__wrapper {
    height: 198px;
  }
}

@media only screen and (min-width: 769px) {
  .c-cta--basic__title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
}

/*===============================================
example
===============================================*/
.p-example__ttl {
  font-family: "Yu Mincho", "YuMincho", "serif", "ＭＳ Ｐ明朝", "MS PMincho", "HG明朝B", "HGMinchoB";
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .p-example__ttl {
    font-size: 1.5rem;
  }
}
.p-example__ttl--large {
  font-size: 1.875rem;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .p-example__ttl--large {
    font-size: 2.125rem;
  }
}
.p-example__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .p-example__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-example__list__item {
  padding: 1.5rem;
  background: #fff;
}
.p-example__list__img {
  width: 284px;
  margin: 1rem auto 0;
}
.p-example__list__img img {
  width: 100%;
  height: auto;
}
.p-example .c-h3--center {
  line-height: 1.3;
}

/*===============================================
prohibition
===============================================*/
.p-prohibition__list {
  padding: 0;
}
@media only screen and (min-width: 769px) {
  .p-prohibition__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(6, auto);
    grid-auto-flow: column;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
.p-prohibition__list li {
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .p-prohibition__list li:nth-child(6) {
    margin-bottom: 0;
  }
}

/*===============================================
about
===============================================*/
img.p-about__img {
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 769px) {
  img.p-about__img {
    margin-bottom: 0;
    width: 280px;
    height: auto;
  }
}
/*===============================================
support
===============================================*/
.p-support .img-float-right {
  display: block;
  width: 100%;
  height: auto;
  max-width: 240px;
  margin: 0 auto 1.5rem;
  padding: 0 !important;
}
@media only screen and (min-width: 769px) {
  .p-support .img-float-right {
    margin-left: 1.5rem;
  }
}
.p-support__contents {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .p-support__contents {
    margin-top: 2rem;
  }
}/*# sourceMappingURL=style.css.map */