/* Scss Document */
.m-content {
  position: relative;
  width: 830px;
  margin: 0 auto 83px auto;
}
@media (max-width: 750px) {
  .m-content {
    width: 100%;
    padding: 0 20px;
  }
}
@media print {
  .m-content {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 750px) {
  .m-content-short_margin {
    margin-bottom: 51px;
  }
}
@media print {
  .m-content-short_margin {
    margin-bottom: 51px;
  }
}
.m-content--inner {
  width: 711px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .m-content--inner {
    width: 100%;
  }
}
@media print {
  .m-content--inner {
    width: 100%;
  }
}
.m-content--inner-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .m-content--inner-flex {
    flex-direction: column;
  }
}
@media print {
  .m-content--inner-flex {
    flex-direction: column;
  }
}

.seian_top-catch {
  color: #47C1B6;
  font-size: 22px;
  margin: 0 0 42px 0;
  text-align: center;
}
@media (max-width: 750px) {
  .seian_top-catch {
    font-size: 19px;
  }
}
@media print {
  .seian_top-catch {
    font-size: 19px;
  }
}

.seian_top-point.is_show .m-sub_title:before {
  width: 100%;
}
.seian_top-point.is_show .seian_top-point--item {
  top: 0;
}
.seian_top-point--list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 68px 0;
}
@media (max-width: 750px) {
  .seian_top-point--list {
    margin-bottom: 39px;
  }
}
@media print {
  .seian_top-point--list {
    margin-bottom: 39px;
  }
}
.seian_top-point--item {
  width: 100%;
  margin: 35px 10px 0 0;
  position: relative;
  border-radius: 20px;
  padding: 0 0 0 49px;
  font-weight: bold;
  font-size: 14px;
  top: 10px;
}
.seian_top-point--item .txtBox {
  padding: 0 0 0 16px;
  font-weight: normal;
  border-left: 4px solid #EA5504;
}
.seian_top-point--item .txtBox h4 {
  margin: 0 0 6px 0;
  font-size: 20px;
  font-weight: bold;
  color: #EA5504;
}
.seian_top-point--item:nth-child(2n) {
  margin-right: 0;
}
.seian_top-point--item:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 750px) {
  .seian_top-point--item {
    width: 100%;
    margin-right: 0;
    font-size: 12px;
    height: auto;
    line-height: 1.3;
    padding: 9px 7px 9px 54px;
  }
  .seian_top-point--item:nth-child(2) {
    margin-top: 35px;
  }
}
@media print {
  .seian_top-point--item {
    width: 100%;
    margin-right: 0;
    font-size: 12px;
    height: auto;
    line-height: 1.3;
    padding: 9px 7px 9px 54px;
  }
  .seian_top-point--item:nth-child(2) {
    margin-top: 35px;
  }
}
.seian_top-point--topic {
  color: #EA5504;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
}
.seian_top-point--number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #EA5504;
  color: #fff;
  font-family: 'Noto Serif', serif;
  font-size: 30px;
  text-align: center;
  line-height: 44px;
  display: block;
  position: absolute;
  left: 0;
  top: 26px;
}
.seian_top-point--flower_right {
  width: 205px;
  height: auto;
  position: absolute;
  top: 260px;
  right: -140px;
}
@media (max-width: 750px) {
  .seian_top-point--flower_right {
    bottom: -70px;
    right: -10px;
    top: auto;
    width: 112px;
  }
}
@media print {
  .seian_top-point--flower_right {
    bottom: -70px;
    right: -10px;
    top: auto;
    width: 112px;
  }
}

.flowBox {
  color: #717071;
}
.flowBox .seian_sys_number {
  position: absolute;
  margin: auto;
  width: 30px;
  height: 30px;
  background: #EE8382;
  transform: rotate(45deg);
}
.flowBox .seian_sys_number.blue {
  background: #257FB7;
}
.flowBox .seian_sys_number span {
  position: absolute;
  display: inline-block;
  top: -5px;
  left: 8px;
  color: #fff;
  transform: rotate(-45deg);
  font-size: 20pt;
  font-family: 'Noto Serif', serif;
}
.flowBox h4 {
  margin: 10px 0 30px 0;
  font-size: 20px;
  text-align: center;
}
.flowBox .flex li {
  width: calc(100% / 4 - 10px);
  margin: 0 10px 20px 0;
  position: relative;
}
@media (max-width: 750px) {
  .flowBox .flex li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
  }
}
@media print {
  .flowBox .flex li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
  }
}
.flowBox .flex li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #b4b4b5;
  display: block;
  position: absolute;
  top: 80px;
  right: -10px;
}
@media (max-width: 750px) {
  .flowBox .flex li::after {
    border-width: 12px 12px 0 12px;
    border-color: #b4b4b5 transparent transparent transparent;
    top: inherit;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media print {
  .flowBox .flex li::after {
    border-width: 12px 12px 0 12px;
    border-color: #b4b4b5 transparent transparent transparent;
    top: inherit;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.flowBox .flex li:last-child {
  margin: 0;
}
.flowBox .flex li:last-child::after {
  content: inherit;
}
.flowBox .flex li dl dt {
  font-weight: bold;
  color: #EE8382;
  font-feature-settings: "palt";
}
.flowBox .flex li dl dt .seian_sys_ttl {
  padding: 0 0 0 40px;
}
.flowBox .flex li dl dt .seian_sys_ttl.blue_ttl {
  color: #257FB7;
}
.flowBox .flex li dl dd {
  margin: 20px 0 0 0;
  padding: 0 10px 0 40px;
  font-size: 12px;
}
@media (max-width: 750px) {
  .flowBox .flex li dl dd {
    margin: 0;
  }
}
@media print {
  .flowBox .flex li dl dd {
    margin: 0;
  }
}
.flowBox .flex li dl dd p {
  min-height: 54px;
}
@media (max-width: 750px) {
  .flowBox .flex li dl dd p {
    min-height: inherit;
  }
}
@media print {
  .flowBox .flex li dl dd p {
    min-height: inherit;
  }
}
.flowBox .flex li dl dd .plan_ttl {
  margin: 10px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #257FB7;
}
.flowBox .flex li dl dd .btnFlow a {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 5px 0;
  display: block;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #595757;
  border: 1px solid #595757;
}
.flowBox .flex li dl dd .btnFlow a:hover {
  color: #fff;
  background: #595757;
}

/*# sourceMappingURL=sei_system.css.map */
