<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています

/**
 * CSS Information
 * ===============================================================
 *
 * File name: _contents.scss
 * Summary:   ページ・コンテンツごとの固有スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    start
 *
 * ===============================================================
*/

/** =1
 * ========================================
 * start
 * ========================================
 */
[id="start"] {
}

[id="start"] .descriptionEntry {
}

@media screen and (max-width: 767px) {
  [id="start"] .descriptionEntry {
    padding: 20px;
    border-bottom: 5px solid #f6f9e4;
    background-color: #fff;
  }
}

@media screen and (min-width: 768px) {
  [id="start"] .descriptionEntry {
    text-align: center;
  }
}

.boxEntry {
}
.boxEntryTitle {
  margin-bottom: 0.75em;
  color: #391906;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .boxEntryTitle {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .boxEntryWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .boxEntry {
    width: 48%;
    margin: 0;
  }
  .boxEntryTitle {
    font-size: 1.8rem;
  }
}

/** =2
 * ========================================
 * login
 * ========================================
 */

/** =3
 * ========================================
 * registration
 * ========================================
 */

[id="magRegistrationAddInfo"] {
}

@media screen and (max-width: 767px) {
  [id="magRegistrationAddInfo"] .boxFormFill {
    margin-right: -20px;
    margin-left: -20px;
    border-radius: 0;
  }
}
</pre></body></html>