.el-common__main-wrap--bg-gray {
  background-color: #f9f9f9;
}

.el-common__main-title--black {
  color: #313131;
}

.ep-support--text-bold {
  font-weight: 700;
}

.ep-support__attention-title {
  color: #e82229;
  font-size: 18px;
  font-weight: 700;
}

.ep-support__attention-text {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.ep-support__icon {
  position: relative;
}

.ep-support__icon span {
  margin-top: 20px;
}

.ep-support__icon:after {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(/ep/support/images/icon_tel.png) no-repeat center center;
  background-size: 100% auto;
  content: "";
}

.ep-support__news-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1240px;
  margin-top: 80px;
  margin-right: auto;
  margin-bottom: 73px;
  margin-left: auto;
  border: 3px solid #e62320;
  border-radius: 20px;
}

.ep-support__news-text {
  padding: 39px 46px;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}

.ep-support__news-text--red {
  display: block;
  color: #e62320;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

.ep-support__news-text--gray {
  display: block;
  color: #a0a0a0;
  font-size: 14px;
  line-height: 2.14286;
}

.ep-support__content-change-wrap {
  max-width: 1240px;
  margin-right: auto;
  margin-bottom: 119px;
  margin-left: auto;
  margin-top: 80px;
}

.ep-support__content-change-title {
  margin-bottom: 40px;
  text-align: center;
}

.ep-support__content-change-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.ep-support__content-change-list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320px;
  margin-right: 40px;
  border: 4px solid #555;
  border-radius: 20px;
  background-color: #f9f9f9;
}

.ep-support__content-change-list-item--3 {
  margin-right: 0;
}

.ep-support__content-change-list-item-anchor {
  display: block;
  position: relative;
  padding-bottom: 12px;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
.ep-support__content-change-list-item--3 .ep-support__content-change-list-item-name--inner {
  top: 0;
}
.ep-support__content-change-list-item--3 .ep-support__content-change-list-item-name{
  margin-top: 15px;
}
.ep-support__content-change-list-item--3 .ep-support__content-change-list-item-anchor::after{
  bottom: -4px;
}

.ep-support__content-change-list-item-anchor:hover {
  opacity: 0.7;
}

.ep-support__content-change-list-item-anchor::after {
  position: absolute;
  right: 11px;
  bottom: 11px;
  width: 0;
  height: 0;
  border-width: 0 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #eb1e1e transparent;
  content: "";
}

.ep-support__content-change-list-item-icon {
  position: relative;
  width: 100%;
  height: 144px;
  margin: 0 auto;
  padding-top: 46px;
  padding-bottom: 20px;
  pointer-events: none;
}

.ep-support__content-change-list-item-icon--1 {
  max-width: 203px;
}

.ep-support__content-change-list-item-icon--2 {
  top: 19px;
  max-width: 200px;
}

.ep-support__content-change-list-item-icon--3 {
  top: -7px;
  left: 13px;
  max-width: 125px;
}

.ep-support__content-change-list-item-icon--4 {
  top: -10px;
  max-width: 95px;
}

.ep-support__content-change-list-item-icon img {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
}

.ep-support__content-change-list-item-name {
  color: #313131;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66667;
  text-align: center;
}

.ep-support__application-wrap {
  margin-right: auto;
  margin-bottom: 112px;
  margin-left: auto;
}

.ep-support__application-tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 920px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
}

.ep-support__application-tab-menu-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 300px;
  height: 57px;
  margin-top: 23px;
  margin-right: 10px;
  border-top: 3px solid #555;
  border-right: 3px solid #555;
  border-left: 3px solid #555;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background: #fff;
  color: #555;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.ep-support__application-tab-menu-btn::after {
  display: none;
  position: absolute;
  right: 0;
  bottom: -29px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 25px 42.5px 0 42.5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  content: "";
}

.ep-support__application-tab-menu-btn--active {
  height: 80px;
  margin-top: 0;
  background: #555;
  color: #fff;
}

.ep-support__application-tab-menu-btn--active::after {
  display: block;
}

.ep-support__application-tab-menu-btn--active .ep-support__application-tab-menu-btn-inner--1::before {
  background: url("/ep/shared/images/icon_support_tabmenu1.png") 0 -25px no-repeat;
  background-size: 34px 50px;
}

.ep-support__application-tab-menu-btn--active .ep-support__application-tab-menu-btn-inner--2::before {
  background: url("/ep/shared/images/icon_support_tabmenu2.png") 0 -27.5px no-repeat;
  background-size: 27px 55px;
}

.ep-support__application-tab-menu-btn--active .ep-support__application-tab-menu-btn-inner--3::before {
  background: url("/ep/shared/images/icon_support_tabmenu3.png") 0 -29px no-repeat;
  background-size: 27px 58px;
}

.ep-support__application-tab-menu-btn--1:hover span::before {
  background: url("/ep/shared/images/icon_support_tabmenu1.png") 0 -25px no-repeat;
  background-size: 34px 50px;
}

.ep-support__application-tab-menu-btn--2:hover span::before {
  background: url("/ep/shared/images/icon_support_tabmenu2.png") 0 -27.5px no-repeat;
  background-size: 27px 55px;
}

.ep-support__application-tab-menu-btn--3 {
  margin-right: 0;
}

.ep-support__application-tab-menu-btn--3:hover span::before {
  background: url("/ep/shared/images/icon_support_tabmenu3.png") 0 -29px no-repeat;
  background-size: 27px 58px;
}

.ep-support__application-tab-menu-btn:hover {
  height: 80px;
  margin-top: 0;
  background: #555;
  color: #fff;
}

.ep-support__application-tab-menu-btn-inner {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 38px;
  padding-left: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ep-support__application-tab-menu-btn-inner::before {
  display: inline-block;
  position: relative;
  top: 6px;
  right: 8px;
  content: "";
}

.ep-support__application-tab-menu-btn-inner--1::before {
  width: 34px;
  height: 25px;
  background: url("/ep/shared/images/icon_support_tabmenu1.png") 0 0 no-repeat;
  background-size: 34px 50px;
}

.ep-support__application-tab-menu-btn-inner--2::before {
  width: 27px;
  height: 27px;
  background: url("/ep/shared/images/icon_support_tabmenu2.png") 0 0 no-repeat;
  background-size: 27px 55px;
}

.ep-support__application-tab-menu-btn-inner--3::before {
  width: 27px;
  height: 29px;
  background: url("/ep/shared/images/icon_support_tabmenu3.png") 0 0 no-repeat;
  background-size: 27px 58px;
}

.ep-support__application-tab-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /*height: 1200px;*/
  padding-bottom: 112px;
  border-top: 4px solid #555;
  background: #f9f9f9;
}

.ep-support__application-tab-content-details {
  width: 100%;
  max-width: 940px;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
}

.ep-support__application-tab-content-details-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 30px;
  margin-right: 49px;
  margin-bottom: 20px;
  margin-left: 49px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.ep-support__application-tab-content-details-title-inner {
  display: block;
  position: absolute;
  top: 50%;
  padding-left: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ep-support__application-tab-content-details-title--red {
  border-left: 4px solid #e62320;
}

.ep-support__application-tab-content-details-title--blue {
  border-left: 4px solid #0080cb;
}

.ep-support__application-tab-content-details-title--yellow {
  border-left: 4px solid #f9be00;
}

.ep-support__application-tab-content-details-title--green {
  border-left: 4px solid #00a63c;
}

.ep-support__application-tab-content-details-info {
  margin-bottom: 47px;
  margin-left: 50px;
}

.ep-support__application-tab-content-details-info-title {
  margin-bottom: 17px;
  color: #e62320;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.ep-support__application-tab-content-details-info-title::before, .ep-support__application-tab-content-details-info-title::after {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 12px;
  height: 12px;
  background: #e62320;
  content: "";
}

.ep-support__application-tab-content-details-info-title::before {
  margin-right: 7px;
}

.ep-support__application-tab-content-details-info-title::after {
  margin-left: 7px;
}

.ep-support__application-tab-content-details-info-text {
  margin-left: 19px;
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.ep-support__application-tab-content-details-info-text--underline {
  text-decoration: underline;
}

.ep-support__application-tab-content-details-info-text--tab-web {
  cursor: pointer;
}

.ep-support__application-tab-content-details-planname {
  position: relative;
  height: 55px;
  margin-right: 50px;
  margin-bottom: 20px;
  margin-left: 50px;
  padding: 0 20px;
  border-radius: 5px;
  background: #fce9e8;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.ep-support__application-tab-content-details-planname-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ep-support__application-tab-content-details-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 49px;
  margin-bottom: 41px;
  margin-left: 49px;
  font-size: 0;
}

.ep-support__application-tab-content-details-list--no-margin-bottom {
  margin-bottom: 0;
}

.ep-support__application-tab-content-details-list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: calc(50% - 40px);
      flex-basis: calc(50% - 40px);
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}

.ep-support__application-tab-content-details-list-item--1, .ep-support__application-tab-content-details-list-item--3 {
  margin-right: 20px;
}

.ep-support__application-tab-content-details-list-item--2, .ep-support__application-tab-content-details-list-item--4 {
  margin-left: 20px;
}

.ep-support__application-tab-content-details-list-item-anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding: 22px 17px;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.ep-support__application-tab-content-details-list-item-anchor::after {
  display: block;
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  width: 13px;
  height: 21px;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}

.ep-support__application-tab-content-details-list-item-anchor:hover {
  opacity: 0.7;
}

.ep-support__application-tab-content-details-list-item-anchor--red {
  border: 3px solid #e62320;
}

.ep-support__application-tab-content-details-list-item-anchor--red::after {
  background: url("/ep/shared/images/icon_arrow_right_red.png") 0 0 no-repeat;
  background-size: 13px 21px;
}

.ep-support__application-tab-content-details-list-item-anchor--blue {
  border: 3px solid #0080cb;
}

.ep-support__application-tab-content-details-list-item-anchor--blue::after {
  background: url("/ep/shared/images/icon_arrow_right_blue.png") 0 0 no-repeat;
  background-size: 13px 21px;
}

.ep-support__application-tab-content-details-list-item-anchor--yellow {
  border: 3px solid #f9be00;
}

.ep-support__application-tab-content-details-list-item-anchor--yellow::after {
  background: url("/ep/shared/images/icon_arrow_right_yellow.png") 0 0 no-repeat;
  background-size: 13px 21px;
}

.ep-support__application-tab-content-details-list-item-anchor--green {
  border: 3px solid #00a63c;
}

.ep-support__application-tab-content-details-list-item-anchor--green::after {
  background: url("/ep/shared/images/icon_arrow_right_green.png") 0 0 no-repeat;
  background-size: 13px 21px;
}

.ep-support__application-tab-content-details-list-item-icon {
  position: relative;
  top: 0;
  bottom: 0;
  width: 90px;
  height: 90px;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
  border-radius: 5px;
}

.ep-support__application-tab-content-details-list-item-icon--red {
  background: #fce9e8;
}

.ep-support__application-tab-content-details-list-item-icon--blue {
  background: #e6f5ff;
}

.ep-support__application-tab-content-details-list-item-icon--yellow {
  background: #fff8e3;
}

.ep-support__application-tab-content-details-list-item-icon--green {
  background: #dbf1e1;
}

.ep-support__application-tab-content-details-list-item-text {
  position: relative;
  top: 0;
  bottom: 0;
  width: calc(100% - (90px + 24px));
  height: 90px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.ep-support__application-tab-content-details-list-item-text--red {
  color: #e62320;
}

.ep-support__application-tab-content-details-list-item-text--blue {
  color: #0080cb;
}

.ep-support__application-tab-content-details-list-item-text--yellow {
  color: #f9be00;
}

.ep-support__application-tab-content-details-list-item-text-inner {
  position: absolute;
  top: 50%;
  padding-right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ep-support__application-tab-content-details-list-item-text-inner--font-small {
  font-size: 11px;
  line-height: 2.72727;
}

.ep-support__application-tab-content-details--web {
  display: block;
}

.ep-support__application-tab-content-details--tel {
  display: none;
}

.ep-support__application-tab-content-details--fax {
  display: none;
}

.ep-support__emergency-wrap {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 115px;
  margin-left: auto;
}

.ep-support__emergency-title {
  margin-bottom: 40px;
  text-align: center;
}

.ep-support__emergency-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ep-support__emergency-list-item {
  width: 320px;
  margin-right: 20px;
}

.ep-support__emergency-list-item--3 {
  margin-right: 0;
}

.ep-support__emergency-list-item-anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  padding-top: 25px;
  padding-bottom: 43px;
  border: 3px solid #313131;
  border-radius: 20px;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.ep-support__emergency-list-item-anchor::after {
  position: absolute;
  right: 13px;
  bottom: 13px;
  width: 0;
  height: 0;
  border-width: 0 0 12px 12px;
  border-style: solid;
  border-color: transparent transparent #eb1e1e transparent;
  content: "";
}

.ep-support__emergency-list-item-anchor:hover {
  opacity: 0.7;
}

.ep-support__emergency-list-item-anchor-icon {
  position: relative;
  height: 236px;
}

.ep-support__emergency-list-item-anchor-icon img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.ep-support__emergency-list-item-anchor-icon--2 img {
  top: 13px;
  left: 8px;
}

.ep-support__emergency-list-item-anchor-icon--3 img {
  top: 8px;
  left: 16px;
}

.ep-support__emergency-list-item-anchor-text {
  position: relative;
  color: #313131;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.ep-support__emergency-list-item-anchor-text-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ep-support__corporation-wrap {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 115px;
  margin-left: auto;
}

.ep-support__corporation-title {
  margin-bottom: 40px;
  text-align: center;
}

.ep-support__corporation-list-item-anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 37px;
  border: 3px solid #313131;
  border-radius: 20px;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.ep-support__corporation-list-item-anchor:hover {
  opacity: 0.7;
}

.ep-support__corporation-list-item-anchor::after {
  position: absolute;
  right: 13px;
  bottom: 13px;
  width: 0;
  height: 0;
  border-width: 0 0 12px 12px;
  border-style: solid;
  border-color: transparent transparent #eb1e1e transparent;
  content: "";
}

.ep-support__corporation-list-item-anchor-icon {
  width: 200px;
  height: 200px;
  margin-right: 48px;
  border-radius: 20px;
  background: #f9f9f9;
}

.ep-support__corporation-list-item-anchor-icon img {
  width: 100%;
}

.ep-support__corporation-list-item-anchor-text {
  margin: 8px 0;
  color: #313131;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66667;
}

.ep-support__respond-wrap {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 123px;
  margin-left: auto;
}

.ep-support__respond-title {
  margin-bottom: 40px;
  text-align: center;
}

.ep-support__respond-list-item-anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 37px;
  border: 3px solid #313131;
  border-radius: 20px;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.ep-support__respond-list-item-anchor:hover {
  opacity: 0.7;
}

.ep-support__respond-list-item-anchor::after {
  position: absolute;
  right: 13px;
  bottom: 13px;
  width: 0;
  height: 0;
  border-width: 0 0 12px 12px;
  border-style: solid;
  border-color: transparent transparent #eb1e1e transparent;
  content: "";
}

.ep-support__respond-list-item-anchor-icon {
  width: 200px;
  height: 200px;
  margin-right: 48px;
  border-radius: 20px;
  background: #f9f9f9;
}

.ep-support__respond-list-item-anchor-icon img {
  width: 100%;
}

.ep-support__respond-list-item-anchor-text {
  margin: 5px 0;
  color: #313131;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66667;
}

.ep-support__information-wrap {
  width: 100%;
  padding: 115px 0;
  background: #fce9e8;
}

.ep-support__information-title {
  margin-bottom: 38px;
  text-align: center;
}

.ep-support__information-list {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.ep-support__information-list-item {
  width: 100%;
}

.ep-support__information-list-item + .ep-support__information-list-item {
  margin-top: 80px;
}

.ep-support__information-list-item--blackout {
  margin-right: 40px;
}

.ep-support__information-list-item--search {
  margin-left: 40px;
}

.ep-support__information-list-item-name {
  position: relative;
  margin-bottom: 18px;
  color: #313131;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.ep-support__information-list-item-name::after {
  position: absolute;
  right: -14px;
  bottom: 4px;
  width: 0;
  height: 0;
  border-width: 0 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent #eb1e1e transparent;
  content: "";
}

.ep-support__information-list-item-text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1;
}

.ep-support__information-list-item-btn {
  margin-top: 32px;
}

.ep-support__information-list-item-btn-anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 446px;
  height: 114px;
  margin-bottom: 23px;
  border: 3px solid #e62320;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71429;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.ep-support__information-list-item-btn-anchor::after {
  position: absolute;
  top: 0;
  right: 36px;
  bottom: 0;
  width: 13px;
  height: 20px;
  margin: auto;
  background: url("/ep/shared/images/icon_arrow_right_red.png") 0 0 no-repeat;
  background-size: 13px 20px;
  content: "";
}

.ep-support__information-list-item-btn-anchor:hover {
  opacity: 0.7;
}

.ep-support__information-list-item-btn-anchor--1 {
  height: 240px;
}

.ep-support__information-list-item-btn-anchor--1::after {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 0;
  height: 0;
  border-width: 0 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent #eb1e1e transparent;
  content: "";
}

.ep-support__information-list-item-btn-anchor--2 {
  width: 280px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 21px;
  margin-left: auto;
  border-radius: 25px;
}

.ep-support__information-list-item-btn-anchor--2::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 5px;
  height: 9px;
  margin: auto;
  background: url("/ep/shared/images/icon_arrow_right_red.png") 0 0 no-repeat;
  background-size: 5px 9px;
  content: "";
}

.ep-support__information-list-item-btn-anchor-icon {
  position: absolute;
  top: 23px;
  left: 22px;
  text-align: center;
}

.ep-support__information-list-item-btn-anchor-icon img {
  width: 96px;
}

.ep-support__information-list-item-btn-anchor-text {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #e62320;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.ep-support__information-list-item-btn-anchor-inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #e62320;
  text-align: center;
}

.ep-support__information-list-item-btn-anchor-inner--sp-onry {
  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;
}

.ep-support-area__panel-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  position: relative;
  width: 44.6%;
  min-width: 340px;
  margin-left: 3.58744%;
  text-align: left;
}

.ep-support-area__panel-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 29.59641%;
  min-width: 100px;
  margin-top: 20px;
  margin-left: 3.58744%;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ep-support-area__panel-item:nth-child(3n + 1) {
  margin-left: 0;
}

.ep-support-area__panel-item a {
  display: block;
  width: 100%;
  height: 48px;
  color: #e82229;
  line-height: 48px;
  text-decoration: none;
}

.ep-support-area__panel-item.is-active, .ep-support-area__panel-item.is-hover {
  border-color: #e82229;
  background-color: #e82229;
}

.ep-support-area__panel-item.is-active a, .ep-support-area__panel-item.is-hover a {
  color: #fff;
}

.ep-support-area__panel-item:hover {
  border-color: #e82229;
  background-color: #e82229;
}

.ep-support-area__panel-item:hover a {
  color: #fff;
}

.ep-support-area__map {
  position: absolute;
  top: 16px;
  left: 57%;
  width: 361px;
  height: 207px;
}

.ep-support-area__map-wrap {
  position: relative;
  margin-top: 23px;
  padding-top: 12px;
  padding-bottom: 32px;
  background-color: #fff;
}

.ep-support-area__map-wrap--1row {
  padding-bottom: 80px;
}

.ep-support-area__map img {
  width: 100%;
  height: auto;
}

.ep-support-area__map-hover {
  position: absolute;
  top: 0;
  left: 0;
}

.ep-support-area__link-item {
  width: 340px;
  margin-top: 250px;
  background-color: #fce9e8;
  color: #e82229 !important;
  line-height: 50px;
}

.ep-support-area__link-item:hover {
  opacity: 0.7;
}

.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: left;
  font-size: 18px;
}

.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;
}

.ep-support__emergency-list-item-anchor-text span.sub {
	font-size: 14px;
	font-weight: 400;
	display: block;
	padding-bottom: 12px;
	color: #FF0000
	}
	
.ep-support__content-change-wrap p.attention {
	text-align: center;
	background-color: #ffeff0;
	margin-top: 30px;
	padding: 20px;
	font-size: 20px
	}

@media screen and (max-width: 1239px) {
  .ep-support__content-change-list-item-anchor::after {
    right: 10px;
    bottom: 10px;
  }
  .ep-support__content-change-list-item-icon img {
    width: 90%;
  }
  .ep-support__content-change-list-item-name {
    font-size: 1.82529vw;
  }
  .ep-support-area__map {
    width: 36.1%;
  }
  .ep-support-area__map img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 980px) {
  .ep-support__application-tab-content-details-list-item-text {
    width: 100%;
    font-size: 1.82529vw;
  }
  .ep-support__application-tab-content-details-list-item-text-inner--font-small {
    line-height: 1;
  }
  .ep-support__emergency-list-item-anchor-text {
    font-size: 2.08605vw;
  }
  .ep-support-area__panel-list {
    margin-left: 10px;
    padding-top: 0;
  }
  .ep-support-area__map {
    min-width: 310px;
  }
}

@media screen and (max-width: 767px) {
  .u-ta-r {
    margin: 0 10px;
  }
  .ep-support__content-change-list-item--3 .ep-support__content-change-list-item-name--inner {
    top: -10px;
  }
  .ep-support__content-change-list-item--3 .ep-support__content-change-list-item-anchor::after{
    bottom: 7px;
  }
  .ep-support__attention-title {
    font-size: 2.34681vw;
  }
  .ep-support__attention-text {
    margin-top: 1.30378vw;
    margin-bottom: 3.25945vw;
    font-size: 2.34681vw;
  }
  .ep-support__icon {
    position: relative;
  }
  .ep-support__icon span {
    margin-top: 2.60756vw;
  }
  .ep-support__icon:after {
    top: 1.30378vw;
    right: 1.30378vw;
    width: 10.43025vw;
    height: 10.43025vw;
    content: "";
  }
  .ep-support__news-wrap {
    width: auto;
    margin-top: 13.16819vw;
    margin-right: 7.82269vw;
    margin-bottom: 13.16819vw;
    margin-left: 7.82269vw;
    border: 2px solid #e62320;
    border-radius: 10px;
  }
  .ep-support__news-text {
    padding: 5.08475vw 5.99739vw;
    color: #313131;
    font-size: 2.73794vw;
  }
  .ep-support__news-text--red {
    font-size: 3.65059vw;
  }
  .ep-support__news-text--gray {
    font-size: 2.34681vw;
  }
  .ep-support__content-change-wrap {
    width: auto;
    margin-top: 13.16819vw;
    margin-right: 1.30378vw;
    margin-bottom: 16.94915vw;
    margin-left: 1.30378vw;
  }
  .ep-support__content-change-title {
    margin-bottom: 5.21512vw;
  }
  .ep-support__content-change-list {
    display: block;
  }
  .ep-support__content-change-list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6.5189vw;
    border: 2px solid #555;
    border-radius: 10px;
  }
  .ep-support__content-change-list-item-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 19.55671vw;
    padding-bottom: 0;
  }
  .ep-support__content-change-list-item-anchor::after {
    right: 1.95567vw;
    bottom: 1.95567vw;
  }
  .ep-support__content-change-list-item-icon {
    position: relative;
    width: 25%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .ep-support__content-change-list-item-icon img {
    top: 0;
    bottom: 0;
  }
  .ep-support__content-change-list-item-icon--1 {
    max-width: 100%;
  }
  .ep-support__content-change-list-item-icon--1 img {
    width: 13.6897vw;
  }
  .ep-support__content-change-list-item-icon--2 {
    top: 0;
    max-width: 100%;
  }
  .ep-support__content-change-list-item-icon--2 img {
    width: 13.6897vw;
  }
  .ep-support__content-change-list-item-icon--3 {
    top: 0;
    left: 0;
    max-width: 100%;
  }
  .ep-support__content-change-list-item-icon--3 img {
    width: 10.43025vw;
  }
  .ep-support__content-change-list-item-icon--4 {
    top: 0;
    max-width: 100%;
  }
  .ep-support__content-change-list-item-icon--4 img {
    width: 8.08344vw;
  }
  .ep-support__content-change-list-item-name {
    position: relative;
    width: 75%;
    font-size: 3.65059vw;
    text-align: left;
  }
  .ep-support__content-change-list-item-name--inner {
    position: absolute;
    top: -15px;
    bottom: 0;
    height: 6.5189vw;
    margin: auto;
  }
  .ep-support__application-wrap {
    margin-bottom: 11.73403vw;
  }
  .ep-support__application-tab-menu {
    height: 13.03781vw;
    margin-right: 1.30378vw;
    margin-left: 1.30378vw;
  }
  .ep-support__application-tab-menu-btn {
    height: 10.43025vw;
    margin-top: 2.60756vw;
    margin-right: 1.30378vw;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    border-left: 2px solid #555;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 3.65059vw;
  }
  .ep-support__application-tab-menu-btn::after {
    bottom: -3.78096vw;
    border-width: 3.25945vw 5.54107vw 0 5.54107vw;
  }
  .ep-support__application-tab-menu-btn--active {
    height: 13.03781vw;
    margin-top: 0;
  }
  .ep-support__application-tab-menu-btn--active .ep-support__application-tab-menu-btn-inner--1::before {
    background: url("/ep/shared/images/icon_support_tabmenu1.png") 0 -3.25945vw no-repeat;
    background-size: 4.43286vw 6.5189vw;
  }
  .ep-support__application-tab-menu-btn--active .ep-support__application-tab-menu-btn-inner--2::before {
    background: url("/ep/shared/images/icon_support_tabmenu2.png") 0 -3.5854vw no-repeat;
    background-size: 3.52021vw 7.1708vw;
  }
  .ep-support__application-tab-menu-btn--active .ep-support__application-tab-menu-btn-inner--3::before {
    background: url("/ep/shared/images/icon_support_tabmenu3.png") 0 -3.78096vw no-repeat;
    background-size: 3.52021vw 7.56193vw;
  }
  .ep-support__application-tab-menu-btn--1:hover span::before {
    width: 4.43286vw;
    height: 3.25945vw;
    background: url("/ep/shared/images/icon_support_tabmenu1.png") 0 -3.25945vw no-repeat;
    background-size: 4.43286vw 6.5189vw;
  }
  .ep-support__application-tab-menu-btn--2:hover span::before {
    width: 3.52021vw;
    height: 3.52021vw;
    background: url("/ep/shared/images/icon_support_tabmenu2.png") 0 -3.5854vw no-repeat;
    background-size: 3.52021vw 7.1708vw;
  }
  .ep-support__application-tab-menu-btn--3 {
    margin-right: 0;
  }
  .ep-support__application-tab-menu-btn--3:hover span::before {
    width: 3.52021vw;
    height: 3.78096vw;
    background: url("/ep/shared/images/icon_support_tabmenu3.png") 0 -3.78096vw no-repeat;
    background-size: 3.52021vw 7.56193vw;
  }
  .ep-support__application-tab-menu-btn:hover {
    height: 13.03781vw;
  }
  .ep-support__application-tab-menu-btn-inner {
    height: 4.95437vw;
    padding-left: 1.1734vw;
  }
  .ep-support__application-tab-menu-btn-inner::before {
    top: 0.78227vw;
    right: 1.04302vw;
  }
  .ep-support__application-tab-menu-btn-inner--1::before {
    width: 4.43286vw;
    height: 3.25945vw;
    background-size: 4.43286vw 6.5189vw;
  }
  .ep-support__application-tab-menu-btn-inner--2::before {
    width: 3.52021vw;
    height: 3.52021vw;
    background-size: 3.52021vw 7.1708vw;
  }
  .ep-support__application-tab-menu-btn-inner--3::before {
    width: 3.52021vw;
    height: 3.78096vw;
    background-size: 3.52021vw 7.56193vw;
  }
  .ep-support__application-tab-content {
    height: auto;
    padding-bottom: 13.03781vw;
  }
  .ep-support__application-tab-content-details {
    width: 100%;
    margin-top: 8.47458vw;
  }
  .ep-support__application-tab-content-details-title {
    position: relative;
    height: 4.56323vw;
    margin-right: 6.5189vw;
    margin-bottom: 2.60756vw;
    margin-left: 6.5189vw;
    font-size: 3.65059vw;
  }
  .ep-support__application-tab-content-details-title-inner {
    padding-left: 2.21643vw;
  }
  .ep-support__application-tab-content-details-info {
    margin-right: 6.5189vw;
    margin-bottom: 6.12777vw;
    margin-left: 6.5189vw;
  }
  .ep-support__application-tab-content-details-info-title {
    margin-bottom: 2.21643vw;
    font-size: 3.65059vw;
  }
  .ep-support__application-tab-content-details-info-title::before, .ep-support__application-tab-content-details-info-title::after {
    top: -0.26076vw;
    width: 1.56454vw;
    height: 1.56454vw;
  }
  .ep-support__application-tab-content-details-info-title::before {
    margin-right: 0.91265vw;
  }
  .ep-support__application-tab-content-details-info-title::after {
    margin-left: 0.91265vw;
  }
  .ep-support__application-tab-content-details-info-text {
    margin-left: 2.47718vw;
    font-size: 3.12907vw;
  }
  .ep-support__application-tab-content-details-planname {
    height: 9.77836vw;
    margin-right: 6.5189vw;
    margin-bottom: 2.60756vw;
    margin-left: 6.5189vw;
    padding: 0 2.60756vw;
    font-size: 2.73794vw;
  }
  .ep-support__application-tab-content-details-planname-inner {
    width: calc(100% - 5vw);
  }
  .ep-support__application-tab-content-details-list {
    display: block;
    margin-right: 6.5189vw;
    margin-bottom: 10.29987vw;
    margin-left: 6.5189vw;
  }
  .ep-support__application-tab-content-details-list-item {
    max-width: 100%;
    margin-bottom: 5.21512vw;
  }
  .ep-support__application-tab-content-details-list-item--1 {
    margin-right: 0;
  }
  .ep-support__application-tab-content-details-list-item--2 {
    margin-left: 0;
  }
  .ep-support__application-tab-content-details-list-item-anchor {
    padding: 2.86832vw 2.21643vw;
  }
  .ep-support__application-tab-content-details-list-item-anchor::after {
    right: 2.08605vw;
    width: 1.69492vw;
    height: 2.73794vw;
  }
  .ep-support__application-tab-content-details-list-item-anchor--red {
    border: 2px solid #e62320;
  }
  .ep-support__application-tab-content-details-list-item-anchor--red::after {
    background-size: 1.69492vw 2.73794vw;
  }
  .ep-support__application-tab-content-details-list-item-anchor--blue {
    border: 2px solid #0080cb;
  }
  .ep-support__application-tab-content-details-list-item-anchor--blue::after {
    background-size: 1.69492vw 2.73794vw;
  }
  .ep-support__application-tab-content-details-list-item-anchor--yellow {
    border: 2px solid #f9be00;
  }
  .ep-support__application-tab-content-details-list-item-anchor--yellow::after {
    background-size: 1.69492vw 2.73794vw;
  }
  .ep-support__application-tab-content-details-list-item-icon {
    height: auto;
    margin-right: 3.12907vw;
  }
  .ep-support__application-tab-content-details-list-item-icon img {
    width: 100%;
  }
  .ep-support__application-tab-content-details-list-item-text {
    width: 100%;
    height: 11.73403vw;
    font-size: 3.65059vw;
  }
  .ep-support__application-tab-content-details-list-item-text-inner {
    padding-right: 3.12907vw;
  }
  .ep-support__application-tab-content-details-list-item-text-inner--font-small {
    font-size: 2.34681vw;
  }
  .ep-support__emergency-wrap {
    max-width: 100%;
    margin-right: 1.30378vw;
    margin-bottom: 11.73403vw;
    margin-left: 1.30378vw;
  }
  .ep-support__emergency-title {
    margin-bottom: 5.21512vw;
  }
  .ep-support__emergency-list {
    display: block;
  }
  .ep-support__emergency-list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ep-support__emergency-list-item--3 {
    margin-bottom: 0;
  }
  .ep-support__emergency-list-item-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4.56323vw;
    padding-bottom: 4.56323vw;
    border: 2px solid #313131;
    border-radius: 10px;
  }
  .ep-support__emergency-list-item-anchor::after {
    position: absolute;
    right: 1.43416vw;
    bottom: 1.43416vw;
    border-width: 0 0 11px 11px;
  }
  .ep-support__emergency-list-item-anchor-icon {
    width: 15.64537vw;
    height: auto;
    margin: 0 4.56323vw;
  }
  .ep-support__emergency-list-item-anchor-icon img {
    height: 130%;
  }
  .ep-support__emergency-list-item-anchor-icon--2 img, .ep-support__emergency-list-item-anchor-icon--3 img {
    top: 0;
    left: 0;
  }
  .ep-support__emergency-list-item-anchor-text {
    font-size: 3.65059vw;
    text-align: left;
  }
  .ep-support__corporation-wrap {
    max-width: 100%;
    margin-right: 1.30378vw;
    margin-bottom: 14.99348vw;
    margin-left: 1.30378vw;
  }
  .ep-support__corporation-title {
    margin-bottom: 5.21512vw;
  }
  .ep-support__corporation-list-item-anchor {
    padding: 3.25945vw;
    border: 2px solid #313131;
    border-radius: 10px;
  }
  .ep-support__corporation-list-item-anchor::after {
    right: 11px;
    bottom: 11px;
    border-width: 0 0 11px 11px;
  }
  .ep-support__corporation-list-item-anchor-icon {
    width: 13.03781vw;
    height: 13.03781vw;
    margin-right: 6.25815vw;
    border-radius: 10px;
  }
  .ep-support__corporation-list-item-anchor-text {
    margin: 0;
    font-size: 2.86832vw;
  }
  .ep-support__respond-wrap {
    max-width: 100%;
    margin-right: 1.30378vw;
    margin-bottom: 14.99348vw;
    margin-left: 1.30378vw;
  }
  .ep-support__respond-title {
    margin-bottom: 5.21512vw;
  }
  .ep-support__respond-list-item-anchor {
    padding: 3.25945vw;
    border: 2px solid #313131;
    border-radius: 10px;
  }
  .ep-support__respond-list-item-anchor::after {
    right: 11px;
    bottom: 11px;
    border-width: 0 0 11px 11px;
  }
  .ep-support__respond-list-item-anchor-icon {
    width: 13.03781vw;
    height: 13.03781vw;
    margin-right: 6.25815vw;
    border-radius: 10px;
  }
  .ep-support__respond-list-item-anchor-text {
    margin: 0;
    font-size: 2.86832vw;
  }
  .ep-support__information-wrap {
    padding: 14.99348vw 0 8.47458vw 0;
  }
  .ep-support__information-title {
    margin-bottom: 4.95437vw;
  }
  .ep-support__information-list {
    display: block;
    width: 84.74576vw;
    max-width: inherit;
    margin: 0 auto;
  }
  .ep-support__information-list-item {
    width: 100%;
  }
  .ep-support__information-list-item + .ep-support__information-list-item {
    margin-top: 9.12647vw;
  }
  .ep-support__information-list-item--blackout {
    margin-right: 0;
  }
  .ep-support__information-list-item--search {
    margin-left: 0;
  }
  .ep-support__information-list-item-name {
    margin-bottom: 4.1721vw;
    font-size: 4.43286vw;
    line-height: 1;
  }
  .ep-support__information-list-item-name::after {
    position: absolute;
    right: -2.60756vw;
    bottom: 1.04302vw;
    width: 0;
    height: 0;
    border-width: 0 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #eb1e1e transparent;
    content: "";
  }
  .ep-support__information-list-item-text {
    font-size: 4.43286vw;
    line-height: 1.2;
  }
  .ep-support__information-list-item-btn {
    margin-top: 4.1721vw;
  }
  .ep-support__information-list-item-btn-anchor {
    width: 100%;
    height: 20.8605vw;
    font-size: 3.12907vw;
  }
  .ep-support__information-list-item-btn-anchor::after {
    position: absolute;
    top: 0;
    right: 4.69361vw;
    bottom: 0;
    width: 2.08605vw;
    height: 3.25945vw;
    margin: auto;
    background: url("/ep/shared/images/icon_arrow_right_red.png") 0 0 no-repeat;
    background-size: 2.08605vw 3.25945vw;
    content: "";
  }
  .ep-support__information-list-item-btn-anchor--1 {
    height: 20.8605vw;
    margin-bottom: 6.5189vw;
    border: 2px solid #e62320;
    -webkit-box-shadow: 0 2px 0 0 #ac000d;
            box-shadow: 0 2px 0 0 #ac000d;
  }
  .ep-support__information-list-item-btn-anchor--1::after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 0;
    height: 0;
    border-width: 0 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #eb1e1e transparent;
    content: "";
  }
  .ep-support__information-list-item-btn-anchor--2 {
    width: 100%;
    height: 9.12647vw;
    margin-bottom: 3.91134vw;
    border-radius: 4.56323vw;
  }
  .ep-support__information-list-item-btn-anchor--2::after {
    right: 5.21512vw;
    width: 1.56454vw;
    height: 2.73794vw;
    background-size: 1.56454vw 2.73794vw;
  }
  .ep-support__information-list-item-btn-anchor--sp-margin {
    margin-bottom: 7.82269vw;
  }
  .ep-support__information-list-item-btn-anchor-icon {
    top: 5.21512vw;
    left: 5.3455vw;
  }
  .ep-support__information-list-item-btn-anchor-icon img {
    width: 15.25424vw;
  }
  .ep-support__information-list-item-btn-anchor-icon--blackout {
    top: 0;
  }
  .ep-support__information-list-item-btn-anchor-icon--search {
    top: 0;
    left: 0;
  }
  .ep-support__information-list-item-btn-anchor-text {
    font-size: 4.1721vw;
  }
  .ep-support__information-list-item-btn-anchor-inner--sp-onry {
    display: inline;
  }
  .ep-support-area__panel-list {
    position: relative;
    width: 100%;
    min-width: auto;
    margin: 2.60756vw auto 0;
    text-align: left;
  }
  .ep-support-area__panel-item {
    width: 26.07562vw;
    min-width: inherit;
    margin-top: 3.12907vw;
    margin-left: 2.47718vw;
    border-radius: 1.30378vw;
    background: #fff;
    font-size: 3.91134vw;
  }
  .ep-support-area__panel-item a {
    height: 10.43025vw;
    line-height: 10.43025vw;
  }
  .ep-support-area__map {
    position: static;
    width: 99%;
    min-width: inherit;
    height: auto;
    height: 52.15124vw;
    background-color: #fff;
  }
  .ep-support-area__map-wrap {
    margin-top: 2.9987vw;
    padding-top: 1.56454vw;
    padding-bottom: 4.1721vw;
    background: none;
  }
  .ep-support-area__map-base, .ep-support-area__map-hover {
    position: absolute;
    top: 5.21512vw;
    right: 0;
    left: 0;
    margin: auto;
  }
  .ep-support-area__map img {
    width: 73.14211vw;
    height: 41.98175vw;
  }
  .ep-support-area__link-item {
    display: block;
    width: 92.56845vw;
    height: 13.03781vw;
    margin: 7.82269vw auto 0;
    border-width: 0.26076vw;
    border-radius: 6.5189vw;
    font-size: 3.91134vw;
    line-height: 13.03781vw;
  }
  .ep-support-area__link-item:after {
    width: 1.95567vw;
    height: 3.25945vw;
    background-size: 1.95567vw 3.25945vw;
  }
  .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;
  }
  
.ep-support__emergency-list-item-anchor-text span.sub {
	font-size: 2.65059vw;
	padding-bottom: 0
	}
}

@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;
  }
  .ep-support__content-change-wrap p.attention {
  	font-size: 18px
  }
}
