@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "MS ゴシック", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.page .research-plus {
  line-height: 1.6;
}

.page .research-plus * {
  line-height: inherit;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 1039px) {
  .sp-only {
    display: block;
  }
}

.section-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1039px) {
  .section-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 20px;
  }
}
.section-title .is-accent {
  color: #69b644;
}

.research-plus {
  /* =========================
     斜めカットのグリーン帯（下段）
     ========================= */
  /* 見出し */
  /* チェック付き箇条書き */
  /* セクション */
  /* ========================
     メインフロー（緑）
     ======================== */
  /* 右の所要期間縦帯 */
  /* ========================
     オプションフロー（青）
     ======================== */
  /* 右の“オプション”縦帯 */
}
.research-plus .rp {
  position: relative;
  background: url(../images/research_plus/fv.jpg) no-repeat center center/cover;
  padding-top: 100px;
  padding-bottom: 66px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .research-plus .rp {
    padding-top: 34px;
    padding-bottom: 36px;
  }
}
.research-plus .rp-hero-lead {
  font-size: 20px;
  margin-bottom: 28px;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .research-plus .rp-hero-lead {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.research-plus .rp-title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .research-plus .rp-title {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
.research-plus .rp-title-en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  font-weight: inherit;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .research-plus .rp-title-en {
    font-size: 28px;
  }
}
.research-plus .rp-hero-kicker {
  display: inline-block;
  padding: 10px 22px;
  line-height: 1.3;
  background: #69b644;
  color: #fff;
  font-size: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .research-plus .rp-hero-kicker {
    font-size: 16px;
    padding: 8px 16px;
    margin-bottom: 20px;
  }
}
.research-plus .rp-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .research-plus .rp-logos {
    gap: 6px;
  }
}
.research-plus .rp-logos img:first-child {
  max-width: 232px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .research-plus .rp-logos img:first-child {
    max-width: 130px;
  }
}
.research-plus .rp-logos img:nth-child(3) {
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .research-plus .rp-logos img:nth-child(3) {
    max-width: 140px;
  }
}
.research-plus .rp-logos-x {
  font-size: 30px;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  .research-plus .rp-logos-x {
    font-size: 22px;
  }
}
.research-plus .rp-cta {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .research-plus .rp-cta {
    margin-top: 30px;
  }
}
.research-plus .rp-button {
  display: inline-block;
  position: relative;
  max-width: 360px;
  width: 100%;
  padding: 14px 22px;
  background: #ef7013;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ef7013;
}
@media screen and (max-width: 767px) {
  .research-plus .rp-button {
    font-size: 16px;
    padding: 12px 20px;
    max-width: 320px;
  }
}
.research-plus .rp-button::before {
  position: absolute;
  content: "";
  background: url(../images/research_plus/mail-icon.svg) no-repeat center center/contain;
  top: 36%;
  left: 28px;
  width: 24px;
  height: 18.6px;
}
@media screen and (max-width: 767px) {
  .research-plus .rp-button::before {
    width: 20px;
    top: 32%;
  }
}
.research-plus .rp-button:hover {
  background: #fff;
  color: #ef7013;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.research-plus .rp-button:hover::before {
  background: url(../images/research_plus/mail-icon-ora.svg) no-repeat center center/contain;
}
.research-plus .rpv {
  background: #fff;
}
.research-plus .rpv-inner {
  padding-top: 88px;
  padding-bottom: 88px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .research-plus .rpv-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.research-plus .rpv-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .research-plus .rpv-title {
    margin-bottom: 30px;
  }
}
.research-plus .rpv-lead {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .research-plus .rpv-lead {
    margin-bottom: 30px;
  }
}
.research-plus .rpv-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1039px) {
  .research-plus .rpv-list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .research-plus .rpv-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.research-plus .rpv-item {
  max-width: 304px;
  width: 100%;
}
.research-plus .rpv-icon {
  width: 140px;
  height: 140px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #69b644;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .research-plus .rpv-icon {
    width: 130px;
    height: 130px;
    margin: 0 auto 14px;
  }
}
.research-plus .rpv-icon img {
  display: block;
  width: 56%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .research-plus .rpv-icon img {
    width: 52%;
  }
}
.research-plus .rpv-item-title {
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (max-width: 1039px) {
  .research-plus .rpv-item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .research-plus .rpv-item-title {
    height: auto;
  }
}
.research-plus .rpv-item-desc {
  margin: 0;
  text-align: left;
  max-width: 320px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .research-plus .rpv-item-desc {
    margin-bottom: 0;
  }
}
.research-plus .rpf {
  background: #f8f8f8;
  position: relative;
  line-height: 1.6;
}
.research-plus .rpf::after {
  position: absolute;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -111px;
  height: 111px;
  width: 100%;
  content: "";
  background: url(../images/research_plus/gray-polygon.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .research-plus .rpf::after {
    height: 60px;
    bottom: -60px;
  }
}
.research-plus .rpf-inner {
  padding-top: 88px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .research-plus .rpf-inner {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
.research-plus .rpf-title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .research-plus .rpf-title {
    margin-bottom: 30px;
  }
}
.research-plus .rpf-title .is-accent {
  color: #69b644;
}
.research-plus .rpf-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1040px;
  margin-inline: auto;
}
@media screen and (max-width: 1039px) {
  .research-plus .rpf-items {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .research-plus .rpf-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.research-plus .rpf-item {
  background: #69b644;
  border-radius: 10px;
  padding: 32px 15px;
  color: #fff;
  max-width: 304px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .research-plus .rpf-item {
    padding: 22px 15px;
  }
}
.research-plus .rpf-card-icon {
  text-align: center;
  margin-bottom: 20px;
}
.research-plus .rpf-card-icon img {
  height: 84px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .research-plus .rpf-card-icon img {
    height: 72px;
  }
}
.research-plus .rpf-card-text {
  line-height: 1.6;
}
.research-plus .rpf-card-text .is-accent {
  color: #fcff9f;
}
.research-plus .rph {
  position: relative;
  background: #69b644;
  color: #fff;
  overflow: hidden;
}
.research-plus .rph-inner {
  position: relative;
  padding-top: 200px;
  padding-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .research-plus .rph-inner {
    padding-top: 110px;
    padding-bottom: 40px;
  }
}
.research-plus .rph-inner .is-accent {
  color: #fcff9f;
}
.research-plus .rph-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .research-plus .rph-title {
    margin-bottom: 30px;
  }
}
.research-plus .rph-title-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .research-plus .rph-title-icon {
    min-width: 40px;
    min-height: 40px;
  }
}
.research-plus .rph-title-icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); /* 万一の濃色アイコン対策 */
}
.research-plus .rph-points {
  max-width: 910px;
  margin: 0 auto;
}
.research-plus .rph-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  line-height: 2;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .research-plus .rph-point {
    font-size: 16px;
    line-height: 1.5;
  }
}
.research-plus .rph-point + .rph-point {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .research-plus .rph-point + .rph-point {
    margin-top: 16px;
  }
}
.research-plus .rph-check {
  width: 22px;
  height: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22px;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  margin-top: 6px;
}
.research-plus .rph-check img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.research-plus .rps {
  background: #fff;
}
.research-plus .rps-inner {
  padding-top: 88px;
  padding-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .research-plus .rps-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.research-plus .rps-title {
  text-align: center;
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .research-plus .rps-title {
    margin-bottom: 30px;
  }
}
.research-plus .rps-track,
.research-plus .rps-option {
  max-width: 860px;
  position: relative;
  width: 100%;
  padding-right: 66px;
}
@media screen and (max-width: 767px) {
  .research-plus .rps-track,
  .research-plus .rps-option {
    padding-right: 52px;
  }
}
.research-plus .rps-track {
  margin: 0 auto 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .research-plus .rps-track {
    margin: 0 auto 12px;
  }
}
.research-plus .rps-track::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#6da6e0), to(#c3eea6));
  background: -webkit-linear-gradient(bottom, #6da6e0 0%, #c3eea6 100%);
  background: linear-gradient(0deg, #6da6e0 0%, #c3eea6 100%);
  content: "";
  height: 126%;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 0;
  width: 16px;
}
.research-plus .rps-steps,
.research-plus .rps-steps--option {
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .research-plus .rps-steps,
  .research-plus .rps-steps--option {
    row-gap: 12px;
  }
}
.research-plus .rps-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}
.research-plus .rps-step {
  position: relative;
}
.research-plus .rps-step:nth-child(1) .rps-step-card {
  background: #7bb455;
}
.research-plus .rps-step:nth-child(2) .rps-step-card {
  background: #6fa64a;
}
.research-plus .rps-step:nth-child(3) .rps-step-card {
  background: #639840;
}
.research-plus .rps-step:nth-child(4) .rps-step-card {
  background: #5c9039;
}
.research-plus .rps-step:nth-child(5) .rps-step-card {
  background: #50852c;
}
.research-plus .rps-steps--option .rps-step .rps-step-card {
  background: #2b71b8;
}
.research-plus .rps-step-card {
  position: relative;
  color: #fff;
  border-radius: 10px;
  padding: 18px 32px;
}
@media screen and (max-width: 767px) {
  .research-plus .rps-step-card {
    padding: 14px 12px;
  }
}
.research-plus .rps-step-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 6px;
}
@media screen and (max-width: 767px) {
  .research-plus .rps-step-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.research-plus .rps-step-desc {
  line-height: 1.4;
  margin: 0;
}
.research-plus .rps-note {
  font-size: 12px;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .research-plus .rps-note {
    margin-top: 10px;
    display: block;
  }
}
.research-plus .rps-badge {
  min-width: 85px;
  height: 85px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 6px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .research-plus .rps-badge {
    height: 50px;
    min-width: 50px;
    padding: 2px 6px;
  }
}
.research-plus .rps-badge-label,
.research-plus .rps-badge-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #333;
}
.research-plus .rps-badge-label {
  font-size: 20px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .research-plus .rps-badge-label {
    font-size: 14px;
  }
}
.research-plus .rps-step-card--option .rps-badge-label {
  font-size: 14px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .research-plus .rps-step-card--option .rps-badge-label {
    font-size: 10px;
    margin-top: 2px;
  }
}
.research-plus .rps-badge-num {
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  .research-plus .rps-badge-num {
    font-size: 28px;
  }
}
.research-plus .rps-duration {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 52px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fff4), to(#bdd7ac));
  background: -webkit-linear-gradient(top, #f9fff4 0%, #bdd7ac 100%);
  background: linear-gradient(180deg, #f9fff4 0%, #bdd7ac 100%);
  display: grid;
  place-items: center;
  height: 96%;
}
@media screen and (max-width: 767px) {
  .research-plus .rps-duration {
    width: 40px;
  }
}
.research-plus .rps-duration-text {
  display: block;
  font-weight: bold;
  color: #50852c;
  font-size: 20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .research-plus .rps-duration-text {
    font-size: 18px;
  }
}
.research-plus .rps-duration::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 24px solid #bdd6ac;
}
.research-plus .rps-option {
  position: relative;
  margin: 8px auto 0;
}
.research-plus .rps-step-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .research-plus .rps-step-card {
    gap: 10px;
  }
}
.research-plus .rps-step-card--option {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(89.2975609756, 151.1268292683, 217.9024390244)), to(rgb(39.4024390244, 105.0731707317, 175.9975609756)));
  background: -webkit-linear-gradient(top, rgb(89.2975609756, 151.1268292683, 217.9024390244) 0%, rgb(39.4024390244, 105.0731707317, 175.9975609756) 100%);
  background: linear-gradient(180deg, rgb(89.2975609756, 151.1268292683, 217.9024390244) 0%, rgb(39.4024390244, 105.0731707317, 175.9975609756) 100%);
  color: #fff;
}
.research-plus .rps-badge--option {
  background: #fff;
}
.research-plus .rps-option-rail {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 52px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eff7ff), to(#c5d4e3));
  background: -webkit-linear-gradient(top, #eff7ff 0%, #c5d4e3 100%);
  background: linear-gradient(180deg, #eff7ff 0%, #c5d4e3 100%);
  height: 91%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .research-plus .rps-option-rail {
    width: 40px;
  }
}
.research-plus .rps-option-text {
  display: inline-block;
  color: #2b71b8;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 20px;
}
.research-plus .rps-option-rail::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 24px solid #c5d4e4;
}
.research-plus .rpo {
  background: #f8f8f8;
}
.research-plus .rpo-inner {
  padding-top: 88px;
  padding-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .research-plus .rpo-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.research-plus .rpo-title {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .research-plus .rpo-title {
    margin-bottom: 30px;
  }
}
.research-plus .rpo-wrap {
  margin-bottom: 48px;
}
.research-plus .rpo-wrap:last-child {
  margin-bottom: 0;
}
.research-plus .rpo-wrap-title {
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .research-plus .rpo-wrap-title {
    font-size: 16px;
  }
}
.research-plus .rpo-container {
  background: #fff;
  padding: 20px;
}
.research-plus .rpo-images {
  text-align: center;
}
.research-plus .rpo-images img {
  max-width: 470px;
  width: 100%;
}
.research-plus .rpo-images--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 1039px) {
  .research-plus .rpo-images--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .research-plus .singlefree_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .research-plus .lower_wrapper {
    margin-bottom: 0;
  }
}
.research-plus .wpcf7-checkbox,
.research-plus .privacy_link .wpcf7-list-item,
.research-plus .privacy_link .wpcf7-form-control-wrap {
  display: inline;
}