@charset "UTF-8";
/*==================================================
  apilineup
==================================================*/
.p-api-top-col {
  border: 2px solid #e6e6e6; }

.p-head-balloon {
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 568px) {
  .p-head-balloon {
    width: 240px; } }
.table-B th, .table-B td {
  padding: .6rem .8rem;
  font-size: 1.2rem; }

.p-api-top-button02 a {
  height: 65px; }

.p-app_flow-lead {
  color: #003f7f;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center !important;
  margin-bottom: 4rem; }
  @media screen and (max-width: 768px) {
    .p-app_flow-lead {
      font-size: 2rem;
      margin-bottom: 2rem; } }
  .p-app_flow-lead .large {
    padding: 0 0.4rem;
    font-size: 4.8rem; }
    @media screen and (max-width: 768px) {
      .p-app_flow-lead .large {
        font-size: 4rem; } }

.p-app_flow-container {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .p-app_flow-container {
      display: block; } }
  .p-app_flow-container li {
    flex-basis: 32%;
    max-width: 302px;
    padding: 2rem;
    border: 2px solid #e6e6e6;
    background: #fff; }
    @media screen and (max-width: 768px) {
      .p-app_flow-container li {
        display: flex;
        max-width: none; }
        .p-app_flow-container li:not(:first-child) {
          margin-top: 2rem; } }
  .p-app_flow-container h3 {
    text-align: center;
    font-weight: bold; }
  @media screen and (max-width: 768px) {
    .p-app_flow-container .p-app_flow-step {
      flex-basis: 30%;
      flex-shrink: 0;
      padding-right: 2rem; } }
  .p-app_flow-container .heading-step {
    display: block;
    margin-bottom: 2rem;
    color: #1275ce;
    font-size: 2rem;
    text-align: center;
    line-height: 1; }
    .p-app_flow-container .heading-step .large {
      font-size: 3.5rem; }
  .p-app_flow-container .heading-img {
    display: block;
    margin-bottom: 1rem;
    text-align: center; }
  .p-app_flow-container .heading-txt {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 2rem; }
  .p-app_flow-container p {
    text-align: left; }

.p-api-button .btn-A_inner {
  background-color: #182e47;
  /* border: 1px solid #182e47; */
  display: flex !important;
  align-items: center; }

.p-api-button .btn-A_inner {
  border: 1px solid #182e47 !important;
  height: 65px; }

.p-api-button .btn-B02 {
  background: #182e47 !important;
  border-left: 1px solid #182e47;
  border-right: 1px solid #182e47;
  border-radius: 5px; }

.p-api-button a {
  height: 65px; }

.p-api-button .btn-A_inner:hover {
  color: #182e47 !important;
  height: 65px; }

.p-api-button p {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.6; }

.p-api-button .btn-A {
  border: none; }

body:not(.iOS).p-api-button .btn-A_inner:hover {
  color: #182e47 !important; }

.p-api-button {
  width: 420px;
  margin-top: 4rem;
  margin-bottom: 4rem; }
  @media screen and (max-width: 768px) {
    .p-api-button {
      width: 100%; } }

@media screen and (max-width: 768px) {
  .p-table-height th, .p-table-height td {
    padding: 1.6rem .8rem !important; } }

.p-table-height-sc {
  overflow-y: hidden !important; }

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

.p-api-top-wrap {
  display: flex;
  justify-content: space-between; }

@media screen and (max-width: 568px) {
  .p-api-top-wrap {
    display: block; } }
.p-api-top-col {
  display: flex;
  width: 48%;
  background-color: #fff; }

.p-api-top-col .inner {
  width: 100%;
  padding: 3rem 2rem; }

.p-api-top-col img {
  display: block;
  margin: 0 auto 1rem; }

.p-api-top-col h4 {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold; }

@media screen and (max-width: 568px) {
  .p-api-top-col {
    width: 100%; }

  .p-api-top-col .inner {
    display: flex;
    justify-content: space-between;
    padding: 10px; }

  .p-api-top-col .ic {
    width: 70px; }

  .p-api-top-col .txt {
    width: calc(100% - 80px); }

  .p-api-top-col .txt p {
    font-size: 1.4rem;
    line-height: 1.4; }

  .p-api-top-col + .p-api-top-col {
    margin-top: 1rem; }

  .p-api-top-col h4 {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.4; } }
.p-api_option {
  margin-bottom: 6rem; }

@media screen and (max-width: 568px) {
  .p-api_option {
    margin-bottom: 5rem; } }
.p-api_option .p-api_option-ttl {
  padding: 0.5rem;
  font-size: 2.1rem;
  text-align: center;
  color: #ffffff;
  background: #1275CE; }

@media screen and (max-width: 568px) {
  .p-api_option .p-api_option-ttl {
    font-size: 1.8rem; } }
.p-api_option .heading-02 {
  margin-top: 2rem; }

.p-api_option .table-B tbody td:not(:last-child) {
  text-align: center; }

.p-api-pr-col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.8rem; }

.p-api-pr-col li {
  flex-basis: 46%;
  margin: 0 2%;
  padding: 2rem;
  text-align: center;
  background: #fff; }

.p-api-pr-col h3 {
  margin-bottom: .8rem;
  font-size: 2rem;
  font-weight: bold;
  font-weight: 600; }

@media screen and (max-width: 568px) {
  .p-api-pr-col.p-api-pr-col1 {
    display: block;
    margin-bottom: 2rem; }

  .p-api-pr-col.p-api-pr-col1 li {
    display: flex;
    flex-basis: 100%;
    margin: 0 0 1rem;
    padding-right: 1rem;
    padding-left: 0; }

  .p-api-pr-col.p-api-pr-col1 h3 {
    margin-bottom: 0;
    text-align: left;
    font-size: 1.5rem; }

  .p-api-pr-col.p-api-pr-col1 p {
    font-size: 1.4rem; }

  .p-api-pr-col.p-api-pr-col1 .p-api-pr-col-img {
    width: 90px; }

  .p-api-pr-col.p-api-pr-col1 .p-api-pr-col-txt {
    width: calc(100% - 90px); } }
p + .p-api-pr-col {
  margin-top: 3rem;
  margin-bottom: 0; }

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