body {
  font-size: 14px; }

#menu-opener .icon, #menu-closer .icon {
  display: inline; }

#contents {
  padding: 6em 0;
  background: #bbb url(/img/page/index/topics_bg.jpg) no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
  #contents .wrap {
    padding: 3em;
    background: #fff; }
  #contents h1 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom:50px; }
  #contents button, #contents input, #contents select, #contents textarea .entry-content {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }
  #contents .widget_categories li {
    padding: 0;
    border: none;
    margin: 0 0 2px 0; }
  #contents .widget_categories a {
    display: block;
    height: 40px;
    padding: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    background: #1b6d7d;
    font-family: "a-otf-midashi-go-mb31-pr6n";
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    text-decoration: none; }

/*!
 * @plugin Easy Table of Contents
 */
#ez-toc-container {
  width: 100%;
  padding: 20px; }
  #ez-toc-container .ez-toc-title-container {
    margin: 0 0 6px 0; }
  #ez-toc-container ul {
    margin: 4px 0 0 22px; }
    #ez-toc-container ul li {
      margin: 4px 0; }
  #ez-toc-container .ez-toc-list {
    margin: 0; }

@media screen and (max-width: 500px) {
  #contents h1 {
    font-size: 24px;
    font-size: 1.5rem; } }
