@charset "UTF-8";
/*==================================================
  api_application
==================================================*/
.p-app_intro {
  text-align: center; }
  .p-app_intro.bdr-box {
    padding: 1.6rem; }
.p-app_intro-heading01 {
  margin-bottom: 1rem;
  font-size: 3rem; }
  @media screen and (max-width: 768px) {
    .p-app_intro-heading01 {
      font-size: 2.4rem; } }
.p-app_intro-text {
  text-align: center; }

.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; }

.p-api-sunabar {
  margin-bottom: 7rem;
  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 img {
  margin-right: 3rem;
  min-width: 160px; }
  @media screen and (max-width: 768px) {
    .p-api-sunabar-img img {
      margin-right: 0;
      margin-bottom: 2rem; } }

.p-api-sunabar-head-content {
  max-width: 670px; }
  @media screen and (max-width: 768px) {
    .p-api-sunabar-head-content {
      max-width: auto; } }
  @media screen and (max-width: 980px) {
    .p-api-sunabar-head-content {
      max-width: auto; } }
  .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;
        text-align: center; } }
  .p-api-sunabar-head-content p {
    text-align: left; }
    @media screen and (max-width: 768px) {
      .p-api-sunabar-head-content p {
        text-align: center; } }

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