html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic
}

html {
  -webkit-text-size-adjust: 100%
}

body, html {
  color: #000;
  font-size: 62.5%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif
}

@media screen and (min-width: 768px) {
  body, html {
    min-width: 1150px
  }
}

@media screen and (max-width: 767px) {
  body.locked, html.locked {
    overflow: hidden;
    width: 100%;
    height: 100%
  }
}

* {
  box-sizing: border-box;
  background-repeat: no-repeat
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

a:hover {
  opacity: 0.5
}

img {
  vertical-align: bottom;
  width: 100%
}

svg {
  vertical-align: top
}

@media screen and (min-width: 768px) {
  .sp {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .main-container {
    padding-top: 100px;
  }
}

.header {
  position: static;
  z-index: 10;
  transition: top 0.3s;
  border-top: 6px solid #0E436A
}

@media screen and (min-width: 768px) {
  .header {
    min-width: 1150px
  }
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-top: none;
    height: 100px;
    padding-top: 33px
  }
}

@media screen and (min-width: 768px) {
  .header.stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 6px solid #0E436A;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
  }
  .header.stuck .header__logo {
    width: 70px;
    height: 70px;
    box-shadow: none
  }
  .header.stuck .header__logo img {
    width: 50px
  }
  .header.stuck .header__title {
    left: 128px
  }
  .header.stuck .header__title--sub {
    display: block
  }
}

.header .inner {
  max-width: 1367px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  height: 70px
}

@media screen and (max-width: 767px) {
  .header .inner {
    padding: 0 10px
  }
}

.header__title {
  position: absolute;
  left: 192px;
  top: 50%;
  background-color: transparent;
  transform: translateY(-50%);
  color: #000;
  font-size: 1.6rem
}

@media screen and (max-width: 1290px) {
  .header__title {
    font-size: 1.2rem
  }
}

@media screen and (max-width: 1220px) {
  .header__title {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .header__title {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 24px;
    background-color: #0E436A;
    color: #fff;
    line-height: 24px;
    text-align: center;
    transform: none
  }
}

.header__title--sub {
  display: none;
  position: absolute;
  left: 124px;
  top: 50%;
  background-color: transparent;
  transform: translateY(-50%);
  color: #000;
  font-size: 1rem
}

.header__logo {
  width: 140px;
  height: 140px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  left: 30px;
  display: block
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 45px;
    box-shadow: none;
    height: auto;
    position: static
  }
}

@media screen and (min-width: 768px) {
  .header__logo:hover {
    opacity: 1
  }
  .header__logo:hover img {
    opacity: 0.5
  }
}

.header__logo img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70px
}

@media screen and (max-width: 767px) {
  .header__logo img {
    position: static
  }
}

.header__menu {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  right: 15px;
  top: 12px;
  width: 30px;
  height: 24px
}

@media screen and (min-width: 768px) {
  .header__menu {
    display: none
  }
}

.header__menu span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 2px
}

.header__menu span:nth-of-type(1) {
  top: 0
}

.header__menu span:nth-of-type(2) {
  top: 11px
}

.header__menu span:nth-of-type(3) {
  bottom: 0
}

.header__menu.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg)
}

.header__menu.active span:nth-of-type(2) {
  opacity: 0
}

.header__menu.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg)
}

.header__menu p {
  margin-top: 29px;
  transform: translateX(-4px);
  white-space: nowrap
}

.header__nav {
  position: relative
}

@media screen and (max-width: 767px) {
  .header__nav {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    z-index: 10;
    width: 100%;
    height: 100vh;
    top: 67px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8)
  }
  .header__nav.active {
    visibility: visible;
    opacity: 1
  }
}

.header__nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 804px;
  position: absolute;
  right: 0;
  top: 0
}

@media screen and (max-width: 767px) {
  .header__nav ul {
    display: block;
    padding: 10px
  }
}

.header__nav ul li {
  text-align: center
}

@media screen and (max-width: 767px) {
  .header__nav ul li {
    text-align: left
  }
}

.header__nav ul li a {
  display: block;
  color: #000;
  font-weight: bold;
  line-height: 70px;
  font-size: 1.5rem;
  padding:0 15px;
  transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

.header__nav ul li a:hover {
  color: #0E436A;
  opacity: 1;
  background-color: #F5F5F5
}

@media screen and (max-width: 767px) {
  .header__nav ul li a {
    border: 1px solid #EFEFEF;
    line-height: 50px;
    margin-bottom: 10px;
    position: relative;
    background-color: #fff
  }
  .header__nav ul li a:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 14px;
    background-image: url("../img/icon_arrow.png");
    background-size: contain
  }
}

.footer {
  background-color: #3E3E3E
}

.footer .inner {
  max-width: 1072px;
  margin: 0 auto;
  padding: 58px 0 60px;
  position: relative
}

@media screen and (max-width: 767px) {
  .footer .inner {
    padding: 30px 0 0 0
  }
}

.footer__logo {
  width: 70px;
  display: block;
  position: absolute;
  top: 50px;
  left: 0
}

@media screen and (max-width: 767px) {
  .footer__logo {
    display: none
  }
}

.footer__nav {
  margin: 0 auto
}

@media screen and (max-width: 767px) {
  .footer__nav {
    display: none
  }
}

.footer__nav ul {
  width: 100%;
  display: flex;
  justify-content: center
}

.footer__nav ul li {
  border-right: 1px solid #fff
}

.footer__nav ul li:last-child {
  border-right: 0
}

.footer__nav ul li a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding: 0 20px;
  font-weight: bold
}

.footer__sns {
  width: 136px;
  position: absolute;
  top: 50px;
  right: 0
}

@media screen and (max-width: 767px) {
  .footer__sns {
    position: static;
    margin: 0 auto
  }
}

.footer__sns ul {
  display: flex;
  width: 100%;
  justify-content: space-between
}

.footer__sns ul li {
  width: 32px
}

.footer__sns p {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 1.2rem
}

.footer__copy {
  text-align: center;
  color: #9B9B9B;
  margin-top: 30px;
  font-size: 1.4rem
}

@media screen and (max-width: 767px) {
  .footer__copy {
    padding: 10px 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070
  }
}

.md__title {
  background-color: #f5f5f5;
  text-align: center;
  color: #0E436A;
  font-weight: bold;
  line-height: 100px;
  font-size: 3rem;
  margin-bottom: 20px
}

.md__breadcrumb {
  max-width: 1072px;
  margin: 0 auto 50px;
  font-size: 0
}

@media screen and (max-width: 767px) {
  .md__breadcrumb {
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .md__breadcrumb {
    padding: 0 10px
  }
}

.md__breadcrumb li {
  display: inline-block;
  margin-right: 1rem
}

.md__breadcrumb li:after {
  content: "/";
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 1rem;
  color: #888888
}

.md__breadcrumb li:last-child:after {
  display: none
}

.md__breadcrumb li a {
  font-size: 1.2rem;
  color: #0E436A
}

.md__breadcrumb li span {
  font-size: 1.2rem;
  color: #888888
}

.md__anchor {
  margin-bottom: 80px
}

@media screen and (max-width: 767px) {
  .md__anchor {
    margin-bottom: 20px
  }
}

.md__anchor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

@media screen and (max-width: 767px) {
  .md__anchor ul {
    justify-content: space-between;
    padding: 0 10px
  }
}

.md__anchor ul li {
  width: 245px;
  margin: 0 20px
}

@media screen and (max-width: 767px) {
  .md__anchor ul li {
    width: 48%;
    margin: 0 0 20px
  }
}

.md__anchor ul li a {
  color: #fff;
  background-color: #0E436A;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 50px;
  border-radius: 4px;
  position: relative
}

@media screen and (max-width: 767px) {
  .md__anchor ul li a {
    line-height: 2rem;
    padding: 10px 0
  }
  .md__anchor ul li a.single {
    line-height: 39px
  }
}

.md__anchor ul li a:after {
  content: "▼";
  position: absolute;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%)
}

@media screen and (max-width: 767px) {
  .md__anchor ul li a:after {
    right: 15px
  }
}

.md__anchor ul li a small {
  font-size: 1.2rem;
  margin-right: 1rem
}

@media screen and (max-width: 767px) {
  .md__anchor ul li a small {
    display: block;
    line-height: 1;
    font-size: 1.4rem;
    margin-bottom: 0.5rem
  }
}

.md__heading_1 {
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: 3px solid #0E436A;
  padding-bottom: 1rem;
  margin-bottom: 30px;
  line-height: 1.3;
}

.md__heading_2 {
  font-size: 2rem;
  background-color: #f5f5f5;
  line-height: 60px;
  border-left: 3px solid #0E436A;
  padding-left: 20px;
  margin-bottom: 20px
}

@media screen and (max-width: 767px) {
  .md__heading_2 {
    font-size: 1.9rem;
    line-height: 1.3;
    padding: 12px 20px;
  }
}

.md__heading_3 {
  font-size: 2.5rem;
  color: #000;
  line-height: 2.4;
  text-align: center;
  font-weight: bold
}

@media screen and (max-width: 767px) {
  .md__heading_3 {
    line-height: 1.4;
    margin-bottom: 20px
  }
}

.md__heading_4 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7;
  padding: 50px;
  background-color: #CED9E1;
}

.md__lead {
  font-size: 2.5rem;
  color: #0B426A;
  margin-bottom: 50px;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .md__lead {
    font-size: 2rem;
    margin-bottom: 25px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .md__heading_3 {
    font-size: 2rem;
    margin-bottom: 25px
  }
}

.md__video {
  max-width: 600px;
  margin: 0 auto
}

.md__video__inner {
  text-align: center;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 auto 50px
}

@media screen and (max-width: 767px) {
  .md__video__inner {
    margin: 0 auto 25px;
  }
}

.md__video__inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%
}

.md__text {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 50px
}

@media screen and (max-width: 768px) {
  .md__text {
    margin-bottom: 25px;
  }
}

.md__text-inner {
  padding: 0 24px;
}

.md__image {
  max-width: 640px;
  padding: 0 20px;
  margin: 50px auto;
}

@media screen and (max-width: 768px) {
  .md__image {
    margin: 25px auto;
  }
}

@media screen and (min-width: 768px) {
  .md__text.center {
    text-align: center
  }
}

.md__text a {
  font-weight: bold;
  color: #0E436A;
  text-decoration: underline
}

.md__text a:hover {
  text-decoration: none
}

.md__wrapper {
  max-width: 1072px;
  margin: 0 auto
}

.md__wrapper.application {
  padding-bottom: 120px
}

@media screen and (max-width: 767px) {
  .md__wrapper.application {
    padding-bottom: 60px
  }
}

@media screen and (max-width: 767px) {
  .md__wrapper {
    padding: 0 10px
  }
}

.md__table {
  margin-bottom: 80px
}

@media screen and (max-width: 767px) {
  .md__table {
    margin-bottom: 50px
  }
}

.md__table table {
  font-size: 1.6rem;
  line-height: 1.875
}

@media screen and (max-width: 767px) {
  .md__table table {
    display: block;
    width: 100%
  }
}

@media screen and (max-width: 767px) {
  .md__table table tr {
    display: block;
    width: 100%
  }
}

.md__table table tr th {
  background-color: #f5f5f5;
  padding: 8px;
  border-bottom: 2px solid #fff;
  width: 180px;
  text-align: center;
  vertical-align: middle
}

@media screen and (max-width: 767px) {
  .md__table table tr th {
    display: block;
    width: 100%;
    border-bottom: none
  }
}

.md__table table tr td {
  text-align: left;
  padding: 10px 20px;
  vertical-align: middle
}

@media screen and (max-width: 767px) {
  .md__table table tr td {
    padding: 15px 0 20px 0
  }
}

.md__table table .link {
  padding-left: 1.5rem;
  color: #0E436A;
  text-decoration: underline;
}


@media screen and (max-width: 767px) {
  .md__table table .link {
    padding-left: 0;
    display: block;
    line-height: 1.5;
    margin-top: 5px;
  }
}

.md__notes {
  margin-bottom: 50px
}

@media screen and (max-width: 767px) {
  .md__notes {
    margin-top: 30px;
  }
}

.md__notes dt, .md__notes li {
  font-size: 1.6rem;
  line-height: 1.66667
}

.md__notes dd {
  font-size: 1.6rem;
  line-height: 1.66667;
  padding-left: 1rem
}

.md__btn_wrap {
  margin: auto;
  width: 630px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media screen and (max-width: 767px) {
  .md__btn_wrap {
    display: block;
    width: 100%
  }
  .md__btn_wrap .md__btn {
    margin: 20px 0
  }
}

.md__btn {
  text-align: center;
}

.md__btn a, .md__btn button {
  display: inline-block;
  text-align: center;
  width: 300px;
  line-height: 4rem;
  background-color: #AA2E2E;
  border-radius: 4px;
  transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  border: 2px solid transparent;
  box-sizing: border-box
}

.md__btn a span, .md__btn button span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  vertical-align: -1px
}

.md__btn a:disabled, .md__btn button:disabled {
  opacity: 0.5
}

.md__btn a:hover:not(:disabled), .md__btn button:hover:not(:disabled) {
  background-color: #fff;
  border: 2px solid #AB2E2E;
  opacity: 1
}

.md__btn a:hover:not(:disabled) span, .md__btn button:hover:not(:disabled) span {
  color: #000
}

.md__btn .md__btn2 {
  text-align: center;
}

.md__btn2 a, .md__btn2 button {
  display: inline-block;
  text-align: center;
  width: 300px;
  line-height: 4rem;
  background-color: #AA2E2E;
  border-radius: 4px;
  transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  border: 2px solid transparent;
  box-sizing: border-box
}

.md__btn2 a span, .md__btn2 button span {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  vertical-align: -1px
}

.md__btn2 a:disabled, .md__btn2 button:disabled {
  opacity: 0.5
}

.md__btn2 a:hover:not(:disabled), .md__btn2 button:hover:not(:disabled) {
  background-color: #fff;
  border: 2px solid #AB2E2E;
  opacity: 1
}

.md__btn2 a:hover:not(:disabled) span, .md__btn2 button:hover:not(:disabled) span {
  color: #000
}

.md__btn2 .back {
  background-color: #E5E5E5;
  color: #000
}

.md__btn .back:hover {
  border-color: #E5E5E5
}

.md__confirm_table table {
  width: 100%
}

@media screen and (max-width: 767px) {
  .md__confirm_table table {
    display: block
  }
}

@media screen and (max-width: 767px) {
  .md__confirm_table table tr, .md__confirm_table table tbody {
    display: block
  }
}

.md__confirm_table table th {
  width: 200px;
  font-size: 1.6rem;
  text-align: left;
  padding-bottom: 30px
}

@media screen and (max-width: 767px) {
  .md__confirm_table table th {
    width: 100%;
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px
  }
}

.md__confirm_table table td {
  font-size: 1.6rem;
  text-align: left;
  padding-bottom: 30px
}

@media screen and (max-width: 767px) {
  .md__confirm_table table td {
    display: block;
    padding-bottom: 24px
  }
}

.md__application_table table {
  width: 100%;
  text-align: left;
  font-size: 1.6rem
}

@media screen and (max-width: 767px) {
  .md__application_table table {
    display: block
  }
}

@media screen and (max-width: 767px) {
  .md__application_table table tbody, .md__application_table table tr {
    display: block
  }
}

.md__application_table table tr th {
  width: 200px;
  position: relative;
  vertical-align: middle;
  padding-bottom: 20px
}

@media screen and (max-width: 767px) {
  .md__application_table table tr th {
    display: block;
    width: 100%;
    padding-bottom: 10px
  }
}

.md__application_table table tr th .inner {
  display: flex;
  justify-content: space-between
}

.md__application_table table tr th small {
  font-size: 1.4rem;
  color: #ff0000
}

.md__application_table table tr td {
  padding-bottom: 20px;
  padding-left: 50px;
  position: relative
}

@media screen and (max-width: 767px) {
  .md__application_table table tr td {
    display: block;
    padding-left: 0
  }
}

.md__application_table table tr td .valid_text {
  visibility: hidden;
  border: 1px solid #d8d8d8;
  line-height: 1;
  padding: 10px;
  position: absolute;
  top: -50px;
  left: 70px;
  font-size: 1.3rem;
  background-color: #fff;
  transform: opacity 0.3s
}

.md__application_table table tr td .valid_text.visible {
  visibility: visible;
  opacity: 1
}

@media screen and (max-width: 767px) {
  .md__application_table table tr td .valid_text {
    right: 0
  }
}

.md__application_table table tr td .valid_text:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2
}

.md__application_table table tr td .valid_text:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #d8d8d8;
  z-index: 1
}

.md__application_table table tr td input {
  background-color: #fff !important
}

.md__application_table table tr td input[type="text"] {
  line-height: 50px;
  height: 50px;
  width: 300px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  padding: 1rem;
  font-size: 1.4rem
}

@media screen and (max-width: 767px) {
  .md__application_table table tr td input[type="text"] {
    width: 100%
  }
}

.md__application_table table tr td input[type="text"].valid {
  outline: rgba(255, 0, 0, 0.5) auto 5px;
  border: 1px solid red
}

.md__application_table table tr td textarea {
  width: 100%;
  height: 200px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  vertical-align: top;
  line-height: 1.3;
  padding: 1rem;
  font-size: 1.4rem
}

@media screen and (max-width: 767px) {
  .md__application_table table tr td textarea {
    width: 100%
  }
}

.md__step__item {
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: 10px 10px;
  position: relative;
  margin-bottom: 64px;
  border: 2px solid #f5f5f5;
  padding: 38px 120px;
  border-radius: 50px
}

.md__step__item:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -43px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 32px 0 32px;
  border-color: #0a3790 transparent transparent transparent
}

.md__step__item:nth-child(1) {
  background-image: url(../img/step_1.png)
}

.md__step__item:nth-child(2) {
  background-image: url(../img/step_2.png)
}

.md__step__item:nth-child(3) {
  background-image: url(../img/step_3.png)
}

.md__step__item:nth-child(4) {
  background-image: url(../img/step_4.png);
  margin-bottom: 20px
}

.md__step__item:nth-child(4):after {
  display: none
}

@media screen and (max-width: 767px) {
  .md__step__item {
    background-size: 50px;
    padding: 30px 40px;
    border-radius: 30px
  }
}

.md__step__item h3 {
  font-size: 2.5rem;
  font-weight: bold
}

@media screen and (max-width: 767px) {
  .md__step__item h3 {
    line-height: 1.4;
    text-align: center
  }
}

.md__step__item h3 span {
  line-height: 24px;
  padding: 0 8px;
  border-radius: 48px;
  background-color: #0E436A;
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  margin-right: 20px;
  vertical-align: middle;
  margin-top: -6px;
  text-align: center
}

@media screen and (max-width: 767px) {
  .md__step__item h3 span {
    display: block;
    margin: 0 auto 10px;
    width: 84px
  }
}

.md__step__item p {
  margin-top: 27px;
  margin-bottom: 0
}

.md__text+.md__heading_1 {
  margin-top: 80px
}

@media screen and (max-width: 767px) {
  .md__text+.md__heading_1 {
    margin-top: 40px
  }
}

.md__text+.md__notes {
  margin-top: -30px
}

@media screen and (max-width: 767px) {
  .md__text+.md__notes {
    margin-top: 20px
  }
}

strong {
  font-weight: bold
}

/* comapny */

.comapny_block {
  background-color: #F5F5F5;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .comapny_block {
    padding: 25px 0;
  }
}

.comapny_block__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .comapny_block__inner {
    display: block;
  }
}

.comapny_block__image {
  width: 210px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .comapny_block__image {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
}

.comapny_block__text {
  flex: 1;
  font-size: 2rem;
  color: #0B426A;
  font-weight: bold;
  line-height: 1.5;
}

.comapny_block__text span {
  font-weight: normal;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .comapny_block__text {
    font-size: 1.5rem;
  }
  .comapny_block__text br {
    display: none;
  }
}

span.red {
  color: #AA2E2E;
}

@media print {
  body {
    zoom: .65;
    -webkit-print-color-adjust: exact;
  }
  .header__title {
    display: none;
  }
  .sp {
    display: none;
  }
}
