.mv {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 39px 0 32px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 30px 26px;
  }
}
.mv_container {
  display: block;
  margin: 0 auto;
  max-width: 790px;
}
.l_container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 14px;
  width: 1000px;
}
.l_container--top {
  width: 952px;
}
@media screen and (max-width: 767px) {
  .l_container {
    width: 100%;
  }
}
.bg_stone {
  background: url(../assets/images/bg.png) 50%;
  padding: 58px 0 90px;
}
.bg_stone--inner {
  padding-top: 42px;
}
@media screen and (max-width: 767px) {
  .bg_stone {
    padding: 30px 0;
  }
}
.btn_back {
  background-color: #bababa;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 30px;
  padding: 6px 26px;
}
.btn_back:hover {
  color: #fff;
  text-decoration: none;
}
.btn_shadow {
  background: #fff;
  border: 3px solid #c9c9c9;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 43px 19px;
  width: 445px;
}
@media screen and (max-width: 767px) {
  .btn_shadow {
    padding: 31px 16px;
    width: 100%;
  }
  .btn_shadow + .btn_shadow {
    margin-top: 21px;
  }
}
.btn_wrap_flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .btn_wrap_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.l_heading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-bottom: 2px dotted #a6a6a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
  padding-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .l_heading {
    margin-bottom: 29px;
    padding-bottom: 28px;
  }
}
.plan {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  padding: 26px 30px;
  width: 300px;
}
.plan > img {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .plan {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
  }
  .plan + .plan {
    margin-top: 20px;
  }
  .plan > img {
    width: auto;
  }
}
a.plan-link {
  display: block;
  margin-top: 29px;
}
p.text-advice {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
p.text-advice + p.text-advice {
  margin-top: 20px;
}
dt.text-advice {
  font-weight: 400;
  text-align: left;
  width: 60px;
}
dd.text-advice {
  margin-left: 70px;
}
@media screen and (max-width: 767px) {
  dd.text-advice,
  dt.text-advice {
    font-size: 15px;
  }
  dd.text-advice {
    margin-left: 0;
  }
}
.u_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.u_fxdRow {
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.u_fxdRow,
.u_fxdRowRev {
  -webkit-box-orient: horizontal !important;
}
.u_fxdRowRev {
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.u_fxdCol {
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.u_fxdCol,
.u_fxdColRev {
  -webkit-box-orient: vertical !important;
}
.u_fxdColRev {
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.u_fxwNo {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.u_fxwWrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.u_fxwWrapRev {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.u_jcFlexStart {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.u_jcFlexEnd {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.u_jcCenter {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.u_jcSpaceBetween {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.u_jcSpaceAround {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.u_aiFlexStart {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.u_aiFlexEnd {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.u_aiCenter {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.u_aiBase {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.u_aiStretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.u_acFlexStart {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.u_acFlexEnd {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.u_acCenter {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.u_acSpaceBetween {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.u_acSpaceAround {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.u_acStretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.u_asAuto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.u_asFlexStart {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.u_asFlexEnd {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.u_asCenter {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.u_asBase {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.u_asStretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
.u_wh100p {
  width: 100%;
}
