.m__sec-heading {
  text-align: center;
}
.m__sec-heading > h1,
.m__sec-heading > h2 {
  position: relative;
  margin-bottom: -0.5em;
  font-size: 36px;
  font-weight: bold;
}
.m__sec-heading > h1 > span,
.m__sec-heading > h2 > span {
  display: inline-block;
  padding: 0.5em 1em;
  border-top: #fff 2px dashed;
  border-bottom: #fff 2px dashed;
}
.m__sec-heading > span {
  position: relative;
  display: inline-block;
  height: 30px;
  padding: 0 1em;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #0f3871;
}
.m__sec-heading > span::before, .m__sec-heading > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 15px 10px;
  border-style: solid;
}
.m__sec-heading > span::before {
  left: -20px;
  border-color: #0f3871 #0f3871 #0f3871 transparent;
}
.m__sec-heading > span::after {
  right: -20px;
  border-color: #0f3871 transparent #0f3871 #0f3871;
}

.m__cnt-set {
  box-sizing: border-box;
  width: 960px;
  margin: 0 auto;
}
.m__cnt-set .heading--lv2,
.m__cnt-set .heading--lv2--center {
  font-size: 30px;
  font-weight: bold;
  color: #0f3871;
}
.m__cnt-set .heading--lv2--center {
  text-align: center;
}
.m__cnt-set .text,
.m__cnt-set .text--center,
.m__cnt-set .text--right {
  line-height: 2;
  font-size: 20px;
}
.m__cnt-set .text b,
.m__cnt-set .text--center b,
.m__cnt-set .text--right b {
  font-size: 24px;
}
.m__cnt-set .text span.d__color--red,
.m__cnt-set .text--center span.d__color--red,
.m__cnt-set .text--right span.d__color--red {
  color: #e4551b;
}
.m__cnt-set .text--center {
  text-align: center;
}
.m__cnt-set .text--right {
  text-align: right;
}
.m__cnt-set .list,
.m__cnt-set .list--order {
  padding-left: 2em;
}
.m__cnt-set .list li + li,
.m__cnt-set .list--order li + li {
  margin-top: 0.75em;
}
.m__cnt-set .list li {
  position: relative;
}
.m__cnt-set .list li::before {
  content: "";
  position: absolute;
  left: -1.25em;
  top: 0.5em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 1em;
  background: #0f3871;
}
.m__cnt-set .btn {
  margin-top: 1.5em;
  text-align: center;
}
.m__cnt-set .btn > a {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 2em;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #e4551b;
  border: none;
  border-radius: 5px;
  border-bottom: 3px #a03c13 solid;
}
.m__cnt-set .btn > a:hover {
  margin-top: 3px;
  border-bottom: 0;
}
.m__cnt-set .col-2 {
  display: flex;
}
.m__cnt-set .col-2 > * {
  flex: 1;
}
.m__cnt-set .col-2 > * + * {
  margin-left: 40px;
}
.m__cnt-set * + section {
  margin-top: 3em;
}
.m__cnt-set * + *[class^=text],
.m__cnt-set * + *[class^=list] {
  margin-top: 2em;
}
.m__cnt-set *[class^=heading--lv2] + *[class^=text],
.m__cnt-set *[class^=heading--lv2] + *[class^=list] {
  margin-top: 1em;
}

.m__cnt-set--bg {
  box-sizing: border-box;
  width: 960px;
  margin: 0 auto;
  padding: 80px;
  background: #fff;
}
.m__cnt-set--bg .heading--lv2,
.m__cnt-set--bg .heading--lv2--center {
  font-size: 30px;
  font-weight: bold;
  color: #0f3871;
}
.m__cnt-set--bg .heading--lv2--center {
  text-align: center;
}
.m__cnt-set--bg .text,
.m__cnt-set--bg .text--center,
.m__cnt-set--bg .text--right {
  line-height: 2;
  font-size: 20px;
}
.m__cnt-set--bg .text b,
.m__cnt-set--bg .text--center b,
.m__cnt-set--bg .text--right b {
  font-size: 24px;
}
.m__cnt-set--bg .text span.d__color--red,
.m__cnt-set--bg .text--center span.d__color--red,
.m__cnt-set--bg .text--right span.d__color--red {
  color: #e4551b;
}
.m__cnt-set--bg .text--center {
  text-align: center;
}
.m__cnt-set--bg .text--right {
  text-align: right;
}
.m__cnt-set--bg .list,
.m__cnt-set--bg .list--order {
  padding-left: 2em;
}
.m__cnt-set--bg .list li + li,
.m__cnt-set--bg .list--order li + li {
  margin-top: 0.75em;
}
.m__cnt-set--bg .list li {
  position: relative;
}
.m__cnt-set--bg .list li::before {
  content: "";
  position: absolute;
  left: -1.25em;
  top: 0.5em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 1em;
  background: #0f3871;
}
.m__cnt-set--bg .btn {
  margin-top: 1.5em;
  text-align: center;
}
.m__cnt-set--bg .btn > a {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 2em;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #e4551b;
  border: none;
  border-radius: 5px;
  border-bottom: 3px #a03c13 solid;
}
.m__cnt-set--bg .btn > a:hover {
  margin-top: 3px;
  border-bottom: 0;
}
.m__cnt-set--bg .col-2 {
  display: flex;
}
.m__cnt-set--bg .col-2 > * {
  flex: 1;
}
.m__cnt-set--bg .col-2 > * + * {
  margin-left: 40px;
}
.m__cnt-set--bg * + section {
  margin-top: 3em;
}
.m__cnt-set--bg * + *[class^=text],
.m__cnt-set--bg * + *[class^=list] {
  margin-top: 2em;
}
.m__cnt-set--bg *[class^=heading--lv2] + *[class^=text],
.m__cnt-set--bg *[class^=heading--lv2] + *[class^=list] {
  margin-top: 1em;
}

.p__mainvis {
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
  text-align: center;
  background: #ff9974;
}

.m__sec-heading {
  margin-bottom: 1.75em;
}

.m__cnt-set,
.m__cnt-set--bg {
  margin: 0 auto;
}

.mb__bg--white {
  box-sizing: border-box;
  width: 100%;
  min-width: 960px;
  padding: 4.5em 0;
  background: white;
}

.mb__bg--yellow {
  box-sizing: border-box;
  width: 100%;
  min-width: 960px;
  padding: 4.5em 0;
  background: #ffd016;
}

.mb__bg--blue {
  box-sizing: border-box;
  width: 100%;
  min-width: 960px;
  padding: 4.5em 0;
  background: #87baf4;
}

.mb__bg--pink {
  box-sizing: border-box;
  width: 100%;
  min-width: 960px;
  padding: 4.5em 0;
  background: #ffac8e;
}