@charset "utf-8";
CSS Document .main {
  background-color: #fff;
}
.office-outline {
  width: 600px;
  margin: 65px auto 110px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 42px;
  border: solid 1px;
  border-collapse: collapse;
}
.office-outline td {
  border: solid 1px;
  padding-left: 20px;
}
.work-item-box {
  max-width: 1100px;
  width: 96%;
  margin: auto;
}
.work-item p {
  text-align: left;
  padding-left: 23px;
  color: #1d2088;
  font-size: 2.3rem;
  position: relative;
  padding-bottom: 6px;
  border-bottom: 2px solid #389ccf;
}
.work-item p::before { /*文頭の四角形*/
  content: '';
  width: 12px;
  height: 33px;
  display: inline-block;
  background-color: #399cce;
  position: absolute;
  left: 0;
  top: -3px;
}
.work-item__detail p, .work-item__detail-2, .work-item__detail-3 {
  text-align: left;
  color: #000;
  font-size: 1.6rem;
  margin: 20px auto 25px;
  padding-left: 23px;
}
.hamamoto__pe-office {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  width: 220px;
  height: 45px;
  padding: 10px 10px;
  margin: 10px 0 25px 20px;
  border: solid 2px #399cce;
  color: #1d2088;
}
.step1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}
.step1::after {
  content: "▼";
  color: #ffb401;
  font-size: 3rem;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.step1-title {
  display: inline-block;
  font-size: 2.0rem;
  padding: 45px 10px;
  background-color: #1d2088;
  color: #fff;
}
.step1-description {
  display: inline-block;
  top: 500px;
  left: 200px;
  font-size: 1.6rem;
  text-align: left;
  max-width: 716px;
  height:auto;
  border: solid 2px #1d2088;
  padding: 20px 10px;
  margin: 0 0 0 0;
  background-color: #fff;
  color: #000;
  line-height: 24px;
}
.step2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}
.step2::after {
  content: "▼";
  color: #ffb401;
  font-size: 3rem;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.step2-title {
  display: inline-block;
  font-size: 2.0rem;
  padding: 90px 10px;
  background-color: #1d2088;
  color: #fff;
}
.step2-description {
  display: inline-block;
  top: 500px;
  left: 200px;
  font-size: 1.6rem;
  text-align: left;
  width: 716px;
  height:auto;
  border: solid 2px #1d2088;
  padding: 20px 10px;
  margin: 0 0 0 0;
  background-color: #fff;
  color: #000;
  line-height: 24px;
}
.step3 {
  display: flex;
  flex-wrap: wrap;
  /*  justify-content: flex-start;   for mobile*/
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}
.step3-title {
  display: inline-block;
  font-size: 2.0rem;
  padding: 90px 10px;
  background-color: #1d2088;
  color: #fff;
}
.step3-description {
  display: inline-block;
  top: 500px;
  left: 200px;
  font-size: 1.6rem;
  text-align: left;
  width: 716px;
/*  height: 220px;*/
  height:auto;
  border: solid 2px #1d2088;
  padding: 20px 10px;
  margin: 0 0 0 0;
  background-color: #fff;
  color: #000;
  line-height: 24px;
} 
.table-scroll{
  overflow-x: scroll;
}
table{
  width: 830px;
}
.pe-test__table {
  text-align: left;
  margin: 0 0 20px 130px;
}
.pe-test__table th, .pe-test__table td {
  padding-left: 30px;
  font-size: 1.6rem;
}

.pe-test__table-header {
  text-decoration: underline;
  text-decoration-color: #1d2088;
}
.pe-test__points {
  margin-left: 160px;
  list-style: none;
  text-align: left;
  margin-bottom: 133px;
}
@media(max-width:830px) {
  .office-outline {
    width: 100%;
    margin: 65px 5px 110px;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 36px;
    border: solid 1px;
    border-collapse: collapse;
  }
  .office-outline td {
    border: solid 1px;
    padding-left: 10px;
  }
  .work-item {
    width: 12px;
    height: 25px;
    background-color: #399cce;
    posiiton: relative;
    margin-bottom: 30px;
  }
  .work-item p {
    display: block;
    position: absolute;
    max-width: 375px;
    border-bottom: 2px solid #399cce;
    color: #000;
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  .work-item p::before { /*文頭の四角形*/
    content: '';
    width: 12px;
    height: 34px;
    display: inline-block;
    background-color: #399cce;
    position: absolute;
    left: 0;
    top: -3px;
  }
  .work-item p.work-item-2::before { /*文頭の四角形*/
    content: '';
    width: 12px;
    height: 57px;
    display: inline-block;
    background-color: #399cce;
    position: absolute;
    left: 0;
    top: -3px;
  }
  .work-item__detail {
    text-align: left;
    color: #000;
    font-size: 1.6rem;
    margin: 25px auto 25px;
  }
  .work-item__detail-2 {
    text-align: left;
    color: #000;
    font-size: 1.6rem;
    margin: 25px auto 25px;
    padding-top: 25px;
  }
  .work-item__detail-3 {
    text-align: left;
    color: #000;
    font-size: 1.6rem;
    margin: 25px auto 25px;
  }
  .hamamoto__pe-office {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
    width: 200px;
    height: 45px;
    padding-top: 10px;
    margin: 10px auto 25px 20px;
    border: solid 2px #399cce;
    color: #000;
  }
  .step-wrapper {
    margin: 0 auto;
  }
  .step1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /*for mobile*/
    position: relative;
    margin: 0 auto 40px 20px;
  }
  .step1-title {
    display: inline-block;
    font-size: 2.0rem;
    padding: 10px 10px;
    background-color: #1d2088;
    color: #fff;
  }
  .step1-description {
    display: inline-block;
    font-size: 1.4rem;
    text-align: left;
    max-width: 375px;
    height: auto;
    border: solid 2px #1d2088;
    padding: 20px 10px;
    margin: 0 0 0 0;
    background-color: #fff;
    color: #000;
    line-height: 21px;
  }
  .step2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /*for mobile*/
    position: relative;
    margin: 0 auto 40px 20px;
  }
  .step2-title {
    display: inline-block;
    font-size: 2.0rem;
    padding: 10px 10px;
    background-color: #1d2088;
    color: #fff;
  }
  .step2-description {
    display: inline-block;
    top: 500px;
    left: 200px;
    font-size: 1.4rem;
    text-align: left;
    max-width: 375px;
    height: auto;
    border: solid 2px #1d2088;
    padding: 20px 10px;
    margin: 0 0 0 0;
    background-color: #fff;
    color: #000;
    line-height: 21px;
  }
  .step3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /*for mobile*/
    position: relative;
    margin: 0 auto 40px 20px;
  }
  .step3-title {
    display: inline-block;
    font-size: 2.0rem;
    padding: 10px 10px;
    background-color: #1d2088;
    color: #fff;
  }
  .step3-description {
    display: inline-block;
    font-size: 1.6rem;
    text-align: left;
    max-width: 375px;
    height: auto;
    border: solid 2px #1d2088;
    padding: 20px 10px;
    margin: 0 0 0 0;
    background-color: #fff;
    color: #000;
    line-height: 24px;
  }
  .pe-test__table {
    text-align: left;
    margin: 0 0 20px 10px;
    font-size: 1.6rem;
  }
  .pe-test__points {
    margin-left: 30px;
    list-style: none;
    text-align: left;
    margin-bottom: 133px;
  }
}