.about_top {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #e4e4e4;
}

.about_box,
.about_partner_before,
.about_partner_box,
.about_prefer_unit_img {
  min-width: 50%;
  max-width: 50%;
}

.about_img {
  min-width: 50%;
  max-width: 50%;
}
.about_img img {
  width: auto;
  margin-left: -140px;
}

.about_title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}

.about_text {
  padding-right: 150px;
}
.about_text p {
  font-size: 16px;
  line-height: 1.5;
}

.about_partner {
  display: flex;
  flex-direction: row-reverse;
}

.about_partner_wrap {
  position: relative;
  background: #f1f1f1;
}

.about_partner_before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: no-repeat right center/cover;
}

.about_partner_box {
  padding: 45px 0 45px 65px;
}

.about_partner_title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
  color: #d50002;
}
.about_partner_title span {
  display: block;
  color: #090909;
}

.about_partner_text {
  font-size: 16px;
  line-height: 1.6;
}

.about_prefer_headline {
  padding: 40px 0 25px;
}
.about_prefer_headline .name {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}
.about_prefer_headline .val {
  font-size: 16px;
  line-height: 1.6;
}

.line_screw {
  height: 18px;
  position: relative;
  background: url("../images/screw.png") no-repeat center center/100% auto;
}

.about_prefer_unit {
  padding: 40px 0;
  display: flex;
}

.about_prefer_unit_img {
  padding-right: 55px;
}
.about_prefer_unit_img img {
  width: 100%;
}

.about_prefer_unit_title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
.about_prefer_unit_title .name {
  color: #d50002;
}

.about_prefer_unit_text p,
.about_prefer_unit_text li {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.about_prefer_unit_text ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.about_prefer_unit_text ul li {
  min-width: 50%;
  max-width: 50%;
  list-style: none;
  position: relative;
  padding-left: 10px;
}
.about_prefer_unit_text ul li:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333333;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.about_prefer_df {
  display: flex;
  padding: 40px 0;
  justify-content: space-between;
}

.about_prefer_item {
  min-width: calc(50% - 55px);
  max-width: calc(50% - 55px);
}

.about_prefer_item_img {
  margin-bottom: 22px;
}

.about_prefer_item_title {
  font-size: 21px;
  margin-bottom: 14px;
  font-weight: bold;
  line-height: 1.45;
}

.about_prefer_item_text {
  line-height: 1.6;
  font-size: 15px;
}

.promo_top {
  border: 3px solid #f1f1f1;
  margin-bottom: 30px;
}

.promo_accii {
  padding: 20px 40px;
}
.promo_accii p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}
.promo_accii p:last-child {
  margin-bottom: 0;
}

.promo_textpage {
  padding-bottom: 20px;
}
.promo_textpage h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.promo_textpage p {
  line-height: 1.5;
  margin-bottom: 12px;
}
.promo_textpage p:last-child {
  margin-bottom: 0;
}
.promo_textpage .line_screw {
  margin-top: 25px;
}

.back {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0 0;
  padding: 0 0 0 25px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}

.promo_item {
  display: flex;
  margin-bottom: 30px;
}
.promo_item:last-child {
  margin-bottom: 0;
}

.promo_item_img {
  min-width: 679px;
  max-width: 679px;
}

.promo_item_content {
  border: 3px solid #f1f1f1;
  border-left: none;
  padding: 30px 40px 100px 50px;
  position: relative;
}

.promo_item_title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  display: block;
}
.promo_item_title:hover {
  color: #d50002;
}

.promo_item_text {
  font-size: 14px;
  line-height: 1.6;
}

.promo_item_back {
  position: absolute;
  left: 50px;
  bottom: 30px;
  display: flex;
  align-items: center;
}
.promo_item_back:hover .ic {
  background: #d50002;
}
.promo_item_back .ic {
  margin-left: 20px;
  min-width: 40px;
  max-width: 40px;
  background: #333333;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo_item_back .name {
  font-size: 14px;
}

.promo_item_img:hover {
  opacity: 0.8;
}

#popup_banner.modal {
  position: fixed;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 20px;
  max-width: initial;
  display: none;
  margin: auto;
}
#popup_banner.modal.active {
  display: flex;
}
#popup_banner .modal_dialog {
  width: 680px;
  max-width: 96%;
  margin-top: 20px;
  background-color: #ffffff;
  margin: auto;
  position: relative;
}
#popup_banner .close {
  position: absolute;
  width: 36px;
  height: 36px;
  z-index: 5;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
  top: 15px;
  right: 15px;
  padding: 0;
  display: flex;
}
#popup_banner .close svg {
  min-width: 12px;
  max-width: 12px;
  margin: auto;
}
#popup_banner .close svg path {
  transition: 0.2s;
}
#popup_banner .close:hover {
  background: #d50002;
}
#popup_banner .close:hover svg path {
  fill: #ffffff;
}

.modal_content_box {
  padding: 20px 44px;
  background: #ffffff;
}

.modal_content_title {
  font-size: 23px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 15px;
}

.modal_content_text {
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 30px;
}

.modal_content_more {
  display: flex;
  align-items: center;
}
.modal_content_more .name {
  color: #d50002;
  margin-right: 18px;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 2px;
  transition: 0.2s;
}
.modal_content_more .ic {
  min-width: 13px;
  max-width: 13px;
  display: block;
  padding-top: 2px;
}
.modal_content_more .ic svg {
  width: 100%;
}
.modal_content_more .ic svg path {
  transition: 0.2s;
}
.modal_content_more:hover .name {
  color: #333333;
}
.modal_content_more:hover .ic path {
  fill: #333333 !important;
}

@media screen and (max-width: 1200px) {
  .about_img img {
    margin-left: 0;
  }
  .about_text {
    padding-right: 30px;
  }
  .about_prefer_item {
    min-width: calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
  .about_prefer_unit_img {
    padding-right: 25px;
  }
  .promo_item_img {
    min-width: 550px;
    max-width: 550px;
  }
  .promo_item_content {
    padding: 20px 20px 70px 30px;
  }
  .promo_item_back {
    left: 30px;
    right: 20px;
    bottom: 20px;
  }
  .promo_item_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .promo_item {
    display: block;
  }
  .promo_item_img img {
    width: 100%;
  }
  .about_top,
  .about_prefer_unit,
  .about_prefer_df {
    flex-wrap: wrap;
  }
  .about_box,
  .about_partner_before,
  .about_partner_box,
  .about_prefer_unit_img,
  .about_img,
  .about_prefer_item {
    min-width: 100%;
    max-width: 100%;
  }
  .about_partner {
    flex-wrap: wrap;
  }
  .about_partner_before {
    display: none;
  }
  .about_partner_box {
    padding-left: 0;
  }
  .about_prefer_unit_img,
  .about_prefer_item_img {
    margin-bottom: 20px;
  }
  .about_prefer_df {
    padding-bottom: 15px;
  }
  .about_prefer_item {
    margin-bottom: 25px;
  }
  .about_prefer_unit_img {
    padding-right: 0;
  }
  .about_prefer_item_img img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about_top,
  .about_partner_box,
  .about_prefer_headline,
  .about_prefer_unit,
  .about_prefer_df {
    padding: 20px 0;
  }
  .about_partner_title {
    margin-bottom: 15px;
  }
  .about_title {
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .about_prefer_item:last-child {
    margin-bottom: 0;
  }
  .about_prefer_unit:last-child {
    padding-bottom: 0 !important;
  }
  .about_prefer_unit_text p:last-child {
    margin-bottom: 0;
  }
  .about_text {
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .about_title,
  .about_partner_title,
  .about_prefer_headline .name,
  .about_prefer_unit_title,
  .about_prefer_item_title,
  .promo_textpage h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .about_text p,
  .about_partner_text,
  .about_prefer_headline .val,
  .about_prefer_unit_text p,
  .about_prefer_unit_text li,
  .promo_textpage p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .about_prefer_headline {
    padding-bottom: 10px;
  }
  .about_prefer_item_text {
    font-size: 14px;
  }
  .about_prefer_unit_text ul li {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
  .promo_accii {
    padding: 15px 20px;
  }
  .promo_accii p {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .promo_top {
    margin-bottom: 20px;
  }
  .promo_textpage .line_screw {
    margin-top: 20px;
  }
  .back {
    font-size: 13px;
  }
  .promo_item_text {
    font-size: 13px;
  }
  .promo_item_content {
    padding-top: 15px;
  }
  .promo_item_back .ic {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }
  .promo_item_back .ic svg {
    width: 10px;
  }
  .promo_item {
    margin-bottom: 20px;
  }
  .modal_content_box {
    padding: 15px 30px;
  }
  .modal_content_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .modal_content_text {
    margin-bottom: 15px;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .modal_content_more .name {
    font-size: 14px;
  }
  .modal_content_more .ic {
    min-width: 11px;
    max-width: 11px;
    padding-top: 2px;
  }
}