@charset "UTF-8";
/* ==========================================================================

LAYOUT WIDTH

========================================================================== */
/* ==========================================================================

COLOR

========================================================================== */
/* ==========================================================================

FONT

========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:100,300,400,500,700");
/* ==========================================================================

SCREEN

========================================================================== */
/* ==========================================================================

MODULE

========================================================================== */
/* ==========================================================================
	
STYLE
	
========================================================================== */
/* ==========================================================================
	
pageCont
	
========================================================================== */
#pageCont p.catchText {
  margin-bottom: 2.5em; }

#pageCont section {
  margin-bottom: 2em; }
  #pageCont section h3 {
    font-weight: normal;
    margin-bottom: 0.7em;
    font-size: 1rem; }
  #pageCont section p {
    margin-bottom: 1em; }
    #pageCont section p:last-of-type {
      margin-bottom: 0; }
  #pageCont section ul {
    margin-top: 0.7em; }
    #pageCont section ul li {
      font-size: 1rem;
      line-height: 1.6em; }
      #pageCont section ul li:before {
        content: '・'; }
