﻿
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://test.albion-cosmetics.com/
 * File name: static.css
 * Summary:   静的ページの固有スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    terms & policy
 *
 * ===============================================================
*/

/** =1
 * ========================================
 * terms & policy
 * ========================================
 */

#terms {
}
#policy {
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
}

/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
}

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
}

/**
	 * module
	 * ----------------------------------
	 */

/* [ sectionGuide ]
		------------------------------ */
.sectionGuide {
}
.sectionGuideTitle {
  line-height: 1.2;
}
.sectionGuideContent .itemTitle {
  color: #000;
  font-family: "HelveticaLTPro-Bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: bold;
}
.sectionGuideContent .itemText {
}
.sectionGuideContent .itemList {
  margin-left: 1em;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionGuide {
  }
  .sectionGuide + .sectionGuide {
    padding-top: 25px;
  }
  .sectionGuideTitle {
    margin-bottom: 25px;
    font-size: 2rem;
  }
  .sectionGuideContent .itemTitle {
    line-height: 1.4;
  }
  .sectionGuideContent .itemText,
  .sectionGuideContent .itemList {
    margin-bottom: 2em;
  }
  .sectionGuideContent .itemTitle + * + * {
    margin-top: -1em;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionGuide {
  }
  .sectionGuide + .sectionGuide {
    padding-top: 60px;
  }
  .sectionGuideTitle {
    margin-bottom: 75px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .sectionGuideContent .itemTitle {
    line-height: 1.7;
  }
  .sectionGuideContent .itemText,
  .sectionGuideContent .itemList {
    margin-bottom: 3em;
  }
  .sectionGuideContent .itemTitle + * + * {
    margin-top: -1.5em;
  }
}

/**
	 * terms
	 * ----------------------------------
	 */

.articleTerms {
}

/* [ nav local terms ]
		------------------------------ */
.navLocalTerms {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  text-align: center;
}
.navLocalTerms .itemNav a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.6s ease-out;
  -moz-transition: color 0.6s ease-out;
  -o-transition: color 0.6s ease-out;
  transition: color 0.6s ease-out;
}
.no-touch .navLocalTerms .itemNav a:hover {
  color: #a0a0a0;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .navLocalTerms {
    margin-bottom: 25px;
    padding: 20px 0;
  }
  .navLocalTerms .itemNav {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .navLocalTerms .itemNav + .itemNav {
    margin-top: 0.9em;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .navLocalTerms {
    margin-bottom: 55px;
    padding: 35px 0;
  }
  .navLocalTerms .itemNav {
    display: inline-block;
    margin: 0 1.4em;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/**
	 * policy
	 * ----------------------------------
	 */
.articlePolicy {
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .articlePolicy .titlePage.line_bottom {
    margin-bottom: 1em;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .articlePolicy .titlePage.line_bottom {
    margin-bottom: 1.2em;
  }
}
