@charset "utf-8";
.flow {
  margin-bottom: 2em;
}
.flow-items {
  border: 2px solid #aa8668;
}
.flow-items h2 {
  background-color: #E1D7CD;
  color: #4D2205;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 15px;
  text-align: left;
  font-size: 1.2em;
}
.flow-items p {
  padding: 15px;
  line-height: 1.6em;
}
.flow-next {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.flow-contents {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}
.flow h3 {
  background-color: #B6D8BC;
  color: #4D2205;
  border-bottom: 2px dotted;
  padding: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.flow h4 {
  margin-top: 1em;
  margin-bottom: 1.5em;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  padding-left: 5px;
}
.compensation {
  border: 2px solid #0071bc;
  border-radius: 10px;
}
.compensation-title {
  background: linear-gradient(#207cca, #1e5799);
  color: white;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  padding-left: 5px;
  font-size: 1.3em;
}
.compensation-title span {
  margin-right: 5px;
}
.compensation p {
  padding: 20px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-size: 1.1em;
}
@media screen and (min-width:768px) {}
@media screen and (min-width:1000px) {}