#flowcontent h3 {
  background: none;
  color: rgb(230, 0, 18);
  margin: 0;
}

#flowcontent ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding-bottom: 4%;
  font-size: .9em;
}

#flowcontent ul li {
  width: 23%;
  margin: 2% 1% 0 1%;
  align-items: stretch;
  height: 90px;
}

#flowcontent ul li a {
  display: block;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  height: 100%;
  text-decoration: none;
  color: rgb(55, 55, 55);
  padding: .5em 0;
  box-sizing: border-box;
  position: relative;
}

#flowcontent ul li a span {
  color: rgb(230, 0, 18);
  font-size: .8em;
}

#flowcontent .arrow {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid rgb(55, 55, 55);
  border-right: 1px solid rgb(55, 55, 55);
  transform: rotate(45deg) translate(-75%, 0);
  transition: border 0.3s ease;
}

.flow_blk {
  clear: both;
}

.flow_blk .container * {
  text-align: left;
}

.flow_blk h3 {
  color: rgb(230, 0, 18);
  margin: 0;
  padding: 0;
  line-height: 1;
}

.flow_blk h3::first-letter {
  font-size: 3.6rem;
  font-weight: bold;
  vertical-align: middle;
}

#flow01 h3:before {
  content: "\02460";
}

#flow02 h3:before {
  content: "\02461";
}

#flow03 h3:before {
  content: "\02462";
}

#flow04 h3:before {
  content: "\02463";
}

#flow05 h3:before {
  content: "\02464";
}

#flow06 h3:before {
  content: "\02465";
}

#flow07 h3:before {
  content: "\02466";
}

.flow_blk h3+div {
  border-left: 1px solid rgb(150, 150, 150);
  margin-left: 1.8em;
  padding: 1em;
}

#flow07.flow_blk h3+div {
  border-left: none;
}

.flow_blk h3+div p,
.flow_blk h3+div h4,
.flow_blk h3+div h5,
.flow_blk h3+div img,
.recom2service {
  margin-top: 0;
  margin-left: .7em;
}

.recom2service {
  background: rgba(244, 231, 209, .5);
  padding: 1em;
  font-size: .9em;
  margin-bottom: 1em;
}

.flow_blk a {
  color: rgb(230, 0, 18);
  text-decoration: underline;
}

.flow_blk h4 {
  font-size: 1.2rem;
  color: rgb(230, 0, 18);
  border-bottom: 1px solid rgb(230, 0, 18);
}

.flow_blk h5 {
  font-size: 1.0rem;
  margin: 0;
}

.flow_blk h5+p {
  margin-bottom: 0;
}

@media only screen and (min-width:1025px) {
  #flowcontent ul {
    font-size: 1em;
  }

  #flowcontent ul li {
    width: 12%;
    min-height: 100px;
  }

  #flowcontent ul li a span {
    display: inline-block;
    margin-bottom: 1.2em;
  }

  #flowcontent ul li a:hover {
    background: rgb(230, 0, 18);
    color: rgb(255, 255, 255);
    transition: all 0.3s ease;
  }

  #flowcontent ul li a:hover span,
  #flowcontent ul li a:hover .pc {
    color: rgb(255, 255, 255) !important;
  }

  #flowcontent .arrow {
    bottom: -7%;
  }

  #flowcontent ul li a:hover .arrow {
    border-bottom: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
  }

  .flow_blk h3::first-letter {
    margin-right: 30.8%;
  }

  .flow_blk h3+div {
    overflow: auto;
  }

  .flow_blk h3+div>div:nth-of-type(1) {
    float: right;
    width: 68%;
  }

  .flow_blk h3+div>div:nth-of-type(2) {
    float: left;
    width: 30%;
  }

  #global_footer_php {
    padding-bottom: 0 !important;
  }
}