@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
html,p,li,h1,h2,dt,dd,a {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
}

h2 {
  color: #f2b1aa;
  font-size: 100%;
}



.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  display: inline-flex;
  vertical-align: middle;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */

.material-icons.md-36 {
  font-size: 36px;
}

.table > :not(caption) > * > * {
  vertical-align: middle;
}

.img_top_txt {
  font-family: "Zen Maru Gothic", serif;
  width: 110px;
}

.logo {
  width: 230px;
}

.top_service {
  line-height: 2.0;
}

.top_service dt {
  font-size: 115%;
  padding: 1.5rem 0 1.0rem 0;
  color: #88c5a9;
}

li {
  padding-bottom: 0.5rem;
}

.li_none {
  list-style: none;
}

.container h1 {
  padding-bottom: 1rem;
  font-size: 80%;
  color: #666;
}

/* フローティングメニュー */

.floating-nav {
  position: fixed;
  width: 50px;
  right: 0;
  top: 10%;
  cursor: pointer;
}

.floating-nav a {
  color: white;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-decoration: none;
}

/* TOTOPアイコン */
.totop {
  position: absolute;
  top: -60px;
  right: 40px;
}
a {
  font-weight: bold;
  font-size: 120%;
}

.orange {
  background-color: #f2b1aa;
}
