.musashi-content {
  display: block;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 64px 0;
}
.musashi-content h2 {
  position: relative;
  margin: 0 auto 64px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}
.musashi-content h2::after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 40px);
  display: block;
  width: 80px;
  height: 5px;
  background-color: #2864B4;
}
.musashi-content h3, .musashi-content h4, .musashi-content h5, .musashi-content p {
  margin: 32px auto 0;
}
.musashi-content h3 {
  font-weight: bold;
  font-size: 26px;
}
.musashi-content h4 {
  font-weight: bold;
  font-size: 20px;
}
.musashi-content p {
  font-size: 18px;
  line-height: 32px;
}
.musashi-content button {
  display: block;
  width: 300px;
  max-width: 100%;
  height: 80px;
  line-height: 80px;
  margin: 64px auto 0;
  border-radius: 40px;
  background-color: #2864B4;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  border: none;
  outline: none;
  cursor: pointer;
  background-image: url("../images/button-next-icon.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 32px auto;
}
.musashi-content button:hover {
  opacity: 0.7;
}

.musashi-price-list table {
  table-layout: fixed;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: dashed 1px #000000;
  border-spacing: 0;
}
.musashi-price-list table caption {
  text-align: left;
  font-weight: bold;
  padding: 16px 0;
  font-size: 20px;
  color: #2864B4;
}
.musashi-price-list table tr {
  border: none;
}
.musashi-price-list table tr th {
  width: 300px;
  border: none;
  border-top: dashed 1px #000000;
  vertical-align: middle;
}
.musashi-price-list table tr td {
  line-height: 64px;
  border: none;
  border-top: dashed 1px #000000;
  padding: 0 32px;
}
.musashi-price-list table tr .musashi-price-list__content {
  width: calc(100% - 500px);
  padding-left: 128px;
}
.musashi-price-list table tr .musashi-price-list__amount {
  width: 200px;
  font-weight: bold;
  color: #2864B4;
  text-align: right;
}

.musashi-flow .musashi-flow__content {
  display: block;
  width: calc(80% - 96px);
  max-width: 1200px;
  height: 300px;
  margin: 32px auto 0;
  padding: 0 48px;
  border-radius: 16px;
  background-color: #eeeeee;
  position: relative;
}
.musashi-flow .musashi-flow__content .musashi-flow__index {
  position: absolute;
  left: -32px;
  top: 16px;
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  font-size: 32px;
  font-weight: bold;
  background-color: #2864B4;
  color: #ffffff;
}
.musashi-flow .musashi-flow__content h3 {
  height: 64px;
  line-height: 64px;
  font-size: 32px;
  font-weight: bold;
  padding-top: 16px;
  color: #2864B4;
}
.musashi-flow .musashi-flow__content p {
  line-height: 32px;
  width: calc(100% - 400px);
  font-size: 18px;
}
.musashi-flow .musashi-flow__content .musashi-flow__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 300px;
  object-fit: cover;
  border-radius: 16px;
}

/*# sourceMappingURL=original-layout.css.map */
