.b420,
.b530 {
 display: none;
}
@media (max-width: 420px) {
.b420 {
  display: block;
}
}
@media (max-width: 530px) {
.b530 {
  display: block;
}
}
.page-customer_index {
  font-weight: 400;
}
.c-btn.customer-btn{
  margin: 7px auto 0 0;
}
.c-btn.customer-btn-wide{
  margin: 25px auto 0 0;
  max-width: 320px;
}

.page-customer_index .sec-headingLead {
  padding-bottom: 10px;
}
.page-customer_index .sec-headingLead::before {
  display: none;
}

.page-customer_index .sec-headingLead__desc {
  text-align: start;
}

.sec-customer {
  background-color: #f6f4ed;
  padding-bottom: 50px;
}
.sec-customer ul {
  padding-left: 20px;
  margin-bottom: 50px;
}
.sec-customer ul li {
  /* list-style-type: disc; */
  color: #e28900;
  margin-bottom: 25px;
}
.sec-customer ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translate(70%, 90%);
  background-color: #e28900;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.sec-customer ol {
  padding-left: 15px;
}
.sec-customer ol li {
  list-style-type: decimal;
  color: #e28900;
  margin-bottom: 25px;
}
.sec-customer__text,
.sec-customer__detail,
.sec-customer__flow-text,
.sec-customer__text {
  color: #333333;
}
.sec-customer__box {
  position: relative;
  z-index: 0;
  padding: 35px 0 0;
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .sec-customer__box {
    padding: 35px 0 0;
    margin-bottom: 50px;
  }
}
.sec-customer__box::before {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    #e28900 0%, #e28900 15px,
    #f6f4ed 15px, #f6f4ed 20px,
    #e1dccd 20px, #e1dccd 100%
  );
}
.sec-customer__box-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .sec-customer__box-title {
    font-size: 2rem;
    letter-spacing: .5px;
  }
}

.sec-customer__title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  color: rgb(226, 137, 0);
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .sec-customer__title {
    font-size: 1.6rem;
    letter-spacing: .5px;
  }
}

.sec-customer__title-small {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: rgb(226, 137, 0);
  letter-spacing: 1px;
  margin-bottom: 5px;
}
@media (max-width: 834px) {
  .sec-customer__title-small {
    font-size: 1.6rem;
    letter-spacing: .5px;
  }
}

.sec-customer__detail {
  font-size: 1.3rem;
  line-height: 1.75;
}
@media (max-width: 834px) {
  .sec-customer__detail {
    font-size: 1.2rem;
  }
}

/* テーブル */
.sec-customer__table-area {
  margin-bottom: 50px;
}

.page-customer_index tr,
.page-customer_index th,
.page-customer_index td{
  border-collapse: collapse;
  border: #e1dccd 1px solid;
  padding: 25px 30px;
}
.page-customer_index th {
  font-size: 1.6rem;
  background-color: #ece9de;
}
.page-customer_index tr th:nth-of-type(2) {
  width: 360px;
}
.page-customer_index tr th:nth-of-type(3) {
  width: 240px;
}
.page-customer_index tr th:last-of-type {
  width: 285px;
}
.page-customer_index tr th:first-of-type {
  width: 240px;
}
.page-customer_index td {
  font-size: 1.4rem;
  background-color: #fff;
}

.small-text {
  font-size: 8px;
  vertical-align: top;
  line-height: 2;
}
@media (max-width: 1300px) {
  .page-customer_index tr,
  .page-customer_index th,
  .page-customer_index td{
  border-collapse: collapse;
  border: #e1dccd 1px solid;
  padding: 15px 20px;
  }
  .page-customer_index th {
    font-size: 1.5rem;
    background-color: #ece9de;
  }
  .page-customer_index td {
    font-size: 1.3rem;
  }
  .small-text {
    font-size: 7px;
    margin-bottom: auto;
  }
}
@media (max-width: 1140px) {
  .page-customer_index tr,
  .page-customer_index th,
  .page-customer_index td{
  border-collapse: collapse;
  border: #e1dccd 1px solid;
  padding: 15px 20px;
  }
  .page-customer_index th {
    font-size: 1.4rem;
    background-color: #ece9de;
  }
  .page-customer_index td {
    font-size: 1.2rem;
  }
  .small-text {
    font-size: 7px;
    margin-bottom: auto;
  }
}

.b1065 {
  display: none;
}
@media (max-width: 1065px) {
  .sec-customer__table-area {
    height: fit-content;
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 10px;
  }
  .sec-customer__table-area table{
    width: 960px;
  }
  .sec-customer__detail.b1065 {
    display: block;
    margin-bottom: 60px;
  }
  .sec-customer__table-area table tr th:nth-of-type(1){
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
  }
  .sec-customer__table-area table tr th:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: #e1dccd 1px solid;
    border-right: #e1dccd 1px solid;
    border-bottom: #e1dccd 1px solid;
    background-color: #ece9de;
    z-index: -1;
  }
}
@media (max-width: 530px) {
  .sec-customer__table-area table tr th:nth-of-type(1){
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
    width: 125px;
  }
  .sec-customer__table-area table{
    width: 900px;
  }
}

/* 流れ */
.sec-customer ol.sec-customer__flow {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 50px 0;
  padding-left: 0;
}
@media (max-width: 640px) {
  .sec-customer ol.sec-customer__flow {
    margin: 40px 0 10px;
  }
}

.sec-customer__flow::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 34px;
  width: 100%;
  height: 1px;
  background-color: #e1dccd;
}
.sec-customer__flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-customer__flow-step {
  font-size: 1.2rem;
  color: #e28900;
}

.sec-customer__dot-big {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e28900;
  margin: 10px 0;
}
.sec-customer__flow-text {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 834px) {
  .sec-customer__flow-text {
    font-size: 1.4rem;
  }
}
@media (max-width: 640px) {
  .sec-customer__flow-text {
    font-size: 1.3rem;
  }
}

.sec-customer__commission {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  background-color: #ede9dc;
  border-radius: 10px;
  margin-top: 20px;
}
@media (max-width: 730px) {
  .sec-customer__commission {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    margin-top: 20px;
  }
}
.sec-customer__name {
  font-size: 2.1rem;
  font-weight: 700;
  margin-right: 40px;
}
@media (max-width: 990px) {
  .sec-customer__name {
    font-size: 1.6rem;
    margin-right: 30px;
  }
}
@media (max-width: 730px) {
  .sec-customer__name {
    font-size: 1.6rem;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.sec-customer__address {
  font-size: 1.6rem;
}
@media (max-width: 990px) {
  .sec-customer__address {
    font-size: 1.3rem;
  }
  
}