@charset "UTF-8";
.content-head {
  background: url(../img/info/img_keyvisual.jpg) no-repeat center top;
  background-size: cover;
}

.info-item {
  margin-bottom: 40px;
  padding: 20px 50px;
  background: #F0EDE6;
}
@media only screen and (max-width: 640px) {
  .info-item {
    margin-bottom: 3.125vw;
    padding: 2.5vw 4.6875vw;
  }
}
.info-item:last-child {
  margin-bottom: 0;
}
.info-item-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .info-item-title {
    font-size: 5vw;
  }
}
.info-item-title:after {
  margin: auto 0;
  content: "＋";
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  border: solid 1px #000;
  line-height: 1;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .info-item-title:after {
    right: 0vw;
    width: 6.25vw;
    height: 6.25vw;
  }
}
.info-item-title.open:after {
  content: "―";
}
.info-item-title span {
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  .info-item-title span {
    font-size: 3.125vw;
  }
}
.info-item-body {
  margin-top: 30px;
  padding: 50px 70px;
  background: #fff;
  display: none;
}
@media only screen and (max-width: 640px) {
  .info-item-body {
    margin-bottom: 3.125vw;
    padding: 2.5vw 4.6875vw;
  }
}
.info-item-body .table {
  width: 100%;
}

.flow-item {
  margin-bottom: 36px;
  padding: 20px;
  border-radius: 12px;
  background: #F0EDE6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.3;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .flow-item {
    display: block;
  }
}
.flow-item:first-child {
  align-items: flex-start;
}
.flow-item .entry-list {
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .flow-item .entry-list {
    display: block;
  }
}
.flow-item .entry-list li {
  padding: 15px;
  border-radius: 12px;
  width: 49%;
  background: #fff;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .flow-item .entry-list li {
    margin-top: 0.5em;
    width: 100%;
  }
}
.flow-item .bnr-mynavi {
  margin: 1em auto 0;
  display: block;
  width: 200px;
}
@media only screen and (max-width: 640px) {
  .flow-item .bnr-mynavi {
    width: 50vw;
  }
}
.flow-item .btn-contact {
  margin: 1em auto 0;
  padding: 0.75em;
  display: block;
  width: 200px;
  background: #FF5448 url(../img/common/arrow_s_r_white.svg) no-repeat right 0.5em center;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .flow-item .btn-contact {
    width: 50vw;
  }
}
.flow-item:after {
  content: "";
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -36px;
  left: 0;
  width: 26px;
  height: 36px;
  background: url(../img/common/arrow_s_b_navy.svg) no-repeat center center;
  background-size: auto 100%;
}
.flow-item:last-child {
  margin-bottom: 0;
}
.flow-item:last-child:after {
  margin: 0;
  display: none;
}
.flow-item:last-child .flow-title {
  background: #FF5448;
}
.flow-title {
  padding: 1em;
  border-radius: 12px;
  background: #002D68;
  color: #fff;
  font-size: 28px;
  width: 25%;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .flow-title {
    margin-bottom: 1em;
    width: auto;
    font-size: 4.375vw;
    min-height: initial;
  }
}
.flow-text {
  width: 71.5%;
}
@media only screen and (max-width: 640px) {
  .flow-text {
    width: auto;
  }
}
.flow-text p {
  font-size: 24px;
}
@media only screen and (max-width: 640px) {
  .flow-text p {
    font-size: 3.75vw;
  }
  .flow-text p br {
    display: none;
  }
}
.flow-text .notes {
  margin-top: 0.5em;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .flow-text .notes {
    margin-top: 1em;
    font-size: 3.125vw;
  }
}/*# sourceMappingURL=info.css.map */