@charset "UTF-8";
div.flow h2:after {
  content: none;
}
div.flow .flow-intro:after {
  content: '';
  clear: both;
  display: block;
}
div.flow .flow-intro .box_left {
  width: 70%;
  float: left;
}
@media screen and (max-width: 480px) {
  div.flow .flow-intro .box_left {
    width: 100%;
    float: none;
  }
}
div.flow .flow-intro .box_right {
  width: 30%;
  float: right;
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  div.flow .flow-intro .box_right {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
div.flow #flow-1:before {
  content: "\e100\e101";
}
div.flow #flow-2:before {
  content: "\e102\e103";
}
div.flow #flow-3:before {
  content: "\e104\e105";
}
div.flow #flow-4:before {
  content: "\e106\e107";
}
div.flow #flow-5:before {
  content: "\e108\e109";
}
div.flow #flow-6:before {
  content: "\e10a\e10b";
}
div.flow .flow-list {
  position: relative;
  padding-left: 200px;
  margin-bottom: 100px;
  background-color: #001b61;
}
@media screen and (max-width: 768px) {
  div.flow .flow-list {
    padding-left: 150px;
  }
}
@media screen and (max-width: 480px) {
  div.flow .flow-list {
    padding-left: 0;
    padding-top: 40px;
  }
}
div.flow .flow-list:before {
  width: 200px;
  height: 1em;
  font-family: 'graphic';
  letter-spacing: 0.3em;
  font-size: 6em;
  position: absolute;
  text-align: center;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0.15em;
  margin: auto 0;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  div.flow .flow-list:before {
    width: 150px;
    font-size: 4.5em;
  }
}
@media screen and (max-width: 480px) {
  div.flow .flow-list:before {
    width: 100%;
    font-size: 3em;
    bottom: auto;
    top: 0.15em;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
div.flow .flow-list:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #001b61;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  margin: 0 auto;
  z-index: 100;
}
div.flow .flow-list#flow-6 {
  margin-bottom: 60px;
}
div.flow .flow-list#flow-6:after {
  content: none;
}
div.flow .flow-list .inner-box {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #001b61;
}
div.flow .flow-list .inner-box h3 {
  color: #001b61;
}
div.flow .contact:after {
  content: '';
  clear: both;
  display: block;
}
div.flow .contact .contact-inner {
  float: right;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 1px solid #001b61;
}
@media screen and (max-width: 480px) {
  div.flow .contact .contact-inner {
    float: none;
    display: block;
    text-align: center;
  }
}
div.flow .contact .contact-inner a {
  padding: 15px;
  display: block;
}
div.flow .contact .contact-inner a div:hover, div.flow .contact .contact-inner a p:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
div.flow .contact .contact-inner p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2em;
}
@media screen and (max-width: 480px) {
  div.flow .contact .contact-inner p {
    font-size: 1.6em;
  }
}
div.flow .contact .contact-inner p:before {
  content: "\e900";
  font-family: 'icomoon';
  padding-right: 0.5em;
  font-size: 1.5em;
  color: #001b61;
  vertical-align: bottom;
}
