@charset "UTF-8";

/*基本報酬規定*/
.textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reward {
  font-weight: 700;
}

.unit {
  font-weight: 700;
}

.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.table th, .table td {
  text-align: center;
  border: 2px solid #31305C;
}

.table th {
  padding: 2rem 0;
  background: #31305C;
  color: #fff;
  font-weight: 700;
}

.table td {
  padding: 1rem;
}

.notearea {
  margin-top: 2rem;
}

.note1 {
  font-weight: 700;
}

.note2 {
  padding-left: 1em;
  text-indent: -1em;
}

.note3 {
  margin-top: 1rem;
  font-weight: 700;
  color: #ff0000;
}

.note3 span {
  display: inline-block;
}

@media screen and (max-width: 440px){
.table th, .table td {
  font-size: 1.35rem;
}
}


/*ご依頼の流れ*/
.content_wrapper {
  max-width: 1200px;
}

.flow_content {
  position: relative;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 5px solid #31305C;
}

.flow_content::after {
  position: absolute;
  content: "";
  border-top: 30px solid #31305C;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flow_img {
  position: relative;
  width: 300px;
  height: 250px;
}

.flow_img img {
  -o-object-fit: cover;
     object-fit: cover;
     height: 100%;
}

.flow_step {
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  background: #31305C90;
  padding: 5px 15px;
  top: 0;
  left: 0;
}

.flow_boxes {
  width: calc(100% - 300px);
  padding: 2rem 5rem;
  box-sizing: border-box;
}

.flow_lead {
  font-weight: 600;
  margin-bottom: 10px;
}

.flow_content_first {
 margin-top: 0;
}

.flow_content_last::after {
  display: none;
}

@media screen and (max-width: 1000px){
.flow_img {
  height: 250px;
}
.flow_boxes {
  padding: 2rem 3.5rem;
}
}
@media screen and (max-width: 940px){
.flow_img {
  height: 300px;
}
.flow_boxes {
  padding: 2rem;
}
}
@media screen and (max-width: 800px){
.flow_img {
  height: 330px;
}
}
@media screen and (max-width: 768px){
.flow_content {
  display:block;
}
.flow_img {
    width: 100%;
    height: initial;
}
.flow_img img {
    max-height: 300px;
    width: 100%;
}
.flow_boxes {
  width: 100%;
}
}