@charset "UTF-8";

.m-ttl-primary {
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
/*SOR注文*/
.m-list-wrap.mt1 {
  margin: 1em 0 0 0;
}
.m-note-list-v2 {
  opacity: 0.6;
}
.m-figure-wrap--center.figure-img01 .m-figure__caption {
  width: 656px;
  font-size: 16px;
  line-height: 1.38;
  color: #313942;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  border-radius: 6px;
  background-color: #f4f9fb;
}
.merit-card {
  border: solid 1.3px #dde0e5;
  text-align: center;
}
.merit-badge {
  display: flex;
  justify-content: center;
  align-items: center; 
  background-color: #528fcc;
  color: #fff;
}
.merit-title {
  font-weight: bold;
  color: #313942;
}
.merit-text {
  color: #313942;
}
.m-column.howto-sor .m-column__item {
  text-align: center;
}
.m-column.howto-sor .m-column__item img {
  width: 248px;
}
.m-sor-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  margin: 0 auto 28px;
}
@media (max-width: 767.98px) {
  .m-figure-wrap--center.figure-img01 .m-figure__caption {
    width: 100%;
    font-size: 14px;
    line-height: 1.57;
    margin-top: 16px;
    padding: 8px 16px;
  }
  .merit-card {
    margin-top: 16px;
    padding: 16px;
  }
  .merit-card + .merit-card {
    margin-top: 12px;
  }
  .merit-badge {
    width: 90px;
    height: 20px;
    font-size: 12px;
    border-radius: 18px;
    margin: 0 auto 15px;
  }
  .merit-title {
    font-size: 16px;
    line-height: 1.5;
  }
  .merit-text {
    font-size: 14px;
    line-height: 1.57;
    margin: 12px 0 0;
  }
  .m-column__item + .m-column__item {
    margin-top: 26px;
  }
  .m-sor-badge {
    width: 128px;
    height: 24px;
    font-size: 14px;
    margin: 0 auto 16px;
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .m-figure-wrap--center.figure-img01 {
    width: 656px;
    margin: 2em auto 0;
  }
  .m-figure-wrap--center.figure-img01 .m-figure__caption {
    width: 656px;
    height: 54px;
    font-size: 16px;
    line-height: 1.38;
    color: #313942;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    border-radius: 6px;
    background-color: #f4f9fb;
  }
  .merit-card-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .merit-card {
    margin-top: 20px;
    width: 433px;
    padding: 16px;
  }
  .merit-card:nth-child(3),
  .merit-card:nth-child(4) {
    margin-top: 22px;
  }
  .merit-badge {
    width: 160px;
    height: 30px;
    font-size: 16px;
    border-radius: 23.5px;
    margin: 0 auto 10px;
  }
  .merit-title {
    font-size: 18px;
    line-height: 1.61;
  }
  .merit-text {
    font-size: 16px;
    line-height: 1.63;
    margin: 12px 0 0;
  }
  .m-sor-badge {
    width: 160px;
    height: 30px;
    font-size: 16px;
    margin: 0 auto 28px;
    border-radius: 19.2px;
  }
}

/*利用方法*/
.m-sor-badge--step {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #528fcc;
  border-radius: 16px;
  font-size: 16px;
  color: #fff;
  margin: 16px 0;
}

.m-sor-badge--title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 30px;
  margin: 32px auto;
  font-size: 16px;
  border-radius: 19.2px;
  background-color: #f4f4f4;
}
.m-sor-check {
  padding: 0;
}
.m-sor-check li {
  background: url("/corp/guide/kabu/sor/order/img/icon-check.svg") no-repeat left 16px center;
  background-size: 24px;
  list-style-type: none;
  width: 100%;
  height: 68px;
  padding: 0 16px 0 56px;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-sor-check li + li{
  margin-top: 4px;
}
.m-sor-check__img img + img {
  padding-left: 10px;
}
.m-sor-img--listwrap li {
  width: 100%;
}
.m-sor-img--listwrap img {
  width: 248px;
  height: fit-content;
}

.m-sor-img--listwrap,
.m-howto-sor {
  list-style: none;
  padding: 0;
}
.m-sor-setting .m-sor-badge--title {
  margin: 32px auto 16px;
}
@media (max-width: 767.98px) {
  .m-sor-badge--step {
    width: 80px;
    height: 20px;
    font-size: 12px;
  }
  .m-sor-check li {
    padding: 0 16px 0 52px;
    font-size: 14px;
  }
  .m-sor-check__text {
    width: calc(100% - 96px);
  }
  .m-sor-check__img {
    width: 86px;
    text-align: right;
  }
  .m-sor-badge--title {
    width: 128px;
    height: 24px;
    border-radius: 20px;
    margin: 32px auto 16px;
    font-size: 14px;
  }
  .m-figure-wrap--center.figure-img01 {
    margin: 16px auto 0;
  }
  .m-sor-img--listwrap {
    margin-top: 16px;
    text-align: center;
  }
  .m-sor-img--listwrap li + li {
    padding-top: 26px;
  }
  .m-sor-img--listwrap img {
    width: 248px;
    height: auto;
  }
  .m-account-box,
  .section-mt {
    margin-top: 32px;
  }
  .m-howto-sor {
    padding: 0;
    margin-top: 33px;
    text-align: center;
  }

  .m-howto-sor li img {
    width: 248px;
  }
  .m-howto-sor li + li {
    margin-top: 24px;
  }
  .m-figure-wrap--center.figure-img02 {
    width: 459px;
    width: 100%;
    margin: 16px auto 0;
  }
  .m-sor-setting .m-sor-img--listwrap {
    margin-top: 16px;
  }
  .m-list-wrap {
    margin: 16px 0 0 0;
  }
}
@media (min-width: 768px) {
  .m-sor-badge--step {
    width: 128px;
    height: 30px;
    font-size: 16px;
  }
  .m-sor-check li {
    padding: 0 16px 0 56px;
    font-size: 16px;
  }
  .m-sor-badge--title {
    width: 160px;
    height: 30px;
    margin: 32px auto;
    font-size: 16px;
    border-radius: 19.2px;
  }
  .m-sor-setting .m-figure-wrap--center.figure-img02 {
    margin: 24px auto 0;
  }
  .m-sor-img--listwrap {
    display: flex;
    justify-content: center;
    margin-top: 32px;
  }
  .m-sor-img--listwrap li {
    width: auto;
  }
  .m-sor-img--listwrap li + li {
    padding-left: 40px;
  }
  .m-account-box,
  .section-mt {
    margin-top: 72px;
  }
  .m-howto-sor {
    display: flex;
    justify-content: center;
    margin-top: 33px;
  }
  .m-howto-sor li {
    width: 248px;
  }
  .m-howto-sor li + li {
    margin-left: 90px;
  }
  .m-figure-wrap--center.figure-img02 {
    width: 459px;
    margin: 2em auto 0;
  }
  .m-sor-setting .m-sor-img--listwrap {
    margin-top: 24px;
  }
}

/*約定の仕組み*/
.m-sor-badge--ex {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #528fcc;
  font-size: 16px;
  color: #fff;
  margin: 16px 0;
}
.m-sor-box__text {
  padding: 8px 16px;
  border-radius: 6px;
  text-align: left;
}
.section-ex2 {
  margin-top: 32px;
}
.section-ex1 .m-sor-box__text {
  background-color: #f4f9fb;
}
.section-ex2 .m-sor-box__text {
  background-color: #fff8f8;
}
.m-sor-numlist {
  list-style: none;
  margin: 0 0 16px;
  border-radius: 6px;
  border: solid 1px #dde0e5;
}
.m-sor-numlist li {
  padding-left: 48px;
  position: relative;
}
.m-sor-numlist li:before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "1";
  width: 32px;
  height: 32px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #528fcc;
  position: absolute;
  left: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.section-ex1 .m-sor-numlist li:before {
  background-color: #528fcc;
}
.section-ex2 .m-sor-numlist li:before {
  background-color: #eb5656;
}
.m-sor-numlist li:nth-child(1):before {
  content: "1";
}
.m-sor-numlist li:nth-child(2):before {
  content: "2";
}
.m-sor-numlist li + li {
  margin-top: 12px;
  padding-top: 12px;
  border-top: solid 1px #dde0e5;
}
.m-sor-result {
  margin: 16px 0 0;
  padding: 0 0 16px;
  border-radius: 6px;
  overflow: hidden;
}
.m-sor-result__tit {
  height: 32px;
  margin: 0 0 16px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-ex1 .m-sor-result {
  background-color: #f4f9fb;
}
.section-ex1 .m-sor-result__tit {
  background-color: #528fcc;
}
.section-ex2 .m-sor-result {
  background-color: #fff8f8;
}
.section-ex2 .m-sor-result__tit {
  background-color: #eb5656;
}

.m-sor-result__text {
  text-align: center;
}
.m-sor-result__detail {
  margin: 8px 0;
}
.m-sor-result__price {
  font-size: 18px;
}
.m-sor-result__all {
  font-size: 22px;
}

@media (min-width: 768px) {
  .m-sor-badge--ex {
    width: 72px;
    height: 30px;
    border-radius: 16px;
    font-size: 16px;
  }
  .m-sor-contract__wrap {
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
  }
  .m-sor-contract__wrap .m-sor-contract:first-child {
    text-align: center;
  }
  .m-sor-contract__wrap .m-sor-contract {
    width: 424px;
  }
  .m-sor-contract__wrap .m-sor-contract img {
    width: 328px;
  }
  .m-sor-box__text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.63;
  }
  .m-sor-numlist {
    width: 424px;
    padding: 12px 16px 12px 12px;
  }
  .m-sor-numlist li {
    font-size: 16px;
    line-height: 1.63;
  }
  .m-sor-result {
    width: 424px;
    margin: 16px 0 0;
  }
  .m-sor-result__tit {
    font-size: 18px;
  }
  .m-sor-result__detail {
    font-size: 16px;
    line-height: 1.63;  
  }
}

@media (max-width: 767.98px) {
  .m-sor-badge--ex {
    width: 48px;
    height: 20px;
    border-radius: 10px;
    font-size: 12px;
  }
  .m-sor-contract img {
    margin-top: 16px;
  }
  .m-sor-box__text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
  }
  .m-sor-numlist {
    padding: 8px 16px 12px 12px;
  }
  .m-sor-numlist li {
    font-size: 14px;
    line-height: 1.57;
  }
  .m-sor-contract + .m-sor-contract {
    margin-top: 24px;
  }
  .m-sor-result {
    margin: 16px 0 0;
  }
  .m-sor-result__tit {
    font-size: 16px;
  }
  .m-sor-result__detail {
    font-size: 14px;
    line-height: 1.57;  
  }
}


/*取引ルール*/
.m-sor-note {
  font-size: 14px;
  line-height: 1.57;
  padding: 16px;
  border-radius: 4px;
  background-color: #fff3f3;
  margin-top: 25px;
}
.m-sor-note__list {
  margin: 5px 0 0;
}
.m-sor-note__list li + li {
  margin: 5px 0 0;
}
.m-sor-note__text {
  margin: 5px 0 0;
}
.m-table .m-note-list-v2 {
  opacity: 1;
}
@media (min-width: 768px) {
  .m-sor-note__list {
    padding: 0 0 0 2em;
  }
}

@media (max-width: 767.98px) {
  .m-sor-note__list {
    padding: 0 0 0 1em;
  }
}
