@charset "UTF-8";
* {
  font-family:
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic",
    sans-serif;
}

body {
  color: #055195;
}

a {
  text-decoration: none;
  color: #000;
  color: initial;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}

.hp_pcNone {
  display: none !important;
}

/*----------- header -----------*/
.ly_header {
  background: #fff;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.bl_header_wrapper {
  width: 1005px;
  margin: 0 auto;
}

.bl_header_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 455px;
}

.bl_header_btn li + li {
  margin-left: 10px;
}

.bl_header_btn .js_hideBtn {
  display: none;
}

/*----------- fv -----------*/
.ly_fv {
  margin-top: 70px;
  padding: 115px 0;
  background: url(../../img/fv_background_cover.jpg) no-repeat center/cover;
}

.bl_fv_inner {
  width: 1000px;
  margin: 0 auto;
}

.ly_fv .bl_fv_list {
  width: 780px;
  margin: 40px auto 0;
}

.ly_fv .bl_fv_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
}

.ly_fv .bl_fv_img {
  margin: 4px 0 0 16px;
}

.ly_fv02 .bl_fv_list {
  width: 790px;
  margin: 30px auto 0;
}

.ly_fv02 {
  margin-top: 70px;
  padding: 55px 0 40px;
  background: url(../../img/fv_background_cover.jpg) no-repeat center/cover;
}

.ly_fv02 .bl_fv_top {
  margin-left: 25px;
}

.ly_fv02 .bl_fv_img {
  margin: 4px 0 0 16px;
}

.ly_fv02 .bl_fv_list {
  width: 500px;
  margin: 15px auto 0 0;
}
.bl_fv_ttl {
  padding-top: 75px;
}

.bl_formRight_ttl {
  margin-left: 12px;
}
.bl_formRight_ttl.__contact {
  text-align: center;
  margin: 0;
}

.bl_formRight {
  background: #fff;
  width: 470px;
  padding: 24px 0 17px;
}
.bl_formRight.__contact {
  padding: 50px 0 33px;
}
.bl_formRight dl {
  width: 410px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0 16px;
}
.bl_formRight dl.req dt::after {
  content: "必須";
  color: #fff;
  background: #ff6343;
  font-size: 14px;
  padding: 1px 4px;
  height: 18px;
}
.bl_formRight dl + dl {
  border-top: solid 1px #c5dceb;
}
.bl_formRight .error {
  display: block;
  width: 100%;
  color: #df3434;
  font-size: 14px;
  padding-bottom: 8px;
}
.bl_formRight dt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  width: 115px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5px;
}
.bl_formRight dt label {
  font-weight: bold;
  line-height: 1.3;
}
.bl_formRight dd {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 6px;
}
.bl_formRight dd input[type="text"] {
  border: none;
  width: 290px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e8eff0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 8px 10px;
  resize: none;
  cursor: pointer;
}
.bl_formRight dd input[type="text"]::-webkit-input-placeholder,
.bl_formRight dd textarea::-webkit-input-placeholder,
.bl_formRight dd select::-webkit-input-placeholder {
  color: rgba(5, 81, 149, 0.2);
}
.bl_formRight dd input[type="text"]::-moz-placeholder,
.bl_formRight dd textarea::-moz-placeholder,
.bl_formRight dd select::-moz-placeholder {
  color: rgba(5, 81, 149, 0.2);
}
.bl_formRight dd input[type="text"]::-ms-input-placeholder,
.bl_formRight dd textarea::-ms-input-placeholder,
.bl_formRight dd select::-ms-input-placeholder {
  color: rgba(5, 81, 149, 0.2);
}
.bl_formRight dd input[type="text"]::placeholder,
.bl_formRight dd textarea::placeholder,
.bl_formRight dd select::placeholder {
  color: rgba(5, 81, 149, 0.2);
}
.bl_privacypolicy_agree {
  display: table;
  font-size: 14px;
  font-weight: bold;
  margin: 7px auto 0;
  position: relative;
}
.bl_privacypolicy_agree a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-weight: bold;
  color: #007ff0;
}
.bl_privacypolicy_agree a:hover {
  text-decoration: none;
  opacity: 1;
}
.bl_form_confirm {
  width: 360px;
  margin: 15px auto 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_form_confirm:hover {
  opacity: 0.7;
}
.bl_form_confirmBtn {
  width: 100%;
}

/*----------- lineup -----------*/
.ly_lineup {
  padding: 0 0 80px;
}
.bl_lineup_title {
  width: fit-content;
  margin: 0 auto 40px;
}
.bl_lineup_items {
  width: 1000px;
  margin: 0 auto;
}
.bl_lineup_item {
  margin-top: 30px;
}

html.page_number_one .bl_fv_ttl {
  padding-top: 0;
}

.bl_lineup_ttl {
  text-align: center;
}

.bl_lineup_list {
  width: 780px;
  margin: 18px auto 0;
}

.bl_logo_slider {
  overflow: hidden;
}
.bl_scroll {
  display: flex;
  width: max-content;
  gap: 0;
  margin: 0;
  animation: loop 45s linear infinite;
  will-change: transform;
}

.bl_scroll_img {
  flex: 0 0 auto;
}

@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/*----------- appeal -----------*/
.ly_appeal {
  padding: 156px 0 105px;
  background: url(../../img/appeal_background_cover.jpg) no-repeat center/cover;
}

.bl_appeal_body {
  width: 1065px;
  height: 395px;
  border: solid 4px #003264;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 95px;
  position: relative;
}
.bl_appeal_body::before,
.bl_appeal_body::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 135px;
  height: 119px;
}
.bl_appeal_body::before {
  background: url(../../img/appeal_ribbon_left.png) no-repeat center/contain;
  bottom: -8px;
  left: -10px;
}
.bl_appeal_body::after {
  background: url(../../img/appeal_ribbon_right.png) no-repeat center/contain;
  top: -8px;
  right: -10px;
}

.bl_appeal_ttl {
  margin-top: -20px;
}

.bl_appeal_img {
  margin: -110px 0 0 17px;
}

/*----------- about -----------*/
.ly_about {
  background: #ebf9fe;
  text-align: center;
  padding: 90px 0 20px;
}

.bl_about_txt {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: bold;
  margin-top: 8px;
}

.bl_about_img {
  margin-top: 30px;
}

.bl_about_catch {
  margin-top: 5px;
  background: url(../../img/about_bottom_background.png) no-repeat center/contain;
}

/*----------- trouble -----------*/
.ly_trouble {
  padding: 115px 0 0;
}

.bl_trouble_ttl {
  text-align: center;
}

.bl_trouble_list {
  width: 810px;
  margin: 18px auto 0;
}

.bl_trouble_body {
  position: relative;
  margin-top: 30px;
  padding: 210px 0 115px;
  background: url(../../img/trouble_background_cover.jpg) no-repeat center/cover;
}
.bl_trouble_body::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 582.5px 0 582.5px;
  border-color: #ffffff transparent transparent transparent;
}

.bl_trouble_catch {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.3555555556;
  color: #fff;
}
.bl_trouble_catch::before {
  content: "";
  background: url(../../img/trouble_attention.png) no-repeat center/contain;
  width: 50px;
  height: 46px;
  display: inline-block;
}

.bl_trouble_txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  width: 760px;
  margin: 17px auto 0;
  text-indent: -0.5em;
}
.bl_trouble_txt span {
  color: #3dc9fe;
  font-weight: bold;
  line-height: 2;
}

/*----------- info -----------*/
.ly_info {
  position: relative;
  z-index: 10;
  padding: 110px 0 35px;
  background: url(../../img/info_background_cover.jpg) no-repeat center/cover;
}

.bl_info_wrapper {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
.bl_info_wrapper::after {
  content: "";
  background: url(../../img/info_img.png) no-repeat center/contain;
  width: 428px;
  height: 526px;
  display: inline-block;
  position: absolute;
  top: -69px;
  right: -77px;
}
.bl_info_catch {
  margin-left: 45px;
}

.bl_info_ttl {
  font-size: 39px;
  font-weight: bold;
  line-height: 1.4102564103;
  letter-spacing: 0.02em;
  color: #055195;
  margin: 20px 0 0 55px;
}

.bl_info_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.bl_info_btn {
  background: url(../../img/info_button_contact.png) no-repeat center/contain;
  width: 433px;
  height: 110px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: 33px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.bl_info_btn:hover {
  opacity: 0.8;
}
.bl_info_btn:nth-child(2) {
  background: url(../../img/info_button_request.png) no-repeat center/contain;
}
.bl_info_btn:nth-child(2)::before {
  background: url(../../img/info_button_request_free.png) no-repeat center/contain;
}
.bl_info_btn::before {
  content: "";
  background: url(../../img/info_button_contact_free.png) no-repeat center/contain;
  width: 56px;
  height: 56px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 25px 27px;
}
.bl_info_btn::after {
  content: "";
  background: url(../../img/info_button_arrow.png) no-repeat center/contain;
  width: 10px;
  height: 17px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 35px 25px 0px;
}
.bl_info_btn a {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 25px;
}

/*----------- performance -----------*/
.ly_performance {
  padding: 145px 0 110px;
  position: relative;
  background: url(../../img/pc_performance2_background_cover.jpg) no-repeat center
    bottom / 100% auto;
}
.bl_performance_ttl {
  text-align: center;
}
.bl_performance_list {
  margin: 75px auto 0;
}
.bl_performance_list li + li {
  margin-top: 65px;
}
.bl_performance_catch {
  max-width: fit-content;
  margin: auto;
}

/*----------- reason -----------*/
.ly_reason {
  padding: 160px 0 35px;
  background: url(../../img/reason_background_cover.jpg) no-repeat top center/cover;
}

.bl_reason_ttl {
  text-align: center;
}

.bl_reason_list {
  margin: 75px auto 0;
  width: 1000px;
}
.bl_reason_list li {
  position: relative;
  width: 100%;
  height: 400px;
  background: #055195;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bl_reason_list li + li {
  margin-top: 35px;
}

.bl_reason_img {
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bl_reason_num {
  position: absolute;
  top: 0;
  right: 60px;
}

.bl_reason_catch {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2941176471;
  color: #fff;
  width: 535px;
  margin: 0 auto;
}

.bl_reason_txt {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  width: 530px;
  margin: 15px 0 0 auto;
  padding-right: 80px;
}

.bl_reason_graph {
  text-align: center;
  margin-top: 65px;
}

/*----------- case -----------*/
.ly_case {
  background: #ebf9fe;
  padding: 120px 0 70px;
  position: relative;
}

.bl_case_ttl {
  text-align: center;
}

.bl_caseList {
  margin-top: 60px;
}

.bl_caseList_item {
  width: 960px;
  margin: 0 90px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="15" /></filter></svg>#filter');
  -webkit-filter: blur(15px);
  filter: blur(15px);
}
.bl_caseList_item.slick-current {
  -webkit-filter: none;
  filter: none;
}

.bl_caseList_top {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 160px;
  padding-left: 365px;
  background: url(../../img/case_blue_background.png) no-repeat center/cover;
}

.bl_caseSList_img {
  position: absolute;
  top: 0;
  left: 0;
}

.bl_caseList_ttl {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.2307692308;
  margin-top: 5px;
}

.bl_caseList_conts {
  background: #fff;
  height: 430px;
  padding: 30px 85px 45px 90px;
}

.bl_caseList_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_caseList_detail dt {
  width: 95px;
  height: 32px;
  border-radius: 16px;
  color: #fff;
  background: #42b9e6;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0;
  margin-right: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bl_caseList_detail:last-child dt {
  background: #055297;
}
.bl_caseList_detail:not(:first-child) {
  margin-top: 15px;
}
.bl_caseList_detail dd {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.02em;
}
.bl_caseList_detail dd span {
  font-weight: bold;
  line-height: 1.375;
  letter-spacing: 0.02em;
}

/*----------- slick -----------*/
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-arrow {
  position: absolute;
  top: 54.5%;
  z-index: 50;
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.slick-arrow.prev {
  left: calc(50vw - 505px);
}
.slick-arrow.next {
  right: calc(50vw - 505px);
}

.slick-dots {
  margin: 33px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slick-dots li {
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b2d2dd;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  background: #055195;
}

/*----------- means -----------*/
.ly_means {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(240, 251, 255)),
    color-stop(50%, rgb(254, 254, 254)),
    to(rgb(240, 251, 255))
  );
  background: linear-gradient(
    90deg,
    rgb(240, 251, 255) 0%,
    rgb(254, 254, 254) 50%,
    rgb(240, 251, 255) 100%
  );
}

.bl_means_ttl {
  text-align: center;
}

.bl_meansList {
  width: 915px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bl_meansList li {
  width: 270px;
  margin-bottom: 27px;
}
.bl_meansList li:last-child {
  width: 100%;
}

.bl_meansList_ttl {
  color: #fff;
  background: #055195;
  text-align: center;
  border-radius: 25px;
  padding: 15px 0;
  margin-top: 17px;
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.ly_means {
  padding: 145px 0 100px;
}

.bl_meansList_img {
  width: 100%;
  height: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.bl_meansList_img img {
  width: auto;
  height: auto;
}

.bl_meansList_txt {
  margin-top: 15px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.bl_meansList_txt.__sample {
  font-size: 16px;
  font-weight: bold;
  width: 705px;
  margin: 36px auto 0;
}
.bl_meansList_txt span {
  font-weight: bold;
  font-size: 20px;
  display: block;
  line-height: 1.4;
}

.bl_meansList_wrapper {
  background: #c6f0ff;
  width: 732px;
  margin: 22px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 21px 0;
}
.bl_meansList_wrapper::before,
.bl_meansList_wrapper::after {
  content: "";
  width: 10px;
  height: 70px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bl_meansList_wrapper::before {
  background: url(../../img/means4_frame_left.png) no-repeat center/contain;
  left: 15px;
}
.bl_meansList_wrapper::after {
  background: url(../../img/means4_frame_right.png) no-repeat center/contain;
  right: 15px;
}

.bl_meansList_per {
  margin-left: 75px;
}

.bl_meansList_calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}
.bl_meansList_calc dt {
  width: 195px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4285714286;
}
.bl_meansList_calc dd {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4285714286;
}

.bl_meansDelivery {
  width: 900px;
  border: solid 1px #2190cd;
  margin: 30px auto 0;
  padding: 55px 0 65px;
}

.bl_meansDelivery_ttl {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.1333333333;
  color: #2190cd;
}

.bl_meansDelivery_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -8px;
}
.bl_meansDelivery_list li {
  margin: 0px 25px;
}

.bl_meansDelivery_img {
  width: 100%;
  height: 167px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.bl_meansDelivery_img img {
  width: auto;
  height: auto;
}

.bl_meansDelivery_txt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.125;
  margin-top: 3px;
}
.bl_meansDelivery_txt span {
  font-size: 14px;
  font-weight: bold;
}

/*----------- flow -----------*/
.ly_flow {
  background: #ebf9fe;
  padding: 110px 0;
}

.bl_flow_ttl {
  text-align: center;
}

.bl_flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1000px;
  margin: 53px auto 0;
  position: relative;
}
.bl_flow_list::before {
  content: "";
  background: url(../../img/flow_bar.png) no-repeat center/contain;
  width: 825px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bl_flow_list li {
  width: 167px;
}

.bl_flow_img {
  position: relative;
  z-index: 10;
}

.bl_flow_txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 17px;
}
.bl_flow_txt.__link {
  text-align: center;
}
.bl_flow_txt.__link a {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  color: inherit;
}

/*----------- faq -----------*/
.ly_faq {
  padding: 123px 0 38px;
}

.bl_faq_ttl {
  text-align: center;
}

.bl_faq_list {
  width: 1000px;
  margin: 54px auto 0;
}
.bl_faq_list li {
  margin-bottom: 37px;
}

.bl_faq_q {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(37, 157, 203)),
    to(rgb(5, 81, 149))
  );
  background-image: linear-gradient(
    90deg,
    rgb(37, 157, 203) 0%,
    rgb(5, 81, 149) 100%
  );
  width: 1000px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 26px 90px;
  position: relative;
  cursor: pointer;
}
.bl_faq_q::before {
  content: "";
  background: url(../../img/faq_q.png) no-repeat center/contain;
  width: 70px;
  height: 70px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.bl_faq_q::after {
  content: "";
  background: url(../../img/faq_arrow_off.png) no-repeat center/contain;
  width: 27px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.bl_faq_q.open::after {
  background: url(../../img/faq_arrow_on.png) no-repeat center/contain;
}

.bl_faq_a {
  padding: 27px 50px 40px;
  display: none;
}

.bl_faq_txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
}
.bl_faq_txt + .bl_faq_txt {
  margin-top: 26px;
}

/*----------- footer -----------*/
.ly_footer {
  background: #055195;
  text-align: center;
  padding: 70px 0 22px;
}

.bl_footer_info {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.06em;
  margin-top: 18px;
}

.bl_footer_copyright {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #fff;
  margin-top: 42px;
  display: block;
}
