/* Scss Document */
/*
Try
*/
@media (max-width: 414px) {
  section#top h1 {
    font-size: 6.5vw; }
    section#top h1 br {
      display: none; } }
section#top .txt {
  max-width: 900px;
  margin: 2em auto 0;
  text-align: left; }
section#flow h2 {
  margin-top: 70px;
  font-size: 2.4rem;
  color: inherit; }
  section#flow h2 br {
    display: none; }
    @media (max-width: 480px) {
      section#flow h2 br {
        display: block; } }
  @media (max-width: 480px) {
    section#flow h2 {
      font-size: 7vw; } }
section#flow .line.small {
  max-width: 302px; }
  @media (max-width: 480px) {
    section#flow .line.small {
      max-width: 604px; } }
section#flow h3 {
  text-align: left;
  font-size: 2.2rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #6e9bc5; }
  @media (max-width: 480px) {
    section#flow h3 {
      font-size: 5.2vw; } }
section#flow ul li {
  position: relative;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 100px; }
  section#flow ul li::after {
    position: absolute;
    content: "";
    left: calc(50% - 53px);
    bottom: -120px;
    box-sizing: border-box;
    width: 106px;
    height: 0px;
    border: 53px solid transparent;
    border-top: 34px solid #ececec; }
  section#flow ul li:last-child {
    margin-bottom: 0; }
    section#flow ul li:last-child::after {
      content: none; }
  section#flow ul li ul {
    position: static;
    margin: 0 0 20px; }
    section#flow ul li ul li {
      margin: 0 0 5px 1.6rem;
      padding: 0;
      text-indent: -1.6rem; }
      section#flow ul li ul li::after {
        content: none;
        padding: 0; }
  @media (max-width: 480px) {
    section#flow ul li {
      margin-bottom: 80px; } }
section#flow dl {
  text-align: left;
  display: flex;
  margin-top: 20px; }
  @media (max-width: 640px) {
    section#flow dl {
      flex-direction: column; } }
  section#flow dl dt {
    width: 254px;
    margin-right: 26px; }
    @media (max-width: 640px) {
      section#flow dl dt {
        width: 100%; } }
  section#flow dl dd {
    width: calc(100% - 280px);
    margin: 0;
    padding: 0; }
    @media (max-width: 640px) {
      section#flow dl dd {
        width: 100%;
        margin-top: 20px; } }
    section#flow dl dd p {
      margin-top: 10px; }
@media (max-width: 414px) {
  section#design h2 {
    font-size: 7vw; } }
section#flow h2 {
  margin-bottom: 0; }
section#flow ul li ul {
  margin-bottom: 0; }
@media (max-width: 480px) {
  section#flow ul {
    margin-top: 0; } }
