@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 #ecf0b0;
    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
 * ========================================
 */
.sectionRegistration {
}
.sectionRegistration .sectionRegistrationNav {
  margin-block-end: clamp(32px, calc(48 / 1280 * 100cqw), 48px);
}
.sectionRegistration .sectionRegistrationNav .sectionRegistrationNavItem {
  width: min(240px, calc((100% - 16px) / 2));
}
.sectionRegistration
  .sectionRegistrationNav
  .sectionRegistrationNavItem
  .linkBtn {
  width: 100%;
  font-size: clamp(1.3rem, calc(16 / 768 * 100cqw), 1.6rem);
  padding-inline: calc(16 / 16 * 1em);
}

.sectionRegistration .sectionRegistrationContent {
  width: min(640px, 100%);
  margin-inline: auto;
}

.sectionRegistration .sectionRegistrationReadText {
  margin-block-end: clamp(32px, calc(40 / 1280 * 100cqw), 40px);
  font-size: clamp(1.4rem, calc(16 / 768 * 100cqw), 1.6rem);
  line-height: 1.6;
}

/*========================================
 * for mail magazine members
 * ========================================
 */

/*========================================
 * for new members
 * ========================================
 */
