@charset "UTF-8";
.el-mv-car {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.el-mv-car__wrap {
  width: 100%;
  margin-top: 20px;
}

.el-mv-car__item {
  width: 100%;
}

.el-mv-car__item a {
  width: 100%;
  height: 100%;
}

.el-mv-car__item-img {
  width: 100%;
}

.el-mv-car__item:nth-child(n+2) {
  display: none;
}

.el-mv-btn {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.el-mv-btn--2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.el-mv-btn + .el-mv-btn {
  padding-top: 0;
}

.el-mv-btn__wrap {
  width: 100%;
}

.el-mv-btn__link-text {
  position: relative;
  margin-top: 42px;
  color: #e62320;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.el-mv-btn__link-text:after {
  display: inline-block;
  position: absolute;
  top: 7px;
  width: 8px;
  height: 12px;
  padding-left: 20px;
  background: url(/ep/private/images/icon_arrow_right_red.png) no-repeat center center;
  background-size: 8px 12px;
  vertical-align: middle;
  content: "";
}

.el-mv-btn__link-text a, .el-mv-btn__link-text label {
  color: inherit;
  vertical-align: middle;
  cursor: pointer;
}

.el-mv-btn__link-text:hover {
  opacity: 0.7;
}

.el-mv-btn__link-text:hover:after {
  padding-left: 25px;
}

.el-mv-btn__otoku-wrap {
  padding-bottom: 30px;
  background-color: #fff;
}

.el-mv-btn__triangle-img {
  width: 100%;
  margin-top: -80px;
}

.el-mv-btn__otoku-img {
  display: block;
  width: 78.46939%;
  max-width: 769px;
  margin: 78px auto 0;
}

.el-mv-btn__item {
  position: relative;
  width: 600px;
  height: 90px;
  border-radius: 45px;
  border-color: #e62320;
  background-color: #e62320;
  -webkit-box-shadow: 0px 4px 0px 0px #ac000d;
          box-shadow: 0px 4px 0px 0px #ac000d;
  color: #fff;
  font-size: 24px;
  line-height: 90px;
}

.el-mv-btn__item:after {
  width: 13px;
  height: 10px;
  background: url(/ep/private/images/icon_open.png) no-repeat;
  background-size: 13px 10px;
}

.el-mv-btn__item-inner--twoline {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.5;
}

.el-mv-btn__item-inner--twoline span {
  font-size: 19px;
}

.el-mv-btn__item2 {
  width: 420px;
  height: 80px;
  border-radius: 10px;
  border-color: #787878;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #787878;
          box-shadow: 0px 4px 0px 0px #787878;
  color: #313131;
  font-size: 20px;
  font-weight: 700;
  line-height: 80px;
}

.el-mv-btn__item2:after {
  width: 12px;
  height: 19px;
  background: url(/ep/private/images/icon_arrow_right_black.png) no-repeat;
  background-size: 12px 19px;
}

.el-mv-step {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.el-mv-step__wrap {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.el-mv-step__box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  width: 100%;
  max-width: 980px;
  font-size: 0;
}

.el-mv-step__box {
  width: 46.77419%;
  height: auto;
  padding-top: 83px;
  padding-bottom: 40px;
  border-radius: 40px;
  background-color: #ffffff;
  vertical-align: top;
}

.el-mv-step__box + .el-mv-step__box {
  margin-left: 6.45161%;
}

.el-mv-step__box-title {
  position: relative;
  width: 79.31034%;
  height: 298px;
  margin: 0 auto;
  border: 2px solid #7d7d7d;
  border-radius: 40px;
}

.el-mv-step__box-title-circle {
  position: absolute;
  width: 20.86207%;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
}

.el-mv-step__box-title-circle:before {
  display: block;
  padding-top: 100%;
  content: "";
}

.el-mv-step__box-title-circle-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.el-mv-step__box-title-circle--1 {
  background: #fb929e url(/ep/private/images/txt_moving_step1.png) no-repeat center center;
  background-size: 50% auto;
}

.el-mv-step__box-title-circle--2 {
  background: #fb929e url(/ep/private/images/txt_moving_step2.png) no-repeat center center;
  background-size: 50% auto;
}

.el-mv-step__box-title-img {
  display: block;
  position: relative;
  top: 50%;
  right: 0;
  left: 0;
  width: 65.21739%;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.el-mv-step__box-text {
  text-align: left;
}

.el-mv-step__box-text-wrap {
  width: 79.31034%;
  margin: 39px auto 0;
}

.el-mv-step__box-text--1 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.25;
}

.el-mv-step__box-text--1 + .el-mv-step__box-text--4 {
  margin-top: 10px;
}

.el-mv-step__box-text--2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.el-mv-step__box-text--2 + .el-mv-step__box-text--1 {
  margin-top: 20px;
}

.el-mv-step__box-text--3 {
  color: #e62320;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66667;
}

.el-mv-step__box-text--4 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 1.875;
}

.el-mv-step__box-text--4 + .el-mv-step__box-text--4 {
  margin-top: 10px;
}

.el-mv-step__box-text--4 + .el-mv-step__box-text--2 {
  margin-top: 20px;
}

.el-mv-step__box-text a, .el-mv-step__box-text label {
  color: #0080cb;
  cursor: pointer;
}

.el-mv-step__box-text a:hover, .el-mv-step__box-text label:hover {
  opacity: 0.7;
}

.el-mv-merit {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  padding-bottom: 123px;
  text-align: center;
}

.el-mv-merit__wrap {
  width: 100%;
}

.el-mv-merit__item {
  position: relative;
  margin: 0 auto;
  padding-top: 92px;
}

.el-mv-merit__title-img {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.el-mv-merit__img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.el-mv-merit__text {
  width: 92%;
  margin: 41px auto 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71429;
  text-align: justify;
}

.el-mv-merit__text a, .el-mv-merit__text label {
  color: #0080cb;
  cursor: pointer;
}

.el-mv-merit__text a:hover, .el-mv-merit__text label:hover {
  opacity: 0.7;
}

.el-mv-merit__text--2 {
  font-size: 16px;
}

.el-mv-qa {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.el-mv-qa__wrap {
  width: 100%;
  margin-top: 60px;
}

.el-mv-qa__item {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.el-mv-qa__item + .el-mv-qa__item {
  margin-top: 32px;
}

.el-mv-qa__item-head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  border: 2px solid #ffdfdf;
  border-radius: 10px;
  background: url(/ep/private/images/icon_moving_question.png) no-repeat center left 28px;
  background-color: #ffdfdf;
  background-size: 45px 45px;
  font-size: 24px;
  font-weight: 700;
}

.el-mv-qa__item-head-inner {
  display: inline-block;
  padding-top: 30px;
  padding-right: 7.82258%;
  padding-bottom: 30px;
  padding-left: 97px;
}

.el-mv-qa__item-head.is_active {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #fb929e;
  background-color: #fb929e;
  background-image: url(/ep/private/images/icon_moving_question_active.png);
  color: #FFF;
}

.el-mv-qa__item-head.is_active:after {
  width: 27px;
  height: 5px;
  background: url(/ep/private/images/icon_moving_qa_minus.png) no-repeat center center;
  background-size: 27px 5px;
}

.el-mv-qa__item-head:after {
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  width: 27px;
  height: 27px;
  margin: auto;
  background: url(/ep/private/images/icon_moving_qa_plus.png) no-repeat center center;
  background-size: 27px 27px;
  content: "";
  cursor: pointer;
}

.el-mv-qa__item-head a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.el-mv-qa__item-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  padding-top: 38px;
  padding-right: 5.24194%;
  padding-bottom: 59px;
  padding-left: 96px;
  border-top: none;
  border-right: 2px solid #efa8bf;
  border-bottom: 2px solid #efa8bf;
  border-left: 2px solid #efa8bf;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #fff;
}

.el-mv-qa__item-content.is_active {
  display: block;
}

.el-mv-qa__item-img-calendar {
  width: 100%;
  margin-top: 45px;
}

.el-mv-qa__item-text-main {
  position: relative;
  font-size: 24px;
  font-weight: 700;
}

.el-mv-qa__item-text-main:before {
  position: absolute;
  top: -5px;
  left: -65px;
  width: 40px;
  height: 60px;
  background: url(/ep/private/images/icon_moving_answer.png) no-repeat center center;
  background-size: 40px 60px;
  content: "";
}

.el-mv-qa__item-text1 {
  font-size: 20px;
  font-weight: 700;
}

.el-mv-qa__item-text-main + .el-mv-qa__item-text1 {
  margin-top: 24px;
}

.el-mv-qa__item-text2 + .el-mv-qa__item-text1 {
  margin-top: 22px;
}

.el-mv-qa__item-text2 {
  margin-left: 1em;
  font-size: 20px;
  font-weight: 500;
}

.el-mv-qa__item-text2 a {
  color: #0080cb;
}

.el-mv-qa__item-text2 a:hover {
  opacity: 0.7;
}

.el-mv-qa__item-text3 {
  position: relative;
  color: #727171;
  font-size: 14px;
  font-weight: 500;
}

.el-mv-qa__item-text-main + .el-mv-qa__item-text3 {
  margin-top: 24px;
}

.el-mv-qa__item-text1 + .el-mv-qa__item-text3 {
  margin-top: 24px;
}

.el-mv-qa__item-img-calendar + .el-mv-qa__item-text3 {
  margin-top: 28px;
}

.el-mv-menu {
  width: 100%;
  max-width: 1240px;
  margin: 80px auto 0;
}

.el-mv-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.el-mv-menu__list + .el-mv-menu__list {
  margin-top: 32px;
}

.el-mv-menu__item {
  width: 48.70968%;
  border: 3px solid #fb929e;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.el-mv-menu__item + .el-mv-menu__item {
  margin-left: 32px;
}

.el-mv-menu__item > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.el-mv-menu__item > a:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 8px;
  height: 8px;
  border-top: 4px solid transparent;
  border-right: 4px solid #fb929e;
  border-bottom: 4px solid #fb929e;
  border-left: 4px solid transparent;
  content: "";
}

.el-mv-menu__item:hover:not(.el-mv-menu__item--type-btn) {
  background-color: #fb929e;
}

.el-mv-menu__item:hover:not(.el-mv-menu__item--type-btn) .el-mv-menu__item-title, .el-mv-menu__item:hover:not(.el-mv-menu__item--type-btn) .el-mv-menu__item-text1, .el-mv-menu__item:hover:not(.el-mv-menu__item--type-btn) .el-mv-menu__item-text2 {
  color: #fff;
}

.el-mv-menu__item:hover:not(.el-mv-menu__item--type-btn) > a:after {
  border-top: 4px solid transparent;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid transparent;
}

.el-mv-menu__item-inner {
  padding-top: 51px;
  padding-bottom: 37px;
}

.el-mv-menu__item-inner--type-horizontal {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  align-items: flex-start;
}

.el-mv-menu__item-inner--type-horizontal.el-mv-menu__item-inner {
  padding: 0;
  margin: 0;
}

.el-mv-menu__item-inner--type-horizontal .el-mv-menu__item-text1, .el-mv-menu__item-inner--type-horizontal .el-mv-menu__item-text2 {
  margin-left: 130px;
}

.el-mv-menu__item-inner--type-horizontal .el-mv-menu__item-text2 {
  margin-top: 10px;
}

.el-mv-menu__item-title {
  color: #313131;
  font-size: 18px;
  line-height: 36px;
  width: 305px;
  margin-top: 25px;
  margin-left: 30px;
}

.el-mv-menu__item-title-icon {
  margin-right: 5px;
  vertical-align: top;
}

.el-mv-menu__item-text1 {
  margin-top: 20px;
  color: #626262;
  font-size: 14px;
}

.el-mv-menu__item-text2 {
  margin-top: 20px;
  font-size: 14px;
}

.el-mv-menu__item-btn {
  width: 360px;
  margin-top: 20px;
  border-radius: 35px;
  border-color: #e82229;
  background-color: #e82229;
  -webkit-box-shadow: 0px 4px 0px 0px #ac000d;
          box-shadow: 0px 4px 0px 0px #ac000d;
  font-size: 20px;
}

.el-mv-menu__item-btn-inner {
  position: relative;
}

.el-mv-menu__item-btn-inner:before {
  position: absolute;
  top: 50%;
  left: -50px;
  width: 33px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/ep/private/images/moving_menu_icon_device.png) no-repeat center center;
  background-size: 33px 24px;
  content: "";
}

.el-mv-menu-ttl{
  text-align: center;
  font-size: 27px;
}
@media screen and (max-width: 767px) {
  .el-mv-menu-ttl{
    font-size: 5.3vw;
  }
}
.el-mv-menu .el-common__main-underline{
  width: 100px;
  height: 2px;
  margin: 10px auto 0;
}

.el-mv-menu__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 32px;
}

.el-mv-menu__list2 + .el-mv-menu__list {
  margin-top: 32px;
}

.el-mv-menu__item2 {
  width: 48%;
  overflow: hidden;
  border: 3px solid #fb929e;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.el-mv-menu__item2:nth-of-type(n+3) {
  margin-top: 30px;
}

.el-mv-menu__item2 > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.el-mv-menu__item2 > a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 3px #fb929e;
  border-right: solid 3px #fb929e;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
}

.el-mv-menu__item2:hover:not(.el-mv-menu__item2--type-btn) {
  background-color: #fb929e;
}

.el-mv-menu__item2 > a:hover:after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

.el-mv-menu__item2-img {
  width: 91.39073%;
  margin: 0 auto;
  padding: 24px 0;
}

.el-mv-menu__item2-img-wrap {
  width: 100%;
  background-color: #fff;
  text-align: center;
}

.el-mv-menu__item2-text {
  padding: 7px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.el-mv-proc-main {
  position: relative;
  width: 100%;
}

.el-mv-proc-main__wrap {
  width: 100%;
}

.el-mv-proc-main__wrap img {
  width: 100%;
}

.el-mv-proc-main__title {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
}

.el-mv-proc-main__title--emphasize {
  display: block;
  font-size: 42px;
}

.el-mv-proc-main__underline {
  height: 10px;
  margin-top: -5px;
}

.el-mv-proc-message {
  width: 100%;
  max-width: 1240px;
  height: 190px;
  margin: 80px auto 0;
  border-radius: 20px;
  background-color: #f9f9f9;
}

.el-mv-proc-message__text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #313131;
  font-size: 18px;
  line-height: 34 / 18;
  text-align: center;
}

.el-mv-proc-anchor {
  width: 100%;
  max-width: 1240px;
  margin: 80px auto 0;
}

.el-mv-proc-anchor__list {
  font-size: 0;
}

.el-mv-proc-anchor__list + .el-mv-proc-anchor__list {
  margin-top: 20px;
}

.el-mv-proc-anchor__list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  height: 120px;
  border: 3px solid #fb929e;
  border-radius: 20px;
  font-size: 24px;
  font-weight: bold;
  vertical-align: top;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.el-mv-proc-anchor__list-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.el-mv-proc-anchor__list-item-inner {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.el-mv-proc-anchor__list-item:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 21px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/ep/private/moving/va/images/icon_arrow_bottom_pink.png) no-repeat center center;
  background-size: 21px 14px;
  content: "";
}

.el-mv-proc-anchor__list-item:hover {
  opacity: 0.7;
}

.el-mv-proc-anchor__list-item:hover:after {
  top: 53%;
}

.el-mv-proc-anchor__list--1 .el-mv-proc-anchor__list-item {
  width: 32.25806%;
}

.el-mv-proc-anchor__list--1 .el-mv-proc-anchor__list-item + .el-mv-proc-anchor__list-item {
  margin-left: 1.6129%;
}

.el-mv-proc-anchor__list--2 .el-mv-proc-anchor__list-item {
  width: 32.25806%;
}

.el-mv-proc-anchor__list--2 .el-mv-proc-anchor__list-item + .el-mv-proc-anchor__list-item {
  margin-left: 1.6129%;
}

.el-mv-proc-section {
  width: 100%;
  max-width: 1240px;
  margin: 80px auto 0;
  font-size: 18px;
  font-weight: bold;
}

.el-mv-proc-section + .el-mv-proc-section {
  margin-top: 100px;
}

.el-mv-proc-section__title {
  text-align: center;
}

.el-mv-proc-section__text {
  margin-top: 45px;
  line-height: 1.8;
}

.el-mv-proc-section__info-box {
  margin-top: 45px;
  padding: 36px 27px;
  border-radius: 20px;
  background-color: #f9f9f9;
}

.el-mv-proc-section__img {
  width: 100%;
  margin-top: 24px;
}

.el-mv-proc-section__img--checklist {
  margin-top: 72px;
}

.el-mv-proc-section__step-title {
  margin-top: 53px;
  font-size: 24px;
  line-height: 30px;
}

.el-mv-proc-section__step-title:before {
  display: inline-block;
  width: 4px;
  height: 30px;
  margin-right: 16px;
  background-color: #fb929e;
  vertical-align: top;
  content: "";
}

.el-mv-proc-section__step-text {
  margin-top: 40px;
  line-height: 1.8;
}

.el-mv-proc-section__step-text a {
  border-bottom: 1px solid #004b9b;
  color: #004b9b;
}

.el-mv-proc-section__step-text a:hover {
  opacity: 0.7;
}

.el-mv-proc-article-anchor {
  width: 100%;
  max-width: 1240px;
  margin: 55px auto 0;
}

.el-mv-proc-article-anchor__list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  width: 48.3871%;
  position: relative;
  border: 3px solid #fb929e;
  border-radius: 20px;
  font-weight: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.el-mv-proc-article-anchor__list-item:nth-of-type(even) {
  margin-left: 3.2258%;
}

.el-mv-proc-article-anchor__list-item:nth-of-type(n+3) {
  margin-top: 40px;
}

.el-mv-proc-article-anchor__list-item-inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.el-mv-proc-article-anchor__list-item-thumb {
  display: block;
  width: 41.75%;
  max-width: 247px;
}

.el-mv-proc-article-anchor__list-item-txt-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
  padding-right: calc(30px + 0.5em);
  padding-left: 0.5em;
}

.el-mv-proc-article-anchor__list-item-txt {
  color: #000;
}

.el-mv-proc-article-anchor__list-item:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 14px;
  height: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/ep/private/moving/va/images/icon_arrow_right_pink.png) no-repeat center center;
  background-size: 14px 21px;
  content: "";
}

.el-mv-proc-article-anchor__list-item:hover {
  opacity: 0.7;
}

.el-mv-proc-article-anchor__list-item:hover:after {
  right: 10px;
}

.el-mv-proc-bnr {
  width: 100%;
  max-width: 1240px;
  margin: 130px auto 180px;
}

.el-mv-proc-bnr-inner {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.el-mv-proc-bnr-inner:hover {
  opacity: 0.7;
}

.el-mv-proc-bnr-img {
  display: block;
  width: 100%;
}

.el-pd-point {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.el-pd-point__wrap {
  width: 100%;
  margin: 120px auto 0;
  text-align: center;
}

.el-pd-point__text-img--00 {
  width: 59.19355%;
}

.el-pd-point__text-img--01 {
  width: 67.01613%;
}

.el-pd-point__text-img + .el-pd-point__text-img {
  margin-top: 59px;
}

.el-pd-point__box-wrap {
  margin-top: 49px;
}

.el-pd-point__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 88.70968%;
  margin: 0 auto;
  border: 4px solid #e62320;
  border-radius: 10px;
  background-color: #fff;
}

.el-pd-point__box + .el-pd-point__box {
  margin-top: 80px;
}

.el-pd-point__box-img {
  display: block;
  position: relative;
  padding-left: 9.81818%;
}

.el-pd-point__box-img--01 {
  width: 88.00366%;
  padding-top: 23px;
  padding-right: 2.09091%;
  padding-bottom: 20px;
}

.el-pd-point__box-img--02 {
  width: 85.80586%;
  padding-top: 55px;
  padding-bottom: 55px;
}

.el-pd-point__box-circle {
  position: absolute;
  left: -6.36364%;
  width: 12.72727%;
  border-radius: 50%;
}

.el-pd-point__box-circle:before {
  display: block;
  padding-top: 100%;
  content: "";
}

.el-pd-point__box-circle-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.el-pd-point__box-circle--1 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #e62320 url(/ep/private/plan/images/txt_point_tamaru.png) no-repeat center center;
  background-size: 72.85714% auto;
}

.el-pd-point__box-circle--2 {
  top: 50px;
  background: #e62320 url(/ep/private/plan/images/txt_point_tsukaeru.png) no-repeat center center;
  background-size: 73.57143% auto;
}

.el-pd-point__box-text-wrap {
  width: 88.70968%;
  margin: 30px auto 0;
}

.el-pd-point__box-text {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.el-pd-point__box-text a {
  color: #0080cb;
}

.el-pd-point__box-text a:hover {
  opacity: 0.7;
}

.el-pd-point__box-hr {
  width: 100%;
  margin-top: 30px;
  border-top: 1px dashed #313131;
}

.el-modal .checkbox {
  display: none;
}

.el-modal__overlay {
  display: none;
  z-index: -100;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: rgba(243, 245, 245, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.el-modal__wrap {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 70%;
  max-width: 1060px;
  height: auto;
  margin: 0 auto;
  padding: 40px 20px;
  border: solid 8px #eb1e1e;
  border-radius: 60px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.el-modal__wrap.a-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.el-modal__wrap.from-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.el-modal__wrap.from-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.el-modal__wrap.from-top {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.el-modal__wrap.from-bottom {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.el-modal__wrap--large {
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
}

.el-modal__inner {
  height: 100%;
  padding-right: 15%;
  padding-left: 15%;
  overflow-y: auto;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.el-modal__inner-title {
  font-size: 24px;
  font-weight: 700;
}

.el-modal__inner-subtitle {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}

.el-modal__inner-subtitle + .el-modal__inner-text {
  margin-top: 10px;
}

.el-modal__inner-text {
  font-size: 16px;
  font-weight: 500;
}

.el-modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

input:checked ~ .el-modal__close {
  z-index: 9998;
}

input:checked ~ .el-modal__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9997;
  overflow: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation-name: modal-overlay-fade-in;
          animation-name: modal-overlay-fade-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  opacity: 1;
}

input:checked ~ .el-modal__overlay .el-modal__wrap {
  z-index: 9999;
  -webkit-animation-name: modal-fade-in;
          animation-name: modal-fade-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes modal-overlay-fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: flex;
    opacity: 1;
  }
}

@keyframes modal-overlay-fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
}

@-webkit-keyframes modal-fade-in {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes modal-fade-in {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.el-mv-local-nav {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

.el-mv-local-nav__wrap {
  width: 100%;
  margin: 0;
  background-color: #eeeeee;
}

.el-mv-local-nav__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  height: 80px;
  text-align: center;
  vertical-align: top;
}

.el-mv-local-nav__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.el-mv-local-nav__item-inner {
  display: block;
  position: relative;
  top: 50%;
  padding: 0 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  font-weight: 700;
}

.el-mv-local-nav__item:after {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  width: 5px;
  height: 7px;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: url(/ep/private/images/icon_arrow_right_red.png) no-repeat center center;
  background-size: 5px 7px;
  content: "";
}

.el-mv-local-nav__item--blank:after {
  display: none;
}

.el-mv-local-nav__item:hover {
  opacity: 0.7;
}

.el-mv-local-nav__item:hover:after {
  bottom: 12px;
}

.el-mv-local-nav__item + .el-mv-local-nav__item:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
  content: "";
}

.el-mv-local-nav__icon-open {
  padding-left: 10px;
}

/* Slider */
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/ep/private/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.7;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-family: "Noto Sans Japanese";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.7;
}

.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #bebebe;
  font-family: "Noto Sans Japanese";
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  content: "●";
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  color: #ea1e1d;
  opacity: 1;
}

.u-fc-blck {
  color: #313131;
}

.u-fc-gray {
  color: #898989;
}

.u-fc-red {
  color: #e82229;
}

.u-fc-blue {
  color: #2182c0;
}

.u-fc-pink {
  color: #d72e8b;
}

.u-fc-purple {
  color: #660774;
}

.u-inline {
  display: inline;
}

.u-inline-block {
  display: inline-block;
}

.u-ta-l {
  text-align: left;
}

.u-ta-r {
  text-align: right;
}

.u-ta-c {
  text-align: center;
}

.u-marker50 {
  padding-right: 10px;
  padding-left: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #fff329));
  background: linear-gradient(transparent 50%, #fff329 0%);
}

.u-marker60 {
  padding-right: 10px;
  padding-left: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff329));
  background: linear-gradient(transparent 60%, #fff329 0%);
}

.u-marker70 {
  padding-right: 10px;
  padding-left: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fff329));
  background: linear-gradient(transparent 70%, #fff329 0%);
}

.u-plan-bg01 {
  background-color: #ffeff0;
}

.u-plan-bg02 {
  background-color: #ffeff0;
}

.u-plan-bg03 {
  background-color: #efe6f1;
}

.u-plan-bg04 {
  background-color: #ffe2f2;
}

.u-plan-bg05 {
  background-color: #e9f8f8;
}

.u-plan-bg06 {
  background-color: #f8f8f8;
}

.u-plan-fc01 {
  color: #e71a21;
}

.u-plan-fc02 {
  color: #e71a21;
}

.u-plan-fc03 {
  color: #660774;
}

.u-plan-fc04 {
  color: #d72e8b;
}

.u-plan-fc05 {
  color: #0794d7;
}

.u-plan-fc06 {
  color: #313131;
}

.u-pc-only {
  display: block;
}

.u-pc-only-inline {
  display: inline-block;
}

.u-sp-only {
  display: none;
}

.u-sp-only-inline {
  display: none;
}

.el-mv__main-wrap {
  background-color: #fff;
}

.el-mv__main-bgc {
  background-color: #fff8e3;
}

.el-mv__bannar {
  width: 100%;
  max-width: 950px;
  margin: 80px auto 0;
}

.el-mv__bannar:hover {
  opacity: 1;
}

.el-mv__bannar--2 {
  max-width: 800px;
  margin: 0 auto 0;
}

.el-mv__bannar-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 40px auto 0;
  color: #898989;
  font-size: 14px;
  font-weight: 500;
  /*&:before {
        content: "※";
        position: absolute;
        left: 0;
      }*/
}

.el-mv__bannar-text + .el-mv__bannar-text {
  margin-top: 0;
}

.el-mv__bannar-text--2 {
  max-width: 727px;
  margin: 20px auto 80px;
}

.el-mv__link-list-wrap {
  width: 100%;
  max-width: 980px;
  margin: 120px auto 0;
}

.el-mv__link-list {
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

.el-mv__link-item {
  display: inline-block;
  position: relative;
  width: 45%;
  height: 90px;
  border-radius: 10px;
  border-color: #fb929e;
  background-color: #fb929e;
  -webkit-box-shadow: 0px 4px 0px 0px #dc6673;
          box-shadow: 0px 4px 0px 0px #dc6673;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.el-mv__link-item + .el-mv__link-item {
  margin-left: 4.91935%;
}

.el-mv__link-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.el-mv__link-item-inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 77.63158%;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.el-mv__link-item:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.el-mv__float-btn {
  display: none;
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: 100px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.el-mv__float-btn ul {
  overflow: hidden;
  border: 2px solid #fb929e;
  border-right: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.el-mv__float-btn li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100px;
  height: 60px;
  background: url(/ep/private/images/icon_float_arrow.png) no-repeat top 8px center #fce9e8;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.el-mv__float-btn li a span {
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}

.el-mv__float-btn li a:hover {
  background-position: top 5px center;
}

.el-mv__section-wrap {
  width: 100%;
}

.el-mv__section {
  width: 100%;
  background-color: #f8f8f8;
}

.el-mv__section--fff {
  background-color: #fff;
}

.el-mv__section-padding {
  width: 100%;
  height: 80px;
  background-color: #f8f8f8;
  line-height: 80px;
}

.el-mv__section-padding--fff {
  background-color: #fff;
}

.el-mv__section-padding-bottom {
  display: none;
}

.el-mv__section-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.el-mv__section-inner .el-pd-point__wrap {
  margin-top: 0;
  padding-top: 60px;
}

.el-mv__section-inner .el-pd-point__box-wrap {
  margin-top: 0;
}

.el-mv__section-inner .el-pd-point__box {
  border-radius: 40px;
}

.el-mv__section-inner .el-pd-point__box-img--02 {
  width: 87.63636%;
}

.el-mv__section-inner .el-pd-point__box-text-wrap {
  width: 81.81818%;
}

.el-mv__section-title-wrap {
  width: 100%;
  height: 142px;
  background-color: #fb929e;
  line-height: 142px;
}

.el-mv__section-title {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.el-mv__section-title-img {
  vertical-align: middle;
}

.el-mv__section-title-img--1 {
  width: 48.30645%;
  margin-left: 6.45161%;
}

.el-mv__section-title-img--2 {
  width: 59.43548%;
  margin-left: 16.93548%;
}

.el-mv__section-title-img--3 {
  width: 33.30645%;
}

.el-mv__section-title-img--4 {
  width: 33.30645%;
}

.el-mv__section-title-chara {
  position: absolute;
  bottom: 0;
  left: 0;
}

.el-mv__section-title-chara--1 {
  width: 26.77419%;
}

.el-mv__section-title-chara--2 {
  width: 15.56452%;
  margin-left: 11.29032%;
}

.el-mv__section-title-chara--2-short {
  width: 15.56452%;
  margin-left: 12.74194%;
}

.el-modal__wrap {
  max-width: 900px;
}

.el-modal__inner {
  overflow-y: visible;
}

.el-modal__inner-text2 {
  font-size: 24px;
  font-weight: 500;
}

.el-modal__inner-list {
  font-size: 0;
}

.el-modal__inner-list li {
  display: inline-block;
  width: 50%;
  margin-bottom: 5px;
  font-size: 16px;
  vertical-align: top;
}

.el-modal__inner-text-com {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
}

.el-modal__inner-text-com-wrap {
  margin-top: 10px;
}

.el-modal__inner-text-com:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}

.el-modal__inner a {
  color: #0080cb;
  cursor: pointer;
}

.el-modal__inner a:hover {
  opacity: 0.7;
}

.el-modal__inner-pref {
  padding-right: 2%;
  padding-left: 2%;
}

.el-modal__inner-pref-wrap {
  text-align: center;
}

.el-modal__inner-pref-title {
  font-size: 30px;
  font-weight: 700;
}

.el-modal__inner-pref-attention {
  padding-top: 20px;
  color: #eb1e1e;
  font-size: 16px;
}

.el-modal__inner-pref-detail {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

.el-modal__inner-pref-detail sup {
  margin-left: 2px;
  font-size: 50%;
}

.el-modal__inner-pref-notice {
  margin: 0 20px;
  padding-top: 10px;
  color: #888;
  font-size: 14px;
  line-height: 1.8;
}

.el-modal__inner-pref-caption {
  position: relative;
  width: 70%;
  margin: 30px auto 0;
}

.el-modal__inner-pref-caption span {
  display: inline-block;
  z-index: 2;
  position: relative;
  padding: 0 35px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.el-modal__inner-pref-caption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto 0;
  background-color: #333;
  content: "";
}

.el-modal__inner-pref-list {
  font-size: 0;
  text-align: center;
}

.el-modal__inner-pref-list li {
  display: inline-block;
  margin: 0 8px;
  padding-top: 20px;
}

.el-modal__inner-pref-list li label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 130px;
  height: 40px;
  padding-right: 14px;
  border: solid 1px #ccc;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}

.el-modal__inner-pref-list li label:after {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto 0;
  font-size: 10px;
  content: "＞";
}

.el-modal__inner-pref-item {
  min-height: 260px;
  margin-bottom: 10px;
  padding: 0 60px;
  padding-top: 120px;
  background: url(/ep/private/images/icon_moving_pref_point.png) no-repeat center 40px;
  background-size: 42px auto;
}

.el-modal__inner-pref-item li {
  display: inline-block;
  margin: 5px;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

.el-modal__inner-pref-item-btn {
  display: inline-block;
}

.el-modal__inner-pref-item-btn a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  height: 50px;
  padding: 0 68px 0 38px;
  border: solid 1px #ccc;
  border-radius: 25px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
}

.el-modal__inner-pref-item-btn a:after {
  position: absolute;
  top: 0;
  right: 38px;
  bottom: 0;
  margin: auto 0;
  content: "＞";
}

.local-nav-wrapper {
  display: none;
}

/*
 * chat-bot
 */
#el-float-chat {
  z-index: 100;
  position: fixed;
  right: 0px;
  bottom: 200px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

#el-float-chat span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: inline-block;
  padding: 30px 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #E62320;
  color: #fff;
  cursor: pointer;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 1239px) {
  .el-mv-car {
    width: 100%;
  }
  .el-mv-menu {
    width: 100%;
  }
  .el-mv-proc-section {
    width: 95%;
  }
  .el-mv-proc-article-anchor__list-item {
    font-size: 1.45vw;
  }
  .el-mv-proc-article-anchor__list-item-txt-wrap {
    padding-right: calc(2.42vw + 0.5em);
  }
  .el-mv-proc-article-anchor__list-item:after {
    right: 1.21vw;
    width: 1.13vw;
    height: 1.69vw;
    background-size: 1.13vw 1.69vw;
  }
  .el-mv-proc-bnr {
    width: 95%;
  }
}

@media screen and (max-width: 980px) {
  .el-mv-car {
    width: 100%;
  }
  .el-mv-menu {
    width: 100%;
  }
  .el-mv-local-nav__item-inner {
    padding: 0 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .el-mv-car__wrap {
    margin-top: 0;
  }
  .el-mv-btn {
    padding-top: 7.82269vw;
    padding-bottom: 7.82269vw;
  }
  .el-mv-btn + .el-mv-btn {
    padding-top: 0;
  }
  .el-mv-btn__link-text {
    margin-top: 7.95306vw;
    font-size: 3.91134vw;
  }
  .el-mv-btn__link-text:after {
    top: 1.30378vw;
    width: 1.56454vw;
    height: 2.47718vw;
    padding-left: 3.78096vw;
    background-size: 1.56454vw 2.47718vw;
  }
  .el-mv-btn__link-text:hover:after {
    padding-left: 4.43286vw;
  }
  .el-mv-btn__otoku-wrap {
    padding-bottom: 3.91134vw;
    background-color: #fff;
  }
  .el-mv-btn__triangle-img {
    margin-top: 0;
  }
  .el-mv-btn__otoku-img {
    display: block;
    width: 91.26467vw;
    margin: 8.08344vw auto 0;
  }
  .el-mv-btn__item {
    width: 91.26467vw;
    height: 14.34159vw;
    border-radius: 7.1708vw;
    -webkit-box-shadow: 0px 4px 0px 0px #ac000d;
            box-shadow: 0px 4px 0px 0px #ac000d;
    /*margin-top: vw(29);*/
    font-size: 3.91134vw;
    line-height: 14.34159vw;
  }
  .el-mv-btn__item:after {
    width: 4.04172vw;
    height: 3.12907vw;
    background: url(/ep/private/images/icon_open.png) no-repeat;
    background-size: 4.04172vw 3.12907vw;
  }
  .el-mv-btn__item-inner--twoline span {
    font-size: 3.12907vw;
  }
  .el-mv-btn__item2 {
    width: 78.22686vw;
    height: 14.34159vw;
    border-radius: 1.30378vw;
    font-size: 3.91134vw;
    line-height: 14.34159vw;
  }
  .el-mv-btn__item2:after {
    width: 1.56454vw;
    height: 2.47718vw;
    background: url(/ep/private/images/icon_arrow_right_black.png) no-repeat;
    background-size: 1.56454vw 2.47718vw;
  }
  .el-mv-step__wrap {
    width: 100%;
    padding-top: 7.82269vw;
    padding-bottom: 7.82269vw;
  }
  .el-mv-step__box-list {
    display: block;
  }
  .el-mv-step__box {
    display: block;
    width: 83.44198vw;
    margin: 0 auto;
    padding-top: 8.21382vw;
    padding-bottom: 5.21512vw;
    border-radius: 2.60756vw;
  }
  .el-mv-step__box + .el-mv-step__box {
    margin: 7.95306vw auto 0;
  }
  .el-mv-step__box-title {
    position: relative;
    width: 67.79661vw;
    height: 39.11343vw;
    margin: 0 auto;
    border-radius: 2.60756vw;
  }
  .el-mv-step__box-title-circle {
    width: 15.77575vw;
    -webkit-transform: translateX(-35%) translateY(-35%);
            transform: translateX(-35%) translateY(-35%);
  }
  .el-mv-step__box-title-img {
    width: 39.11343vw;
  }
  .el-mv-step__box-text-wrap {
    width: 71.70795vw;
    margin: 5.21512vw auto;
  }
  .el-mv-step__box-text--1 {
    font-size: 4.69361vw;
    letter-spacing: inherit;
    line-height: 1.33333;
  }
  .el-mv-step__box-text--1 + .el-mv-step__box-text--4 {
    margin-top: 1.30378vw;
  }
  .el-mv-step__box-text--2 {
    font-size: 3.91134vw;
  }
  .el-mv-step__box-text--2 + .el-mv-step__box-text--1 {
    margin-top: 2.60756vw;
  }
  .el-mv-step__box-text--2 + .el-mv-step__box-text--4 {
    margin-top: 1.30378vw;
  }
  .el-mv-step__box-text--3 {
    font-size: 3.12907vw;
  }
  .el-mv-step__box-text--4 {
    font-size: 3.12907vw;
    letter-spacing: inherit;
    line-height: 1.5;
  }
  .el-mv-step__box-text--4 + .el-mv-step__box-text--4 {
    margin-top: 1.30378vw;
  }
  .el-mv-step__box-text--4 + .el-mv-step__box-text--2 {
    margin-top: 2.60756vw;
  }
  .el-mv-merit {
    padding-bottom: 13.29857vw;
  }
  .el-mv-merit__item {
    padding-top: 9.38722vw;
  }
  .el-mv-merit__item + .el-mv-merit__item {
    padding-top: 14.60235vw;
  }
  .el-mv-merit__title-img {
    width: 29.85658vw;
  }
  .el-mv-merit__img {
    width: 91.26467vw;
  }
  .el-mv-merit__text {
    width: 83.70274vw;
    margin: 7.69231vw auto 0;
    font-size: 2.86832vw;
    line-height: 1.63636;
  }
  .el-mv-merit__text + .el-mv-merit__item {
    margin-top: 6.91004vw;
  }
  .el-mv-merit__text--2 {
    font-size: 3.12907vw;
  }
  .el-mv-qa {
    margin: 0 auto;
  }
  .el-mv-qa__wrap {
    width: 100%;
    margin-top: 7.82269vw;
  }
  .el-mv-qa__item {
    width: 91.26467vw;
  }
  .el-mv-qa__item + .el-mv-qa__item {
    margin-top: 5.21512vw;
  }
  .el-mv-qa__item-head {
    border-radius: 1.30378vw;
    background-position: center left 2.60756vw;
    background-size: 5.86701vw 5.86701vw;
    font-size: 2.9987vw;
    letter-spacing: -0.035em;
  }
  .el-mv-qa__item-head-inner {
    display: inline-block;
    padding-top: 4.95437vw;
    padding-right: 5.21512vw;
    padding-bottom: 4.95437vw;
    padding-left: 11.60365vw;
  }
  .el-mv-qa__item-head.is_active {
    border-top-right-radius: 1.30378vw;
    border-top-left-radius: 1.30378vw;
  }
  .el-mv-qa__item-head.is_active:after {
    width: 3.91134vw;
    height: 0.52151vw;
    background-size: 3.91134vw 0.52151vw;
  }
  .el-mv-qa__item-head:after {
    right: 3.91134vw;
    width: 3.52021vw;
    height: 3.52021vw;
    background-size: 3.52021vw 3.52021vw;
  }
  .el-mv-qa__item-content {
    padding-top: 5.86701vw;
    padding-right: 4.04172vw;
    padding-bottom: 6.77966vw;
    padding-left: 4.04172vw;
    border-bottom-right-radius: 1.30378vw;
    border-bottom-left-radius: 1.30378vw;
  }
  .el-mv-qa__item-img-calendar {
    width: 83.44198vw;
    margin: 4.43286vw auto 0;
  }
  .el-mv-qa__item-text-main {
    padding-left: 6.12777vw;
    font-size: 3.91134vw;
  }
  .el-mv-qa__item-text-main:before {
    position: absolute;
    top: 0.65189vw;
    left: -1.04302vw;
    width: 5.21512vw;
    height: 7.82269vw;
    background: url(/ep/private/images/icon_moving_answer.png) no-repeat center center;
    background-size: 5.21512vw 7.82269vw;
    content: "";
  }
  .el-mv-qa__item-text1 {
    font-size: 3.65059vw;
  }
  .el-mv-qa__item-text-main + .el-mv-qa__item-text1 {
    margin-top: 3.65059vw;
  }
  .el-mv-qa__item-text2 + .el-mv-qa__item-text1 {
    margin-top: 3.65059vw;
  }
  .el-mv-qa__item-text2 {
    font-size: 3.25945vw;
  }
  .el-mv-qa__item-text1 + .el-mv-qa__item-text2 {
    margin-top: 1.30378vw;
  }
  .el-mv-qa__item-text3 {
    font-size: 2.86832vw;
  }
  .el-mv-qa__item-text-main + .el-mv-qa__item-text3 {
    margin-top: 3.65059vw;
  }
  .el-mv-qa__item-text1 + .el-mv-qa__item-text3 {
    margin-top: 3.65059vw;
  }
  .el-mv-qa__item-img-calendar + .el-mv-qa__item-text3 {
    margin-top: 3.65059vw;
  }
  .el-mv-menu {
    width: 92.56845vw;
    margin-top: 10.43025vw;
  }
  .el-mv-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .el-mv-menu__list + .el-mv-menu__list {
    margin-top: 4.1721vw;
  }
  .el-mv-menu__item {
    width: 100%;
    border: 3px solid #fb929e;
    border-radius: 2.60756vw;
  }
  .el-mv-menu__item + .el-mv-menu__item {
    margin-top: 4.1721vw;
    margin-left: inherit;
  }
  .el-mv-menu__item-inner {
    padding-top: 6.64928vw;
    padding-bottom: 4.82399vw;
  }
  .el-mv-menu__item-inner--type-horizontal {
    position: static;
    text-align: center;
  }
  .el-mv-menu__item-title {
    font-size: 3.2vw;
    text-align: left;
    line-height: 4.69361vw;
    margin-top: 25px;
    margin-left: 10px;
    width: 46vw;
  }
  .el-mv-menu__item-title-icon {
    height: 4.69361vw;
    margin-right: 0.65189vw;
  }
  .el-mv-menu__item-img {
    width: 35vw;
  }
  .el-mv-menu__item-text1, .el-mv-menu__item-text2 {
    margin-top: 2.60756vw;
    color: #313131;
    font-size: 3.38983vw;
    font-weight: bold;
    line-height: 1.46154;
  }
  .el-mv-menu__item-btn {
    width: 83.83312vw;
    height: 9.77836vw;
    margin-top: 2.60756vw;
    border-radius: 4.56323vw;
    -webkit-box-shadow: 0px 0.52151vw 0px 0px #ac000d;
            box-shadow: 0px 0.52151vw 0px 0px #ac000d;
    font-size: 3.65059vw;
    line-height: 9.77836vw;
  }
  .el-mv-menu__item-btn-inner:before {
    left: -6.5189vw;
    width: 4.30248vw;
    height: 3.12907vw;
    background-size: 4.30248vw 3.12907vw;
  }
  .el-mv-menu__item:not(.el-mv-menu__item--type-btn) {
    text-align: center;
  }
  .el-mv-menu__item:not(.el-mv-menu__item--type-btn) .el-mv-menu__item-img {
    position: absolute;
    top: 4.56323vw;
    right: 0;
    left: 0;
    width: auto;
    margin: auto;
    -webkit-transform: none;
            transform: none;
  }
  .el-mv-menu__item:not(.el-mv-menu__item--type-btn) .el-mv-menu__item-title, .el-mv-menu__item:not(.el-mv-menu__item--type-btn) .el-mv-menu__item-text1, .el-mv-menu__item:not(.el-mv-menu__item--type-btn) .el-mv-menu__item-text2 {
    margin-left: inherit;
  }
  .el-mv-menu__item:not(.el-mv-menu__item--type-btn) .el-mv-menu__item-title {
    margin-top: 18.25293vw;
  }
  .el-mv-menu__list2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4.1721vw;
  }
  .el-mv-menu__list2 + .el-mv-menu__list {
    margin-top: 4.1721vw;
  }
  .el-mv-menu__item2 {
    width: 100%;
    border: 3px solid #fb929e;
    border-radius: 2.60756vw;
  }
  .el-mv-menu__item2 + .el-mv-menu__item2 {
    margin-top: 4.1721vw;
    margin-left: inherit;
  }
  .el-mv-menu__item2 > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .el-mv-menu__item2 > a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #fb929e;
    border-right: solid 2px #fb929e;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 13px;
  }
  .el-mv-menu__item2-img {
    width: 76.90141%;
    padding: 5.21512vw 0;
  }
  .el-mv-menu__item2-img-wrap {
    width: 100%;
    background-color: #fff;
  }
  .el-mv-menu__item2-text {
    padding: 3.38983vw 3.91134vw;
    color: #fff;
    font-size: 3.12907vw;
    line-height: 1.46;
  }
  .el-mv-proc-main__title {
    font-size: 3.52021vw;
  }
  .el-mv-proc-main__title--emphasize {
    font-size: 5.21512vw;
  }
  .el-mv-proc-message {
    width: 92.56845vw;
    height: 24.77184vw;
    margin-top: 10.43025vw;
  }
  .el-mv-proc-message__text {
    font-size: 2.60756vw;
  }
  .el-mv-proc-anchor {
    margin-top: 10.43025vw;
  }
  .el-mv-proc-anchor__list {
    width: 92.56845vw;
    margin: 0 auto;
  }
  .el-mv-proc-anchor__list + .el-mv-proc-anchor__list {
    margin-top: 2.60756vw;
  }
  .el-mv-proc-anchor__list-item {
    display: inline-block;
    height: 15.64537vw;
    border: 0.39113vw solid #fb929e;
    border-radius: 2.60756vw;
    font-size: 2.34681vw;
  }
  .el-mv-proc-anchor__list-item:after {
    right: 0.78227vw;
    width: 2.08605vw;
    height: 1.38201vw;
    background-size: 2.08605vw 1.38201vw;
  }
  .el-mv-proc-section {
    width: 92.56845vw;
    margin-top: 10.43025vw;
    font-size: 3.12907vw;
  }
  .el-mv-proc-section + .el-mv-proc-section {
    margin-top: 13.03781vw;
  }
  .el-mv-proc-section__text {
    margin-top: 5.86701vw;
  }
  .el-mv-proc-section__info-box {
    margin-top: 5.86701vw;
    padding: 4.69361vw 3.52021vw;
    border-radius: 2.60756vw;
  }
  .el-mv-proc-section__img {
    margin-top: 3.12907vw;
  }
  .el-mv-proc-section__img--checklist {
    margin-top: 9.38722vw;
  }
  .el-mv-proc-section__step-title {
    margin-top: 6.91004vw;
    font-size: 3.65059vw;
    line-height: 3.91134vw;
  }
  .el-mv-proc-section__step-title:before {
    width: 4px;
    height: 3.91134vw;
    margin-right: 2.08605vw;
    line-height: 3.91134vw;
  }
  .el-mv-proc-section__step-text {
    margin-top: 5.21512vw;
  }
  .el-mv-proc-article-anchor {
    margin-top: 6.93vw;
  }
  .el-mv-proc-article-anchor__list {
    width: 92.56845vw;
    margin: 0 auto;
  }
  .el-mv-proc-article-anchor__list-item {
    display: block;
    width: 100%;
    border: 0.39113vw solid #fb929e;
    border-radius: 2.60756vw;
    font-size: 3.2vw;
  }
  .el-mv-proc-article-anchor__list-item:nth-of-type(even) {
    margin-left: 0;
  }
  .el-mv-proc-article-anchor__list-item:nth-of-type(n+3) {
    margin-top: 0;
  }
  .el-mv-proc-article-anchor__list-item + .el-mv-proc-article-anchor__list-item {
    margin-top: 4vw;
  }
  .el-mv-proc-article-anchor__list-item:after {
    right: 2.53vw;
    width: 1.38201vw;
    height: 2.08605vw;
    background-size: 1.38201vw 2.08605vw;
  }
  .el-mv-proc-article-anchor__list-item-thumb {
    width: 33.07vw;
  }
  .el-mv-proc-article-anchor__list-item-txt-wrap {
    justify-content: flex-start;
    padding-right: 4vw;
    padding-left: 5.6vw;
  }
  .el-mv-proc-bnr {
    width: 92.56845vw;
    margin: 20vw auto 24vw;
  }
  .el-pd-point__wrap {
    margin: 60px auto 0;
    padding-top: 7.82269vw;
  }
  .el-pd-point__text-img--00 {
    width: 62.05997vw;
  }
  .el-pd-point__text-img--01 {
    width: 81.22555vw;
  }
  .el-pd-point__text-img + .el-pd-point__text-img {
    margin-top: 7.82269vw;
  }
  .el-pd-point__box-wrap {
    margin-top: 15.51499vw;
  }
  .el-pd-point__box {
    width: 92.56845vw;
    border-width: 1.04302vw;
    border-radius: 2.60756vw;
    background-color: #fff;
  }
  .el-pd-point__box + .el-pd-point__box {
    margin-top: 16.29726vw;
  }
  .el-pd-point__box-img {
    position: relative;
  }
  .el-pd-point__box-img--01 {
    width: 69.75228vw;
    margin: 14.21121vw auto 9.64798vw;
    padding: inherit;
  }
  .el-pd-point__box-img--02 {
    width: 82.1382vw;
    margin: 15.77575vw auto 6.91004vw;
    padding: inherit;
  }
  .el-pd-point__box-circle {
    right: 0;
    left: 0;
    width: 18.25293vw;
    margin: auto;
  }
  .el-pd-point__box-circle--1 {
    top: -9.12647vw;
    -webkit-transform: none;
            transform: none;
    background-size: 13.29857vw auto;
  }
  .el-pd-point__box-circle--2 {
    top: -9.12647vw;
    -webkit-transform: none;
            transform: none;
    background-size: 13.42894vw auto;
  }
  .el-pd-point__box-text-wrap {
    margin-top: 5.21512vw;
    margin-right: 5.21512vw;
    margin-bottom: 9.38722vw;
    margin-left: 5.21512vw;
  }
  .el-pd-point__box-text {
    font-size: 3.12907vw;
    line-height: 1.5;
  }
  .el-pd-point__box-hr {
    margin-top: 3.91134vw;
  }
  .el-modal__wrap {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 7.82269vw 2.60756vw;
    border: solid 1.04302vw #eb1e1e;
    border-radius: 5.21512vw;
  }
  .el-modal__wrap--large {
    top: 6.5189vw;
  }
  .el-modal__inner {
    height: 100%;
    padding-right: 3%;
    padding-left: 3%;
    overflow-y: auto;
    font-size: 2.60756vw;
  }
  .el-modal__inner-title {
    font-size: 3.65059vw;
  }
  .el-modal__inner-subtitle {
    margin-top: 2.60756vw;
    font-size: 3.12907vw;
  }
  .el-modal__inner-subtitle + .el-modal__inner-text {
    margin-top: 1.30378vw;
  }
  .el-modal__inner-text {
    font-size: 2.60756vw;
  }
  .el-modal__close {
    position: absolute;
    top: 3.91134vw;
    right: 3.91134vw;
    cursor: pointer;
  }
  .el-modal__close img {
    width: 3.52021vw;
    height: auto;
  }
  .el-mv-local-nav {
    display: none;
    z-index: 10;
    position: absolute;
  }
  .el-mv-local-nav__title {
    z-index: 10;
    position: relative;
    width: 100%;
    height: 57px;
    background: #ebe8e8 url(/shared_hd/css/images/icon_local_navi_control.png) no-repeat left top;
    background-size: 60px 120px;
    font-size: 3.91134vw;
  }
  .el-mv-local-nav__title a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .el-mv-local-nav__item {
    display: block;
    height: 58px;
    background-color: #eee;
    text-align: left;
  }
  .el-mv-local-nav__item-inner {
    padding: 0 1.30378vw;
    font-size: 2.34681vw;
  }
  .el-mv-local-nav__item:after {
    top: 0;
    right: 2.60756vw;
    bottom: 0;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .el-mv-local-nav__item:hover {
    opacity: 1;
  }
  .el-mv-local-nav__item:hover:after {
    bottom: 0;
  }
  .el-mv-local-nav__item:before, .el-mv-local-nav__item + .el-mv-local-nav__item:before {
    position: absolute;
    top: 0;
    left: auto;
    width: 100%;
    height: 1px;
    -webkit-transform: none;
            transform: none;
    background-color: #cacbcc;
    content: "";
  }
  .u-marker50 {
    padding-right: 1.30378vw;
    padding-left: 1.30378vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #fff329));
    background: linear-gradient(transparent 50%, #fff329 0%);
  }
  .u-marker60 {
    padding-right: 1.30378vw;
    padding-left: 1.30378vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff329));
    background: linear-gradient(transparent 60%, #fff329 0%);
  }
  .u-marker70 {
    padding-right: 1.30378vw;
    padding-left: 1.30378vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fff329));
    background: linear-gradient(transparent 70%, #fff329 0%);
  }
  .u-pc-only {
    display: none;
  }
  .u-pc-only-inline {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  .u-sp-only-inline {
    display: inline-block;
  }
  .el-mv__bannar {
    width: 92.56845vw;
    margin-top: 0;
  }
  .el-mv__bannar--2 {
    margin-top: 0;
  }
  .el-mv__bannar-text {
    width: 92.56845vw;
    margin-top: 5.21512vw;
    font-size: 2.34681vw;
  }
  .el-mv__bannar-text--2 {
    margin: 2.60756vw auto 10.43025vw;
  }
  .el-mv__link-list-wrap {
    margin: 0 auto 0;
  }
  .el-mv__link-list {
    margin: 0 auto;
    font-size: 0;
  }
  .el-mv__link-item {
    display: block;
    width: 91.26467vw;
    height: 14.34159vw;
    margin: 0 auto;
    border-radius: 2.60756vw;
    -webkit-box-shadow: 0px 4px 0px 0px #dc6673;
            box-shadow: 0px 4px 0px 0px #dc6673;
    font-size: 3.78096vw;
    line-height: 1;
  }
  .el-mv__link-item + .el-mv__link-item {
    margin-top: 4.95437vw;
    margin-left: auto;
  }
  .el-mv__link-item-inner {
    width: 100%;
  }
  .el-mv__section-padding {
    display: none;
  }
  .el-mv__section-padding-bottom {
    display: block;
    padding-bottom: 6.5189vw;
  }
  .el-mv__section-inner .el-pd-point__wrap {
    margin-top: 0;
  }
  .el-mv__section-inner .el-pd-point__box-wrap {
    margin-top: 5.21512vw;
  }
  .el-mv__section-inner .el-pd-point__box {
    border-width: 0.52151vw;
    border-radius: 1.30378vw;
  }
  .el-mv__section-inner .el-pd-point__box-text-wrap {
    width: 83.44198vw;
    margin: 5.21512vw auto 0;
  }
  .el-mv__section-inner .el-pd-point__box-img--01 {
    width: 82.1382vw;
  }
  .el-mv__section-inner .el-pd-point__box-img--02 {
    width: 82.1382vw;
    margin-top: 13.42894vw;
  }
  .el-mv__section-title-wrap {
    height: inherit;
    background-color: #f8f8f8;
    line-height: inherit;
  }
  .el-mv__section-title {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .el-mv__section-title-img--1, .el-mv__section-title-img--2, .el-mv__section-title-img--3, .el-mv__section-title-img--4 {
    width: 100%;
    margin: 0;
  }
  .el-modal__inner-text2 {
    font-size: 3.65059vw;
    font-weight: 500;
  }
  .el-modal__inner-list li {
    width: 50%;
    margin-bottom: 0.39113vw;
    font-size: 2.34681vw;
  }
  .el-modal__inner-text-com {
    position: relative;
    padding-left: 2.34681vw;
    font-size: 2.34681vw;
  }
  .el-modal__inner-text-com-wrap {
    margin-top: 1.30378vw;
  }
  .el-modal__inner-text-com:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }
  .el-modal__inner-pref {
    padding-right: 2%;
    padding-left: 2%;
  }
  .el-modal__inner-pref-title {
    font-size: 3.91134vw;
  }
  .el-modal__inner-pref-attention {
    padding-top: 2.60756vw;
    color: #eb1e1e;
    font-size: 2.08605vw;
  }
  .el-modal__inner-pref-detail {
    padding-top: 2.60756vw;
    font-size: 2.60756vw;
  }
  .el-modal__inner-pref-detail sup {
    margin-left: 0.26076vw;
    font-size: 1.30378vw;
  }
  .el-modal__inner-pref-notice {
    margin: 0 2.60756vw;
    padding-top: 1.30378vw;
    font-size: 1.82529vw;
  }
  .el-modal__inner-pref-caption {
    margin: 3.91134vw auto 0;
  }
  .el-modal__inner-pref-caption span {
    padding: 0 4.56323vw;
    font-size: 2.60756vw;
  }
  .el-modal__inner-pref-list li {
    margin: 0 1.04302vw;
    padding-top: 2.60756vw;
  }
  .el-modal__inner-pref-list li label {
    width: 16.94915vw;
    height: 5.21512vw;
    padding-right: 1.82529vw;
    border-radius: 2.60756vw;
    font-size: 2.34681vw;
    line-height: 4.95437vw;
  }
  .el-modal__inner-pref-list li label:after {
    right: 1.82529vw;
    font-size: 1.30378vw;
  }
  .el-modal__inner-pref-item {
    min-height: inherit;
    margin-bottom: 3.91134vw;
    padding: 0 7.82269vw;
    padding-top: 10.43025vw;
    background: url(/ep/private/images/icon_moving_pref_point.png) no-repeat center 2.60756vw;
    background-size: 5.47588vw auto;
  }
  .el-modal__inner-pref-item li {
    margin: 0.65189vw;
    font-size: 2.60756vw;
  }
  .el-modal__inner-pref-item-btn {
    display: inline-block;
  }
  .el-modal__inner-pref-item-btn a {
    display: inline-block;
    height: auto;
    padding: 1.30378vw 8.47458vw 1.30378vw 6.5189vw;
    border-radius: 6.5189vw;
    font-size: 2.34681vw;
    font-weight: bold;
    line-height: 1.6;
  }
  .el-modal__inner-pref-item-btn a:after {
    position: absolute;
    top: 0;
    right: 1.95567vw;
    bottom: 0;
    height: 1.4em;
    margin: auto 0;
    content: "＞";
  }
}

@media screen and (max-width: 768px) {
  #el-float-chat {
    display: none;
    z-index: 100;
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #el-float-chat span {
    display: block;
    padding: 15px 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #E62320;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}




/* 20210903 重要なお知らせ追加 */

@media screen and (min-width: 768px) {
.notice01_pc{
border: #F00 5px solid;
width:80%;
color:#F00;
padding:1em;
margin: 3em auto 5em;
}
.notice01_sp{
display:none;
}
.notice01_pc h2 {
font-size: 140%;
color: #f00;
text-align: center;
}
}

@media screen and (max-width: 767px) {
.notice01_pc{
display:none;
}
.notice01_sp{
border: #F00 5px solid;
width:85%;
color:#F00;
padding:1em;
margin: 0em auto 3em;
}
.notice01_sp h2 {
font-size: 140%;
color: #f00;
text-align: center;
}
}