@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* base-font */
/* other color */
/* ----------------------------------------
   ヘッダー
   ---------------------------------------- */
.tvm-header {
  display: flex;
  flex-wrap: wrap;
}

.tvm-header-logo {
  height: 40px;
  margin-right: 20px;
  width: auto;
}

.tvm-header-title {
  font-size: 220%;
  font-weight: 400;
}

/* ----------------------------------------
   サイドバー：nav
   ---------------------------------------- */
.tvm-navi-introduction, .tvm-navi-reference, .tvm-navi-faq, .tvm-navi-glossary, .tvm-navi-inquiry {
  font-size: 160%;
  height: 40px;
  margin-top: 15px;
  padding: 10px 0 0 50px;
  vertical-align: bottom;
}
.tvm-navi-introduction a:hover, .tvm-navi-reference a:hover, .tvm-navi-faq a:hover, .tvm-navi-glossary a:hover, .tvm-navi-inquiry a:hover {
  text-decoration: none !important;
}

.tvm-navi-introduction, .tvm-navi-reference, .tvm-navi-faq, .tvm-navi-glossary, .tvm-navi-inquiry {
  background-repeat: no-repeat;
  background-size: 40px 40px;
}

.tvm-navi-reference, .tvm-navi-faq, .tvm-navi-glossary, .tvm-navi-inquiry {
  background-position: left 5px;
}

.tvm-navi-introduction {
  background-image: url(../images/tvm-icon-introduction.svg);
}

.tvm-navi-reference {
  background-image: url(../images/tvm-icon-reference.svg);
}

.tvm-navi-faq {
  background-image: url(../images/tvm-icon-faq.svg);
}

.tvm-navi-glossary {
  background-image: url(../images/tvm-icon-glossary.svg);
}

.tvm-navi-inquiry {
  background-image: url(../images/tvm-icon-inquiry.svg);
}

.is-current {
  color: #6868FF;
}

.tvm-navi ul {
  margin-bottom: 20px;
}
.tvm-navi dd {
  display: none;
}
.tvm-navi li {
  border-bottom: 1px dotted #AAA;
  margin-left: 40px;
  padding: 15px;
}
.tvm-navi a:hover {
  color: #00D9D9;
  text-decoration: underline;
}
.tvm-navi a:hover.is-current {
  color: #6868FF;
  text-decoration: none;
}

.is-show {
  display: block !important;
}

/* ----------------------------------------
   メインコンテンツ
   ---------------------------------------- */
.tvm-l-main-contents p, .tvm-l-main-contents dd {
  line-height: 130%;
  margin-bottom: 12px;
}
.tvm-l-main-contents dt {
  line-height: 160%;
  font-weight: 500;
}
.tvm-l-main-contents .pure-img {
  margin-bottom: 25px;
}

.tvm-ref-link {
  font-size: 90%;
  margin-top: 20px;
}
.tvm-ref-link a {
  text-decoration: underline;
}

.tvm-inline-link {
  text-decoration: underline;
}

.tvm-img-media-ctl {
  padding-left: 3px;
  padding-right: 3px;
  vertical-align: baseline;
}

.tvm-to-top {
  display: flex;
  justify-content: flex-end;
}

.tvm-to-top-img {
  margin: -60px 30px 0 0;
}

.tvm-copyright {
  text-align: right;
  margin-right: 10px;
}

/* ----------------------------------------
   pure site より
---------------------------------------- */
.pure-g > div {
  box-sizing: border-box;
}

html, button, input, select, textarea, .pure-g [class*=pure-u] {
  font-family: "Noto Sans Japanese", sans-serif;
}

/* ----------------------------------------
   base
---------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p,
img, center, ul, ol, li, dl, dt, dd, article, aside, embed, section, audio, video {
  border: 0;
  font-size: 100%;
  font-style: normal;
  line-height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: none;
}

img {
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #00D9D9;
  text-decoration: underline;
}

a, label, input, button, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

em {
  color: red;
  font-style: normal;
}

a[href^="tel:"] {
  color: #00a6a6;
  text-decoration: none;
}

body {
  background: #fff;
  color: #000;
  font-size: 110%;
  font-weight: 300;
}

.is-hidden {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .is-sm-only {
    display: none !important;
  }
}

/* ----------------------------------------
   main-layout
   ---------------------------------------- */
*[class^=tvm-l] {
  box-sizing: border-box;
}

.tvm-l-footer, .tvm-l-contents, .tvm-l-header {
  margin: 0 auto;
  max-width: 1200px;
}

.tvm-wrap-header {
  border-bottom: 2px solid #00D9D9;
}

.tvm-l-header {
  padding: 10px 10px 5px;
}

.tvm-l-contents {
  background-color: #FFF;
}
@media only screen and (min-width: 1024px) {
  .tvm-l-contents {
    padding: 10px 0;
  }
}

.tvm-l-main-contents {
  padding: 10px 30px 60px;
}

.tvm-l-sidebar {
  padding: 0 10px 30px;
}
@media only screen and (min-width: 1024px) {
  .tvm-l-sidebar {
    border-right: 1px solid #00D9D9;
    min-height: 550px;
  }
}

.tvm-wrap-footer {
  background-color: #EEE;
}

.tvm-l-footer {
  padding: 3px 10px;
}

/*# sourceMappingURL=tv-manual.css.map */
