@charset "UTF-8";
/*中央揃え*/
/*@mixin centerWidth*/
/*中央揃え*/
/*MV ------------------------*/
@media print, screen and (min-width: 769px) {
  .p-content .ttl {
    width: 316px;
    margin: auto;
    margin-bottom: 30px; }
    .p-content .ttl img {
      width: 100%; }
  .p-content .subTtl {
    text-align: center;
    margin-bottom: 60px; } }
@media only screen and (max-width: 768px) {
  .p-content {
    padding: 40px 0; }
    .p-content .ttl {
      width: calc(522px / 2);
      margin: auto;
      margin-bottom: 15px; }
      .p-content .ttl img {
        width: 100%; }
    .p-content .subTtl {
      margin-bottom: 20px;
      text-align: center; } }

@media only screen and (max-width: 768px) {
  .p-content .introTxt {
    text-align: center;
    margin-bottom: 10px; }
  .p-content dl {
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 15px; }
    .p-content dl:last-of-type {
      border-bottom: none; }
  .p-content dt {
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 6px; }
  .p-content .privacy_listBox {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
    background: #f6f6f6;
    padding: 20px 10px; }
    .p-content .privacy_listBox li {
      margin-bottom: 5px;
      padding-left: 1em;
      text-indent: -1em; }
      .p-content .privacy_listBox li:last-child {
        margin-bottom: 0; }
  .p-content .contactArea {
    background: #f6f6f6;
    padding: 15px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8; }
    .p-content .contactArea .companyName {
      margin-bottom: 10px; }
    .p-content .contactArea .companyAdd {
      padding-top: 10px;
      border-top: solid 1px #ccc; }
    .p-content .contactArea a {
      display: block;
      text-decoration: underline; } }
@media print, screen and (min-width: 769px) {
  .p-content {
    padding: 100px 0; }
    .p-content .inn {
      width: 688px;
      margin: auto; }
    .p-content .introTxt {
      text-align: center;
      margin-bottom: 60px; }
    .p-content dl {
      border-bottom: solid 1px #e7e7e7;
      padding-bottom: 20px; }
      .p-content dl:last-of-type {
        border-bottom: none; }
    .p-content dt {
      font-weight: bold;
      padding-top: 20px;
      margin-bottom: 10px; }
    .p-content .privacy_listBox {
      font-size: 12px;
      font-size: 1.2rem;
      margin-top: 10px;
      background: #f6f6f6;
      padding: 20px; }
      .p-content .privacy_listBox li {
        margin-bottom: 5px; }
        .p-content .privacy_listBox li:last-child {
          margin-bottom: 0; }
    .p-content .contactArea {
      background: #f6f6f6;
      padding: 20px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.8;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      .p-content .contactArea .companyAdd {
        padding-left: 20px;
        border-left: solid 1px #ccc; }
      .p-content .contactArea p {
        margin-right: 20px; }
      .p-content .contactArea a {
        display: block;
        text-decoration: underline; } }

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