@charset "UTF-8";
.flow .first-text {
  margin-top: -1.5rem;
  margin-bottom: 2rem;
}

.flow .flow-title {
  border: 2px solid #D82617;
  text-align: center;
  padding: .5rem 1rem;
  margin-top: 2rem;
}

.flow .flowList {
  margin: 2rem 0 1rem;
}

.flow .flowList li .step {
  border: 3px solid #5FB530;
  border-radius: 8px;
  padding: 1rem;
  padding-left: 4rem;
  background-size: auto 2.5rem;
  background-position: 1rem 50%;
  background-repeat: no-repeat;
}

.flow .flowList li:nth-of-type(1) .step {
  background-image: url(../img/flow_01.png);
}

.flow .flowList li:nth-of-type(2) .step {
  background-image: url(../img/flow_02.png);
}

.flow .flowList li:nth-of-type(3) .step {
  background-image: url(../img/flow_03.png);
}

.flow .flowList li:nth-of-type(4) .step {
  background-image: url(../img/flow_04.png);
}

.flow .flowList li:nth-of-type(5) .step {
  background-image: url(../img/flow_05.png);
}

.flow .flowList li:nth-of-type(6) .step {
  background-image: url(../img/flow_06.png);
}

.flow .flowList li .note {
  background-color: #5FB530;
  border-radius: 8px;
  color: #fff;
  padding: 1rem;
}

.flow .flowList li .note span {
  display: block;
}

.flow .flowList li .note span.yellow {
  color: #FFF9B1;
}

.flow .flowList li .note span.small {
  font-size: .8em;
}

.flow .flowList li .note dd {
  color: #FFF9B1;
  padding-left: 1rem;
}

.flow .flowList li .note dd:before {
  content: "・";
  margin-left: -1rem;
}

.flow .flowList li .note dd .small {
  color: #fff;
}

.flow .flowList li:not(:last-child):after {
  content: "";
  display: block;
  width: 1.5rem;
  border-top: 1rem solid #D82617;
  border-left: .8rem transparent solid;
  border-bottom: 1rem transparent solid;
  border-right: .8rem transparent solid;
  margin: .8rem auto 0;
}

.flow .contract {
  border: 1px solid #D82617;
  border-radius: 8px;
  padding: 1rem;
}

.flow .contract h3 {
  color: #D82617;
  text-align: center;
}

.flow .contract .itemList + p {
  font-size: .8em;
}

.flow .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
}

.flow .download p {
  background-color: #5FB530;
  padding: .2rem .5rem;
  color: #fff;
}

@media screen and (min-width: 960px) {
  .flow {
    font-size: 1.2em;
  }
  .flow .flowList li {
    font-size: 1.1em;
    text-align: center;
  }
  .flow .flowList li .step {
    display: block;
    min-height: 10rem;
    background-size: auto 6rem;
    background-position: 1.5rem 50%;
    position: relative;
  }
  .flow .flowList li .step .elm {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .flow .flowList li .note span {
    display: inline;
  }
  .flow .flowList li .note span.yellow {
    color: #FFF9B1;
  }
  .flow .flowList li .note span.small {
    display: block;
    font-size: .7em;
  }
  .flow .flowList li .note dt,
  .flow .flowList li .note dd {
    font-size: .9em;
    text-align: left;
  }
  .flow .flowList li .note dt {
    float: left;
  }
  .flow .flowList li .note dd {
    margin-left: 30%;
  }
  .flow .contract .inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .flow .contract p {
    /*float: left;*/
  }
  .flow .contract ul {
    /*margin-left: 15rem;*/
  }
  .flow .contract ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .flow .contract ul li {
    margin-right: 1rem;
    display:block;
  }
  .flow .contract ul + p {
    /*margin-left: 15rem;*/
  }
  .flow .download {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flow .download p {
    position: relative;
    margin-right: 2rem;
    padding: .2rem 1rem;
  }
  .flow .download p:after {
    content: "";
    display: block;
    width: 1.5rem;
    border-left: 1rem solid #5FB530;
    border-right: 1rem solid transparent;
    border-top: 1.2rem solid transparent;
    border-bottom: 1.1rem solid transparent;
    position: absolute;
    top: 0;
    right: -2rem;
  }
}

.contact {
  background-color: #D82617;
  padding: 1rem;
}

.contact .contact-title {
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
}

.contact .inner {
  background-color: #fff;
  padding-bottom: 1rem;
}

.contact .inner figure img {
  width: 100%;
}

.contact .inner .right {
  padding: 1rem;
}

.contact .inner .right a[href="tel:03-5713-1184"] {
  display: block;
  margin-bottom: .5rem;
}

.contact .inner .right .mail {
  border-top: 1px solid #D82617;
  padding-top: .5rem;
}

.contact .inner .right .mail span {
  display: block;
  font-size: 1.2em;
  text-align: center;
}

.contact .inner .right .mail a {
  color: #D82617;
}

.contact .inner .lower {
  background-color: #EFEFEF;
  border: 1px solid #333;
  width: calc(100% - 2rem);
  margin: auto;
  padding: 1rem;
}

.contact .inner .lower ul li {
  padding-left: 1rem;
}

.contact .inner .lower ul li:before {
  content: "・";
  margin-left: -1rem;
}

@media screen and (min-width: 768px) {
  .contact .inner .upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact .inner .upper figure {
    width: 40%;
  }
  .contact .inner .upper .right {
    width: 60%;
  }
  .contact .inner .upper .right a[href="tel:03-5713-1184"] img {
    width: 100%;
  }
  .contact .inner .upper .right .mail span {
    text-align: right;
  }
  .contact .inner .lower {
    padding: 1rem 4rem;
    margin-top: 1rem;
  }
  .contact .inner .lower ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .contact .inner .lower ul li {
    float: left;
  }
}

@media screen and (min-width: 1200px) {
  .contact .inner .upper .right .mail {
    font-size: .8em;
  }
  .contact .inner .upper .right .mail span {
    font-size: 1.6em;
  }
}
/*# sourceMappingURL=flow.css.map */
