body,
* {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#tabs-2 {
  overflow-y: scroll
}
.slides .slide .content {
  height: 90%
}

dl dt {
  font-size: 1.2em;
}
dl dd {
  margin-bottom: 1em;
}
dl dd ul {
  margin-bottom: 0.5em;
}
dl dd ul li {
  list-style: none;
  line-height: 1.5;
}
dl dd ul li:before {
  content: "-";
  padding: 0 0.5em;
}
ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
ol li {
  line-height: 1.5;
  padding-left: 1.5em;
  position: relative;
}
ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #333;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.ml-15 {
  margin-left: 1.5em;
}
.language-list {
  position: absolute;
  z-index: 99999;
  top: 1%;
  left: 1%;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  max-width: 150px;
  overflow: hidden;
}
.language-list a {
  color: #08931a;
  margin: 0 0.5em;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
            -1px 1px 0 #FFF, 1px -1px 0 #FFF,
            0px 1px 0 #FFF,  0-1px 0 #FFF,
            -1px 0 0 #FFF, 1px 0 0 #FFF;

}
.language-list a.now {
  pointer-events:none;
  color: #fff;
  text-shadow: none;
}
.language-list img {
  margin-right: 0.5em;
}
