@charset "UTF-8";
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*  代理店 CSS
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* 見出しやロケールナビなど共通要素 */
body.partner_detail .old-wrapper .mainImage {
  position: relative;
  width: 140rem;
  height: 50rem;
  margin: 8rem auto 0;
  padding-top: 7.2rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.partner_detail .old-wrapper .mainImage ._tagline,
body.partner_detail .old-wrapper .mainImage ._lead {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.13em;
  color: #fff;
}
body.partner_detail .old-wrapper .mainImage ._tagline {
  display: inline-block;
  padding: 0 2.5rem 0.4rem;
  border-bottom: 0.1rem solid #fff;
}
body.partner_detail .old-wrapper .mainImage h1 {
  margin: 3rem 0 2.6rem;
}
body.partner_detail .old-wrapper .mainImage h1 img {
  width: 42rem;
}
body.partner_detail .old-wrapper .mainImage .btn {
  margin-top: 4rem;
  line-height: 6rem;
}
body.partner_detail .old-wrapper #mainContents {
  padding-top: 0;
}
body.partner_detail .old-wrapper .container {
  width: 1080px;
  margin: 0 auto;
  padding-top: 0;
  text-align: justify;
}
body.partner_detail .old-wrapper p {
  margin-bottom: 1em;
  font-size: 1.6rem;
}
body.partner_detail .old-wrapper ul.normal {
  list-style-type: disc;
  margin: 2em 1em;
  padding-left: 1.7em;
}
body.partner_detail .old-wrapper ul.large-disc {
  margin-left: 1.2em;
  font-size: 1.6rem;
}
body.partner_detail .old-wrapper .btn {
  color: #fff;
  background-color: #000;
}
body.partner_detail .old-wrapper .local-nav {
  display: flex;
  justify-content: center;
  width: 140rem;
  margin: 0 auto;
  margin-top: 0;
  background-color: #f2f2f2;
}
body.partner_detail .old-wrapper .local-nav li a {
  display: block;
  padding: 0 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 5rem;
  text-align: center;
  text-decoration: none;
  color: #474747;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body.partner_detail .old-wrapper .local-nav li a:hover, body.partner_detail .old-wrapper .local-nav li a:hover span {
  color: #005aa9;
}
body.partner_detail .old-wrapper .sectionTitle {
  margin-top: 3.5em;
}
body.partner_detail .old-wrapper .sub-sectionTitle {
  margin: 2em 0 0;
  font-size: 2rem;
  font-weight: bold;
}
body.partner_detail .old-wrapper [data-lity] {
  display: inline-block;
}
body.partner_detail .old-wrapper .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.partner_detail .old-wrapper .features li {
  width: 49%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc !important;
}
body.partner_detail .old-wrapper .features li ._icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
}
body.partner_detail .old-wrapper .features li h3 {
  margin: 30px 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.partner_detail .old-wrapper .features li p {
  line-height: 1.7;
}
body.partner_detail .old-wrapper .features li ._img {
  width: 36rem;
  height: 20rem;
  margin: 0 auto;
  overflow: hidden;
}
body.partner_detail .old-wrapper .features li ._img img {
  display: block;
  width: 100%;
  max-height: none; /* style.cssの指定をリセット */
}
body.partner_detail .old-wrapper .wedo-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
body.partner_detail .old-wrapper .wedo-list li:last-child {
  margin-bottom: 0;
}
body.partner_detail .old-wrapper .wedo-list li ._text {
  width: 48%;
}
body.partner_detail .old-wrapper .wedo-list li ._text ._num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  border-radius: 100%;
  background-color: #000;
}
body.partner_detail .old-wrapper .wedo-list li ._text h3 {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
body.partner_detail .old-wrapper .wedo-list li ._img {
  width: 48%;
}
body.partner_detail .old-wrapper .wedo-list li:nth-child(2n) {
  flex-direction: row-reverse;
}
body.partner_detail .old-wrapper .plugin-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
body.partner_detail .old-wrapper .plugin-list li {
  width: 32%;
  margin: 1rem 2% 10px 0;
}
body.partner_detail .old-wrapper .plugin-list li:nth-of-type(3n) {
  margin-right: 0;
}
body.partner_detail .old-wrapper .plugin-list li ._item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
}
body.partner_detail .old-wrapper .plugin-list li ._item * {
  max-width: 100%; /* IE11ではみ出さない用 */
}
body.partner_detail .old-wrapper .plugin-list li ._item:hover ._icon img {
  transform: scale(1.4);
}
body.partner_detail .old-wrapper .plugin-list li ._item:hover .btn {
  transform: scale(1.1);
}
body.partner_detail .old-wrapper .plugin-list li ._item._coming-soon {
  align-items: center;
  justify-content: center;
  padding: 3rem;
  background-color: #f2f2f2;
}
body.partner_detail .old-wrapper .plugin-list li ._item._coming-soon img {
  opacity: 0.2;
  width: 90px;
  height: 90px;
}
body.partner_detail .old-wrapper .plugin-list li ._item._coming-soon h3 {
  margin: 2.5rem 0;
  font-family: "Lato";
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
body.partner_detail .old-wrapper .plugin-list li ._icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18rem;
  padding: 3rem;
  background-color: #fff;
}
body.partner_detail .old-wrapper .plugin-list li ._icon img {
  transition: all 0.2s linear;
}
body.partner_detail .old-wrapper .plugin-list li ._text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  padding: 3rem;
  background-color: #f2f2f2;
}
body.partner_detail .old-wrapper .plugin-list li ._text h3 {
  margin-bottom: 2.5rem;
  font-family: "Lato";
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
body.partner_detail .old-wrapper .plugin-list li ._text p {
  margin-bottom: 3rem;
  line-height: 1.7;
}
body.partner_detail .old-wrapper .plugin-list li ._text .btn {
  margin-top: auto;
}
body.partner_detail .old-wrapper .contact-box {
  margin: 10rem 0;
  padding: 5rem 0;
  text-align: center;
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  body.partner_detail .old-wrapper .mainImage {
    width: 100%;
    height: 50rem;
    margin: 0;
    padding-top: 7.2rem;
  }
  body.partner_detail .old-wrapper .mainImage ._tagline,
  body.partner_detail .old-wrapper .mainImage ._lead {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  body.partner_detail .old-wrapper .mainImage ._tagline {
    font-size: 3.5vw;
    padding: 0 1.5rem 0.4rem;
    white-space: nowrap;
  }
  body.partner_detail .old-wrapper .mainImage h1 img {
    width: 80%;
    max-width: 420px;
  }
  body.partner_detail .old-wrapper .mainImage .btn {
    max-width: 400px;
    margin-top: 2rem;
  }
  body.partner_detail .old-wrapper .local-nav {
    flex-wrap: wrap;
    width: 100%;
    border-radius: 0;
  }
  body.partner_detail .old-wrapper .local-nav li {
    flex-grow: 1;
  }
  body.partner_detail .old-wrapper .local-nav li a {
    padding: 0 20px;
    font-size: 14px;
    line-height: 50px;
    border: 1px solid #fff;
  }
  body.partner_detail .old-wrapper .sub-sectionTitle {
    font-size: 1.8rem;
  }
  body.partner_detail .old-wrapper .features {
    display: block;
  }
  body.partner_detail .old-wrapper .features li {
    width: 100%;
    margin: 30px 0;
    padding: 30px;
  }
  body.partner_detail .old-wrapper .features li ._icon {
    height: 50px;
  }
  body.partner_detail .old-wrapper .features li h3 {
    margin: 30px 0 10px;
  }
  body.partner_detail .old-wrapper .features li ._img {
    width: 100%;
    height: 40vw;
  }
  body.partner_detail .old-wrapper .features li ._img img {
    max-width: 100%;
  }
  body.partner_detail .old-wrapper .wedo-list li {
    display: block;
    text-align: center;
  }
  body.partner_detail .old-wrapper .wedo-list li ._text {
    width: 100%;
  }
  body.partner_detail .old-wrapper .wedo-list li ._text ._num {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
  }
  body.partner_detail .old-wrapper .wedo-list li ._text h3 {
    font-size: 2rem;
  }
  body.partner_detail .old-wrapper .wedo-list li ._img {
    width: 100%;
  }
  body.partner_detail .old-wrapper .plugin-list {
    display: block;
  }
  body.partner_detail .old-wrapper .plugin-list li {
    width: 100%;
    margin: 1rem 0;
  }
  body.partner_detail .old-wrapper .contact-box {
    margin: 5rem 0;
    padding: 5rem 2rem;
  }
}

/* Atlassian */
body.partner_detail.atlassian .old-wrapper .mainImage {
  background-image: url(../../images/partner/atlassian-visual-bg.png);
}
body.partner_detail.atlassian .old-wrapper .partner-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem 0;
  padding: 3rem 0;
  border: 1px solid #ddd;
}
body.partner_detail.atlassian .old-wrapper .partner-banner img {
  width: 300px;
}
body.partner_detail.atlassian .old-wrapper .partner-banner p {
  margin-left: 3rem;
}
body.partner_detail.atlassian .old-wrapper .partner-banner b {
  font-weight: bold;
}
body.partner_detail.atlassian .old-wrapper .bridge-copy {
  position: relative;
  margin: 7.5rem 0;
  padding: 3rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  background-color: #f2f2f2;
}
body.partner_detail.atlassian .old-wrapper .bridge-copy::before {
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  bottom: 100%;
  width: 60px;
  height: 60px;
  border: 30px solid transparent;
  border-bottom: 30px solid #f2f2f2;
}
body.partner_detail.atlassian .old-wrapper .bridge-copy h2 {
  font-size: 2.4rem;
  color: #005aa9;
}
body.partner_detail.atlassian .old-wrapper .bridge-copy p {
  margin: 0;
  font-size: 1.8rem;
}
body.partner_detail.atlassian .old-wrapper .features li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  body.partner_detail.atlassian .old-wrapper .partner-banner {
    display: block;
    padding: 3rem;
    border: 1px solid #ddd;
  }
  body.partner_detail.atlassian .old-wrapper .partner-banner img {
    max-width: 100%;
  }
  body.partner_detail.atlassian .old-wrapper .partner-banner p {
    margin: 3rem 0 0;
    text-align: left;
  }
  body.partner_detail.atlassian .old-wrapper .bridge-copy {
    margin: 8vw 0;
    padding: 5vw;
    line-height: 1.7;
  }
  body.partner_detail.atlassian .old-wrapper .bridge-copy h2 {
    margin-bottom: 1vw;
    font-size: 1.6rem;
  }
  body.partner_detail.atlassian .old-wrapper .bridge-copy p {
    font-size: 1.4rem;
  }
  body.partner_detail.atlassian .old-wrapper .features li {
    width: 100%;
  }
}

/* Mattermost */
body.partner_detail.mattermost .old-wrapper .mainImage {
  background-image: url(../../images/partner/mattermost-visual-bg.png);
}
body.partner_detail.mattermost .old-wrapper .mainImage ._tagline,
body.partner_detail.mattermost .old-wrapper .mainImage ._lead {
  color: #000;
}
body.partner_detail.mattermost .old-wrapper .mainImage ._tagline {
  border-bottom-color: #000;
}
body.partner_detail.mattermost .old-wrapper .features li {
  width: 49%;
}
body.partner_detail.mattermost .old-wrapper .license-table {
  width: 100%;
}
body.partner_detail.mattermost .old-wrapper .license-table td,
body.partner_detail.mattermost .old-wrapper .license-table th {
  width: 18%;
  padding: 1.5rem;
  font-size: 1.6rem;
  vertical-align: top;
  color: #888;
  border: 1px solid #ddd;
}
body.partner_detail.mattermost .old-wrapper .license-table td:last-child,
body.partner_detail.mattermost .old-wrapper .license-table th:last-child {
  width: auto;
}
body.partner_detail.mattermost .old-wrapper .license-table th {
  font-weight: bold;
}
body.partner_detail.mattermost .old-wrapper .license-table tbody tr:last-child td,
body.partner_detail.mattermost .old-wrapper .license-table tbody tr:last-child th {
  border-bottom: 0;
}
body.partner_detail.mattermost .old-wrapper .license-table thead th {
  position: sticky; /* スクロール時に上に固定 */
  top: 0;
  z-index: 1; /* tbody内のセルより手前に表示する */
  line-height: 1.3;
  vertical-align: bottom;
  border-top: 0;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
body.partner_detail.mattermost .old-wrapper .license-table thead th:nth-child(2), body.partner_detail.mattermost .old-wrapper .license-table thead th:nth-child(3), body.partner_detail.mattermost .old-wrapper .license-table thead th:nth-child(4) {
  font-size: 2rem;
  color: #000;
}
body.partner_detail.mattermost .old-wrapper .license-table ._val {
  color: #000;
}
body.partner_detail.mattermost .old-wrapper .license-table ._icon {
  display: flex;
  align-items: center;
  height: 4rem;
}
body.partner_detail.mattermost .old-wrapper .license-table ._icon i._na {
  width: 4rem;
  height: 0.1rem;
  background-color: #aaa;
}
body.partner_detail.mattermost .old-wrapper .license-table ._icon i.fas {
  font-size: 2.8rem;
  font-weight: bold;
  color: #47b689;
}
body.partner_detail.mattermost .old-wrapper .license-table ._icon i.fas._orange {
  color: #fbb03b;
}
@media screen and (max-width: 767px) {
  body.partner_detail.mattermost .old-wrapper .features li {
    width: 100%;
  }
  body.partner_detail.mattermost .old-wrapper .table-note {
    font-size: 12px;
    color: #666;
  }
  body.partner_detail.mattermost .old-wrapper .table-wrapper {
    overflow-x: auto;
  }
  body.partner_detail.mattermost .old-wrapper .license-table {
    min-width: 800px;
  }
  body.partner_detail.mattermost .old-wrapper .license-table td,
  body.partner_detail.mattermost .old-wrapper .license-table th {
    width: 50px; /* 十分に小さくして nowrap で調整 */
    white-space: nowrap;
    padding: 10px;
    font-size: 13px;
  }
  body.partner_detail.mattermost .old-wrapper .license-table td:last-child,
  body.partner_detail.mattermost .old-wrapper .license-table th:last-child {
    width: 200px;
    white-space: normal;
  }
  body.partner_detail.mattermost .old-wrapper .license-table thead th {
    position: sticky; /* スクロール時に上に固定 */
    top: 0;
    z-index: 1; /* tbody内のセルより手前に表示する */
  }
  body.partner_detail.mattermost .old-wrapper .license-table thead th:nth-child(2), body.partner_detail.mattermost .old-wrapper .license-table thead th:nth-child(3), body.partner_detail.mattermost .old-wrapper .license-table thead th:nth-child(4) {
    font-size: 16px;
  }
}

/* Elastic */
body.partner_detail.elastic .old-wrapper .mainImage {
  padding-top: 6rem;
  background-image: url(../../images/partner/elastic-visual-bg.png);
}
body.partner_detail.elastic .old-wrapper .mainImage_image {
  margin: 1rem 0;
}
body.partner_detail.elastic .old-wrapper .mainImage_image img {
  width: 32rem;
}
body.partner_detail.elastic .old-wrapper .mainImage ._lead {
  margin: 0 0 1em;
}
body.partner_detail.elastic .old-wrapper .features li {
  width: 32%;
}
body.partner_detail.elastic .old-wrapper .license-list > li h3 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  body.partner_detail.elastic .old-wrapper .features li {
    width: 100%;
  }
  body.partner_detail.elastic .old-wrapper .license-list > li {
    padding-top: 30px;
  }
  body.partner_detail.elastic .old-wrapper .license-list > li ._overview {
    text-align: center;
  }
  body.partner_detail.elastic .old-wrapper .license-list > li ._sub-text {
    margin-top: 0;
  }
}
body.partner_detail.elastic .old-wrapper .bnrarea {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  body.partner_detail.elastic .old-wrapper .bnrarea {
    display: block;
  }
}
body.partner_detail.elastic .old-wrapper .bnrarea_title {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body.partner_detail.elastic .old-wrapper .bnrarea_title {
    margin-bottom: 40px;
  }
}
body.partner_detail.elastic .old-wrapper .bnrarea_ja {
  font-size: 1.6rem;
  color: #00c58c;
  display: block;
}
@media screen and (max-width: 767px) {
  body.partner_detail.elastic .old-wrapper .bnrarea_textarea {
    margin-top: 20px;
  }
}
body.partner_detail.elastic .old-wrapper .bnrarea_textarea p {
  font-size: 1.6rem;
}
body.partner_detail.elastic .old-wrapper .bnrarea_textarea p + p {
  margin-top: 12px;
}
body.partner_detail.elastic .old-wrapper .bnrarea_textarea .product-cta-block {
  padding: 20px 24px !important;
}
body.partner_detail.elastic .old-wrapper .bnrarea_textarea .product-cta-block-btn a {
  height: 35px;
}
body.partner_detail.elastic .old-wrapper .bnrarea_image {
  flex-shrink: 0;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  body.partner_detail.elastic .old-wrapper .bnrarea_image {
    text-align: center;
    margin-right: 0;
  }
}

/* GitLab */
body.partner_detail.gitlab .old-wrapper .mainImage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  border: 1px solid #ddd;
  background: #fff;
}
body.partner_detail.gitlab .old-wrapper .mainImage p {
  color: #000;
}
body.partner_detail.gitlab .old-wrapper .mainImage h1 {
  margin: 2rem 0;
  height: 11rem; /* IE11対応（これがないと高さが高くなってしまうので） */
}
body.partner_detail.gitlab .old-wrapper .mainImage h1 img {
  width: 35rem;
}
body.partner_detail.gitlab .old-wrapper .mainImage ._tagline {
  border-bottom-color: #000;
}
body.partner_detail.gitlab .old-wrapper .features li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  body.partner_detail.gitlab .old-wrapper .features li {
    width: 100%;
  }
}

/* OneTrust */
body.partner_detail.onetrust .old-wrapper .fv {
  text-align: center;
  padding: 0 10px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  body.partner_detail.onetrust .old-wrapper .fv img {
    width: 257px;
  }
}
body.partner_detail.onetrust .old-wrapper .fv h1 {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 3.7rem;
  color: #474747;
  margin-top: 28px;
}
body.partner_detail.onetrust .old-wrapper .features li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  body.partner_detail.onetrust .old-wrapper .features li {
    width: 100%;
  }
}

/* Hashicorp */
body.hashicorp .old-wrapper .mainImage {
  padding-top: 0 !important;
  height: auto;
}
body.hashicorp .old-wrapper .mainImage h1 {
  margin: 4rem !important;
}
body.hashicorp .old-wrapper .sectionTitle {
  margin-top: 10rem !important;
}
body.hashicorp .old-wrapper .product-list-mini {
  margin-top: 5rem;
}
body.hashicorp .old-wrapper .product-list-mini li ._logo {
  height: auto !important;
}
body.hashicorp .old-wrapper .product-list-mini li ._name {
  height: 7.8rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 1rem 0 0 0 !important;
}
body.hashicorp .old-wrapper .mini-icon-btn {
  margin-top: 1rem;
}
body.hashicorp .old-wrapper .hashicrop-features li {
  width: 32%;
}
body.hashicorp .old-wrapper .hashicorp-license ._list > li {
  width: 50% !important;
}
body.hashicorp .old-wrapper .gitlab-license ._list ._overview {
  min-height: 4.8rem !important;
}
body.hashicorp .old-wrapper .hashicorp-text {
  margin-top: 1.6rem !important;
}
body.hashicorp .old-wrapper .contact-box .m-t0 {
  margin-top: 0 !important;
}

/* Atlassian_Migrations */
body.atlassian_migrations .old-wrapper .content-inner b {
  font-weight: bold;
}
body.atlassian_migrations .old-wrapper .atlassian-magration-title {
  background: linear-gradient(to left, #00879d 0%, #006272 100%);
  height: 25rem;
  margin-bottom: 9.8rem !important;
}
body.atlassian_migrations .old-wrapper .atlassian-magration-title h1 {
  font-size: 3.6rem !important;
  font-weight: bold !important;
  line-height: 1.6 !important;
  letter-spacing: 0.15em !important;
  text-align: center !important;
  color: #fff !important;
  text-shadow: none !important;
}
body.atlassian_migrations .old-wrapper .atlassian-magration-title .atlassian-migration-color-yellow {
  color: #ffff00 !important;
}
body.atlassian_migrations .old-wrapper .atlassian-guidance-flex-row {
  grid-template-columns: repeat(1, 0.5fr) !important;
}
body.atlassian_migrations .old-wrapper .atlassian-guidance-container {
  box-shadow: none !important;
  padding: 0 !important;
}
body.atlassian_migrations .old-wrapper .section-title-en {
  display: flex;
  justify-content: center !important;
  height: 80px;
}
body.atlassian_migrations .old-wrapper .atlassian-guidance-flex-row {
  display: flex;
  justify-content: center !important;
}
body.atlassian_migrations .old-wrapper .atlassian-guidance-flex-row-1 {
  height: 16rem;
  display: flex;
  justify-content: center !important;
}
body.atlassian_migrations .old-wrapper .atlassian-guidance-flex-col {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
}
body.atlassian_migrations .old-wrapper .mgn-top-3-6 {
  margin-top: 3.6rem;
}
body.atlassian_migrations .old-wrapper .mgn-top-10 {
  margin-top: 10rem;
}
body.atlassian_migrations .old-wrapper .section-title-en p, body.atlassian_migrations .old-wrapper .section-title-en .atlassian-migration-info {
  font-weight: 700;
  font-size: 2.8rem !important;
  line-height: 4rem;
}
body.atlassian_migrations .old-wrapper .section-banner {
  width: 10rem;
  height: 2px;
  background: #00c58c !important;
}
body.atlassian_migrations .old-wrapper .support-block-text {
  width: 64rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  align-self: center;
  margin-bottom: 0;
}
body.atlassian_migrations .old-wrapper .atlassian-guidance-product-title {
  font-size: 2.8rem;
}
body.atlassian_migrations .old-wrapper .atlassian-migration-color-yellow {
  color: #eac100 !important;
}
body.atlassian_migrations .old-wrapper .section-example {
  margin-top: 4rem;
}
body.atlassian_migrations .old-wrapper .align-item-center {
  align-items: center !important;
}
body.atlassian_migrations .old-wrapper .cloud-text {
  width: 104rem;
  text-align: left;
  margin-top: 3.6rem;
}
body.atlassian_migrations .old-wrapper .inner-text {
  line-height: 2.6rem;
  font-size: 1.8rem;
}
body.atlassian_migrations .old-wrapper .milestone-title {
  width: 104rem;
  text-align: left;
  margin-top: 10rem;
}
body.atlassian_migrations .old-wrapper .ppl-area {
  margin-top: 3.6rem;
  border: solid 1.5px #d4d4d4;
  padding: 60px 61px;
}
body.atlassian_migrations .old-wrapper .footer-text {
  margin-top: 4rem !important;
}
body.atlassian_migrations .old-wrapper .sectionTitle _left {
  font-weight: 700 !important;
}
body.atlassian_migrations .old-wrapper .product-catch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
body.atlassian_migrations .old-wrapper .product-catch-right {
  margin: 0;
  width: 500px;
  height: 142px;
}
body.atlassian_migrations .old-wrapper .product-cta-title {
  margin-top: 98px;
  margin-bottom: 4rem !important;
  font-weight: 700;
  font-size: 2.8rem !important;
  line-height: 4rem;
}
body.atlassian_migrations .old-wrapper .product-catch-img {
  margin-top: 40px;
  margin-bottom: 98px;
}

/*# sourceMappingURL=partner.css.map */
