@charset "UTF-8";
/* avalon css */
html, body {
  height: 100%;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?55024234");
  src: url("../fonts/fontello.eot?55024234#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?55024234") format("woff2"), url("../fonts/fontello.woff?55024234") format("woff"), url("../fonts/fontello.ttf?55024234") format("truetype"), url("../fonts/fontello.svg?55024234#fontello") format("svg");
}
body {
  color: #000b00;
  background-color: #FFFFFF;
  font-family: sans-serif;
}

.application-view {
  padding-top: 74px;
}
[data-page=chokan] .application-view {
  padding-top: 128px;
}
[data-page=tokushu] .application-view {
  padding-top: 102px;
}
[data-page=rensai] .application-view {
  padding-top: 102px;
}
[data-page=search] .application-view {
  padding-top: 130px;
}
[data-page=article] .application-view {
  padding-top: 128px;
}

.article-container {
  position: absolute;
  z-index: 999;
  width: 100%;
  background-color: white;
}

.article-view {
  padding: 20px 20px 120px;
}
.article-view header {
  position: relative;
}
.article-view header h1 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}
.article-view header .metadata {
  padding: 10px 0;
  font-size: 12px;
  line-height: 1.8;
}
.article-view header .metadata > * + * {
  margin-left: 1em;
}
.article-view header .share-button {
  position: absolute;
  bottom: 12px;
  right: 0;
}
.article-view .figure-container {
  margin: 10px -20px;
}
.article-view .body {
  font-family: serif;
  font-size: 16px;
  line-height: 1.8;
}
.article-view .body p {
  margin-bottom: 1em;
}
.article-view .appendix .pagefeeder {
  text-align: center;
}
.article-view .appendix .pagefeeder > * {
  display: inline-block;
}

.back-button {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #0083c1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 16px;
  left: 14px;
  border: none;
  z-index: 10000;
}
.back-button::before {
  content: "";
  display: block;
  border-top: solid 2px white;
  border-left: solid 2px white;
  position: absolute;
  top: 12px;
  left: 13px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.back-button.-hidden {
  display: none;
}

.button-view {
  padding: 0 18px;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#009dce), to(#0083c1));
  background: -webkit-linear-gradient(top, #009dce 0%, #0083c1 100%);
  background: -moz-linear-gradient(top, #009dce 0%, #0083c1 100%);
  background: linear-gradient(to bottom, #009dce 0%, #0083c1 100%);
  border: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 36px;
  border-radius: 18px;
  text-align: center;
}

.figure-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
}
.figure-container figure {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: table;
  min-width: 100vw;
}
.figure-container figure img {
  max-width: 640px;
  width: 100vw;
  height: auto;
}
.figure-container figure figcaption {
  font-size: 12px;
  line-height: 1.2;
  display: table-caption;
  caption-side: bottom;
  text-align: left;
  padding: 4px 20px 12px;
}

.figure-selector {
  text-align: center;
  margin: -1rem auto 1.4rem;
}
.figure-selector > img {
  width: 64px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
.figure-selector > img.-current {
  opacity: 1;
}

.font-icon::before {
  font-family: "Font Awesome 5 Pro";
}
.font-icon.-humburger::before {
  content: "";
}
.font-icon.-reload::before {
  content: "";
}
.font-icon.-search::before {
  content: "";
}

.font-icon2::before {
  font-family: fontello;
}
.font-icon2.-return::before {
  content: "";
}
.font-icon2.-config::before {
  content: "";
}
.font-icon2.-terms::before {
  content: "";
}

.list-article-view {
  padding: 12px 0;
  border-top: solid 1px rgba(0, 11, 0, 0.4);
  text-align: justify;
  clear: both;
}
.list-article-view:first-child {
  border-top: none;
  padding-top: 0;
}
.list-article-view > a {
  text-decoration: none;
  color: inherit;
}
.list-article-view header {
  margin-bottom: 8px;
}
.list-article-view header h1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 4px;
  -webkit-font-feature-settings: "palt" 1;
     -moz-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.list-article-view header h2 {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  color: #0083c1;
  margin-bottom: 4px;
  -webkit-font-feature-settings: "palt" 1;
     -moz-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.list-article-view header .metadata {
  padding-top: 4px;
  font-size: 10px;
}
.list-article-view header .metadata > * + * {
  margin-left: 1em;
}
.list-article-view .body {
  font-size: 12px;
  line-height: 1.4;
}
.list-article-view figure {
  padding-left: 10px;
  padding-bottom: 10px;
  float: right;
}
.list-article-view figure img {
  width: 25vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.list-article-view.-emphasized header h1 {
  font-size: 20px;
}
.list-article-view.-emphasized header h2 {
  font-size: 14px;
}
.list-article-view.-emphasized figure {
  padding-left: inherit;
  margin-bottom: 0;
  float: none;
  text-align: center;
}
.list-article-view.-emphasized figure img {
  width: 100%;
  max-width: 400px;
}

.list-view {
  padding: 20px;
}

.search-box > form {
  padding: 12px 20px 6px;
  background-color: white;
  white-space: nowrap;
  font-size: 0;
}
.search-box > form > * {
  display: inline-block;
  vertical-align: top;
}
.search-box > form > input[type=text] {
  line-height: 36px;
  background-color: #EFEEED;
  width: -moz-calc(100vw - 98px);
  width: calc(100vw - 98px);
  border: none;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  padding: 0 8px 0 12px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.search-box > form > button {
  width: 58px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-right: 10px;
}

.share-button {
  width: 14px;
  height: 18px;
  display: block;
  background: url(../images/share-button.svg) no-repeat;
}

.spaces-selector {
  position: relative;
}
.spaces-selector > nav > ul {
  white-space: nowrap;
  text-align: center;
  overflow-x: auto;
  padding: 0 24px;
}
.spaces-selector > nav > ul > li {
  margin: 0 6px;
  padding: 4px 2px 12px;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  opacity: 0.4;
}
.spaces-selector > nav > ul > li.-current {
  padding-bottom: 7px;
  border-bottom: solid 4px #00FFE5;
  opacity: 1;
}
.spaces-selector > .button {
  position: absolute;
  top: 0;
  width: 36px;
  height: 28px;
}
.spaces-selector > .button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: relative;
  top: 6px;
  border-top: solid 1px white;
  border-right: solid 1px white;
}
.spaces-selector > .button.-prev {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 157, 206, 0.8)), to(rgba(0, 157, 206, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 157, 206, 0.8) 50%, rgba(0, 157, 206, 0) 100%);
  background: -moz-linear-gradient(left, rgba(0, 157, 206, 0.8) 50%, rgba(0, 157, 206, 0) 100%);
  background: linear-gradient(to right, rgba(0, 157, 206, 0.8) 50%, rgba(0, 157, 206, 0) 100%);
  left: 0;
}
.spaces-selector > .button.-prev::before {
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 14px;
}
.spaces-selector > .button.-next {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(0, 157, 206, 0.8)), to(rgba(0, 157, 206, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 157, 206, 0.8) 50%, rgba(0, 157, 206, 0) 100%);
  background: -moz-linear-gradient(right, rgba(0, 157, 206, 0.8) 50%, rgba(0, 157, 206, 0) 100%);
  background: linear-gradient(to left, rgba(0, 157, 206, 0.8) 50%, rgba(0, 157, 206, 0) 100%);
  right: 0;
}
.spaces-selector > .button.-next::before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 14px;
}

#BottomTabMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 56px;
  background-color: white;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
  padding: 0 16px;
}
#BottomTabMenu > nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
#BottomTabMenu > nav > ul > li {
  -webkit-flex-basis: calc( (100% - 32px) / 4 );
          flex-basis: -moz-calc( (100% - 32px) / 4 );
          flex-basis: calc( (100% - 32px) / 4 );
  position: relative;
}
#BottomTabMenu > nav > ul > li > a {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 56px;
  position: relative;
  text-decoration: none;
}
#BottomTabMenu > nav > ul > li:nth-child(1) > a {
  color: #1F823A;
}
#BottomTabMenu > nav > ul > li:nth-child(2) > a {
  color: #39A4DE;
}
#BottomTabMenu > nav > ul > li:nth-child(3) > a {
  color: #D1553F;
}
#BottomTabMenu > nav > ul > li:nth-child(4) > a {
  color: #F0C000;
}
#BottomTabMenu > nav > ul > li.-current > a {
  color: white;
}
#BottomTabMenu > nav > ul > li.-current:nth-child(1)::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-color: #1F823A;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#BottomTabMenu > nav > ul > li.-current:nth-child(2)::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-color: #39A4DE;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#BottomTabMenu > nav > ul > li.-current:nth-child(3)::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-color: #D1553F;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#BottomTabMenu > nav > ul > li.-current:nth-child(4)::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-color: #F0C000;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#ContentFrame {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 640px;
  height: -moz-calc(100vh - 130px);
  height: calc(100vh - 130px);
}
[data-page=chokan] #ContentFrame {
  height: -moz-calc(100vh - 184px);
  height: calc(100vh - 184px);
}
[data-page=tokushu] #ContentFrame {
  height: -moz-calc(100vh - 158px);
  height: calc(100vh - 158px);
}
[data-page=rensai] #ContentFrame {
  height: -moz-calc(100vh - 158px);
  height: calc(100vh - 158px);
}
[data-page=search] #ContentFrame {
  height: -moz-calc(100vh - 186px);
  height: calc(100vh - 186px);
}
[data-page=article] #ContentFrame {
  height: -moz-calc(100vh - 128px);
  height: calc(100vh - 128px);
}

#GlobalHeader {
  padding-top: 46px;
  position: fixed;
  top: 0;
  width: 100%;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#0083c1), to(#009dce));
  background: -webkit-linear-gradient(top, #0083c1 0%, #009dce 100%);
  background: -moz-linear-gradient(top, #0083c1 0%, #009dce 100%);
  background: linear-gradient(to bottom, #0083c1 0%, #009dce 100%);
}
#GlobalHeader > .logotype {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 143px;
  height: 24px;
  background: url(../images/logotype.svg) no-repeat;
  text-indent: -9999px;
}
#GlobalHeader > .toolbar {
  padding: 0 14px;
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
#GlobalHeader > .toolbar > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
}
#GlobalHeader > .toolbar > * > .button {
  display: inline-block;
  margin: 0 4px;
  color: white;
  text-decoration: none;
}
#GlobalHeader > .toolbar > .right {
  text-align: right;
}
#GlobalHeader > .information {
  padding: 0 20px;
  font-size: 12px;
  line-height: 26px;
  font-weight: bold;
  color: white;
  background-color: #6dc5e0;
}

#DrawerMenuView {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
#DrawerMenuView > .bg {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
#DrawerMenuView > .container {
  position: absolute;
  top: 0;
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 100%;
  background-color: white;
}
#DrawerMenuView > .container > header {
  padding: 0 16px;
  font-size: 16px;
  line-height: 48px;
  border-bottom: solid 1px rgba(0, 11, 0, 0.3);
}
#DrawerMenuView > .container > ul > li {
  border-bottom: solid 1px rgba(0, 11, 0, 0.15);
  padding: 12px 0;
}
#DrawerMenuView > .container > ul > li > .menutitle {
  padding: 0 16px;
  font-size: 16px;
  line-height: 24px;
}
#DrawerMenuView > .container > ul > li > .menutitle > .font-icon2 {
  font-size: 24px;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
#DrawerMenuView > .container > ul > li > .menutitle > .subtitle {
  padding-top: 0;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 11, 0, 0.5);
}
#DrawerMenuView > .container > ul > li > .menutitle > .maintitle {
  line-height: 24px;
  padding-bottom: 0;
}
#DrawerMenuView > .container > ul > li > .menudetail > * {
  padding: 6px 16px 6px;
}
#DrawerMenuView > .container > ul > li > .menudetail > .buttons {
  text-align: center;
}
#DrawerMenuView > .container > ul > li > .menudetail > .keyvalue {
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
#DrawerMenuView > .container > ul > li > .menudetail > .keyvalue > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
}
#DrawerMenuView > .container > ul > li > .menudetail > .keyvalue > .value {
  text-align: right;
}
#DrawerMenuView > .container > ul > li > .menudetail > .keyvalue > .value > .emphasized {
  font-size: 18px;
  color: #0083c1;
}
#DrawerMenuView > .container > ul > li.drilldown > .menutitle {
  position: relative;
}
#DrawerMenuView > .container > ul > li.drilldown > .menutitle::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 7px;
  right: 15px;
  border-top: solid 1.5px #0083c1;
  border-right: solid 1.5px #0083c1;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*# sourceMappingURL=app.css.map */