@charset "UTF-8";

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

   Twemojiの使い方 Emoji Tools

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



/*
==================================================
  コンテンツ
==================================================
*/

/* ----- 文字サイズ ----- */
#content section p,
#content section ul,
#content section dl {
font-size: 1rem;
}

/* ----- セクション共通 ----- */
#content section {
width: 980px;
margin: 0 auto 60px;
}
#content section h2 {
margin: 0 0 25px;
font-size: 1.8rem;
line-height: 1.4;
}
#content section div.inner {
margin: 0 10px;
}

#content section p {
margin: 0 0 1.2em;
line-height: 1.8;
}

#content section dl {
margin: 1.5em 0;
}
#content section dl:last-child {
margin: 1.5em 0 0;
}
#content section dl div {
margin: 0 0 20px;
}
#content section dl dt {
margin: 0 0 3px;
font-size: 1.2rem;
font-weight: bold;
line-height: 1.4;
}
#content section dl dd {
line-height: 1.6;
}

#content section pre {
margin: 1.8em 0;
padding: 30px;
background: #f5f5f5;
line-height: 1.2;
}

#content section div.example {
margin: 1.8em 0;
padding: 30px;
background: #f5f5f5;
line-height: 1.2;
}

#content section div.example.demo {
margin: 30px 0 0;
font-size: 30px;
}
#content section div.demo span {
font-size: 60px;
}
#content section div.demo img.emoji {
margin: 0 0.05em 0 0.1em;
vertical-align: -0.1em;
}



/* ----- ★899 ----- */
@media screen and (max-width: 899px) {

/* ----- 文字サイズ ----- */
#content section p,
#content section ul,
#content section dl {
font-size: 16px;
}

/* ----- セクション共通 ----- */
#content section {
width: auto;
margin: 0 auto 50px;
}
#content section h2 {
margin: 0 0 15px;
font-size: 22px;
}
#content section div.inner {
margin: 0;
}

#content section p {
margin: 0 0 1em;
}

#content section dl div {
margin: 0 0 15px;
}
#content section dl dt {
margin: 0 0 5px;
font-size: 18px;
}
#content section dl dd {
line-height: 1.8;
}

#content section pre {
margin: 1.5em 0;
padding: 20px 10px;
}

#content section div.example {
margin: 1.5em 0;
padding: 20px 10px;
}

}
/* ----- /899 ----- */



