
.content-inner2{
  margin: 0 40px;
}
.txt{
  font-size: calc(26 / 14);
}
.kakkooffset{
  transform: translate(-0.5em , 0);
}
.flowwrap{
  border-top: #e27500 1px dotted;
  border-bottom: #e27500 1px dotted;
}
section .btn{
  display: flex;
  justify-content: center;
}
section .btn a{
  -webkit-appearance: none;
  background: #e27500;
  color: #ffffff;
  font-size: 18px;
  border: none;
  width: auto;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 1.5em;
  min-width: 11em;
}
@media screen and (min-width: 768px){
  section .btn a:hover{
    opacity: 0.8;
  }
}

.flowwrap{
  background: url(../images/bg_flow.png) right 60px center no-repeat;
}

.steps{
  display: flex;
  flex-wrap: wrap;
}
.steps dt{
  display: block;
  width: 5em;
  margin-bottom: 1ex;
  font-weight: bold;
  color: #595757;
  font-size: 14px;
}
.steps dd{
  display: block;
  width: calc(100% - 5em);
  margin-bottom: 1ex;
}
.steps dt:last-of-type,
.steps dd:last-of-type{
  margin-bottom: 0;
}

@media screen and (max-width: 767px){
  .content-inner2{
    margin: 0 1.75rem;
  }
  .flowwrap{
    background: none;
  }
}