#contents #flow {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #contents #flow {
    padding-bottom: 40px;
  }
}
#contents #flow .mainvisual {
  background: url(/files/flow/images/bg_mainvisual.jpg) center 0 no-repeat;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #contents #flow .mainvisual {
    background: none;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #contents #flow .mainvisual .title-area h2 img {
    width: 38%;
  }
}
#contents #flow #outline {
  margin-bottom: 100px;
}
#contents #flow #outline h3 {
  margin-top: 3em;
  margin-bottom: 2em;
  font-size: 23px;
  text-align: center;
}
#contents #flow #outline h4 {
  margin-bottom: 30px;
}
#contents #flow #outline table {
  border-top: 1px #ccc solid;
  width: 1060px;
}
#contents #flow #outline table tr:nth-child(odd) th {
  border-bottom: none;
  padding-top: 12px;
}
#contents #flow #outline table tr:nth-child(odd) td {
  text-align: left;
  padding-top: 40px;
}
#contents #flow #outline table tr:nth-child(odd) td ul {
  margin-top: 20px;
  margin-bottom: 11px;
}
#contents #flow #outline table tr:nth-child(odd) td ul li {
  margin-left: 2em;
  position: relative;
}
#contents #flow #outline table tr:nth-child(odd) td ul li:before {
  content: url("../images/dot.png");
  position: absolute;
  top: -15%;
  left: -2%;
}
#contents #flow #outline table tr:nth-child(odd) td p {
  color: #444;
}
#contents #flow #outline table tr:nth-child(odd) td p.pb90 {
  padding-bottom: 90px;
}
#contents #flow #outline table tr:nth-child(odd) td p.red {
  color: #cc0000;
  font-weight: bold;
}
#contents #flow #outline table tr:nth-child(odd) td:last-child {
  padding-top: 15px;
  vertical-align: middle;
}
#contents #flow #outline table tr:nth-child(even) th {
  padding-top: 10px;
  padding-bottom: 10px;
}
#contents #flow #outline table tr:nth-child(even) th img {
  margin-left: 2.43em;
}
#contents #flow #outline table tr:nth-child(3) {
  background-color: #eff6fc;
}
#contents #flow #outline table tr:nth-child(4) {
  background-color: #eff6fc;
}
#contents #flow #outline table tr:nth-child(7) {
  background-color: #eff6fc;
}
#contents #flow #outline table tr:nth-child(8) {
  background-color: #eff6fc;
}
#contents #flow #outline table tr:nth-child(11) {
  background-color: #eff6fc;
}
#contents #flow #outline table tr:nth-child(12) {
  background-color: #eff6fc;
}
#contents #flow #outline table tr th {
  width: 12%;
  padding: 0;
  padding-left: 22px;
}
#contents #flow #outline table tr td:nth-child(2) {
  width: 52%;
}
#contents #flow #outline table tr td a {
  color: #00479d;
}
#contents #flow #outline table tr td a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #contents #flow #outline {
    margin-bottom: 100px;
  }
  #contents #flow #outline .pc {
    display: none;
  }
  #contents #flow #outline h4 {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: left;
    margin-left: 3.5em;
  }
  #contents #flow #outline table.sp {
    width: 100%;
    border-top: 1px #ccc solid;
  }
  #contents #flow #outline table.sp tr:nth-child(odd) {
    background-color: #fff;
  }
  #contents #flow #outline table.sp tr:nth-child(odd) td ul {
    margin-top: 0;
    color: #444;
  }
  #contents #flow #outline table.sp tr:nth-child(even) {
    background-color: #eff6fc;
  }
  #contents #flow #outline table.sp tr td {
    width: 100%;
    overflow: hidden;
    border: none;
    padding-bottom: 30px;
  }
  #contents #flow #outline table.sp tr td .td-title {
    padding: 0;
    padding-bottom: 1em;
  }
  #contents #flow #outline table.sp tr td .td-title .left {
    float: left;
    padding-top: 10px;
  }
  #contents #flow #outline table.sp tr td .td-title .left img {
    width: 80%;
  }
  #contents #flow #outline table.sp tr td .td-title .right {
    padding-top: 2.1em;
    margin-left: 2em;
  }
  #contents #flow #outline table.sp tr td .td-title .right img {
    margin-left: 1em;
    margin-right: 1em;
  }
  #contents #flow #outline table.sp tr td p {
    color: #444;
    padding-bottom: 1em;
  }
  #contents #flow #outline table.sp tr td .picture {
    text-align: center;
  }
}
