.guide .contents_inner h3 {
  margin-bottom: 20px;
}
.guide .contents_inner section:not(:last-child) {
  margin-bottom: 40px;
}
.guide .contents_inner ol li {
  text-indent: -1.8rem;
  margin-left: 1.8rem;
}
.guide .contents_inner .table03 th {
  background: #eee;
  font-weight: bold;
  text-align: center;
}
.guide .contents_inner .table03 td:not(:first-child) {
  text-align: center;
}
.guide .contents_inner .table03 th, .guide .contents_inner .table03 td {
  min-width: auto;
}
@media screen and (max-width: 1130px) {
  .guide .contents_inner .table03 th, .guide .contents_inner .table03 td {
    padding: 5px 3px;
    border: solid 1px #ccc;
    font-size: 1.2rem;
  }
}

.step_flow > li {
  border: solid 1px #ccc;
  padding: 20px;
  margin-bottom: 40px;
  margin: auto;
  position: relative;
  box-shadow: 5px 5px 0 rgb(238, 235, 212);
  border: solid 1px #eeebd4;
}
.step_flow > li h5 {
  border-bottom: solid 1px #ccc;
}
.step_flow > li:not(:last-child) {
  margin-bottom: 50px;
}
.step_flow > li:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  left: 50%;
  bottom: -35px;
  margin-left: -10px;
  border-right: solid 3px #eeebd4;
  border-bottom: solid 3px #eeebd4;
}

.fimg_box {
  margin-bottom: 50px;
}
.fimg_box:last-child {
  margin-bottom: 0;
}
.fimg_box .txt {
  width: 65%;
  float: left;
  padding-right: 50px;
}
.fimg_box .txt img {
  width: 100%;
  max-width: 340px;
  height: auto;
  margin-top: 30px;
}
.fimg_box .pic {
  width: 35%;
  float: right;
}
.fimg_box .pic img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1130px) {
  .fimg_box .txt {
    width: 60%;
  }
  .fimg_box .pic {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .fimg_box .txt {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .fimg_box .txt img {
    max-width: 100%;
  }
  .fimg_box .pic {
    width: 100%;
    float: none;
  }
}
