@charset "UTF-8";
.p-pfbank-partner {
  background-color: #0099b8; }
  @media screen and (max-width: 768px) {
    .p-pfbank-partner p {
      text-align: justify; } }

.p-pfbank-partner-title {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.33;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 5.6rem; }
  @media screen and (max-width: 768px) {
    .p-pfbank-partner-title {
      font-size: calc(24/375 * 100vw);
      padding-bottom: 1.2rem;
      margin-bottom: 3.0rem; } }
  .p-pfbank-partner-title::after {
    content: "";
    display: block;
    width: 300px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .p-pfbank-partner-title::after {
        width: 120px;
        height: 2px; } }
  .p-pfbank-partner-title span:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 60px;
    background-color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    color: #0099b8;
    margin-right: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -170px;
    margin: auto 0;
    transform: translateY(-1rem); }
    @media screen and (max-width: 768px) {
      .p-pfbank-partner-title span:first-of-type {
        width: fit-content;
        height: auto;
        padding: calc(15/375 * 100vw) calc(30/375 * 100vw);
        font-size: calc(22/375 * 100vw);
        position: static;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: calc(30/375 * 100vw);
        transform: translateY(0); } }
    .p-pfbank-partner-title span:first-of-type::before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 15px solid #fff;
      border-right: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -14px;
      margin: auto 0; }
      @media screen and (max-width: 768px) {
        .p-pfbank-partner-title span:first-of-type::before {
          border-right: calc(11/375 * 100vw) solid transparent;
          border-left: calc(11/375 * 100vw) solid transparent;
          border-top: calc(16/375 * 100vw) solid #fff;
          border-bottom: 0;
          left: 0;
          right: 0;
          top: auto;
          bottom: calc(-15/375 * 100vw);
          margin: 0 auto; } }

.p-pfbank-partner-box {
  display: flex;
  width: 100%;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .p-pfbank-partner-box {
      flex-direction: column; } }

.p-pfbank-partner-col {
  width: 50%;
  position: relative; }
  @media screen and (max-width: 768px) {
    .p-pfbank-partner-col {
      width: 100%; } }
  .p-pfbank-partner-col:nth-of-type(1) {
    padding-left: 2.0rem;
    padding-right: 3.0rem; }
    @media screen and (max-width: 768px) {
      .p-pfbank-partner-col:nth-of-type(1) {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: calc(25/375 * 100vw);
        margin-bottom: calc(25/375 * 100vw); } }
    .p-pfbank-partner-col:nth-of-type(1)::after {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      background-image: linear-gradient(to bottom, #fff, #fff 4px, transparent 4px, transparent 8px);
      background-size: 1px 8px;
      background-position: right top;
      background-repeat: repeat-y;
      pointer-events: none;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto 0; }
      @media screen and (max-width: 768px) {
        .p-pfbank-partner-col:nth-of-type(1)::after {
          width: 100%;
          height: 1px;
          background-image: linear-gradient(to right, #fff, #fff 4px, transparent 4px, transparent 8px);
          background-size: 8px 1px;
          background-position: left center;
          background-repeat: repeat-x;
          top: auto;
          left: 0;
          margin: 0 auto; } }
  .p-pfbank-partner-col:nth-of-type(2) {
    padding-left: 3.0rem;
    padding-right: 2.0rem; }
    @media screen and (max-width: 768px) {
      .p-pfbank-partner-col:nth-of-type(2) {
        padding-left: 0;
        padding-right: 0; } }

.p-pfbank-partner-subtitle {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin-bottom: 2.0rem; }

.p-pfbank-partner-image {
  display: block;
  margin: 3.0rem auto 2.0rem; }
  .p-pfbank-partner-image--w1 {
    width: 303px; }
    @media screen and (max-width: 768px) {
      .p-pfbank-partner-image--w1 {
        width: calc(280/375 * 100vw); } }
  .p-pfbank-partner-image--w2 {
    width: 213px; }
    @media screen and (max-width: 768px) {
      .p-pfbank-partner-image--w2 {
        width: calc(212/375 * 100vw); } }
  .p-pfbank-partner-image img {
    vertical-align: top;
    line-height: 1; }

/*==================================================
  api index
==================================================*/
.btn-E_inner {
  background: #fff; }

.p-api-hero {
  margin-top: 91px;
  background: url(../img/mv-bg.jpg) center center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .p-api-hero {
      margin-top: 52px;
      background-image: url(../img/mv-bg-sp.jpg); } }

.anchorNav.api-local {
  max-width: 980px;
  margin: 0 auto 4.8rem; }

.p-api-hero_inner {
  max-width: 1080px;
  margin: auto;
  padding-bottom: 20px;
  color: #fff; }
  @media screen and (max-width: 568px) {
    .p-api-hero_inner {
      padding: 0 3rem 2rem; } }
  @media screen and (max-width: 568px) {
    .p-api-hero_inner .btn-sbys_item {
      margin: 0 auto 1.6rem; } }

.p-api-hero_inner-top {
  padding: 0 30px; }
  @media screen and (max-width: 568px) {
    .p-api-hero_inner-top {
      padding: 0 15px; } }
  .p-api-hero_inner-top h1 {
    padding: 40px 0 0;
    text-shadow: 0px 0px 22px rgba(0, 0, 0, 0.75);
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto; }
    @media screen and (max-width: 568px) {
      .p-api-hero_inner-top h1 {
        padding-top: calc(30 / 720 * 100%); } }

.p-api-hero_copy {
  text-align: left;
  margin-left: 1rem;
  margin-top: 2rem;
  width: calc(548 / 1020 * 100%); }
  @media screen and (max-width: 568px) {
    .p-api-hero_copy {
      width: 100%;
      margin-left: 0; } }

.p-api-hero_h1-top {
  display: block;
  font-size: 7rem;
  line-height: 1.2; }
  @media screen and (max-width: 568px) {
    .p-api-hero_h1-top {
      font-size: 2.6rem; } }

.p-api-hero_h1-bottom {
  display: block;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 2px solid #fff;
  font-size: 3.5rem; }
  @media screen and (max-width: 568px) {
    .p-api-hero_h1-bottom {
      margin-top: 1rem;
      font-size: 1.7rem; } }

.p-api-hero_badge {
  flex-shrink: 0;
  margin-right: 50px; }
  @media screen and (max-width: 568px) {
    .p-api-hero_badge {
      margin-right: calc(18 / 720 * 100%);
      width: calc(147 / 720 * 100%); } }

.p-api-hero_inner-bottom {
  margin: 15px auto 0;
  padding: 0 30px; }
  @media screen and (max-width: 568px) {
    .p-api-hero_inner-bottom {
      padding: 0 15px; } }

.p-api-hero-bottom-box {
  display: flex;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 568px) {
    .p-api-hero-bottom-box {
      flex-wrap: wrap; } }

.p-api-hero-graph {
  position: absolute;
  right: 0;
  top: calc(-102 / 230 * 100%);
  right: calc(0 / 1020 * 100%);
  width: calc(363 / 1020 * 100%); }
  @media screen and (max-width: 568px) {
    .p-api-hero-graph {
      position: static;
      width: 100%;
      margin-top: 2rem; } }

.p-api-hero_point {
  display: flex;
  justify-content: space-between;
  width: calc(672 / 1020 * 100%); }
  @media screen and (max-width: 568px) {
    .p-api-hero_point {
      width: 100%; } }
  .p-api-hero_point li {
    flex-basis: 30%;
    max-width: 260px; }

p.p-api-hero_annotation {
  margin-top: 2rem;
  font-size: 1.2rem;
  text-align: left; }

.p-api_btn_outer {
  max-width: 100%;
  width: 428px;
  margin-bottom: 70px; }

.p-api_large-btn-A {
  font-size: 2.2rem; }
  .p-api_large-btn-A .btn-A_inner {
    padding: 1.4rem 0 1.2rem; }

.p-api-sunabar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  border: 2px solid #E6E6E6; }
  @media screen and (max-width: 768px) {
    .p-api-sunabar {
      flex-direction: column; } }

.p-api-sunabar-img {
  margin-right: 3rem; }
  @media screen and (max-width: 768px) {
    .p-api-sunabar-img {
      margin-right: 0;
      margin-bottom: 2rem; } }

.p-api-sunabar-head-content h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    .p-api-sunabar-head-content h3 {
      font-size: 2rem; } }

.p-api_solution {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .p-api_solution {
      display: block; }
      .p-api_solution dl + dl {
        margin-top: 30px; } }

.p-api_solution-item {
  display: flex;
  flex-direction: column;
  flex-basis: 31%;
  max-width: 302px; }
  @media screen and (max-width: 768px) {
    .p-api_solution-item {
      max-width: none; } }
  .p-api_solution-item dt {
    margin-bottom: 15px;
    text-align: center;
    line-height: 1; }
  .p-api_solution-item dd {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 2rem 1.6rem 2.4rem;
    background: #fff;
    border: 2px solid #E6E6E6;
    text-align: center; }
  .p-api_solution-item .p-api_solution-copy01 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
    font-size: 1.95rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    word-break: break-all; }
  .p-api_solution-item .p-api_solution-arrow {
    flex-shrink: 0;
    margin: 10px 0; }
  .p-api_solution-item .p-api_solution-fig {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 153px;
    margin-bottom: 15px; }
  .p-api_solution-item .p-api_solution-copy02 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 2.8em;
    color: #1275ce;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .p-api_solution-item .p-api_solution-copy02 {
        min-height: 0; } }

.p-api_offer {
  padding: 2rem 5.5rem 1.5rem;
  color: #fff;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .p-api_offer {
      padding: 2rem; } }
  .p-api_offer * {
    text-align: center; }

.p-api_offer-heading01 {
  margin-bottom: 0.6rem;
  font-size: 4.2rem; }
  @media screen and (max-width: 768px) {
    .p-api_offer-heading01 {
      font-size: 3.4rem; } }

.p-api_offer-heading02 {
  margin-bottom: 1rem;
  padding: 0.6rem;
  background: #fff;
  font-size: 2.4rem;
  font-weight: bold; }

p.p-api_offer-txt {
  margin-bottom: 2.4rem;
  font-size: 2rem;
  text-align: center; }

.p-api_free-api {
  margin-bottom: 90px; }

.p-api_free-api-wrap {
  background: #1275ce; }
  .p-api_free-api-wrap .p-api_offer-heading02 {
    color: #1275ce; }

.p-api_paid-api {
  margin-bottom: 60px; }

.p-api_paid-api-wrap {
  background: #0e589b; }
  .p-api_paid-api-wrap .p-api_offer-heading02 {
    color: #0e589b; }

p.p-api_paid-copy {
  margin-bottom: 3rem;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 768px) {
    p.p-api_paid-copy {
      font-size: 2rem; } }

.p-api_contract {
  max-width: 800px;
  margin: auto; }

.p-api_contract-wrap {
  padding: 2rem 2rem 2rem;
  background: #fff;
  text-align: center; }
  .p-api_contract-wrap p {
    text-align: center; }
  .p-api_contract-wrap > div + div {
    margin-top: 70px; }

.p-api_contract-haeding {
  margin-bottom: 4rem;
  font-size: 2.6rem;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .p-api_contract-haeding {
      font-size: 2rem; } }

.p-api_logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  .p-api_logo-list .p-api_logo-item {
    position: relative;
    max-width: 20%;
    padding: 0 2.4rem 1.8rem;
    flex-basis: 20%;
    text-align: center;
    /*
    &:nth-child(-n+6){
      max-width: 16.666%;
      flex-basis: 16.666%;
    }
    */ }
    @media screen and (max-width: 568px) {
      .p-api_logo-list .p-api_logo-item {
        max-width: 50%;
        flex-basis: 50%;
        padding: 1rem 1.6rem;
        /*
        &:nth-child(-n+6) {
          max-width: 50%;
          flex-basis: 50%;
        }
        */ } }

.p-api_logo-att {
  font-size: 1.4rem;
  text-align: right; }

.p-api_contract-step {
  margin-top: 90px; }
  .p-api_contract-step .card-A .card-A_item {
    border: 2px solid #E6E6E6;
    background-color: #fff;
    box-shadow: none;
    padding: 1rem 2.4rem 3.2rem; }
    @media screen and (max-width: 568px) {
      .p-api_contract-step .card-A .card-A_item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: left;
        padding: 2.4rem 1.5rem; } }
  @media screen and (max-width: 568px) {
    .p-api_contract-step .card-A_item-icon {
      max-width: calc(158 / 710 * 100%);
      flex-basis: calc(158 / 710 * 100%); }
    .p-api_contract-step .card-A_item-txt {
      max-width: calc(510 / 710 * 100%);
      padding-left: 37px; } }
  .p-api_contract-step .card-A_item_heading_cap {
    font-size: 2rem;
    font-weight: bold;
    line-height: 3.5rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #003f7f !important; }
    .p-api_contract-step .card-A_item_heading_cap span {
      font-size: 3.5rem;
      margin-left: 1rem; }
  .p-api_contract-step .p-api-step li:nth-of-type(1) {
    position: relative; }
    .p-api_contract-step .p-api-step li:nth-of-type(1) .card-A_item:before {
      content: "＼まずはこちらから／";
      position: absolute;
      width: 100%;
      top: -40px;
      left: 50%;
      right: 50%;
      transform: translateX(-50%);
      color: #f7931e;
      text-align: center; }
  @media screen and (max-width: 568px) {
    .p-api_contract-step .card-A_item_heading-02 {
      margin-bottom: 1.5rem; } }
  .p-api_contract-step .card-A_img {
    margin: 1rem auto 2rem;
    text-align: center !important; }

.slick-prev {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 100px;
  height: 70.6px;
  background: #003f7f;
  clip-path: polygon(0 50%, 35.4% 0, 35.4% 50%, 100% 50%, 100% 50%, 35.4% 50%, 35.4% 100%);
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .slick-prev {
      width: 40px;
      height: 28.3px;
      left: -25px; } }
  @media screen and (max-width: 568px) {
    .slick-prev {
      display: none !important; } }

.slick-next {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 100px;
  height: 70.6px;
  background: #003f7f;
  clip-path: polygon(0 50%, 64.6% 50%, 64.6% 0, 100% 50%, 64.6% 100%, 64.6% 50%, 0 50%);
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .slick-next {
      width: 40px;
      height: 28.3px;
      right: -25px; } }
  @media screen and (max-width: 568px) {
    .slick-next {
      display: none !important; } }

.p-api_support-tool .card-A.withShadow .card-A_item {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 463px;
  padding: 0;
  border-top: none; }
  @media screen and (max-width: 768px) {
    .p-api_support-tool .card-A.withShadow .card-A_item {
      margin: auto; } }
  .p-api_support-tool .card-A.withShadow .card-A_item img {
    vertical-align: top; }
.p-api_support-tool .p-api_card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 2.5rem 2.5rem 4rem; }
.p-api_support-tool .p-api_card-inner-bottom {
  margin-top: 2.8rem; }
.p-api_support-tool .card-A_item_heading-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.2em; }
.p-api_support-tool p.p-api_support-tool-text {
  text-align: center;
  font-weight: bold; }
.p-api_support-tool .p-api_portal .p-api_support-tool-text {
  color: #182e47; }
.p-api_support-tool .p-api_portal .btn-A {
  border-color: #182e47;
  background: #182e47; }
.p-api_support-tool .p-api_portal .btn-A_inner:hover {
  color: #182e47 !important; }
.p-api_support-tool .p-api_sunaber .p-api_support-tool-text {
  color: #1275ce; }
.p-api_support-tool .btn_outer {
  margin-top: 1rem; }

.p-api_seminar {
  margin-bottom: 70px; }
  .p-api_seminar .card-A.withShadow .card-A_item {
    border-top: none; }
    .p-api_seminar .card-A.withShadow .card-A_item figure {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 155px;
      margin-bottom: 2rem; }
  .p-api_seminar .card-A_item_heading-02 {
    color: #1275ce;
    font-size: 2rem; }

.p-api_menu .btn-sbys {
  justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .p-api_menu .btn-sbys {
      display: block; }
      .p-api_menu .btn-sbys li + li {
        margin-top: 20px; } }
.p-api_menu .btn-sbys + .btn-sbys {
  margin-top: 20px; }

.p-api-top-button01,
.p-api-top-button02 {
  width: 420px;
  margin-bottom: 4rem; }
  .p-api-top-button01 a,
  .p-api-top-button02 a {
    display: flex;
    align-items: center;
    height: 86px;
    padding-right: 1rem;
    color: #fff;
    border-radius: 8px; }
    .p-api-top-button01 a .btn_arrow,
    .p-api-top-button02 a .btn_arrow {
      padding-left: 0; }
  @media screen and (max-width: 568px) {
    .p-api-top-button01,
    .p-api-top-button02 {
      width: 100%;
      max-width: 320px;
      margin-bottom: 20px; }
      .p-api-top-button01 a,
      .p-api-top-button02 a {
        height: 60px;
        text-align: center; } }

.p-api-top-button01 a {
  background-color: #1275ce; }
  .p-api-top-button01 a img {
    margin-left: 40px; }
    @media screen and (max-width: 568px) {
      .p-api-top-button01 a img {
        width: 45px;
        margin: 0 10px; } }

.p-api-top-button02 {
  margin-top: 4rem; }
  .p-api-top-button02 a {
    background-color: #182e47; }
    .p-api-top-button02 a img {
      margin: 0 20px 0 10px; }
      @media screen and (max-width: 568px) {
        .p-api-top-button02 a img {
          width: 75px;
          margin: 0 10px; } }
  .p-api-top-button02 p {
    margin-bottom: 1rem;
    text-align: center;
    line-height: 1.6; }

.p-api_list_btn_wrap {
  margin-bottom: 70px !important; }
  @media screen and (max-width: 768px) {
    .p-api_list_btn_wrap {
      margin-bottom: 30px !important; } }
  .p-api_list_btn_wrap .btn-A {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100% !important; }
    .p-api_list_btn_wrap .btn-A .btn-A_inner {
      display: flex;
      align-items: center;
      height: 100%;
      width: 100% !important; }

.p-btn_border_bold {
  border: 1px solid #1275ce; }

.p-lh-14 {
  line-height: 1.4; }

.p-img_btn {
  margin-left: 0 !important; }
  .p-img_btn img {
    width: 100%; }

/*--- button typeorange pfbank ---*/
.btn-orange {
  line-height: 1.8;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  margin: 0;
  text-align: center;
  border-right: 2px solid #F7931E;
  border-left: 2px solid #F7931E;
  color: #fff;
  background: linear-gradient(45deg, #F7931E 0%, #F7931E 100%); }

.btn-orange:hover {
  color: #F7931E; }

.btn-orange::before, .btn-orange::after {
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background: linear-gradient(45deg, #F7931E 0%, #F7931E 100%); }

.btn-orange_inner {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 46px;
  margin: 0;
  padding: .9rem 0 .7rem;
  border: none;
  align-items: center; }

.btn-orange_inner::after {
  position: absolute;
  z-index: -1;
  bottom: -15%;
  left: -10%;
  width: 0;
  height: 130%;
  content: '';
  transition: all .2s;
  transform: skewX(-25deg);
  background: linear-gradient(45deg, #fff 0%, #fff 100%); }

body:not(.iOS) .btn-orange_inner:hover {
  cursor: pointer;
  color: #F7931E; }

body:not(.iOS) .btn-orange_inner:hover::after {
  left: -10%;
  width: 120%; }

.app_btn_outer {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

/*
.p-api_logo-list{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
  .p-api_logo-item {
      max-width: 50%;
      flex-basis: 50%;
      height:75px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 1rem 1.6rem;
    img {
      margin: 0 auto;
      max-height: 70px;
    }
  }
}
*/
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 10px auto 0; }
  .slick-dots li {
    position: relative;
    cursor: pointer;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #808080;
    text-indent: -9999px; }
    .slick-dots li:not(:first-child) {
      margin-left: 18px; }
  .slick-dots .slick-active {
    opacity: 0.4; }

/*-----------------------------------------------
  partner
-----------------------------------------------*/
.p-partner {
  display: block;
  max-width: 960px;
  margin: 70px auto; }
  @media screen and (max-width: 768px) {
    .p-partner {
      margin-top: calc(30/375 * 100vw);
      margin-bottom: calc(30/375 * 100vw); } }
  .p-partner_inner {
    display: flex;
    width: 100%;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    background: #00a5f3;
    background: linear-gradient(90deg, #00a5f3 0%, #00a5f3 30%, #0059cf 100%);
    position: relative;
    padding-left: 185px;
    padding-right: 150px; }
    @media screen and (max-width: 768px) {
      .p-partner_inner {
        flex-direction: column;
        justify-content: flex-start;
        background: #0059cf;
        background: linear-gradient(to top, #0059cf 0%, #00a5f3 70%);
        min-height: calc(145/375 * 100vw);
        padding-left: 0;
        padding-right: 0; } }
    .p-partner_inner:hover {
      opacity: 0.7; }
      @media screen and (max-width: 768px) {
        .p-partner_inner:hover {
          opacity: 1; } }
  .p-partner_read {
    display: flex;
    width: 170px;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 2px solid #1275cc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto !important;
    font-size: 2.6rem;
    font-weight: bold;
    color: #1275cc; }
    @media screen and (max-width: 768px) {
      .p-partner_read {
        width: calc(136/375 * 100vw);
        height: calc(36/375 * 100vw);
        border-width: 0;
        position: relative;
        bottom: auto;
        font-size: calc(16/375 * 100vw); } }
    .p-partner_read::before, .p-partner_read::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      width: 0;
      height: 0;
      border-style: solid; }
    .p-partner_read::before {
      border-width: 8px 0 8px 13px;
      border-color: transparent transparent transparent #fff;
      z-index: 10;
      right: -12px; }
      @media screen and (max-width: 768px) {
        .p-partner_read::before {
          border-right: calc(12/375 * 100vw) solid transparent;
          border-left: calc(12/375 * 100vw) solid transparent;
          border-top: calc(12/375 * 100vw) solid #ffffff;
          border-bottom: 0;
          top: auto;
          left: 0;
          right: 0;
          bottom: calc(-10/375 * 100vw);
          margin: 0 auto; } }
    .p-partner_read::after {
      border-width: 10px 0 10px 16px;
      border-color: transparent transparent transparent #1275cc;
      z-index: 5;
      right: -16px; }
      @media screen and (max-width: 768px) {
        .p-partner_read::after {
          display: none; } }
  .p-partner_title {
    text-align: center;
    color: #fff;
    margin-top: 0 !important; }
    @media screen and (max-width: 768px) {
      .p-partner_title {
        margin-top: calc(18/375 * 100vw) !important; } }
    .p-partner_title span:first-of-type {
      display: block;
      width: fit-content;
      font-size: 2.6rem;
      font-weight: bold;
      line-height: 1.53;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .p-partner_title span:first-of-type {
          font-size: calc(18/375 * 100vw); } }
    .p-partner_title span:last-of-type {
      display: block;
      width: fit-content;
      font-size: 2.0rem;
      font-weight: bold;
      line-height: 2;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .p-partner_title span:last-of-type {
          font-size: calc(15/375 * 100vw); } }
  .p-partner_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 40px;
    background-color: #fff;
    margin-top: 0 !important;
    position: absolute;
    z-index: 10;
    right: 2px;
    bottom: 2px;
    font-size: 1.4rem;
    color: #1275cc; }
    @media screen and (max-width: 768px) {
      .p-partner_link {
        width: calc(140/375 * 100vw);
        height: calc(32/375 * 100vw);
        font-size: calc(14/375 * 100vw);
        right: 0;
        bottom: 0; } }
    .p-partner_link::after {
      content: "";
      display: block;
      width: 10px;
      height: 12px;
      background: url("/assets/baas/sunabar/index/img/icon-link-arrow.svg") no-repeat center;
      background-size: contain;
      margin-left: 6px; }
    .p-partner_link--down::after {
      transform: rotate(90deg); }

.p-api-sunabar-head-content p {
  text-align: left; }
  @media screen and (max-width: 768px) {
    .p-api-sunabar-head-content p {
      text-align: center; } }

.p-head-icon {
  display: flex;
  align-items: center;
  justify-content: center; }
  .p-head-icon:before {
    content: "";
    display: inline-block;
    width: 86px;
    height: 54px;
    background-image: url("/assets/business/api-cooperation/index/img/icon-megaphone.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 1rem; }

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