@charset "UTF-8";
#contents * {
  box-sizing: border-box;
  font-kerning: normal;
  font-family: "Noto Sans JP", sans-serif;
}
#contents * img {
  height: auto;
  max-width: 100%;
}

.methodTop #contents .breadcrumb {
  padding-bottom: 16px;
}

.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.method-kv {
  margin: 0 auto;
}
.method-kv img {
  display: block;
  width: 100%;
  height: auto;
}

.method-intro {
  max-width: 816px;
  padding: 32px 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .method-intro {
    padding: 28px 15px 32px;
  }
}
.method-intro__lead {
  font-size: 20px;
  font-weight: bold;
  color: #004f94;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .method-intro__lead {
    font-size: 18px;
    text-align: left;
  }
}

.method-flow {
  max-width: 816px;
  margin: 0 auto;
}
.method-flow img {
  width: 100%;
}

.method-grade-section {
  background: #ebf0f2;
  padding: 40px 15px;
  box-sizing: border-box;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  .method-grade-section {
    padding: 32px 15px;
    margin-bottom: 32px;
  }
}
.method-grade-section__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  max-width: 816px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .method-grade-section__list {
    display: block;
  }
}
.method-grade-section__item {
  display: block;
  width: calc((100% - 24px) / 2);
  margin-top: 24px;
}
.method-grade-section__item.is-current {
  opacity: 0.5;
}
.method-grade-section__item:nth-child(-n+2) {
  margin-top: 0;
}
.method-grade-section__item:nth-child(2n) {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .method-grade-section__item:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .method-grade-section__item {
    margin-bottom: 8px;
    margin-top: 0;
    width: 100%;
  }
}
.method-grade-section__item.method-grade-section__item--todai {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .method-grade-section__item.method-grade-section__item--todai {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.method-grade-section__item.method-grade-section__item--todai .method-grade-section__card {
  padding: 20px 20px 20px 24px;
}
@media screen and (max-width: 767px) {
  .method-grade-section__item.method-grade-section__item--todai .method-grade-section__card {
    padding: 16px;
  }
}
.method-grade-section__item.method-grade-section__item--todai .method-grade-section__card .method-grade-section__label {
  background-color: #fff;
  color: #004f94;
  padding: 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .method-grade-section__item.method-grade-section__item--todai .method-grade-section__card .method-grade-section__label {
    font-size: 20px;
  }
}
.method-grade-section__item.method-grade-section__item--todai .method-grade-section__card .method-grade-section__todai-link {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
  color: #004f94;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  width: 100%;
}
.method-grade-section__item.method-grade-section__item--todai .method-grade-section__card .method-grade-section__todai-link img {
  margin-left: 16px;
  width: 16px !important;
}
.method-grade-section__card {
  display: block;
  background: white;
  border-left: 1px solid #004f94;
  padding: 20px 60px 20px 24px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .method-grade-section__card {
    padding: 16px 52px 16px 16px;
  }
}
.method-grade-section__card:hover {
  opacity: 0.7;
}
.method-grade-section__label {
  display: inline-block;
  background: #004f94;
  border-radius: 8px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  padding: 0 8px;
  margin-bottom: 8px;
  height: 36px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .method-grade-section__label {
    font-size: 18px;
    height: 32px;
    line-height: 32px;
  }
}
.method-grade-section__text {
  font-size: 15px;
  line-height: 1.6;
  color: #3c3c3c;
}
.method-grade-section__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 767px) {
  .method-grade-section__arrow {
    right: 16px;
    height: 16px;
    width: 16px !important;
  }
}

.method-related {
  padding: 0 15px;
}
.method-related__inner {
  max-width: 948px;
  margin: 0 auto;
}
.method-related__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #3c3c3c;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .method-related__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.method-related__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .method-related__list {
    display: block;
  }
}
.method-related__item {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 767px) {
  .method-related__item {
    margin-bottom: 24px;
    width: 100%;
  }
  .method-related__item:last-child {
    margin-bottom: 0;
  }
}
.method-related__item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.method-related__item a:hover {
  opacity: 0.7;
}
.method-related__thumb {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 16px;
}
.method-related__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.method-related__item-title {
  font-size: 16px;
  font-weight: bold;
  color: #3c3c3c;
  line-height: 1.3;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .method-related__item-title {
    margin-bottom: 8px;
  }
}
.method-related__item-text {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
}

.mu-kv {
  background-image: url(../images/bg_title.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto 40px;
  width: 383px;
}
@media screen and (max-width: 767px) {
  .mu-kv {
    width: 296px;
    margin-bottom: 28px;
  }
}
.mu-kv__panel {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .mu-kv__panel {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.mu-kv__panel.hs {
  padding-top: 58px;
  padding-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .mu-kv__panel.hs {
    padding-top: 38px;
    padding-bottom: 34px;
  }
}
.mu-kv__titles {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mu-kv__titles {
    margin-bottom: 12px;
  }
}
.mu-kv__sub {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: white;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .mu-kv__sub {
    font-size: 15px;
  }
}
.mu-kv__grade {
  font-size: 52px;
  letter-spacing: 0.1em;
  color: white;
  line-height: 1;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mu-kv__grade {
    font-size: 40px;
    margin-bottom: 4px;
  }
}
.mu-kv__paren {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: white;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mu-kv__paren {
    font-size: 15px;
  }
}
.mu-kv__arrow {
  width: 12px;
  height: 10px;
  display: block;
  margin: 0 auto 12px;
}
@media screen and (max-width: 767px) {
  .mu-kv__arrow {
    width: 10px !important;
    height: 8px;
    margin-bottom: 8px;
  }
}
.mu-kv__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: white;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mu-kv__text {
    font-size: 13px;
  }
}

.mu-lead {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .mu-lead {
    margin-bottom: 28px;
    padding: 0 15px;
  }
}
.mu-lead__title {
  color: #004f94;
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mu-lead__title {
    font-size: 24px;
  }
}
.mu-lead.hs2 .mu-lead__text {
  max-width: 685px;
}
.mu-lead__text {
  font-size: 15px;
  line-height: 1.6;
  max-width: 647px;
  margin: 0 auto;
}

.mu-points {
  background: #f0f4f9;
  padding: 20px 15px 40px;
  box-sizing: border-box;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mu-points {
    margin-bottom: 40px;
    padding: 20px 15px 32px;
  }
}
.mu-points__inner {
  max-width: 984px;
  margin: 0 auto;
}
.mu-points__title {
  font-size: 32px;
  color: #004f94;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .mu-points__title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.mu-points__title .num {
  font-size: 56px;
  color: #004f94;
  line-height: 1;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .mu-points__title .num {
    font-size: 44px;
  }
}
.mu-points__title .sub {
  font-size: 24px;
  color: #004f94;
  line-height: 1;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .mu-points__title .sub {
    font-size: 20px;
  }
}
.mu-points__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mu-points__list {
    display: block;
  }
}
.mu-points__item {
  background: white;
  padding: 46px 24px 24px;
  overflow: visible;
  position: relative;
  margin-right: 16px;
  margin-top: 40px;
  width: calc((100% - 32px) / 3);
}
.mu-points__item:nth-child(3n) {
  margin-right: 0;
}
.mu-points__item:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mu-points__item {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 32px;
    padding: 36px 24px 24px;
    width: 100%;
  }
  .mu-points__item:last-child {
    margin-bottom: 0 !important;
  }
}
.mu-points__badge-wrap {
  height: 56px;
  width: 56px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .mu-points__badge-wrap {
    height: 48px;
    width: 48px;
  }
}
.mu-points__item-title {
  font-size: 20px;
  color: #003477;
  font-weight: normal;
  line-height: 1.4;
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .mu-points__item-title {
    margin-bottom: 8px;
  }
}
.mu-points__item-text {
  font-size: 15px;
  color: #3c3c3c;
  line-height: 1.6;
  width: 100%;
}

.mu-features {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mu-features {
    margin-top: 32px;
  }
}
.mu-features__title {
  background: #004f94;
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  height: 32px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mu-features__title {
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.mu-features__list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .mu-features__list {
    display: block;
  }
}
.mu-features__item {
  position: relative;
  width: 50%;
  box-sizing: border-box;
}
.mu-features__item:nth-child(odd) {
  padding-right: 32px;
  border-right: 1px dotted #004f94;
}
@media screen and (max-width: 767px) {
  .mu-features__item:nth-child(odd) {
    padding-right: 0;
    border-right: none;
  }
}
.mu-features__item:nth-child(even) {
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .mu-features__item:nth-child(even) {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .mu-features__item {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #004f94;
  }
  .mu-features__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.mu-features__subject {
  font-size: 18px;
  font-weight: bold;
  color: #003477;
  line-height: 1.4;
  margin: 0 0 22px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mu-features__subject {
    margin-bottom: 12px;
  }
}
.mu-features__text {
  font-size: 15px;
  color: #3c3c3c;
  line-height: 1.6;
  margin: 0;
}

.mu-target {
  margin-bottom: 80px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .mu-target {
    margin-bottom: 40px;
  }
}
.mu-target__inner {
  max-width: 984px;
  margin: 0 auto;
}
.mu-target__title {
  color: #004f94;
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mu-target__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.mu-target__text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mu-target__text {
    margin-bottom: 12px;
  }
}
.mu-target__img {
  margin-bottom: 12px;
}
.mu-target__note {
  font-size: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .mu-target__note {
    position: relative;
    padding-left: 1em;
  }
  .mu-target__note span {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.mu-curriculum {
  padding: 0 15px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mu-curriculum {
    margin-bottom: 40px;
  }
}
.mu-curriculum__inner {
  max-width: 984px;
  margin: 0 auto;
}
.mu-curriculum__title {
  font-size: 36px;
  font-weight: normal;
  color: #004f94;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mu-curriculum__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.mu-curriculum__head {
  box-sizing: border-box;
  width: 360px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .mu-curriculum__head {
    width: 100%;
  }
}
.mu-curriculum__head.hs01 .mu-curriculum__tag {
  width: 310px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mu-curriculum__head.hs01 .mu-curriculum__tag {
    width: 100%;
  }
}
.mu-curriculum__head.hs02 {
  width: 372px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .mu-curriculum__head.hs02 {
    width: 100%;
  }
}
.mu-curriculum__head.hs02 .mu-curriculum__tag {
  width: 372px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mu-curriculum__head.hs02 .mu-curriculum__tag {
    width: 100%;
  }
}
.mu-curriculum__head.hs02 .mu-curriculum__target {
  width: 372px;
}
@media screen and (max-width: 767px) {
  .mu-curriculum__head.hs02 .mu-curriculum__target {
    width: 100%;
  }
}
.mu-curriculum__subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #004f94;
  line-height: 1.4;
  margin: 0 0 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mu-curriculum__subtitle {
    font-size: 18px;
  }
}
.mu-curriculum__tag {
  background: #004f94;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 39px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .mu-curriculum__tag {
    font-size: 18px;
    line-height: 37px;
  }
}
.mu-curriculum__target {
  color: #004f94;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  border-left: 1px solid #004f94;
  border-right: 1px solid #004f94;
  border-bottom: 1px solid #004f94;
  text-align: center;
  margin: 0 auto 12px;
  width: 310px;
}
@media screen and (max-width: 767px) {
  .mu-curriculum__target {
    width: 100%;
  }
}
.mu-curriculum__targetList {
  border-left: 1px solid #004f94;
  border-right: 1px solid #004f94;
  border-bottom: 1px solid #004f94;
  padding: 16px;
  margin: 0 auto 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 310px;
}
@media screen and (max-width: 767px) {
  .mu-curriculum__targetList {
    width: 100%;
  }
}
.mu-curriculum__targetList ul li {
  color: #004f94;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}
.mu-curriculum__targetList ul li::before {
  content: "・";
  display: inline-block;
}
.mu-curriculum__targetList--title {
  color: #004f94;
  font-size: 13px;
  font-weight: bold;
  height: 22px;
  border: 1px solid #004f94;
  line-height: 20px;
  width: 64px;
  margin: 0 auto 16px;
  text-align: center;
}
.mu-curriculum__note {
  font-size: 10px;
  color: #3c3c3c;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}
.mu-curriculum__legend {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  box-sizing: border-box;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mu-curriculum__legend {
    justify-content: flex-start;
    margin-bottom: 16px;
  }
}
.mu-curriculum__legend-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #3c3c3c;
  line-height: 1.3;
  margin-right: 20px;
}
.mu-curriculum__legend-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .mu-curriculum__legend-item {
    flex-wrap: wrap;
    margin-right: 8px;
    margin-bottom: 4px;
  }
}
.mu-curriculum__legend-color {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .mu-curriculum__legend-color {
    width: 14px;
    height: 14px;
  }
}
.mu-curriculum__img img {
  display: block;
  width: 100%;
  height: auto;
}
.mu-curriculum__img.w672 {
  max-width: 672px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mu-curriculum__img-sp {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
@media screen and (max-width: 767px) {
  .mu-curriculum__img-navi {
    display: flex;
    margin-bottom: 12px;
  }
  .mu-curriculum__img-navi li {
    border-radius: 4px 4px 0 0;
    background-color: #004f94;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 44px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    cursor: pointer;
  }
  .mu-curriculum__img-navi li.is-current {
    background-color: #0097dd;
  }
  .mu-curriculum__img-navi.type01 {
    justify-content: space-between;
  }
  .mu-curriculum__img-navi.type01 li {
    width: calc((100% - 6px) / 4);
  }
  .mu-curriculum__img-navi.type02 {
    justify-content: space-between;
  }
  .mu-curriculum__img-navi.type02 li {
    width: calc((100% - 4px) / 3);
  }
  .mu-curriculum__img-navi.type03 {
    justify-content: flex-start;
    overflow-x: auto;
  }
  .mu-curriculum__img-navi.type03 li {
    min-width: 22.4%;
    width: 22.4%;
    margin-right: 2px;
  }
  .mu-curriculum__img-navi.type03 li:last-child {
    margin-right: 0;
  }
  .mu-curriculum__img-navi.type04 {
    justify-content: space-between;
  }
  .mu-curriculum__img-navi.type04 li {
    width: calc((100% - 2px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .mu-curriculum__img-sp-cnt {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .mu-curriculum__img-sp-cnt.type01 .mu-curriculum__img-left {
    width: 9.2%;
  }
  .mu-curriculum__img-sp-cnt.type01 .mu-curriculum__img-wrap {
    margin-left: 2.1333333333%;
    width: 87.4666666667%;
  }
  .mu-curriculum__img-sp-cnt.type01 .mu-curriculum__img-item {
    padding-right: 0.5333333333%;
  }
}
@media screen and (max-width: 767px) {
  .mu-curriculum__img-sp-cnt.type02 .mu-curriculum__img-left {
    width: 8.48%;
  }
  .mu-curriculum__img-sp-cnt.type02 .mu-curriculum__img-wrap {
    margin-left: 2.1333333333%;
    width: 86.9333333333%;
  }
  .mu-curriculum__img-sp-cnt.type02 .mu-curriculum__img-item {
    padding-right: 0.2666666667%;
  }
}
@media screen and (max-width: 767px) {
  .mu-curriculum__img-left {
    width: 26.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .mu-curriculum__img-wrap {
    margin-left: 2.1333333333%;
    width: 71.7333333333%;
  }
}
@media screen and (max-width: 767px) {
  .mu-curriculum__img-item {
    padding-right: 1.3866666667%;
  }
}
.mu-curriculum__todai {
  background-color: #c50000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  margin-top: 10px;
}
.mu-curriculum__todai.w672 {
  max-width: 672px;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .mu-curriculum__todai.w672 {
    max-width: inherit;
    margin-top: 3px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .mu-curriculum__todai {
    font-size: 14px;
    margin-top: 3px;
    line-height: 32px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.mu-plan {
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mu-plan {
    margin-bottom: 48px;
  }
}
.mu-plan__inner {
  max-width: 984px;
  margin: 0 auto;
}
.mu-plan__title {
  font-size: 36px;
  color: #004f94;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mu-plan__title {
    font-size: 23px;
    margin-bottom: 40px;
  }
}
.mu-plan__cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mu-plan__cols {
    display: block;
  }
}
.mu-plan__card {
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 767px) {
  .mu-plan__card {
    margin-bottom: 40px;
    width: 100%;
  }
  .mu-plan__card:last-child {
    margin-bottom: 0;
  }
}
.mu-plan__card-header {
  background: #004f94;
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .mu-plan__card-header {
    font-size: 16px;
    line-height: 37px;
    margin-bottom: 16px;
  }
}
.mu-plan__profile {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .mu-plan__profile {
    margin-bottom: 16px;
  }
}
.mu-plan__profile-img {
  width: 112px;
  height: 115px;
  background: #eee;
  overflow: hidden;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .mu-plan__profile-img {
    height: 98px;
    width: 96px;
  }
}
.mu-plan__profile-img img {
  display: block;
  width: 100%;
  height: auto;
}
.mu-plan__profile-info {
  width: calc(100% - 16px - 112px);
}
@media screen and (max-width: 767px) {
  .mu-plan__profile-info {
    width: calc(100% - 16px - 96px);
  }
}
.mu-plan__profile-name {
  font-size: 18px;
  font-weight: bold;
  color: #3c3c3c;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .mu-plan__profile-name {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.mu-plan__profile-attrs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mu-plan__profile-attrs li {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  color: #3c3c3c;
  line-height: 1.4;
  margin-bottom: 4px;
}
.mu-plan__profile-attrs li:last-child {
  margin-bottom: 0;
}
.mu-plan__profile-attrs li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #004f94;
  flex-shrink: 0;
  margin-top: 7px;
  margin-right: 6px;
}
.mu-plan__details {
  width: 100%;
  margin-bottom: 36px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mu-plan__details {
    margin-bottom: 32px;
  }
}
.mu-plan__detail-rows {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mu-plan__detail-rows {
    margin-bottom: 16px;
  }
}
.mu-plan__detail-row {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-bottom: 12px;
}
.mu-plan__detail-row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .mu-plan__detail-row {
    margin-bottom: 8px;
  }
}
.mu-plan__detail-label {
  background: #004f94;
  color: white;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  width: 80px;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mu-plan__detail-label {
    font-size: 13px;
  }
}
.mu-plan__detail-content {
  flex: 1;
  min-width: 0;
  background: white;
  border-top: 1px solid #004f94;
  border-right: 1px solid #004f94;
  border-bottom: 1px solid #004f94;
  padding: 16px 15px;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
}
.mu-plan__detail-content li {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  color: #3c3c3c;
  line-height: 1.4;
  margin-bottom: 4px;
  text-align: left;
}
.mu-plan__detail-content li:last-child {
  margin-bottom: 0;
}
.mu-plan__detail-content li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #004f94;
  flex-shrink: 0;
  margin-top: 7px;
  margin-right: 6px;
}
.mu-plan__arrow {
  display: block;
  width: 32px;
  height: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mu-plan__arrow {
    width: 24px !important;
    height: 12px;
  }
}
.mu-plan__proposal {
  background: #f0f4f9;
  padding: 34px 20px 32px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mu-plan__proposal {
    padding: 30px 16px 20px;
  }
}
.mu-plan__proposal-label {
  background: #004f94;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  padding: 0 20px;
  border-radius: 30px;
  white-space: nowrap;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .mu-plan__proposal-label {
    font-size: 15px;
    line-height: 35px;
  }
}
.mu-plan__proposal-text {
  font-size: 16px;
  font-weight: bold;
  color: #3c3c3c;
  line-height: 1.6;
  width: 100%;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mu-plan__proposal-text {
    font-size: 15px;
    text-align: left;
  }
}