@charset "UTF-8";
#content-body .el-private {
  color: #313131;
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', 'Arial', sans-serif;
  font-weight: 500;
}

.el-private a:hover {
  text-decoration: none;
}

.el-common__main-wrap {
  width: 100%;
  background-color: #fff0f0;
}

.el-common__main-wrap--bg-gray {
  background-color: #f9f9f9;
}

.el-common__main {
  position: relative;
  width: 100%;
  max-width: 1240px;
  height: 240px;
  margin: 0 auto;
  text-align: center;
}

.el-common__main-title {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #e82229;
  font-size: 42px;
  font-weight: 700;
}

.el-common__main-title--black {
  color: #313131;
}

.el-common__main-underline {
  height: 10px;
}

.el-common__underline-wrap {
  width: 100%;
  font-size: 0;
}

.el-common__underline {
  display: inline-block;
  width: 25%;
  height: inherit;
}

.el-common__underline--1 {
  background-color: #e82229;
}

.el-common__underline--2 {
  background-color: #2182c0;
}

.el-common__underline--3 {
  background-color: #23a84b;
}

.el-common__underline--4 {
  background-color: #fabe00;
}

.el-common__section-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.el-common__section-underline {
  width: 140px;
  height: 2px;
  margin: 18px auto 0;
}

.el-common__section-text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
}

.el-common__hover-border-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #e82229;
}

.el-common__hover-border-left {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #e82229;
}

.el-common__hover-border-right {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: #e82229;
}

.el-common__bannar {
  max-width: 1080px;
  margin: 43px auto;
  text-align: center;
}

.el-common__bannar-wrap {
  width: 100%;
}

.el-common__bannar img {
  width: 100%;
}

.el-common__bannar:hover {
  opacity: 0.7;
}

.el-common__panel-link-list {
  font-size: 0;
}

.el-common__panel-link-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #dcdcdc;
  border-radius: 25px;
  background-color: #fff;
  color: #313131;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.714;
  text-align: center;
}

.el-common__panel-link-item:after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 6.666666%;
  bottom: 0;
  width: 8px;
  height: 13px;
  margin: auto;
  background: url("/ep/private/images/icon_arrow_right_red.png") no-repeat;
  background-size: 8px 13px;
  content: "";
}

.el-common__panel-link-item a, .el-common__panel-link-item label {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
  cursor: pointer;
}

.el-common__panel-link-item:hover:after {
  right: 5.833333%;
  opacity: 0.7;
}

.el-common__panel-link-item span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  padding-right: 10%;
  padding-left: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.el-common__tab-list {
  font-size: 0;
}

.el-common__tab-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 60px;
  margin-bottom: -1px;
  border-top: 2px solid #e62320;
  border-right: 2px solid #e62320;
  border-bottom: 1px solid #e62320;
  border-left: 2px solid #e62320;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-color: #fce9e8;
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  vertical-align: bottom;
}

.el-common__tab-item-inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.el-common__tab-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.el-common__tab-item:hover {
  opacity: 0.7;
}

.el-common__tab-item.is_active {
  height: 80px;
  background-color: #e62320;
  color: #fff;
  line-height: 80px;
}

.el-common__tab-item.is_active:hover {
  opacity: 1;
}

.el-common__tab-item.is_active:after {
  display: block;
  z-index: 5;
  position: absolute;
  bottom: -78px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 50px solid transparent;
  border-top: 30px solid #e62320;
  content: "";
}

.el-common__btn-t1 {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 60px;
  border: 1px solid #626262;
  border-radius: 8px;
  background-color: #626262;
  -webkit-box-shadow: 0px 4px 0px 0px #4d4c4c;
          box-shadow: 0px 4px 0px 0px #4d4c4c;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}

.el-pl-main__icon06:after{
  display: inline-block;
  position: absolute;
  right: 3.75%;
  bottom: 35px;
  width: 8px;
  height: 13px;
  margin: auto;
  background: url("/ep/private/images/icon_arrow_right_white.png") no-repeat;
  background-size: 8px 13px;
  content: "";
}
.el-pl-main__icon06:hover:after{
  right: 2.75%;
}
.el-common__btn-t1:after{
  display: inline-block;
  position: absolute;
  top: 0;
  right: 6.666666%;
  bottom: 0;
  width: 8px;
  height: 13px;
  margin: auto;
  background: url("/ep/private/images/icon_arrow_right_white.png") no-repeat;
  background-size: 8px 13px;
  content: "";
}

.el-common__btn-t1 a, .el-common__btn-t1 label {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
  cursor: pointer;
}

.el-common__btn-t1:hover {
  top: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.el-common__btn-t1:hover a {
  text-decoration: none;
}

.el-common__btn-t1:hover:after {
  right: 5.833333%;
}

.el-common__btn-t1--iconless:after {
  background: none;
}

.el-common-procedure {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.el-common-procedure__wrap {
  width: 100%;
  margin: 121px auto 0;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #eee;
}

.el-common-procedure__list {
  margin-top: 40px;
  font-size: 0;
}

.el-common-procedure__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 19.35484%;
  height: 400px;
  border: 3px solid #e62320;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}

.el-common-procedure__item + .el-common-procedure__item {
  margin-left: 0.80645%;
}

.el-common-procedure__item: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 #e62320;
  border-bottom: 4px solid #e62320;
  border-left: 4px solid transparent;
  content: "";
}

.el-common-procedure__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.el-common-procedure__item:hover {
  color: #fff;
}

.el-common-procedure__item:hover:after {
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.el-common-procedure__item:hover .el-common-procedure__item-text-wrap {
  background-color: #e62320;
}

.el-common-procedure__item:hover .el-common-procedure__item-text1 {
  color: #fff;
}

.el-common-procedure__item--blue {
  border-color: #0080cb;
}

.el-common-procedure__item--blue:after {
  border-top: 4px solid transparent;
  border-right: 4px solid #0080cb;
  border-bottom: 4px solid #0080cb;
  border-left: 4px solid transparent;
}

.el-common-procedure__item--blue .el-common-procedure__item-text-wrap {
  border-color: #0080cb;
}

.el-common-procedure__item--blue .el-common-procedure__item-title {
  background-color: #0080cb;
}

.el-common-procedure__item--blue .el-common-procedure__item-text1 {
  color: #0080cb;
}

.el-common-procedure__item--blue:hover .el-common-procedure__item-text-wrap {
  background-color: #0080cb;
}

.el-common-procedure__item--blue:hover .el-common-procedure__item-text1 {
  color: #fff;
}

.el-common-procedure__item--green {
  border-color: #00a63c;
}

.el-common-procedure__item--green:after {
  border-top: 4px solid transparent;
  border-right: 4px solid #00a63c;
  border-bottom: 4px solid #00a63c;
  border-left: 4px solid transparent;
}

.el-common-procedure__item--green .el-common-procedure__item-text-wrap {
  border-color: #00a63c;
}

.el-common-procedure__item--green .el-common-procedure__item-title {
  background-color: #00a63c;
}

.el-common-procedure__item--green .el-common-procedure__item-text1 {
  color: #00a63c;
}

.el-common-procedure__item--green:hover .el-common-procedure__item-text-wrap {
  background-color: #00a63c;
}

.el-common-procedure__item--green:hover .el-common-procedure__item-text1 {
  color: #fff;
}

.el-common-procedure__item--yellow {
  border-color: #f9be00;
}

.el-common-procedure__item--yellow:after {
  border-top: 4px solid transparent;
  border-right: 4px solid #f9be00;
  border-bottom: 4px solid #f9be00;
  border-left: 4px solid transparent;
}

.el-common-procedure__item--yellow .el-common-procedure__item-text-wrap {
  border-color: #f9be00;
}

.el-common-procedure__item--yellow .el-common-procedure__item-title {
  background-color: #f9be00;
}

.el-common-procedure__item--yellow .el-common-procedure__item-text1 {
  color: #f9be00;
}

.el-common-procedure__item--yellow:hover .el-common-procedure__item-text-wrap {
  background-color: #f9be00;
}

.el-common-procedure__item--yellow:hover .el-common-procedure__item-text1 {
  color: #fff;
}

.el-common-procedure__item-text-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 167px;
  border-top: 3px solid #e62320;
}

.el-common-procedure__item-inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.el-common-procedure__item-title {
  position: relative;
  width: 83.33333%;
  height: 60px;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid #fff;
  border-radius: 7px;
  background-color: #e62320;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.el-common-procedure__item-text1 {
  width: 100%;
  margin-top: -10px;
  color: #e62320;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
}

.el-common-procedure__item-text2 {
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  width: 83.33333%;
  margin: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

.el-common-procedure__item-icon-wrap {
  display: block;
  height: 227px;
}

.el-common-procedure__item-icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
}

.el-common-procedure__item-icon--01 {
  background: url("/ep/private/images/icon_common_procedure_01.png") no-repeat center center;
  background-size: 39.58333% auto;
}

.el-common-procedure__item-icon--02 {
  background: url("/ep/private/images/icon_common_procedure_02.png") no-repeat center center;
  background-size: 39.16667% auto;
}

.el-common-procedure__item-icon--03 {
  background: url("/ep/private/images/icon_common_procedure_03.png") no-repeat center center;
  background-size: 78.75% auto;
}

.el-common-procedure__item-icon--04 {
  background: url("/ep/private/images/icon_common_procedure_04.png") no-repeat center center;
  background-size: 62.5% auto;
}

.el-common-procedure__item-icon--05 {
  background: url("/ep/private/images/icon_common_procedure_05.png") no-repeat center center;
  background-size: 73.75% auto;
}

.el-common-footer {
  width: 100%;
}

.el-common-footer__bannar {
  max-width: 1100px;
  margin: 100px auto;
  text-align: center;
}

.el-common-footer__bannar-wrap {
  width: 100%;
}

.el-common-footer__bannar img {
  width: 100%;
}

.el-common-footer__bannar:hover {
  opacity: 0.7;
}

.el-common-footer__link-list-wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.el-common-footer__link-list {
  width: 100%;
  max-width: 1240;
  margin: 150px auto 0;
  font-size: 0;
  text-align: center;
}

.el-common-footer__link-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 50%;
  height: 90px;
  border: 1px solid #313131;
  border-radius: 14px;
  -webkit-box-shadow: 0px 3px 0px 0px #313131;
          box-shadow: 0px 3px 0px 0px #313131;
  color: #313131;
  font-size: 24px;
  font-weight: 700;
  line-height: 90px;
}

.el-common-footer__link-item + .el-common-footer__link-item {
  margin-left: 3.22581%;
}

.el-common-footer__link-item:after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 5.48387%;
  bottom: 0;
  width: 13px;
  height: 22px;
  margin: auto;
  background: url("/ep/private/images/icon_arrow_right_black.png") no-repeat;
  background-size: 13px 22px;
  content: "";
}

.el-common-footer__link-item-inner {
  position: relative;
}

.el-common-footer__link-item-inner:before {
  position: absolute;
  top: 50%;
  left: -50px;
  width: 35px;
  height: 37px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff url(/ep/private/images/icon_footer_link_01.png) no-repeat;
  background-size: 35px 37px;
  content: "";
}

.el-common-footer__link-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.el-common-footer__link-item:hover {
  top: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.el-common-footer__link-item:hover a {
  text-decoration: none;
}

.el-common-footer__link-item:hover:after {
  right: 4.67742%;
}

@media screen and (max-width: 1239px) {
  .el-common {
    display: block;
  }
  .el-common-procedure {
    width: 100%;
  }
  .el-common-footer__footer-link-list {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .el-common {
    display: block;
  }
  .el-common-footer__footer-link-item {
    font-size: 23px;
  }
  .el-common-footer__link-item {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .el-common__main-wrap {
    width: 100%;
    margin-bottom: 6.5189vw;
    background-color: #fff0f0;
  }
  .el-common__main-wrap--bg-gray {
    background-color: #f9f9f9;
  }
  .el-common__main {
    height: 22.16428vw;
  }
  .el-common__main-title {
    font-size: 5.47588vw;
  }
  .el-common__main-title--black {
    color: #313131;
  }
  .el-common__section-title {
    font-size: 5.21512vw;
    line-height: 1.2;
  }
  .el-common__section-underline {
    width: 32.85528vw;
    height: 0.52151vw;
    margin: 2.34681vw auto 0;
  }
  .el-common__tab-item {
    width: 100%;
    height: 13.03781vw;
    border-top: 0.52151vw solid #e62320;
    border-right: 0.52151vw solid #e62320;
    border-left: 0.52151vw solid #e62320;
    border-top-right-radius: 2.08605vw;
    border-top-left-radius: 2.08605vw;
    font-size: 3.12907vw;
    line-height: 1.25;
  }
  .el-common__tab-item.is_active {
    height: 15.64537vw;
    line-height: 1.25;
  }
  .el-common__tab-item.is_active:after {
    bottom: -10.16949vw;
    border: 6.5189vw solid transparent;
    border-top: 3.91134vw solid #e62320;
  }
  .el-common__btn-t1:after, .el-pl-main__icon06:after {
    width: 1.95567vw;
    height: 3.12907vw;
    background-size: 1.95567vw 3.12907vw;
  }
  .el-common-procedure__wrap {
    width: 100%;
    margin: 15.51499vw auto 0;
    padding-top: 13.42894vw;
    padding-bottom: 13.42894vw;
    background-color: #eee;
  }
  .el-common-procedure__list {
    margin-top: 8.3442vw;
    font-size: 0;
  }
  .el-common-procedure__item {
    display: block;
    width: 82.1382vw;
    height: 39.11343vw;
    margin: 0 auto;
    border-width: 0.39113vw;
    border-radius: 2.60756vw;
    font-size: 0;
  }
  .el-common-procedure__item + .el-common-procedure__item {
    margin: 5.21512vw auto 0;
  }
  .el-common-procedure__item:after {
    right: 2.60756vw;
    bottom: 2.60756vw;
    width: 12px;
    height: 12px;
    border-top: 6px solid transparent;
    border-right: 6px solid #e62320;
    border-bottom: 6px solid #e62320;
    border-left: 6px solid transparent;
  }
  .el-common-procedure__item:hover:after {
    border-top: 6px solid transparent;
    border-right: 6px solid #e62320;
    border-bottom: 6px solid #e62320;
    border-left: 6px solid transparent;
  }
  .el-common-procedure__item:hover .el-common-procedure__item-text-wrap {
    background-color: #fff;
  }
  .el-common-procedure__item:hover .el-common-procedure__item-text1 {
    color: #e62320;
  }
  .el-common-procedure__item:hover .el-common-procedure__item-text2 {
    color: #313131;
  }
  .el-common-procedure__item--blue {
    background-color: #fff;
  }
  .el-common-procedure__item--blue:after {
    border-top: 6px solid transparent;
    border-right: 6px solid #0080cb;
    border-bottom: 6px solid #0080cb;
    border-left: 6px solid transparent;
  }
  .el-common-procedure__item--blue .el-common-procedure__item-text-wrap:before {
    background-color: #0080cb;
  }
  .el-common-procedure__item--blue:hover:after {
    border-top: 6px solid transparent;
    border-right: 6px solid #0080cb;
    border-bottom: 6px solid #0080cb;
    border-left: 6px solid transparent;
  }
  .el-common-procedure__item--blue:hover .el-common-procedure__item-text-wrap {
    background-color: #fff;
  }
  .el-common-procedure__item--blue:hover .el-common-procedure__item-text1 {
    color: #0080cb;
  }
  .el-common-procedure__item--blue:hover .el-common-procedure__item-text2 {
    color: #313131;
  }
  .el-common-procedure__item--green {
    background-color: #fff;
  }
  .el-common-procedure__item--green:after {
    border-top: 6px solid transparent;
    border-right: 6px solid #00a63c;
    border-bottom: 6px solid #00a63c;
    border-left: 6px solid transparent;
  }
  .el-common-procedure__item--green .el-common-procedure__item-text-wrap:before {
    background-color: #00a63c;
  }
  .el-common-procedure__item--green:hover:after {
    border-top: 6px solid transparent;
    border-right: 6px solid #00a63c;
    border-bottom: 6px solid #00a63c;
    border-left: 6px solid transparent;
  }
  .el-common-procedure__item--green:hover .el-common-procedure__item-text-wrap {
    background-color: #fff;
  }
  .el-common-procedure__item--green:hover .el-common-procedure__item-text1 {
    color: #00a63c;
  }
  .el-common-procedure__item--green:hover .el-common-procedure__item-text2 {
    color: #313131;
  }
  .el-common-procedure__item--yellow {
    background-color: #fff;
  }
  .el-common-procedure__item--yellow:after {
    border-top: 6px solid transparent;
    border-right: 6px solid #f9be00;
    border-bottom: 6px solid #f9be00;
    border-left: 6px solid transparent;
  }
  .el-common-procedure__item--yellow .el-common-procedure__item-text-wrap:before {
    background-color: #f9be00;
  }
  .el-common-procedure__item--yellow:hover:after {
    border-top: 6px solid transparent;
    border-right: 6px solid #f9be00;
    border-bottom: 6px solid #f9be00;
    border-left: 6px solid transparent;
  }
  .el-common-procedure__item--yellow:hover .el-common-procedure__item-text-wrap {
    background-color: #fff;
  }
  .el-common-procedure__item--yellow:hover .el-common-procedure__item-text1 {
    color: #f9be00;
  }
  .el-common-procedure__item--yellow:hover .el-common-procedure__item-text2 {
    color: #313131;
  }
  .el-common-procedure__item-icon-wrap {
    display: inline-block;
    width: 32.20339vw;
    height: 100%;
    vertical-align: top;
  }
  .el-common-procedure__item-icon {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
  }
  .el-common-procedure__item-icon--01 {
    background-size: 13.03781vw auto;
  }
  .el-common-procedure__item-icon--02 {
    background-size: 12.25554vw auto;
  }
  .el-common-procedure__item-icon--03 {
    background-size: 24.64146vw auto;
  }
  .el-common-procedure__item-icon--04 {
    background-size: 19.55671vw auto;
  }
  .el-common-procedure__item-icon--05 {
    background-size: 23.07692vw auto;
  }
  .el-common-procedure__item-text-wrap {
    display: inline-block;
    width: 49.02216vw;
    height: 100%;
    border-top: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    vertical-align: top;
  }
  .el-common-procedure__item-text-wrap:before {
    position: absolute;
    left: 0;
    width: 0.39113vw;
    height: 100%;
    background-color: #e62320;
    content: "";
  }
  .el-common-procedure__item-title {
    width: 39.11343vw;
    height: 6.5189vw;
    margin: 9.90874vw auto 0;
    -webkit-transform: none;
            transform: none;
    border: none;
    border-radius: 7px;
    font-size: 3.12907vw;
  }
  .el-common-procedure__item-text1 {
    margin-top: 3.91134vw;
    font-size: 3.91134vw;
  }
  .el-common-procedure__item-text2 {
    position: relative;
    top: 0;
    width: 39.11343vw;
    margin: 3.78096vw auto 0;
    font-size: 3.12907vw;
  }
  .el-common-footer__bannar {
    margin: 15.90613vw auto 0;
  }
  .el-common-footer__bannar img {
    width: 92.56845vw;
  }
  .el-common-footer__link-list {
    margin: 7.56193vw auto 0;
  }
  .el-common-footer__link-item {
    width: 92.56845vw;
    height: 15.38462vw;
    font-size: 3.91134vw;
    line-height: 15.38462vw;
  }
  .el-common-footer__link-item:after {
    right: 5.21512vw;
    width: 1.95567vw;
    height: 3.25945vw;
    background-size: 1.95567vw 3.25945vw;
  }
  .el-common-footer__link-item-inner:before {
    left: -6.5189vw;
    width: 4.56323vw;
    height: 4.82399vw;
    background-size: 4.56323vw 4.82399vw;
  }
}
