.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .flex {
    display: block;
  }
}

.main-visual {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #0a2986;
}

.main-visual .section-inner {
  position: relative;
}

@media screen and (max-width: 500px) {
  .main-visual .section-inner {
    z-index: 1;
  }
}

.main-visual_contents {
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  height: 300px;
  background-image: url("./../../../../img/add-value/trading/mv.jpg");
  background-position: top left;
  background-size: cover;
}

@media screen and (max-width: 1300px) {
  .main-visual_contents {
    width: 78%;
  }
}

@media screen and (max-width: 980px) {
  .main-visual_contents {
    right: 0;
    width: 78%;
    height: 23.80952rem;
    background-position: center;
  }
}

@media screen and (max-width: 500px) {
  .main-visual_contents {
    width: 57.2vw;
    height: 46vw;
    background-image: url("./../../../../img/add-value/trading/mv_sp.jpg");
    background-position: top left;
  }
}

@media screen and (max-width: 980px) {
  .main-visual {
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual {
    height: 46vw;
  }
}

.sec-intro__heading {
  color: #0a2986;
  font-size: 3.4rem;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .sec-intro__heading {
    font-size: 2.69841rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-intro__heading {
    font-size: 5.86667vw;
  }
}

.sec-intro__lead {
  margin-top: 23px;
  font-size: 1.8rem;
  line-height: 32px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .sec-intro__lead {
    font-size: 1.42857rem;
    line-height: 2.53968rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-intro__lead {
    font-size: 3.73333vw;
    text-align: left;
  }
}

.point {
  position: relative;
  max-width: 2000px;
  margin: 48px auto 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a2986;
}

@media screen and (max-width: 980px) {
  .point {
    margin: 3.80952rem auto 0;
  }
}

@media screen and (max-width: 500px) {
  .point {
    margin: 6.4vw auto 0;
  }
}

@media screen and (max-width: 980px) {
  .point {
    padding-top: 2.38095rem;
    padding-bottom: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .point {
    padding-top: 6.66667vw;
    padding-bottom: 6.66667vw;
  }
}

.point .section-inner {
  z-index: 1;
  position: relative;
}

.point .point_title {
  color: #0a2986;
  font-size: 3.4rem;
}

@media screen and (max-width: 980px) {
  .point .point_title {
    font-size: 2.69841rem;
  }
}

@media screen and (max-width: 500px) {
  .point .point_title {
    font-size: 4.53333vw;
  }
}

.point .point_text {
  color: #ff8d00;
  font-size: 1.5rem;
}

@media screen and (max-width: 980px) {
  .point .point_text {
    font-size: 1.19048rem;
  }
}

@media screen and (max-width: 500px) {
  .point .point_text {
    margin-top: 0vw;
    font-size: 3.33333vw;
  }
}

@media screen and (max-width: 500px) {
  .point .point_textbox {
    padding: 0 2.66667vw;
  }
}

@media screen and (max-width: 500px) {
  .point .point_results {
    width: 80%;
    margin: 0 auto;
  }
}

.point .point_results-desc {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.625;
}

@media screen and (max-width: 980px) {
  .point .point_results-desc {
    margin-top: 1.5873rem;
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .point .point_results-desc {
    margin-top: 2vw;
    font-size: 3.46667vw;
  }
}

.point .btnbox {
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .point .btnbox {
    margin-top: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .point .btnbox {
    margin-top: 6.66667vw;
  }
}

.point .btnbox .btnlink span {
  color: #ffffff;
}

.point .btnbox .btnlink:after {
  right: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 501px) {
  .point .btnbox .btnlink:hover span {
    color: #00367e;
  }
  .point .btnbox .btnlink:hover:after {
    right: 0;
    left: auto;
    width: 100%;
    background-color: #ffffff;
  }
  .point .btnbox .btnlink:hover:after span {
    color: #00367e;
  }
}

.thum_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
}

@media screen and (max-width: 980px) {
  .thum_img img {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .thum_img {
    height: 21.06667vw;
  }
}

.thum_img--01 img {
  width: 150px;
}

@media screen and (max-width: 980px) {
  .thum_img--01 img {
    width: 11.90476rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_img--01 img {
    width: 90.3px;
    width: 30.1vw;
  }
}

.thum_img--02 img {
  width: 100px;
}

@media screen and (max-width: 980px) {
  .thum_img--02 img {
    width: 7.93651rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_img--02 img {
    width: 60px;
    width: 20vw;
  }
}

.thum_img--03 img {
  width: 105px;
}

@media screen and (max-width: 980px) {
  .thum_img--03 img {
    width: 7.93651rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_img--03 img {
    width: 63px;
    width: 21vw;
  }
}

.thumbox {
  flex-wrap: nowrap;
}

@media screen and (max-width: 500px) {
  .thumbox {
    flex-wrap: wrap;
  }
}

.thumbox li {
  position: relative;
  width: calc(100% / 3);
  height: 410px;
  padding: 28px 0 29px;
  border-right: 1px solid #102d87;
  background-color: #ffffff;
}

@media screen and (max-width: 980px) {
  .thumbox li {
    height: 36.50794rem;
    padding: 2.22222rem 0 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .thumbox li {
    width: 100%;
    height: auto;
    padding: 5.33333vw 3.33333vw 5.33333vw;
    border-right: none;
  }
}

.thumbox li:nth-of-type(2) .caption {
  padding: 0 17px 0;
}

@media screen and (max-width: 980px) {
  .thumbox li:nth-of-type(2) .caption {
    padding: 0 1.34921rem 0;
  }
}

@media screen and (max-width: 500px) {
  .thumbox li:nth-of-type(2) .caption {
    padding: 1.33333vw 0 0;
  }
}

.thumbox li:nth-of-type(2) .thum_text {
  padding: 0 8px 0;
}

@media screen and (max-width: 980px) {
  .thumbox li:nth-of-type(2) .thum_text {
    padding: 0 0.63492rem 0;
  }
}

@media screen and (max-width: 500px) {
  .thumbox li:nth-of-type(2) .thum_text {
    padding: 0;
  }
}

.thumbox li:last-of-type {
  border-right: none;
}

.thumbox li .caption {
  margin-top: 10px;
  padding: 0 20px;
}

@media screen and (max-width: 980px) {
  .thumbox li .caption {
    margin-top: 0.79365rem;
    padding: 0 1.98413rem 0;
  }
}

@media screen and (max-width: 500px) {
  .thumbox li .caption {
    padding: 1.33333vw 0 0;
  }
}

.thumbox li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 134px;
  margin-left: 20px;
  content: '';
}

@media screen and (max-width: 980px) {
  .thumbox li:before {
    width: 1.34921rem;
    height: 10.63492rem;
    margin-left: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .thumbox li:before {
    width: 3.06667vw;
    height: 35.73333vw;
    margin-left: 4.667vw;
  }
}

.thumbox li:nth-of-type(1):before {
  background-image: url("./../../../../img/add-value/trading/flag01.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.thumbox li:nth-of-type(2):before {
  background-image: url("./../../../../img/add-value/trading/flag02.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.thumbox li:nth-of-type(3):before {
  background-image: url("./../../../../img/add-value/trading/flag03.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 500px) {
  .thumbox li:nth-of-type(1n + 2) {
    margin-top: 4.66667vw;
  }
}

.thum_caption {
  color: #f18500;
  font-size: 2.4rem;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .thum_caption {
    font-size: 1.90476rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_caption {
    font-size: 5vw;
    line-height: 6.5vw;
  }
}

.thum_caption span {
  display: inline-block;
  transform: skew(-6deg);
}

.thum_caption + .num-box {
  color: #ff8d00;
  font-weight: 700;
  text-align: center;
}

.thum_caption + .num-box .num {
  font-size: 5.8rem;
}

@media screen and (max-width: 980px) {
  .thum_caption + .num-box .num {
    font-size: 4.60317rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_caption + .num-box .num {
    font-size: 13vw;
  }
}

.thum_caption + .num-box .min-font {
  font-size: 2.4rem;
}

@media screen and (max-width: 980px) {
  .thum_caption + .num-box .min-font {
    font-size: 1.90476rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_caption + .num-box .min-font {
    font-size: 5.06667vw;
  }
}

.thum_text {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 26px;
}

@media screen and (max-width: 980px) {
  .thum_text {
    font-size: 1.26984rem;
    line-height: 2.06349rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_text {
    font-size: 3.2vw;
  }
}

.thum_text .min {
  position: relative;
  top: -7px;
  font-size: 1.3rem;
}

@media screen and (max-width: 980px) {
  .thum_text .min {
    top: -0.55556rem;
    font-size: 1.03175rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_text .min {
    font-size: 2.66667vw;
  }
}

.thum_text .note {
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  .thum_text .note {
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_text .note {
    font-size: 1.86667vw;
  }
}

.sec-features {
  margin-top: 60px;
}

@media screen and (max-width: 500px) {
  .sec-features {
    margin-top: 8vw;
  }
}

.sec-features .title-h4 {
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .sec-features .title-h4 {
    font-size: 1.74603rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-features .title-h4 {
    font-size: 3.46667vw;
  }
}

.sec-features .title-h4:before {
  height: 24px;
  margin-top: calc(-21px / 2);
}

.sec-features .title-h4:nth-of-type(1n + 2) {
  margin-top: 70px;
}

.sec-implementation {
  margin-top: 20px;
}

.sec-implementation__text01 {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 26px;
}

@media screen and (max-width: 980px) {
  .sec-implementation__text01 {
    font-size: 1.26984rem;
    line-height: normal;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation__text01 {
    font-size: 2.93333vw;
  }
}

.sec-implementation__scopes {
  margin-top: 40px;
}

@media screen and (max-width: 500px) {
  .sec-implementation__scopes {
    margin-top: 5.33333vw;
  }
}

.sec-implementation .scopes__list {
  margin-top: 18px;
}

@media screen and (max-width: 500px) {
  .sec-implementation .scopes__list {
    margin-top: 2.4vw;
  }
}

.sec-implementation .scopes__heading {
  color: #0a2986;
  font-size: 2rem;
  font-weight: bold;
  line-height: 26px;
}

@media screen and (max-width: 980px) {
  .sec-implementation .scopes__heading {
    font-size: 1.5873rem;
    line-height: normal;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .scopes__heading {
    font-size: 3.2vw;
  }
}

.sec-implementation .scopes__text01 {
  margin-top: 35px;
  font-size: 1.6rem;
  line-height: 26px;
}

@media screen and (max-width: 980px) {
  .sec-implementation .scopes__text01 {
    margin-top: 2.77778rem;
    font-size: 1.26984rem;
    line-height: normal;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .scopes__text01 {
    margin-top: 4.66667vw;
    font-size: 2.93333vw;
  }
}

.sec-implementation .scope {
  border: 4px solid #ee8400;
  border-radius: 10px;
}

.sec-implementation .scope--logistics {
  position: relative;
  padding: 26px 26px 58px;
  background-color: #9ed6f0;
}

@media screen and (max-width: 980px) {
  .sec-implementation .scope--logistics {
    padding: 2.06349rem 2.06349rem 4.60317rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .scope--logistics {
    padding: 3.46667vw 3.46667vw 7.73333vw;
  }
}

.sec-implementation .scope__figure {
  position: absolute;
  right: 0;
  bottom: -95px;
  left: 0;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .sec-implementation .scope__figure {
    bottom: -8.73016rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .scope__figure {
    bottom: -14.66667vw;
  }
}

.sec-implementation .scope__figure img {
  width: 431px;
}

@media screen and (max-width: 980px) {
  .sec-implementation .scope__figure img {
    width: 38.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .scope__figure img {
    width: 64.13333vw;
  }
}

.sec-implementation .scope--accounting {
  margin-top: 56px;
  padding: 48px 26px 36px;
  background-color: #b9c4e9;
}

@media screen and (max-width: 980px) {
  .sec-implementation .scope--accounting {
    padding: 3.80952rem 2.06349rem 2.85714rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .scope--accounting {
    margin-top: 7.46667vw;
    padding: 6.4vw 3.46667vw 4.8vw;
  }
}

.sec-implementation .scope__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  margin: 0 auto;
  padding: 4px 10px;
  border-radius: 20px;
  background-color: #1f1f1f;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 980px) {
  .sec-implementation .scope__heading {
    font-size: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .scope__heading {
    font-size: 2.66667vw;
  }
}

.sec-implementation .scope__heading-icon {
  margin-right: 10px;
}

.sec-implementation .scope--logistics .scope__heading-icon {
  width: 21px;
}

@media screen and (max-width: 980px) {
  .sec-implementation .scope--logistics .scope__heading-icon {
    width: 1.66667rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .scope--logistics .scope__heading-icon {
    width: 2.8vw;
  }
}

.sec-implementation .scope--accounting .scope__heading-icon {
  width: 16px;
}

@media screen and (max-width: 980px) {
  .sec-implementation .scope--accounting .scope__heading-icon {
    width: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .scope--accounting .scope__heading-icon {
    width: 2.13333vw;
  }
}

.sec-implementation .scope__contents {
  margin-top: 20px;
}

@media screen and (max-width: 980px) {
  .sec-implementation .scope__contents {
    margin-top: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .scope__contents {
    margin-top: 2.66667vw;
    overflow: auto;
  }
}

.sec-implementation .scope__contents table {
  width: 100%;
  border-spacing: 1px;
  table-layout: fixed;
}

@media screen and (max-width: 500px) {
  .sec-implementation .scope__contents table {
    width: 800px;
  }
}

.sec-implementation .scope__contents table th {
  padding: 10px 12px;
  background-color: #0a2986;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .sec-implementation .scope__contents table th {
    padding: 0.79365rem 0.95238rem;
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .scope__contents table th {
    padding: 1.33333vw 1.6vw;
    font-size: 2.13333vw;
  }
}

.sec-implementation .scope__contents table td {
  padding: 10px 12px;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 30px;
  vertical-align: baseline;
}

@media screen and (max-width: 980px) {
  .sec-implementation .scope__contents table td {
    padding: 0.79365rem 0.95238rem;
    font-size: 1.11111rem;
  }
}

.sec-implementation .scope__contents table td:nth-child(even) {
  background-color: #edf2f7;
}

.sec-implementation__scenarios {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px dotted #c7c7c7;
}

@media screen and (max-width: 980px) {
  .sec-implementation__scenarios {
    margin-top: 4.7619rem;
    padding-top: 4.7619rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation__scenarios {
    margin-top: 8vw;
    padding-top: 8vw;
  }
}

.sec-implementation .scenarios__heading {
  color: #0a2986;
  font-size: 2rem;
  font-weight: bold;
  line-height: 26px;
}

@media screen and (max-width: 980px) {
  .sec-implementation .scenarios__heading {
    font-size: 1.5873rem;
    line-height: normal;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .scenarios__heading {
    font-size: 3.2vw;
  }
}

.sec-implementation .scenarios__list {
  display: flex;
  margin-top: 18px;
}

@media screen and (max-width: 500px) {
  .sec-implementation .scenarios__list {
    display: block;
    margin-top: 2.4vw;
  }
}

.sec-implementation .scenarios__item {
  width: 50%;
}

@media screen and (max-width: 500px) {
  .sec-implementation .scenarios__item {
    width: auto;
  }
}

.sec-implementation .scenarios__item:nth-child(even) {
  margin-left: 40px;
}

@media screen and (max-width: 500px) {
  .sec-implementation .scenarios__item:nth-child(even) {
    margin-top: 5.33333vw;
    margin-left: 0;
  }
}

.sec-implementation .scenarios__item table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 1px;
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  .sec-implementation .scenarios__item table {
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .scenarios__item table {
    font-size: 2.93333vw;
  }
}

.sec-implementation .scenarios__item table colgroup col:nth-child(1) {
  width: 70px;
}

@media screen and (max-width: 500px) {
  .sec-implementation .scenarios__item table colgroup col:nth-child(1) {
    width: 11.2vw;
  }
}

.sec-implementation .scenarios__item table colgroup col:nth-child(2) {
  width: 140px;
}

@media screen and (max-width: 500px) {
  .sec-implementation .scenarios__item table colgroup col:nth-child(2) {
    width: 20.53333vw;
  }
}

.sec-implementation .scenarios__item table thead th {
  background-color: #0a2986;
  color: #fff;
}

.sec-implementation .scenarios__item table tbody {
  text-align: left;
}

.sec-implementation .scenarios__item table tbody th {
  background-color: #f7fbff;
}

.sec-implementation .scenarios__item table tbody:nth-of-type(even) th {
  background-color: #f0f3fd;
}

.sec-implementation .scenarios__item table tbody:nth-of-type(even) td {
  background-color: #fafafa;
}

.sec-implementation .scenarios__item table th {
  padding: 14px 20.5px;
  border: 1px solid #e4e4e4;
  font-weight: 400;
  vertical-align: baseline;
}

@media screen and (max-width: 980px) {
  .sec-implementation .scenarios__item table th {
    padding: 1.11111rem 1.62698rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .scenarios__item table th {
    padding: 1.86667vw 2.53333vw;
  }
}

.sec-implementation .scenarios__item table td {
  padding: 14px 20.5px;
  border: 1px solid #e4e4e4;
}

@media screen and (max-width: 980px) {
  .sec-implementation .scenarios__item table td {
    padding: 1.11111rem 1.62698rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .scenarios__item table td {
    padding: 1.86667vw 2.53333vw;
  }
}

.sec-implementation__functions {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px dotted #c7c7c7;
}

@media screen and (max-width: 980px) {
  .sec-implementation__functions {
    margin-top: 4.7619rem;
    padding-top: 4.7619rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation__functions {
    margin-top: 8vw;
    padding-top: 8vw;
  }
}

.sec-implementation .functions__heading {
  color: #0a2986;
  font-size: 2rem;
  font-weight: bold;
  line-height: 26px;
}

@media screen and (max-width: 980px) {
  .sec-implementation .functions__heading {
    font-size: 1.5873rem;
    line-height: normal;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .functions__heading {
    font-size: 3.2vw;
  }
}

.sec-implementation .functions__list {
  display: flex;
  margin-top: 18px;
}

@media screen and (max-width: 500px) {
  .sec-implementation .functions__list {
    display: block;
    margin-top: 2.4vw;
  }
}

.sec-implementation .functions__item {
  flex-basis: 100%;
}

.sec-implementation .functions__item:nth-child(even) {
  margin-left: 40px;
}

@media screen and (max-width: 500px) {
  .sec-implementation .functions__item:nth-child(even) {
    margin-top: 5.33333vw;
    margin-left: 0;
  }
}

.sec-implementation .functions__legend {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  .sec-implementation .functions__legend {
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .functions__legend {
    font-size: 2.4vw;
  }
}

.sec-implementation .functions__legend-label {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 32px;
  margin: 0 8px 0 12px;
  padding: 1px 0 2px;
  border-radius: 9px;
  background-color: #1f1f1f;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .sec-implementation .functions__legend-label {
    margin: 0 0.63492rem 0 0.95238rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .functions__legend-label {
    margin: 0 1.06667vw 0 1.6vw;
    font-size: 1.86667vw;
  }
}

.sec-implementation .functions__legend-label--add {
  background-color: #0a2986;
}

.sec-implementation .functions-list__caption {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background-color: #0a2986;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .sec-implementation .functions-list__caption {
    padding: 0.95238rem;
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 980px) {
  .sec-implementation .functions-list__caption {
    padding: 1.6vw;
    font-size: 2.93333vw;
  }
}

.sec-implementation .functions-list__caption img {
  margin-right: 10px;
}

.sec-implementation .functions-list__caption--external img {
  width: 50px;
}

@media screen and (max-width: 980px) {
  .sec-implementation .functions-list__caption--external img {
    width: 3.96825rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .functions-list__caption--external img {
    width: 6.66667vw;
  }
}

.sec-implementation .functions-list__caption--internal img {
  width: 26px;
}

@media screen and (max-width: 980px) {
  .sec-implementation .functions-list__caption--internal img {
    width: 2.06349rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .functions-list__caption--internal img {
    width: 3.46667vw;
  }
}

.sec-implementation .functions-list__body {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e4e4e4;
}

.sec-implementation .functions-list__item {
  display: flex;
  align-items: baseline;
  width: 50%;
  padding: 14px 20px;
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  .sec-implementation .functions-list__item {
    padding: 1.11111rem 1.5873rem;
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-implementation .functions-list__item {
    padding: 1.86667vw 2.66667vw;
    font-size: 2.93333vw;
  }
}

.sec-implementation .functions-list__item:nth-child(n + 3) {
  border-top: 1px solid #e4e4e4;
}

.sec-implementation .functions-list__item:nth-child(even) {
  border-left: 1px solid #e4e4e4;
}

.sec-implementation .functions-list__item--add {
  background-color: #f7fbff;
  color: #0a2986;
}

.sec-implementation .functions-list__label {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 32px;
  margin-right: 8px;
  padding: 1px 0 2px;
  border-radius: 9px;
  background-color: #1f1f1f;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .sec-implementation .functions-list__label {
    font-size: 1.86667vw;
  }
}

.sec-implementation .functions-list__item--add .functions-list__label {
  background-color: #0a2986;
}

.sec-poc {
  margin-top: 60px;
}

@media screen and (max-width: 980px) {
  .sec-poc {
    margin-top: 4.7619rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-poc {
    margin-top: 8vw;
  }
}

.sec-poc__text01 {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 26px;
}

@media screen and (max-width: 980px) {
  .sec-poc__text01 {
    font-size: 1.26984rem;
    line-height: normal;
  }
}

@media screen and (max-width: 500px) {
  .sec-poc__text01 {
    margin-top: 2.66667vw;
    font-size: 2.93333vw;
  }
}

.btnbox {
  margin-top: 37px;
}

.btnbox .btnlink {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 16px 0;
  border: 1px solid #00367e;
}
.btnbox .btnlink.w500{
	width: 500px;
}
@media screen and (max-width: 980px) {
  .btnbox .btnlink {
    width: 31.74603rem;
    padding: 1.26984rem 0;
  }
	.btnbox .btnlink.w500{
	width: 38.24603rem;
}
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink {
    width: 80%;
    padding: 3.89105% 0;
  }
	.btnbox .btnlink.w500{
	width: 100%;
}
}

.btnbox .btnlink:after {
  right: 0;
  left: 0;
  width: 100%;
}

.btnbox .btnlink span {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .btnbox .btnlink span {
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink span {
    font-size: 3.2vw;
  }
}

.btnbox .btnlink span:before {
  right: 28px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
}

@media screen and (max-width: 980px) {
  .btnbox .btnlink span:before {
    right: 2.22222rem;
    width: 0.55556rem;
    height: 0.55556rem;
    margin-top: -0.31746rem;
  }
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink span:before {
    right: 3.222vw;
    width: 1.556vw;
    height: 1.556vw;
    margin-top: -0.31746vw;
  }
}

@media screen and (min-width: 501px) {
  .btnbox .btnlink:hover:after {
    right: 0;
    left: auto;
    width: 100%;
    background-color: #ffffff;
  }
  .btnbox .btnlink:hover span {
    color: #0a2986;
  }
}

.btnbox .btnlink:after {
  background-color: #00367e;
}

.btnbox .btnlink:after {
  transition: all 0.1s cubic-bezier(1, 0, 0, 1);
}

.btnbox .btnlink span {
  transition: none;
}

.btnbox .btnlink span:before {
  transition: visibility 0.1s cubic-bezier(1, 0, 0, 1);
}

.btnbox .btnlink .icon {
  position: relative;
  transition: color 0.1s cubic-bezier(1, 0, 0, 1);
}

.btnbox .btnlink .icon:before {
  position: absolute;
  top: 50%;
  left: 40px;
  width: 30px;
  height: 30px;
  margin-top: 0;
  transform: translateY(-50%) rotate(0);
  border: none;
  background-image: url("./../../../../img/add-value/trading/icon03.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transition: none;
}

@media screen and (max-width: 980px) {
  .btnbox .btnlink .icon:before {
    left: 3.1746rem;
    width: 2.38095rem;
    height: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink .icon:before {
    left: 3.333vw;
    width: 5.86667vw;
    height: 5.86667vw;
  }
}

.btnbox .btnlink .icon:after {
  position: absolute;
  top: 50%;
  left: 40px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-image: url("./../../../../img/add-value/trading/icon03_on.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 980px) {
  .btnbox .btnlink .icon:after {
    left: 3.1746rem;
    width: 2.38095rem;
    height: 2.38095rem;
  }
}

@media screen and (min-width: 501px) {
  .btnbox .btnlink:hover span {
    transition: color 0.1s cubic-bezier(1, 0, 0, 1);
  }
  .btnbox .btnlink:hover .icon {
    color: #00367e;
    transition: none !important;
  }
  .btnbox .btnlink:hover .icon:after {
    opacity: 1;
  }
}

.contact {
  margin-top: 0;
}

.contact .btnbox {
  text-align: center;
}
.standard_1::after{
    content: "※3";
    font-size: 83%;
    position: relative;
    top: -4px;
}
.standard_2::after{
	content: "※4";
	font-size:83%;
	position: relative;
    top: -4px;
}

/*Add-valueページNEWS*/
.news-area{
    max-width: 940px;
    margin: 48px auto 0;
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.news-area .section-inner{
    width: 400px;
    box-sizing: border-box;
    border: 1px solid #a6953d;
    background: #f3f1e5;
}
.news-area .section-inner.case_studies{
    border: 1px solid #0a2986;
    background: #e8ebf5;
}
.news-area .section-inner a{
    display: block;
    position: relative;
    border-right: 30px solid #FFF;
    padding: 15px 0 0;
}
.news-area .section-inner.case_studies a{
    border-right: 30px solid #0a2986;
}
.news-area .section-inner a:before {
    position: absolute;
    content: '輸出入業務を行う商社様向け';
    top: -20px;
    left: -1px;
    width: 245px;
    height: 30px;
    line-height:2;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.45rem;
    background: #a6953d;
}
.news-area .section-inner.case_studies a:before {
    display: none;
}
.news-area .section-inner .news-area_title{
    margin: 0;
    padding: 5px 0px 15px 25px;
    height: 73px;
    color: #a6953d;
    font-size: 2.2rem;
    font-weight: 700;
    transition: opacity 0.8s;
}
.news-area .section-inner.case_studies .news-area_title{
    padding: 0px 0px 20px 25px;
    color: #0a2986;
    font-size: 2rem;
}
.news-area .section-inner .news-area_title span{
    display: block;
    font-size: 1.5rem;
    font-weight:normal;
}
.news-area .section-inner a:hover .news-area_title{
    opacity:0.6;
}

.news-area .section-inner.case_studies a::after{
    background: #0a2986;
    color: #fff;
}
.news-area .section-inner .news-area_title:before {
    position: absolute;
    top: 52%;
    transform: rotate(45deg);
    border-top: 1px solid;
    border-right: 1px solid;
    content: '';
    transition:  0.3s;
    right: -4.8%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    z-index: 100;
}

.news-area .section-inner a:hover .news-area_title:before{
    right: -6%;
    border-color: #a6953d;
}
.news-area .section-inner.case_studies .news-area_title:before,
.news-area .section-inner.case_studies  a:hover .news-area_title:before{
    border-color: #fff;
}

@media screen and (max-width: 980px) {
    .news-area {
        width: 93.33333%;
        margin-top: 2.38095rem;
        margin-bottom: 2.38095rem;
    }
    .news-area .section-inner{
        width: 49%;
    }
    .news-area .section-inner a:before{
        width: 21.69841rem;
        height: 2.71481rem;
        font-size: 1.28486rem;
        line-height: 2.2;
        top: -12px;
    }
    .news-area .section-inner .news-area_title{
        font-size: 2.47841rem;
        font-weight: 600;
    }
    .news-area .section-inner.case_studies .news-area_title{
        line-height: 1.5;
    }
    .news-area .section-inner .news-area_title span{
        font-size: 1.42857rem;
    }
    .news-area .section-inner .news-area_title:before{
        right: -4.2%;
    }
    .news-area .section-inner a:hover .news-area_title:before{
    right: -5.5%;
    }
}

@media screen and (max-width: 500px) {
    .news-area {
        margin-top: 6.66667vw;
        margin-bottom: 6.66667vw;
        flex-wrap: wrap;
        width: 94.66667%;
    }
    
    .news-area .section-inner{
        width: 100%;
    }
    .news-area .section-inner.case_studies{
        margin-bottom: 6.66667vw;
    }
    .news-area .section-inner a{
        padding: 2.26667vw;
    }
    .news-area .section-inner a:before{
        top: -3.8vw;
        left: -0.3vw;
        width: 45.8vw;
        height: 5.6vw;
        font-size: 2.83333vw;
        line-height: 2;
    }
    .news-area .section-inner.case_studies a,.news-area .section-inner a{
        border-right-width: 25px;
    }
    .news-area .section-inner .news-area_title{
        width: 100%;
        height: 10.5vw;
        padding: 1vw 1.8vw 0;
        font-size: 3.96667vw;
    }
    .news-area .section-inner.case_studies .news-area_title{
        height: 7vw;
        padding: 0 1.8vw;
        line-height: 1.8;
        font-size: 3.86667vw;
    }
    .news-area .section-inner .news-area_title span{
        font-size: 2.83333vw
    }
    .news-area .section-inner .news-area_title:before{
        right: -3.8%;
    }
}
/*# sourceMappingURL=../../../../css-map/pages/add-value/trading/index.css.map */
