/* Vendor prefix
--------------------------------- */
.s_inner {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

#alliance01 .l-tile {
  margin-top: 30px;
}
#alliance01 .l-tile h4 {
  margin-top: 30px;
}
#alliance01 .l-tile .c-regularText {
  margin-top: 20px;
}
#alliance01 .l-tile .l-tile__item:first-child h4, #alliance01 .l-tile .l-tile__item:first-child p {
  color: #12802f;
}
#alliance01 .l-tile .l-tile__item:nth-child(2) h4, #alliance01 .l-tile .l-tile__item:nth-child(2) p {
  color: #400042;
}
#alliance01 .l-tile .l-tile__item:last-child h4, #alliance01 .l-tile .l-tile__item:last-child p {
  color: #a15e00;
}

.boxWorries {
  background: #f2f2f2;
}
.boxWorries .s_inner {
  width: 90%;
}
.boxWorries .listBox {
  text-align: center;
  margin-top: 20px;
}
.boxWorries .listBox .c-list {
  display: inline-block;
  text-align: left;
}
.boxWorries .c-imgAuto {
  background: #fff;
  padding: 20px;
}

.c-table table.c-table__content td {
  width: 50%;
}

.bg01 {
  background: #f5f5f5;
  padding: 10px 0 60px;
}

.mt0 {
  margin-top: 0;
}

.c-modal .l-grid {
  margin-bottom: 0;
}
.c-modal .l-grid .l-grid {
  margin-top: 0;
}
.c-modal .l-grid .l-grid .l-grid__item {
  margin-bottom: 0;
}
.c-modal .c-subText {
  margin-top: 0;
}
.c-modal hr {
  margin: 10px 0;
}

[data-js-modal]{z-index: 5001;}

@media screen and (min-width: 768px) {
  .boxWorries {
    padding: 50px 0;
    margin-top: 60px;
  }
  .boxWorries .c-imgAuto {
    padding: 20px;
  }
  .c-table table.c-table__content {
    font-size: 18px;
  }
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-mainVisual__background img {
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
  #alliance01 .l-tile .l-tile__item {
    margin-bottom: 40px;
  }
  .boxWorries {
    padding: 30px 0;
    margin-top: 40px;
  }
  .boxWorries .c-imgAuto {
    padding: 10px;
  }
  .c-modal__inner {
    max-height: calc(100vh - 100px);
    margin: 70px auto 30px;
  }
  .vpc {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .btnList01 .c-btn {
    width: 100%;
    margin-right: 0;
  }
}