@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%; /* iPhoneを横向きにしたときに文字サイズを変わらないようにする */
  /* -webkit-appearance: none; */
}

[v-cloak] {
  display: none;
}

.event-through {
  pointer-events: none;
}

/* アイコンフォント */
@font-face {
  font-family: "IconFont";
  font-style: normal;
  font-weight: 400;
  src: url("/onlineservice/font/MI.eot"); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/onlineservice/font/MI.woff2") format("woff2"), url("/onlineservice/font/MI.woff") format("woff"), url("/onlineservice/font/MI.ttf") format("truetype");
}
.icon-font {
  font-family: "IconFont";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* 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";
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
}

.coordinate-myself {
  background-image: url("/onlineservice/image/publics/active_slash01.png");
}

/* タイトル １ */
.cmn-title-1 {
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 10px;
  background-color: #e6e6e6;
  margin-bottom: 5px;
}

/* タイトル ２ */
.cmn-title-2 {
  font-size: 18px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  text-align: left;
  color: #689DD6;
  border-bottom: 1px solid #689DD6;
}

/* タイトル ３ */
.cmn-title-3 {
  font-size: 18px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  text-align: left;
  padding-left: 15px;
  color: white;
  background-color: #5A94D2;
  margin-bottom: 5px;
}

/* 矢印型タイトル */
.cmn-title-arrow {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  height: 35px;
  line-height: 30px;
  padding-left: 23px;
  margin-left: 10px;
  text-align: left;
  border-bottom: 5px solid #305890;
  margin-bottom: 10px;
  z-index: 1;
}

.cmn-title-arrow:before {
  display: block;
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  left: -10px;
  top: 19px;
  border-right: 10px solid #305890;
  border-bottom: 8px solid #305890;
  border-top: 8px solid transparent;
  border-left: 10px solid transparent;
}

/* 特殊タイトル */
.cmn-title-special {
  width: 100%;
}

.cmn-title-special .outer {
  width: 88%;
  height: 1px;
  /* background-color: #3cb3e4; */
  background-color: #6D9DC5;
  margin: 0px auto;
}

.cmn-title-special .outer.top {
  margin-bottom: 4px;
}

.cmn-title-special .outer.bottom {
  margin-top: 4px;
}

.cmn-title-special .inner {
  width: 95%;
  height: 2px;
  /* background-color: #3cb3e4; */
  background-color: #6D9DC5;
  margin: 0px auto;
}

.cmn-title-special .inner.top {
  margin-bottom: 4px;
}

.cmn-title-special .inner.bottom {
  margin-top: 4px;
}

.cmn-title-special .moji {
  width: 100%;
  height: 2.25rem;
  /* color: #3cb3e4; */
  color: #6D9DC5;
  /* border-top: 3px solid #3cb3e4; */
  border-top: 3px solid #6D9DC5;
  /* border-bottom: 3px solid #3cb3e4; */
  border-bottom: 3px solid #6D9DC5;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.875rem;
}

/* カラー定義 */
.fc-0 {
  color: rgba(247, 169, 168, 0.6) !important;
}

.fc-1 {
  color: rgba(252, 175, 88, 0.6) !important;
}

.fc-2 {
  color: rgba(195, 211, 80, 0.6) !important;
}

.fc-3 {
  color: rgba(64, 188, 216, 0.6) !important;
}

.fc-4 {
  color: rgba(179, 140, 180, 0.6) !important;
}

.fc-5 {
  color: rgba(219, 90, 186, 0.6) !important;
}

.fc-6 {
  color: rgba(249, 220, 92, 0.6) !important;
}

.fc-7 {
  color: rgba(89, 205, 144, 0.6) !important;
}

.fc-8 {
  color: rgba(21, 230, 205, 0.6) !important;
}

.fc-9 {
  color: rgba(218, 191, 255, 0.6) !important;
}

.fc-10 {
  color: rgba(247, 169, 168, 0.6) !important;
}

.fc-11 {
  color: rgba(252, 175, 88, 0.6) !important;
}

.fc-12 {
  color: rgba(195, 211, 80, 0.6) !important;
}

.fc-13 {
  color: rgba(64, 188, 216, 0.6) !important;
}

.fc-14 {
  color: rgba(179, 140, 180, 0.6) !important;
}

.fc-15 {
  color: rgba(219, 90, 186, 0.6) !important;
}

.fc-16 {
  color: rgba(249, 220, 92, 0.6) !important;
}

.fc-17 {
  color: rgba(89, 205, 144, 0.6) !important;
}

.fc-18 {
  color: rgba(21, 230, 205, 0.6) !important;
}

.fc-19 {
  color: rgba(218, 191, 255, 0.6) !important;
}

.fc-20 {
  color: rgba(247, 169, 168, 0.6) !important;
}

.fc-21 {
  color: rgba(252, 175, 88, 0.6) !important;
}

.fc-22 {
  color: rgba(195, 211, 80, 0.6) !important;
}

.fc-23 {
  color: rgba(64, 188, 216, 0.6) !important;
}

.fc-24 {
  color: rgba(179, 140, 180, 0.6) !important;
}

.fc-25 {
  color: rgba(219, 90, 186, 0.6) !important;
}

.fc-26 {
  color: rgba(249, 220, 92, 0.6) !important;
}

.fc-27 {
  color: rgba(89, 205, 144, 0.6) !important;
}

.fc-28 {
  color: rgba(21, 230, 205, 0.6) !important;
}

.fc-29 {
  color: rgba(218, 191, 255, 0.6) !important;
}

.fc-30 {
  color: rgba(247, 169, 168, 0.6) !important;
}

.fc-31 {
  color: rgba(252, 175, 88, 0.6) !important;
}

.fc-32 {
  color: rgba(195, 211, 80, 0.6) !important;
}

.fc-33 {
  color: rgba(64, 188, 216, 0.6) !important;
}

.fc-34 {
  color: rgba(179, 140, 180, 0.6) !important;
}

.fc-35 {
  color: rgba(219, 90, 186, 0.6) !important;
}

.fc-36 {
  color: rgba(249, 220, 92, 0.6) !important;
}

.fc-37 {
  color: rgba(89, 205, 144, 0.6) !important;
}

.fc-38 {
  color: rgba(21, 230, 205, 0.6) !important;
}

.fc-39 {
  color: rgba(218, 191, 255, 0.6) !important;
}

.fc-40 {
  color: rgba(247, 169, 168, 0.6) !important;
}

.fc-41 {
  color: rgba(252, 175, 88, 0.6) !important;
}

.fc-42 {
  color: rgba(195, 211, 80, 0.6) !important;
}

.fc-43 {
  color: rgba(64, 188, 216, 0.6) !important;
}

.fc-44 {
  color: rgba(179, 140, 180, 0.6) !important;
}

.fc-45 {
  color: rgba(219, 90, 186, 0.6) !important;
}

.fc-46 {
  color: rgba(249, 220, 92, 0.6) !important;
}

.fc-47 {
  color: rgba(89, 205, 144, 0.6) !important;
}

.fc-48 {
  color: rgba(21, 230, 205, 0.6) !important;
}

.fc-49 {
  color: rgba(218, 191, 255, 0.6) !important;
}

.fc-50 {
  color: rgba(247, 169, 168, 0.6) !important;
}

.fc-51 {
  color: rgba(252, 175, 88, 0.6) !important;
}

.fc-52 {
  color: rgba(195, 211, 80, 0.6) !important;
}

.fc-53 {
  color: rgba(64, 188, 216, 0.6) !important;
}

.fc-54 {
  color: rgba(179, 140, 180, 0.6) !important;
}

.fc-55 {
  color: rgba(219, 90, 186, 0.6) !important;
}

.fc-56 {
  color: rgba(249, 220, 92, 0.6) !important;
}

.fc-57 {
  color: rgba(89, 205, 144, 0.6) !important;
}

.fc-58 {
  color: rgba(21, 230, 205, 0.6) !important;
}

.fc-59 {
  color: rgba(218, 191, 255, 0.6) !important;
}

.fc-60 {
  color: rgba(247, 169, 168, 0.6) !important;
}

.fc-61 {
  color: rgba(252, 175, 88, 0.6) !important;
}

.fc-62 {
  color: rgba(195, 211, 80, 0.6) !important;
}

.fc-63 {
  color: rgba(64, 188, 216, 0.6) !important;
}

.fc-64 {
  color: rgba(179, 140, 180, 0.6) !important;
}

.fc-65 {
  color: rgba(219, 90, 186, 0.6) !important;
}

.fc-66 {
  color: rgba(249, 220, 92, 0.6) !important;
}

.fc-67 {
  color: rgba(89, 205, 144, 0.6) !important;
}

.fc-68 {
  color: rgba(21, 230, 205, 0.6) !important;
}

.fc-69 {
  color: rgba(218, 191, 255, 0.6) !important;
}

.fc-70 {
  color: rgba(247, 169, 168, 0.6) !important;
}

.fc-71 {
  color: rgba(252, 175, 88, 0.6) !important;
}

.fc-72 {
  color: rgba(195, 211, 80, 0.6) !important;
}

.fc-73 {
  color: rgba(64, 188, 216, 0.6) !important;
}

.fc-74 {
  color: rgba(179, 140, 180, 0.6) !important;
}

.fc-75 {
  color: rgba(219, 90, 186, 0.6) !important;
}

.fc-76 {
  color: rgba(249, 220, 92, 0.6) !important;
}

.fc-77 {
  color: rgba(89, 205, 144, 0.6) !important;
}

.fc-78 {
  color: rgba(21, 230, 205, 0.6) !important;
}

.fc-79 {
  color: rgba(218, 191, 255, 0.6) !important;
}

.fc-80 {
  color: rgba(247, 169, 168, 0.6) !important;
}

.fc-81 {
  color: rgba(252, 175, 88, 0.6) !important;
}

.fc-82 {
  color: rgba(195, 211, 80, 0.6) !important;
}

.fc-83 {
  color: rgba(64, 188, 216, 0.6) !important;
}

.fc-84 {
  color: rgba(179, 140, 180, 0.6) !important;
}

.fc-85 {
  color: rgba(219, 90, 186, 0.6) !important;
}

.fc-86 {
  color: rgba(249, 220, 92, 0.6) !important;
}

.fc-87 {
  color: rgba(89, 205, 144, 0.6) !important;
}

.fc-88 {
  color: rgba(21, 230, 205, 0.6) !important;
}

.fc-89 {
  color: rgba(218, 191, 255, 0.6) !important;
}

.fc-90 {
  color: rgba(247, 169, 168, 0.6) !important;
}

.fc-91 {
  color: rgba(252, 175, 88, 0.6) !important;
}

.fc-92 {
  color: rgba(195, 211, 80, 0.6) !important;
}

.fc-93 {
  color: rgba(64, 188, 216, 0.6) !important;
}

.fc-94 {
  color: rgba(179, 140, 180, 0.6) !important;
}

.fc-95 {
  color: rgba(219, 90, 186, 0.6) !important;
}

.fc-96 {
  color: rgba(249, 220, 92, 0.6) !important;
}

.fc-97 {
  color: rgba(89, 205, 144, 0.6) !important;
}

.fc-98 {
  color: rgba(21, 230, 205, 0.6) !important;
}

.fc-99 {
  color: rgba(218, 191, 255, 0.6) !important;
}

.fc-mine {
  color: rgba(236, 11, 67, 0.8) !important;
}

.bc-0 {
  background-color: rgba(247, 169, 168, 0.4) !important;
}

.bc-1 {
  background-color: rgba(252, 175, 88, 0.4) !important;
}

.bc-2 {
  background-color: rgba(195, 211, 80, 0.4) !important;
}

.bc-3 {
  background-color: rgba(64, 188, 216, 0.4) !important;
}

.bc-4 {
  background-color: rgba(179, 140, 180, 0.4) !important;
}

.bc-5 {
  background-color: rgba(219, 90, 186, 0.4) !important;
}

.bc-6 {
  background-color: rgba(249, 220, 92, 0.4) !important;
}

.bc-7 {
  background-color: rgba(89, 205, 144, 0.4) !important;
}

.bc-8 {
  background-color: rgba(21, 230, 205, 0.4) !important;
}

.bc-9 {
  background-color: rgba(218, 191, 255, 0.4) !important;
}

.bc-10 {
  background-color: rgba(247, 169, 168, 0.4) !important;
}

.bc-11 {
  background-color: rgba(252, 175, 88, 0.4) !important;
}

.bc-12 {
  background-color: rgba(195, 211, 80, 0.4) !important;
}

.bc-13 {
  background-color: rgba(64, 188, 216, 0.4) !important;
}

.bc-14 {
  background-color: rgba(179, 140, 180, 0.4) !important;
}

.bc-15 {
  background-color: rgba(219, 90, 186, 0.4) !important;
}

.bc-16 {
  background-color: rgba(249, 220, 92, 0.4) !important;
}

.bc-17 {
  background-color: rgba(89, 205, 144, 0.4) !important;
}

.bc-18 {
  background-color: rgba(21, 230, 205, 0.4) !important;
}

.bc-19 {
  background-color: rgba(218, 191, 255, 0.4) !important;
}

.bc-20 {
  background-color: rgba(247, 169, 168, 0.4) !important;
}

.bc-21 {
  background-color: rgba(252, 175, 88, 0.4) !important;
}

.bc-22 {
  background-color: rgba(195, 211, 80, 0.4) !important;
}

.bc-23 {
  background-color: rgba(64, 188, 216, 0.4) !important;
}

.bc-24 {
  background-color: rgba(179, 140, 180, 0.4) !important;
}

.bc-25 {
  background-color: rgba(219, 90, 186, 0.4) !important;
}

.bc-26 {
  background-color: rgba(249, 220, 92, 0.4) !important;
}

.bc-27 {
  background-color: rgba(89, 205, 144, 0.4) !important;
}

.bc-28 {
  background-color: rgba(21, 230, 205, 0.4) !important;
}

.bc-29 {
  background-color: rgba(218, 191, 255, 0.4) !important;
}

.bc-30 {
  background-color: rgba(247, 169, 168, 0.4) !important;
}

.bc-31 {
  background-color: rgba(252, 175, 88, 0.4) !important;
}

.bc-32 {
  background-color: rgba(195, 211, 80, 0.4) !important;
}

.bc-33 {
  background-color: rgba(64, 188, 216, 0.4) !important;
}

.bc-34 {
  background-color: rgba(179, 140, 180, 0.4) !important;
}

.bc-35 {
  background-color: rgba(219, 90, 186, 0.4) !important;
}

.bc-36 {
  background-color: rgba(249, 220, 92, 0.4) !important;
}

.bc-37 {
  background-color: rgba(89, 205, 144, 0.4) !important;
}

.bc-38 {
  background-color: rgba(21, 230, 205, 0.4) !important;
}

.bc-39 {
  background-color: rgba(218, 191, 255, 0.4) !important;
}

.bc-40 {
  background-color: rgba(247, 169, 168, 0.4) !important;
}

.bc-41 {
  background-color: rgba(252, 175, 88, 0.4) !important;
}

.bc-42 {
  background-color: rgba(195, 211, 80, 0.4) !important;
}

.bc-43 {
  background-color: rgba(64, 188, 216, 0.4) !important;
}

.bc-44 {
  background-color: rgba(179, 140, 180, 0.4) !important;
}

.bc-45 {
  background-color: rgba(219, 90, 186, 0.4) !important;
}

.bc-46 {
  background-color: rgba(249, 220, 92, 0.4) !important;
}

.bc-47 {
  background-color: rgba(89, 205, 144, 0.4) !important;
}

.bc-48 {
  background-color: rgba(21, 230, 205, 0.4) !important;
}

.bc-49 {
  background-color: rgba(218, 191, 255, 0.4) !important;
}

.bc-50 {
  background-color: rgba(247, 169, 168, 0.4) !important;
}

.bc-51 {
  background-color: rgba(252, 175, 88, 0.4) !important;
}

.bc-52 {
  background-color: rgba(195, 211, 80, 0.4) !important;
}

.bc-53 {
  background-color: rgba(64, 188, 216, 0.4) !important;
}

.bc-54 {
  background-color: rgba(179, 140, 180, 0.4) !important;
}

.bc-55 {
  background-color: rgba(219, 90, 186, 0.4) !important;
}

.bc-56 {
  background-color: rgba(249, 220, 92, 0.4) !important;
}

.bc-57 {
  background-color: rgba(89, 205, 144, 0.4) !important;
}

.bc-58 {
  background-color: rgba(21, 230, 205, 0.4) !important;
}

.bc-59 {
  background-color: rgba(218, 191, 255, 0.4) !important;
}

.bc-60 {
  background-color: rgba(247, 169, 168, 0.4) !important;
}

.bc-61 {
  background-color: rgba(252, 175, 88, 0.4) !important;
}

.bc-62 {
  background-color: rgba(195, 211, 80, 0.4) !important;
}

.bc-63 {
  background-color: rgba(64, 188, 216, 0.4) !important;
}

.bc-64 {
  background-color: rgba(179, 140, 180, 0.4) !important;
}

.bc-65 {
  background-color: rgba(219, 90, 186, 0.4) !important;
}

.bc-66 {
  background-color: rgba(249, 220, 92, 0.4) !important;
}

.bc-67 {
  background-color: rgba(89, 205, 144, 0.4) !important;
}

.bc-68 {
  background-color: rgba(21, 230, 205, 0.4) !important;
}

.bc-69 {
  background-color: rgba(218, 191, 255, 0.4) !important;
}

.bc-70 {
  background-color: rgba(247, 169, 168, 0.4) !important;
}

.bc-71 {
  background-color: rgba(252, 175, 88, 0.4) !important;
}

.bc-72 {
  background-color: rgba(195, 211, 80, 0.4) !important;
}

.bc-73 {
  background-color: rgba(64, 188, 216, 0.4) !important;
}

.bc-74 {
  background-color: rgba(179, 140, 180, 0.4) !important;
}

.bc-75 {
  background-color: rgba(219, 90, 186, 0.4) !important;
}

.bc-76 {
  background-color: rgba(249, 220, 92, 0.4) !important;
}

.bc-77 {
  background-color: rgba(89, 205, 144, 0.4) !important;
}

.bc-78 {
  background-color: rgba(21, 230, 205, 0.4) !important;
}

.bc-79 {
  background-color: rgba(218, 191, 255, 0.4) !important;
}

.bc-80 {
  background-color: rgba(247, 169, 168, 0.4) !important;
}

.bc-81 {
  background-color: rgba(252, 175, 88, 0.4) !important;
}

.bc-82 {
  background-color: rgba(195, 211, 80, 0.4) !important;
}

.bc-83 {
  background-color: rgba(64, 188, 216, 0.4) !important;
}

.bc-84 {
  background-color: rgba(179, 140, 180, 0.4) !important;
}

.bc-85 {
  background-color: rgba(219, 90, 186, 0.4) !important;
}

.bc-86 {
  background-color: rgba(249, 220, 92, 0.4) !important;
}

.bc-87 {
  background-color: rgba(89, 205, 144, 0.4) !important;
}

.bc-88 {
  background-color: rgba(21, 230, 205, 0.4) !important;
}

.bc-89 {
  background-color: rgba(218, 191, 255, 0.4) !important;
}

.bc-90 {
  background-color: rgba(247, 169, 168, 0.4) !important;
}

.bc-91 {
  background-color: rgba(252, 175, 88, 0.4) !important;
}

.bc-92 {
  background-color: rgba(195, 211, 80, 0.4) !important;
}

.bc-93 {
  background-color: rgba(64, 188, 216, 0.4) !important;
}

.bc-94 {
  background-color: rgba(179, 140, 180, 0.4) !important;
}

.bc-95 {
  background-color: rgba(219, 90, 186, 0.4) !important;
}

.bc-96 {
  background-color: rgba(249, 220, 92, 0.4) !important;
}

.bc-97 {
  background-color: rgba(89, 205, 144, 0.4) !important;
}

.bc-98 {
  background-color: rgba(21, 230, 205, 0.4) !important;
}

.bc-99 {
  background-color: rgba(218, 191, 255, 0.4) !important;
}

/* トースト */
#toast {
  position: fixed; /* 自由配置 */
  display: block; /* 幅を100%広げる */
  width: 100%; /* 幅を100%広げる */
  bottom: 10%; /* 位置を画面の下から10%上げる */
  text-align: center; /* 中身の要素を中央寄せする */
  z-index: 801;
}

#toast .message {
  display: inline-block; /* この要素の幅サイズは、中身による */
  max-width: 80%; /* この要素の幅サイズは、ウィンドウの80%を超えない */
  height: 40px; /* この要素の高さ */
  line-height: 40px; /* 文字を上下センター揃え */
  font-size: 14px;
  padding: 0 15px;
  white-space: nowrap; /* 改行させない */
  overflow: hidden; /* はみだした部分を削除する */
  text-overflow: ellipsis; /* はみだしたら「...」を付ける */
  color: white;
  background-color: #686868;
  border-radius: 5px;
  box-shadow: 0px 4px 4px gray;
  /* box-shadow: 0px 0px 10px gray; */
}

#toast .success {
  background-color: #00BFB2;
}

#toast .warning {
  background-color: #FFBA49;
}

#toast .error {
  background-color: #FF5A5F;
}

.toast-enter-active, .toast-leave-active {
  transition: opacity 0.5s;
}

.toast-enter, .toast-leave-to {
  opacity: 0;
}

.toast-enter-to, .toast-leave {
  opacity: 1;
}

/* 入力ダイアログ */
.input-dialog .grayback {
  position: fixed;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}

.input-dialog .dialogbox {
  position: relative;
  width: 320px;
  max-width: 80%;
  border: 1px solid black;
  z-index: 2001;
}

.input-dialog .dialogbox .titlebox {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: white;
  background-color: #8895B3;
}

.input-dialog .dialogbox .closebox {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  color: white;
  background-color: #FF5964;
  cursor: pointer;
}

.input-dialog .dialogbox .bodybox {
  padding: 20px 15px;
  background-color: white;
}

.input-dialog .dialogbox .bodybox .message {
  padding: 0px 5px;
  color: #333;
  font-size: 14px;
}

.input-dialog .dialogbox .bodybox .textarea {
  margin-top: 15px;
  width: 100%;
  height: 160px;
  padding: 5px;
  font-size: 16px; /* フォントサイズを16px以上にしないと、iOSでフォームが自動拡大されてしまう */
  background-color: #f3f3f3;
  border-radius: 4px;
  resize: none;
}

.input-dialog .dialogbox .buttonbox {
  display: flex;
  width: 100%;
}

.input-dialog .dialogbox .buttonbox .okbutton {
  flex: 1;
  height: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  color: white;
  background-color: #4A90E2;
  cursor: pointer;
}

.input-dialog .dialogbox .buttonbox .cancelbutton {
  flex: 1;
  height: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  color: white;
  background-color: #92B4F4;
  cursor: pointer;
}

.inputdialog-enter-active, .inputdialog-leave-active {
  transition: opacity 0.5s;
}

.inputdialog-enter, .inputdialog-leave-to {
  opacity: 0;
}

.inputdialog-enter-to, .inputdialog-leave {
  opacity: 1;
}

/* 点滅 */
.blinking {
  animation: blink 0.4s ease-in-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 点滅をやめる */
.blinking-off {
  animation: blink-off 0.1s ease-in-out infinite alternate;
}
@keyframes blink-off {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* ふわっと表示 */
.softly-enter-active, .softly-leave-active {
  transition: opacity 0.5s;
}

.softly-enter, .softly-leave-to {
  opacity: 0;
}

.softly-enter-to, .softly-leave {
  opacity: 1;
}

/* メニュー */
/* ハンバーガーメニュー */
/* フッター */
/* ハイパーリンクカラー */
/**
 * レスポンシブ定義
 */
@media print, screen and (min-width: 0px) and (max-width: 599px) {
  #header-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background-color: white;
    border-bottom: 1px solid lightgray;
    z-index: 500;
  }
  #header {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
  }
  #nav-container {
    /* position: relative; */
  }
  #container {
    position: relative;
    width: 100%;
    padding-top: 50px;
    margin-top: 0px;
  }
  #main {
    padding-bottom: 30px;
  }
  #main-container {
    position: relative;
    width: 100%;
    /* padding-top: 55px; */
    margin-top: 0px;
  }
  #content-container {
    width: 100%;
    /* margin-bottom: 10px; */
    /* outline: 2px solid red; */
  }
  #sidearea-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    /* margin-bottom: 50px; */
  }
  #sidearea-a {
    width: 100%;
    margin-bottom: 10px;
    /* outline: 2px solid green; */
  }
  #sidearea-b {
    width: 100%;
    margin-bottom: 10px;
    /* outline: 2px solid orange; */
  }
  #footer-container {
    width: 100%;
  }
  #footer {
    width: 100%;
    padding: 5px 10px;
  }
}
@media print, screen and (min-width: 600px) and (max-width: 849px) {
  #container {
    position: relative;
    width: 100%;
  }
  #header-and-nav-container {
    position: relative;
    width: 100%;
  }
  #header-and-nav-container:after {
    display: block;
    content: "";
    clear: both;
  }
  #header-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background-color: white;
    border-bottom: 1px solid lightgray;
    z-index: 500;
  }
  #header {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
  }
  #container {
    position: relative;
    width: 100%;
  }
  #nav-container {
    position: relative;
    /* background-color: red; */
  }
  #main {
    padding-bottom: 30px;
  }
  #main-container {
    position: relative;
    width: 100%;
  }
  #content-container {
    width: 100%;
    margin-bottom: 10px;
    /* outline: 2px solid red; */
  }
  #sidearea-container {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #sidearea-a {
    width: 50%;
    /* height: 400px; */
    float: left;
    /* outline: 2px solid green; */
  }
  #sidearea-b {
    width: 50%;
    /* height: 400px; */
    float: left;
    /* outline: 2px solid orange; */
  }
  #sidearea-container::after {
    display: block;
    content: "";
    clear: both;
  }
  #footer-container {
    width: 100%;
  }
  #footer {
    width: 100%;
    padding: 10px 15px;
  }
}
@media print, screen and (min-width: 850px) {
  #container {
    min-width: 1000px;
  }
  #header-container {
    width: 100%;
    background-color: white;
  }
  #header {
    width: 1000px;
    padding: 10px 0px;
    margin: 0 auto;
  }
  #main {
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
  }
  #main-container {
    width: 1000px;
    display: flex;
  }
  #content-container {
    width: 680px;
    /* outline: 2px solid red; */
  }
  #sidearea-container {
    width: 300px;
    margin-left: 20px;
  }
  #sidearea-a {
    width: 300px;
    /* margin-bottom: 50px; */
    padding-bottom: 50px;
  }
  #sidearea-b {
    width: 300px;
    /* height: 400px; */
  }
  #main-container::after {
    display: block;
    content: "";
    clear: both;
  }
  #footer-container {
    width: 100%;
  }
  #footer {
    width: 1000px;
    padding: 10px 0px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 0px) and (max-width: 599px) {
  #header #header-area {
    position: relative;
    width: 100%;
    height: 40px;
  }
  #header #header-area #icon-hamburgermenu {
    display: block;
    float: left;
    font-size: 30px;
    margin-top: 5px;
    border-radius: 5px;
    cursor: pointer;
    color: #3061A2;
  }
  #header #header-area #title {
    position: absolute;
    height: 27px;
    top: 5px;
    left: 40px;
    cursor: pointer;
  }
  #header #header-area #date-lg, #header #header-area #date-md {
    display: none;
  }
  #header #header-area .login.lg, #header #header-area login.md {
    display: none;
  }
  #header #header-area .login {
    display: block;
    width: 50px;
    height: 40px;
    float: right;
    text-align: center;
    line-height: 10px;
    cursor: pointer;
  }
  #header #header-area .login .moji {
    font-size: 10px;
    color: #3061A2;
  }
  #header #header-area .login .icon {
    width: 20px;
    margin-top: 5px;
  }
  #header #header-area .plan {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    /* float: right; */
    margin-top: -5px;
    margin-right: -10px;
    max-width: 160px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: bold;
    color: #3D526C;
    background-color: #FFC857;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
  }
  #header #header-area .plan:active {
    color: #FFC857;
    background-color: #3D526C;
  }
  #header #header-area .plan .arrow {
    font-size: 13px;
    transform: translate(0, 3px);
  }
  #header #header-area .memberregist {
    display: block;
    width: 50px;
    height: 40px;
    float: right;
    text-align: center;
    line-height: 10px;
    cursor: pointer;
  }
  #header #header-area .memberregist.lg, #header #header-area .memberregist.md {
    display: none;
  }
  #header #header-area .memberregist .moji {
    font-size: 10px;
    color: #3061A2;
  }
  #header #header-area .memberregist .icon {
    width: 20px;
    margin-top: 5px;
  }
  #header #header-area:after {
    display: block;
    content: "";
    clear: both;
  }
  #header .plan-panel {
    position: relative;
  }
  #header .plan-panel .background {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 900;
  }
  #header .plan-panel .panel {
    position: absolute;
    width: 300px;
    top: 0px;
    right: 0px;
    background-color: #F4F4F5;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
    z-index: 901;
  }
  #header .plan-panel .plan-description {
    width: 300px;
    height: 70px;
    background-color: #27476E;
    padding: 0;
  }
  #header .plan-panel .plan-description .plan-title {
    height: 30px;
    font-size: 13px;
    color: #F4F4F5;
    text-align: center;
    line-height: 40px;
  }
  #header .plan-panel .plan-description .plan-name {
    height: 40px;
    padding: 0 10px;
    font-size: 22px;
    font-weight: bold;
    color: #FFC857;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }
  #header .plan-panel .description {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #header .plan-panel .description.tall {
    height: 50px;
  }
  #header .plan-panel .description.short {
    height: 40px;
  }
  #header .plan-panel .description .title {
    width: 150px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: bold;
    color: black;
  }
  #header .plan-panel .description .value {
    flex: 1;
    font-size: 12px;
    font-weight: bold;
    color: #2DA5AB;
  }
  #header .plan-panel .hr {
    margin: 0px 10px;
    border-top: 2px solid #D3D3D3;
  }
  #header .plan-panel .panel .adminbutton {
    margin-top: 50px;
    width: 210px;
    height: 40px;
    border: 1px solid #27476E;
    background-color: #27476E;
    font-size: 15px;
    font-weight: bold;
    color: #FFC857;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    margin: 15px auto;
    cursor: pointer;
  }
  #header .plan-panel .panel .adminbutton:active {
    color: #27476E;
    background-color: #FFC857;
    border: 1px solid #27476E;
  }
  #header .plan-panel .panel .logoutbutton {
    margin-top: 50px;
    width: 210px;
    height: 40px;
    border: 1px solid #FFC857;
    background-color: #FFC857;
    font-size: 15px;
    font-weight: bold;
    color: #27476E;
    border-radius: 3px;
    text-align: center;
    line-height: 38px;
    margin: 15px auto;
    cursor: pointer;
  }
  #header .plan-panel .panel .logoutbutton:active {
    color: #FFC857;
    background-color: #27476E;
    border: 1px solid #FFC857;
  }
  #header .plan-panel .panel.not-available {
    padding: 15px;
  }
  #header .plan-panel .panel.not-available .media-title {
    margin-top: 15px;
    width: 100%;
    padding: 0 20px;
    font-size: 13px;
    font-weight: bold;
    color: black;
    margin-bottom: 5px;
  }
  #header .plan-panel .panel.not-available .media-name {
    margin-top: 5px;
    width: 100%;
    padding: 0 20px;
    font-size: 13px;
    font-weight: bold;
    color: #2DA5AB;
    cursor: pointer;
  }
  #header .plan-panel-enter-active, #header .plan-panel-leave-active {
    z-index: 700;
    transition: opacity 1s;
  }
  #header .plan-panel-enter, #header .plan-panel-leave-to {
    opacity: 0;
  }
  #header .plan-panel-enter-to, #header .plan-panel-leave {
    opacity: 1;
  }
  #header .plan-panel .panel .print-description {
    display: none;
  }
  #header .plan-panel .panel .download-description {
    display: none;
  }
  #header .plan-panel .panel .adminbutton {
    display: none;
  }
}
@media print, screen and (min-width: 600px) and (max-width: 849px) {
  #header #header-area {
    position: relative;
    width: 100%;
    height: 40px;
  }
  #header #header-area #icon-hamburgermenu {
    display: block;
    float: left;
    font-size: 30px;
    margin-top: 5px;
    cursor: pointer;
    color: #3061A2;
  }
  #header #header-area #title {
    position: absolute;
    height: 30px;
    top: 5px;
    left: 40px;
    cursor: pointer;
  }
  #header #header-area #date-lg {
    display: none;
  }
  #header #header-area #date-md {
    display: inline-block;
    font-size: 14px;
    margin-left: 235px;
    padding-top: 10px;
  }
  #header #header-area .date.number {
    font-size: 18px;
  }
  #header #header-area .login {
    display: block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    float: right;
    cursor: pointer;
  }
  #header #header-area .login.sm {
    display: none;
  }
  #header #header-area .login .moji {
    display: block;
    float: right;
    color: #3061A2;
    font-size: 16px;
  }
  #header #header-area .login .icon {
    display: block;
    float: left;
    height: 20px;
    transform: translate(0, 10px);
  }
  #header #header-area .logout {
    width: 106px;
  }
  #header #header-area .plan {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    /* float: right; */
    margin-top: 5px;
    max-width: 230px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: bold;
    color: #3D526C;
    background-color: #FFC857;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
  }
  #header #header-area .plan:active {
    transform: translate(0, 3px);
    box-shadow: none;
  }
  #header #header-area .plan .arrow {
    font-size: 13px;
    transform: translate(0, 3px);
  }
  #header #header-area .memberregist {
    display: block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
  }
  #header #header-area .memberregist.sm {
    display: none;
  }
  #header #header-area .memberregist .moji {
    display: block;
    float: right;
    color: #3061A2;
    font-size: 16px;
  }
  #header #header-area .memberregist .icon {
    display: block;
    float: left;
    height: 20px;
    transform: translate(0, 10px);
  }
  #header #header-area:after {
    display: block;
    content: "";
    clear: both;
  }
  #header .plan-panel {
    position: relative;
  }
  #header .plan-panel .background {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 900;
  }
  #header .plan-panel .panel {
    position: absolute;
    width: 300px;
    top: 0px;
    right: 0px;
    background-color: #F4F4F5;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
    z-index: 901;
  }
  #header .plan-panel .plan-description {
    width: 300px;
    height: 70px;
    background-color: #27476E;
    padding: 0;
  }
  #header .plan-panel .plan-description .plan-title {
    height: 30px;
    font-size: 13px;
    color: #F4F4F5;
    text-align: center;
    line-height: 40px;
  }
  #header .plan-panel .plan-description .plan-name {
    height: 40px;
    padding: 0 10px;
    font-size: 22px;
    font-weight: bold;
    color: #FFC857;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }
  #header .plan-panel .description {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #header .plan-panel .description.tall {
    height: 50px;
  }
  #header .plan-panel .description.short {
    height: 40px;
  }
  #header .plan-panel .description .title {
    width: 150px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: bold;
    color: black;
  }
  #header .plan-panel .description .value {
    flex: 1;
    font-size: 12px;
    font-weight: bold;
    color: #2DA5AB;
  }
  #header .plan-panel .hr {
    margin: 0px 10px;
    border-top: 2px solid #D3D3D3;
  }
  #header .plan-panel .panel .adminbutton {
    margin-top: 50px;
    width: 210px;
    height: 40px;
    border: 1px solid #27476E;
    background-color: #27476E;
    font-size: 15px;
    font-weight: bold;
    color: #FFC857;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    margin: 15px auto;
    cursor: pointer;
  }
  #header .plan-panel .panel .adminbutton:active {
    color: #27476E;
    background-color: #FFC857;
    border: 1px solid #27476E;
  }
  #header .plan-panel .panel .logoutbutton {
    margin-top: 50px;
    width: 210px;
    height: 40px;
    border: 1px solid #FFC857;
    background-color: #FFC857;
    font-size: 15px;
    font-weight: bold;
    color: #27476E;
    border-radius: 3px;
    text-align: center;
    line-height: 38px;
    margin: 15px auto;
    cursor: pointer;
  }
  #header .plan-panel .panel .logoutbutton:active {
    color: #FFC857;
    background-color: #27476E;
    border: 1px solid #FFC857;
  }
  #header .plan-panel .panel.not-available {
    padding: 15px;
  }
  #header .plan-panel .panel.not-available .media-title {
    margin-top: 15px;
    width: 100%;
    padding: 0 20px;
    font-size: 13px;
    font-weight: bold;
    color: black;
    margin-bottom: 5px;
  }
  #header .plan-panel .panel.not-available .media-name {
    margin-top: 5px;
    width: 100%;
    padding: 0 20px;
    font-size: 13px;
    font-weight: bold;
    color: #2DA5AB;
    cursor: pointer;
  }
  #header .plan-panel-enter-active, #header .plan-panel-leave-active {
    z-index: 700;
    transition: opacity 1s;
  }
  #header .plan-panel-enter, #header .plan-panel-leave-to {
    opacity: 0;
  }
  #header .plan-panel-enter-to, #header .plan-panel-leave {
    opacity: 1;
  }
  #header .plan-panel .panel .print-description {
    display: none;
  }
  #header .plan-panel .panel .download-description {
    display: none;
  }
  #header .plan-panel .panel .adminbutton {
    display: none;
  }
}
@media print, screen and (min-width: 850px) {
  #header #header-area {
    position: relative;
    width: 100%;
    height: 40px;
  }
  #header #header-area #icon-hamburgermenu {
    display: none;
  }
  #header #header-area #date-md {
    display: none;
  }
  #header #header-area #date-lg {
    display: block;
    width: 250px;
    height: 30px;
    float: left;
    margin-top: 3px;
    color: black;
  }
  #header #header-area .date.number {
    font-size: 22px;
  }
  #header #header-area .date.week {
    font-size: 20px;
  }
  #header #header-area .date.moji {
    font-size: 14px;
  }
  #header #header-area #title {
    position: absolute;
    top: -1px;
    left: 350px;
    height: 44px;
    cursor: pointer;
  }
  #header #header-area .login {
    display: block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    float: right;
    cursor: pointer;
  }
  #header #header-area .login.sm {
    display: none;
  }
  #header #header-area .login .moji {
    display: block;
    float: right;
    color: #3061A2;
    font-size: 16px;
  }
  #header #header-area .login .icon {
    display: block;
    float: left;
    height: 20px;
    transform: translate(0, 10px);
  }
  #header #header-area .logout {
    width: 106px;
  }
  #header #header-area .plan {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 350px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: bold;
    color: #3D526C;
    background-color: #FFC857;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
  }
  #header #header-area .plan:active {
    transform: translate(0, 3px);
    box-shadow: none;
  }
  #header #header-area .plan .arrow {
    font-size: 13px;
    transform: translate(0, 3px);
  }
  #header #header-area .memberregist {
    display: block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
  }
  #header #header-area .memberregist.sm {
    display: none;
  }
  #header #header-area .memberregist .moji {
    display: block;
    float: right;
    color: #3061A2;
    font-size: 16px;
  }
  #header #header-area .memberregist .icon {
    display: block;
    float: left;
    height: 20px;
    transform: translate(0, 10px);
  }
  #header #header-area:after {
    display: block;
    content: "";
    clear: both;
  }
  #header .plan-panel {
    position: relative;
  }
  #header .plan-panel .background {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 900;
  }
  #header .plan-panel .panel {
    position: absolute;
    width: 300px;
    top: 0px;
    right: 0px;
    background-color: #F4F4F5;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
    z-index: 901;
  }
  #header .plan-panel .plan-description {
    width: 300px;
    height: 70px;
    background-color: #27476E;
    padding: 0;
  }
  #header .plan-panel .plan-description .plan-title {
    height: 30px;
    font-size: 13px;
    color: #F4F4F5;
    text-align: center;
    line-height: 40px;
  }
  #header .plan-panel .plan-description .plan-name {
    height: 40px;
    padding: 0 10px;
    font-size: 22px;
    font-weight: bold;
    color: #FFC857;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }
  #header .plan-panel .description {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #header .plan-panel .description.tall {
    height: 50px;
  }
  #header .plan-panel .description.short {
    height: 40px;
  }
  #header .plan-panel .description .title {
    width: 150px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: bold;
    color: black;
  }
  #header .plan-panel .description .value {
    flex: 1;
    font-size: 12px;
    font-weight: bold;
    color: #2DA5AB;
  }
  #header .plan-panel .hr {
    margin: 0px 10px;
    border-top: 2px solid #D3D3D3;
  }
  #header .plan-panel .panel .adminbutton {
    margin-top: 50px;
    width: 210px;
    height: 40px;
    border: 1px solid #27476E;
    background-color: #27476E;
    font-size: 15px;
    font-weight: bold;
    color: #FFC857;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    margin: 15px auto;
    cursor: pointer;
  }
  #header .plan-panel .panel .adminbutton:active {
    color: #27476E;
    background-color: #FFC857;
    border: 1px solid #27476E;
  }
  #header .plan-panel .panel .logoutbutton {
    margin-top: 50px;
    width: 210px;
    height: 40px;
    border: 1px solid #FFC857;
    background-color: #FFC857;
    font-size: 15px;
    font-weight: bold;
    color: #27476E;
    border-radius: 3px;
    text-align: center;
    line-height: 38px;
    margin: 15px auto;
    cursor: pointer;
  }
  #header .plan-panel .panel .logoutbutton:active {
    color: #FFC857;
    background-color: #27476E;
    border: 1px solid #FFC857;
  }
  #header .plan-panel .panel.not-available {
    padding: 15px;
  }
  #header .plan-panel .panel.not-available .media-title {
    margin-top: 15px;
    width: 100%;
    padding: 0 20px;
    font-size: 13px;
    font-weight: bold;
    color: black;
    margin-bottom: 5px;
  }
  #header .plan-panel .panel.not-available .media-name {
    margin-top: 5px;
    width: 100%;
    padding: 0 20px;
    font-size: 13px;
    font-weight: bold;
    color: #2DA5AB;
    cursor: pointer;
  }
  #header .plan-panel-enter-active, #header .plan-panel-leave-active {
    z-index: 700;
    transition: opacity 1s;
  }
  #header .plan-panel-enter, #header .plan-panel-leave-to {
    opacity: 0;
  }
  #header .plan-panel-enter-to, #header .plan-panel-leave {
    opacity: 1;
  }
}
@media print, screen and (min-width: 0px) and (max-width: 599px) {
  /* ===== メニュー ===== */
  .nav { /* メニューは隠す */
    display: none;
  }
  /* ===== ポップアップメニュー ===== */
  [v-cloak] { /* ポップアップメニューのチラツキをなくす */
    display: none;
  }
  #nav-popup .backscreen {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }
  #nav-popup .menu {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #9c9c9c;
    transition: transform 0.5s ease-in-out;
    overflow: auto;
    z-index: 999;
  }
  #nav-popup .menu ul {
    width: 100%;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  #nav-popup .menu ul li {
    height: 60px;
    line-height: 60px;
    list-style: none;
  }
  #nav-popup .menu ul li:first-child {
    font-size: 28px; /* 閉じるアイコン × のフォントサイズ */
    color: white;
    text-align: right;
    padding-right: 20px;
    border-bottom: none;
    cursor: pointer;
  }
  #nav-popup .menu ul li:nth-last-child(1) {
    border-bottom: none;
  }
  #nav-popup .menu ul li.canpush a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: white;
    text-decoration: none;
    text-indent: 10px;
  }
  #nav-popup .menu ul li.cannotpush div {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: white;
    text-indent: 10px;
  }
  #nav-popup .menu ul li.cannotpush .lock {
    font-size: 14px;
    vertical-align: -1px;
  }
  #nav-popup .menu ul li a:hover {
    background-color: #6c6c6c;
  }
  /* メニューのアイコン（画像アイコン） */
  #nav-popup .menu .icon {
    width: 20px;
    margin-right: 10px;
    vertical-align: -3px;
  }
  /* メニューのアイコン（フォントアイコン） */
  #nav-popup .menu .icon-font {
    display: inline;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: -3px;
  }
  /* メニューがアクティブのとき */
  #nav-popup .menu .active {
    background-color: #cccccc;
  }
}
@media print, screen and (min-width: 600px) and (max-width: 849px) {
  /* ===== メニュー ===== */
  .nav.lg {
    display: none;
  }
  .nav.md {
    width: 100%;
    margin-top: 50px;
  }
  .nav.md ul.main {
    display: block;
    width: 100%;
    height: 60px;
    box-shadow: 0px 2px 4px darkgray;
  }
  .nav.md ul.main li.main {
    display: block;
    list-style: none;
    width: 16.6666666%;
    height: 100%;
    float: left;
    border-right: 1px solid white;
    background-color: #9c9c9c;
  }
  .nav.md ul.main li.main.canpush > a, .nav.md ul.main li.main > .submenu {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    color: white;
    line-height: 15px;
    padding-top: 15px;
  }
  .nav.md ul.main li .submenu .arrow {
    display: block;
    font-size: 15px;
    margin-top: -15px;
    margin-left: 45px;
  }
  .nav.md ul.main li.cannotpush {
    position: relative;
  }
  .nav.md ul.main li.cannotpush div {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-align: center;
    color: white;
    line-height: 15px;
    padding-top: 15px;
  }
  .nav.md ul.main li.cannotpush p.lock {
    position: absolute;
    color: white;
    right: 5px;
    top: 3px;
    background-color: transparent;
  }
  .nav.md ul.main li.cannotpush p.lock span {
    font-size: 14px;
  }
  .nav.md ul.main li .active {
    background-color: #cccccc;
    /* pointer-events: none;       リンクを無効にする */
  }
  .nav.md ul.main li.canpush:hover {
    background-color: #6c6c6c;
  }
  .nav.md ul.main li .icon {
    width: 25px;
    margin-top: -5px; /* 画像アイコンの場合のみ、位置を調整 */
  }
  .nav.md ul.main li .icon-font {
    font-size: 25px;
    margin-top: -5px;
  }
  /* ===== メニュー「検索」のサブメニュー ===== */
  .nav.md ul.search {
    display: block;
    position: relative;
    list-style: none;
    width: 200px;
    top: -2px;
    left: 0px;
    /* background-color: #3061A2; */
    background-color: #9c9c9c;
    box-shadow: 2px 2px 2px gray;
    z-index: 99;
  }
  [v-cloak] { /* 画面再描画時、サブメニューが一瞬ちらっと表示されてしまうのを防ぐ */
    display: none;
  }
  .nav.md ul.search li.sub.canpush > a,
  .nav.md ul.search li.sub.cannotpush {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    color: white;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-indent: 15px;
    /* border: 2px solid #3061A2; */
    border: 2px solid #9c9c9c;
  }
  .nav.md ul.search li.sub.canpush > a:hover {
    /* background-color: #829BC5; */
    background-color: #6c6c6c;
    /* border: 2px solid #3061A2; */
    border: 2px solid #9c9c9c;
    padding-top: 15px;
  }
  .nav.md ul.search li.sub.cannotpush .lock {
    position: absolute;
    color: white;
    right: 5px;
    top: 15px;
    background-color: transparent;
  }
  .nav.md ul.search li.sub.cannotpush .lock span {
    font-size: 16px;
  }
  /* サブメニューのアイコン（画像アイコン） */
  .nav.md ul.search li.sub .icon {
    width: 20px;
    margin-right: 10px;
    vertical-align: -4px;
  }
  /* サブメニューのアイコン（フォントアイコン） */
  .nav.md ul.search li.sub .icon-font {
    display: inline;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: -4px;
  }
  /* サブメニューのアニメーション */
  .submenu-enter, .submenu-leave-to {
    opacity: 0;
    /* height: 0; */
  }
  .submenu-enter-to, .submenu-leave {
    opacity: 1;
    /* height: 100px; */
  }
  .submenu-enter-active, .submenu-leave-active {
    transition: all 0.3s linear;
  }
  /* ===== ポップアップメニュー ===== */
  [v-cloak] { /* ポップアップメニューのチラツキをなくす */
    display: none;
  }
  #nav-popup .backscreen {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }
  #nav-popup .menu {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #9c9c9c;
    transition: transform 0.5s ease-in-out;
    overflow: auto;
    z-index: 999;
  }
  #nav-popup .menu ul {
    width: 100%;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  #nav-popup .menu ul li {
    height: 60px;
    line-height: 60px;
    list-style: none;
  }
  #nav-popup .menu ul li:first-child {
    font-size: 28px;
    color: white;
    text-align: right;
    padding-right: 20px;
    border-bottom: none;
    cursor: pointer;
  }
  #nav-popup .menu ul li:nth-last-child(1) {
    border-bottom: none;
  }
  #nav-popup .menu ul li.canpush a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: white;
    text-decoration: none;
    text-indent: 10px;
  }
  #nav-popup .menu ul li.cannotpush div {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: white;
    text-indent: 10px;
  }
  #nav-popup .menu ul li.cannotpush .lock {
    font-size: 14px;
    vertical-align: -1px;
  }
  #nav-popup .menu ul li a:hover {
    background-color: #6c6c6c;
  }
  /* メニューのアイコン（画像アイコン） */
  #nav-popup .menu .icon {
    width: 20px;
    margin-right: 10px;
    vertical-align: -3px;
  }
  /* メニューのアイコン（フォントアイコン） */
  #nav-popup .menu .icon-font {
    display: inline;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: -3px;
  }
  /* メニューがアクティブのとき */
  #nav-popup .menu .active {
    background-color: #cccccc;
  }
}
@media print, screen and (min-width: 850px) {
  /* ===== メニュー ===== */
  .nav.md {
    display: none; /* md用メニューは隠す */
  }
  .nav.lg {
    width: 100%;
    height: 80px;
    /* background-color: #3061A2; */
    background-color: #9c9c9c;
    box-shadow: 0px 2px 4px darkgray;
  }
  .nav.lg ul.main {
    display: block;
    width: 1001px;
    margin: 0 auto;
  }
  .nav.lg ul.main li.main {
    display: block;
    list-style: none;
    width: 124px;
    height: 80px;
    float: left;
    /* border-right: 1px solid #829BC5; */
    /* background-color: #3061A2; */
    background-color: #9c9c9c;
  }
  .nav.lg ul.main li.border {
    width: 1px;
    height: 70px;
    list-style: none;
    margin-top: 5px;
    float: left;
    /* border-right: 1px solid #5981B5; */
    background-color: white;
  }
  .nav.lg ul.main li.main:first-child {
    /* border-left: 1px solid #5981B5; */
    border-left: 1px solid white;
  }
  .nav.lg ul.main li.main.canpush > a, .nav.lg ul.main li.main > .submenu {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    color: white;
    line-height: 17px;
    padding-top: 18px;
    /* border: 2px solid #3061A2; */
    border: 2px solid #9c9c9c;
  }
  .nav.lg ul.main li .submenu .arrow {
    display: block;
    font-size: 15px;
    margin-top: -1px;
  }
  .nav.lg ul.main li.main.cannotpush {
    position: relative;
  }
  .nav.lg ul.main li.main.cannotpush > div {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    /* color: gray; */
    color: white;
    line-height: 17px;
    padding-top: 18px;
    /* border: 2px solid #3061A2; */
    border: 2px solid #9c9c9c;
  }
  .nav.lg ul.main li.main.cannotpush .lock {
    position: absolute;
    color: white;
    right: 10px;
    top: 7px;
    background-color: transparent;
  }
  .nav.lg ul.main li.main.cannotpush .lock span {
    font-size: 16px;
  }
  .nav.lg ul.main li.canpush a:hover {
    /* background-color: #829BC5; */
    background-color: #6c6c6c;
    /* border: 2px solid #3061A2; */
    border: 2px solid #9c9c9c;
  }
  .nav.lg ul.main li a.active, .nav.lg ul.main li div.active {
    /* background-color: #9AB1D0; */
    background-color: #cccccc;
    /* pointer-events: none;       リンクを無効にする */
    /* border: 2px solid #3061A2; */
    border: 2px solid #9c9c9c;
  }
  .nav.lg ul.main li .icon {
    width: 25px;
    margin-top: -5px; /* 画像アイコンの場合のみ、位置を調整 */
  }
  .nav.lg ul.main li .icon-font {
    font-size: 25px;
    margin-top: -5px;
  }
  .nav.lg ul.main:after {
    display: block;
    content: "";
    clear: both;
  }
  /* ===== メニュー「検索」のサブメニュー ===== */
  .nav.lg ul.search {
    display: block;
    position: relative;
    list-style: none;
    width: 190px;
    top: -2px;
    left: 0px;
    background-color: #9c9c9c;
    box-shadow: 2px 2px 2px gray;
    z-index: 99;
  }
  [v-cloak] { /* 画面再描画時、サブメニューが一瞬ちらっと表示されてしまうのを防ぐ */
    display: none;
  }
  .nav.lg ul.search li.sub.canpush > a,
  .nav.lg ul.search li.sub.cannotpush {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    color: white;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-indent: 15px;
    border: 2px solid #9c9c9c;
  }
  .nav.lg ul.search li.sub.cannotpush {
    color: white;
  }
  .nav.lg ul.search li.sub.canpush > a:hover {
    background-color: #6c6c6c;
    border: 2px solid #9c9c9c;
    padding-top: 15px;
  }
  .nav.lg ul.search li.sub.cannotpush .lock {
    position: absolute;
    color: white;
    right: 5px;
    top: 15px;
    background-color: transparent;
  }
  .nav.lg ul.search li.sub.cannotpush .lock span {
    font-size: 16px;
  }
  /* サブメニューのアイコン（画像アイコン） */
  .nav.lg ul.search li.sub .icon {
    width: 20px;
    margin-right: 10px;
    vertical-align: -4px;
  }
  /* サブメニューのアイコン（フォントアイコン） */
  .nav.lg ul.search li.sub .icon-font {
    display: inline;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: -4px;
  }
  /* サブメニューのアニメーション */
  .submenu-enter, .submenu-leave-to {
    opacity: 0;
    /* height: 0; */
  }
  .submenu-enter-to, .submenu-leave {
    opacity: 1;
    /* height: 100px; */
  }
  .submenu-enter-active, .submenu-leave-active {
    transition: all 0.3s linear;
  }
  /* ===== メニュー「各種資料」のサブメニュー ===== */
  .nav.lg ul.documents {
    display: block;
    position: relative;
    list-style: none;
    width: 200px;
    top: -2px;
    left: 0px;
    background-color: #9c9c9c;
    box-shadow: 2px 2px 2px gray;
    z-index: 99;
  }
  [v-cloak] { /* 画面再描画時、サブメニューが一瞬ちらっと表示されてしまうのを防ぐ */
    display: none;
  }
  .nav.lg ul.documents li.sub.canpush > a,
  .nav.lg ul.documents li.sub.cannotpush {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    color: white;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-indent: 15px;
    border: 2px solid #9c9c9c;
  }
  .nav.lg ul.documents li.sub.cannotpush {
    color: white;
  }
  .nav.lg ul.documents li.sub.canpush > a:hover {
    background-color: #6c6c6c;
    border: 2px solid #9c9c9c;
    padding-top: 15px;
  }
  .nav.lg ul.documents li.sub.cannotpush .lock {
    position: absolute;
    color: white;
    right: 5px;
    top: 15px;
    background-color: transparent;
  }
  .nav.lg ul.documents li.sub.cannotpush .lock span {
    font-size: 16px;
  }
  /* サブメニューのアイコン（画像アイコン） */
  .nav.lg ul.documents li.sub .icon {
    width: 20px;
    margin-right: 10px;
    vertical-align: -4px;
  }
  /* サブメニューのアイコン（フォントアイコン） */
  .nav.lg ul.documents li.sub .icon-font {
    display: inline;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: -4px;
  }
  /* サブメニューのアニメーション */
  .submenu-enter, .submenu-leave-to {
    opacity: 0;
    /* height: 0; */
  }
  .submenu-enter-to, .submenu-leave {
    opacity: 1;
    /* height: 100px; */
  }
  .submenu-enter-active, .submenu-leave-active {
    transition: all 0.3s linear;
  }
  /* ===== メニュー「設定」のサブメニュー ===== */
  .nav.lg ul.settings {
    display: block;
    position: relative;
    list-style: none;
    width: 200px;
    top: -2px;
    left: -77px;
    /* background-color: #3061A2; */
    background-color: #9c9c9c;
    box-shadow: 2px 2px 2px gray;
    z-index: 99;
  }
  [v-cloak] { /* 画面再描画時、サブメニューが一瞬ちらっと表示されてしまうのを防ぐ */
    display: none;
  }
  .nav.lg ul.settings li.sub.canpush > a,
  .nav.lg ul.settings li.sub.cannotpush {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    color: white;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-indent: 15px;
    /* border: 2px solid #3061A2; */
    border: 2px solid #9c9c9c;
  }
  .nav.lg ul.settings li.sub.cannotpush {
    color: white;
  }
  .nav.lg ul.settings li.sub.canpush > a:hover {
    /* background-color: #829BC5; */
    background-color: #6c6c6c;
    /* border: 2px solid #3061A2; */
    border: 2px solid #9c9c9c;
    padding-top: 15px;
  }
  .nav.lg ul.settings li.sub.cannotpush .lock {
    position: absolute;
    color: white;
    right: 5px;
    top: 15px;
    background-color: transparent;
  }
  .nav.lg ul.settings li.sub.cannotpush .lock span {
    font-size: 16px;
  }
  /* サブメニューのアイコン（画像アイコン） */
  .nav.lg ul.settings li.sub .icon {
    width: 20px;
    margin-right: 10px;
    vertical-align: -4px;
  }
  /* サブメニューのアイコン（フォントアイコン） */
  .nav.lg ul.settings li.sub .icon-font {
    display: inline;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: -4px;
  }
  /* サブメニューのアニメーション */
  .submenu-enter, .submenu-leave-to {
    opacity: 0;
    /* height: 0; */
  }
  .submenu-enter-to, .submenu-leave {
    opacity: 1;
    /* height: 100px; */
  }
  .submenu-enter-active, .submenu-leave-active {
    transition: all 0.3s linear;
  }
  /* ===== ポップアップメニュー ===== */
  #nav-popup { /* ポップアップメニューは隠す */
    display: none;
  }
}
/* タイトル small 用 */
/* タイトル middle 用 */
/* タイトル large 用 */
@media print, screen and (min-width: 0px) and (max-width: 599px) {
  #title-area .title {
    width: 100%;
  }
  #title-area .title .icon-font {
    font-size: 35px;
    color: #27476E;
    transform: translate(0, 5px);
  }
  #title-area .title img.sm {
    width: 30px;
    height: 30px;
    transform: translate(0, 2px);
  }
  #title-area .title img.lgmd {
    display: none;
  }
  #title-area .title .moji {
    margin-left: 5px;
    font-size: 25px;
    font-weight: bold;
    color: #27476E;
    line-height: 30px;
  }
  #title-area .title-border {
    margin-top: 2px;
    width: 100%;
    height: 8px;
    border-top: 1px solid #27476E;
    border-bottom: 4px solid #27476E;
  }
}
@media print, screen and (min-width: 600px) and (max-width: 849px) {
  #title-area .title {
    width: 100%;
  }
  #title-area .title .icon-font {
    font-size: 35px;
    color: #F9A638;
    transform: translate(0, 5px);
  }
  #title-area .title img.lgmd {
    width: 30px;
    height: 30px;
    transform: translate(0, 5px);
  }
  #title-area .title img.sm {
    display: none;
  }
  #title-area .title .moji {
    margin-left: 5px;
    font-size: 25px;
    color: black;
    line-height: 28px;
  }
  #title-area .title-border {
    margin-top: 2px;
    width: 100%;
    height: 8px;
    border-top: 1px solid #F9A638;
    border-bottom: 4px solid #F9A638;
  }
}
@media print, screen and (min-width: 850px) {
  #title-area .title {
    width: 100%;
  }
  #title-area .title .icon-font {
    font-size: 35px;
    color: #F9A638;
    transform: translate(0, 5px);
  }
  #title-area .title img.lgmd {
    width: 30px;
    height: 30px;
    transform: translate(0, 5px);
  }
  #title-area .title img.sm {
    display: none;
  }
  #title-area .title .moji {
    margin-left: 5px;
    font-size: 25px;
    color: black;
    line-height: 28px;
  }
  #title-area .title-border {
    margin-top: 2px;
    width: 100%;
    height: 8px;
    border-top: 1px solid #F9A638;
    border-bottom: 4px solid #F9A638;
  }
}
@media print, screen and (min-width: 0px) and (max-width: 599px) {
  #ad {
    text-align: right;
  }
  #ad .ad001, #ad .ad002, #ad .ad003 {
    display: none;
  }
  #ad .ad003 img {
    margin-bottom: 10px;
    width: 290px;
  }
  /* ===== 閲覧ランキング ===== */
  #ranking-container {
    margin-top: 20px;
    padding: 0 10px;
  }
  #ranking-container #ranking-box {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  #ranking-container .box {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #ranking-container .box:active {
    background-color: #CCDDED;
  }
  #ranking-container .box:hover .headline {
    text-decoration: underline;
  }
  #ranking-container .flag {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 46px;
    height: 46px;
    border-top: 23px solid #bfbfbf;
    border-left: 23px solid #bfbfbf;
    border-right: 23px solid transparent;
    border-bottom: 23px solid transparent;
  }
  #ranking-container .flag.rank1 {
    border-top: 23px solid #B97291;
    border-left: 23px solid #B97291;
    border-right: 23px solid transparent;
    border-bottom: 23px solid transparent;
  }
  #ranking-container .flag.rank2 {
    border-top: 23px solid #6C8CB6;
    border-left: 23px solid #6C8CB6;
    border-right: 23px solid transparent;
    border-bottom: 23px solid transparent;
  }
  #ranking-container .flag.rank3 {
    border-top: 23px solid #65ADB2;
    border-left: 23px solid #65ADB2;
    border-right: 23px solid transparent;
    border-bottom: 23px solid transparent;
  }
  #ranking-container .flag .no {
    position: absolute;
    top: -17px;
    left: -15px;
    font-size: 0.875rem; /* 14px */
    font-weight: bold;
    color: white;
  }
  #ranking-container .headline {
    padding-left: 45px;
    padding-top: 12px;
    font-size: 0.875rem; /* 14px */
    font-weight: bold;
    line-height: 1.25rem; /* 20px */
    margin-bottom: 2px;
  }
  #ranking-container .date {
    padding-left: 45px;
    font-size: 0.6875rem; /* 11px */
    color: #868686;
  }
  #ranking-container .date .icon-font {
    font-size: 0.6875rem; /* 11px */
    vertical-align: -0.0625rem; /* -1px */
  }
  #ranking-container .date .page_name {
    font-weight: bold;
  }
  #ranking-container .date .page_no {
    font-weight: bold;
  }
}
@media print, screen and (min-width: 600px) and (max-width: 849px) {
  #ad {
    text-align: right;
  }
  #ad .ad001, #ad .ad002, #ad .ad003 {
    display: none;
  }
  #ad .ad003 img {
    margin-bottom: 10px;
    width: 290px;
  }
  /* ===== 閲覧ランキング ===== */
  #ranking-container {
    padding: 0 0 0 10px;
  }
  #ranking-container #ranking-box {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  #ranking-container .box {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #ranking-container .box:active {
    background-color: #CCDDED;
  }
  #ranking-container .box:hover .headline {
    text-decoration: underline;
  }
  #ranking-container .flag {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 46px;
    height: 46px;
    border-top: 23px solid #bfbfbf;
    border-left: 23px solid #bfbfbf;
    border-right: 23px solid transparent;
    border-bottom: 23px solid transparent;
  }
  #ranking-container .flag.rank1 {
    border-top: 23px solid #B97291;
    border-left: 23px solid #B97291;
    border-right: 23px solid transparent;
    border-bottom: 23px solid transparent;
  }
  #ranking-container .flag.rank2 {
    border-top: 23px solid #6C8CB6;
    border-left: 23px solid #6C8CB6;
    border-right: 23px solid transparent;
    border-bottom: 23px solid transparent;
  }
  #ranking-container .flag.rank3 {
    border-top: 23px solid #65ADB2;
    border-left: 23px solid #65ADB2;
    border-right: 23px solid transparent;
    border-bottom: 23px solid transparent;
  }
  #ranking-container .flag .no {
    position: absolute;
    top: -17px;
    left: -15px;
    font-size: 0.875rem; /* 14px */
    font-weight: bold;
    color: white;
  }
  #ranking-container .headline {
    padding-left: 45px;
    padding-top: 12px;
    font-size: 0.875rem; /* 14px */
    font-weight: bold;
    line-height: 1.25rem; /* 20px */
    margin-bottom: 2px;
  }
  #ranking-container .date {
    padding-left: 45px;
    font-size: 0.6875rem; /* 11px */
    color: #868686;
  }
  #ranking-container .date .icon-font {
    font-size: 0.6875rem; /* 11px */
    vertical-align: -0.0625rem; /* -1px */
  }
  #ranking-container .date .page_name {
    font-weight: bold;
  }
  #ranking-container .date .page_no {
    font-weight: bold;
  }
}
@media print, screen and (min-width: 850px) {
  #sidearea-a {
    margin-top: 20px;
  }
  #ad {
    text-align: right;
  }
  #ad .ad001, #ad .ad002, #ad .ad003 {
    display: none;
  }
  #ad .ad003 img {
    margin-bottom: 10px;
    width: 290px;
  }
  /* ===== 閲覧ランキング ===== */
  #ranking-container {
    padding: 0 0 0 10px;
  }
  #ranking-container #ranking-box {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  #ranking-container .box {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #ranking-container .box:active {
    background-color: #CCDDED;
  }
  #ranking-container .box:hover .headline {
    text-decoration: underline;
  }
  #ranking-container .flag {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 46px;
    height: 46px;
    border-top: 23px solid #bfbfbf;
    border-left: 23px solid #bfbfbf;
    border-right: 23px solid transparent;
    border-bottom: 23px solid transparent;
  }
  #ranking-container .flag.rank1 {
    border-top: 23px solid #B97291;
    border-left: 23px solid #B97291;
    border-right: 23px solid transparent;
    border-bottom: 23px solid transparent;
  }
  #ranking-container .flag.rank2 {
    border-top: 23px solid #6C8CB6;
    border-left: 23px solid #6C8CB6;
    border-right: 23px solid transparent;
    border-bottom: 23px solid transparent;
  }
  #ranking-container .flag.rank3 {
    border-top: 23px solid #65ADB2;
    border-left: 23px solid #65ADB2;
    border-right: 23px solid transparent;
    border-bottom: 23px solid transparent;
  }
  #ranking-container .flag .no {
    position: absolute;
    top: -17px;
    left: -15px;
    font-size: 0.875rem; /* 14px */
    font-weight: bold;
    color: white;
  }
  #ranking-container .headline {
    padding-left: 45px;
    padding-top: 12px;
    font-size: 0.875rem; /* 14px */
    font-weight: bold;
    line-height: 1.25rem; /* 20px */
    margin-bottom: 2px;
  }
  #ranking-container .date {
    padding-left: 45px;
    font-size: 0.6875rem; /* 11px */
    color: #868686;
  }
  #ranking-container .date .icon-font {
    font-size: 0.6875rem; /* 11px */
    vertical-align: -0.0625rem; /* -1px */
  }
  #ranking-container .date .page_name {
    font-weight: bold;
  }
  #ranking-container .date .page_no {
    font-weight: bold;
  }
  #ranking-container .date .genre {
    font-weight: bold;
  }
}
@media print, screen and (min-width: 0px) and (max-width: 599px) {
  #information-container {
    margin-top: 20px;
    padding: 0 10px;
  }
  #information-box {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  #information-box .information {
    list-style: none;
    padding: 10px 0px;
    padding-bottom: 0px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #information-box .information.noclick {
    cursor: default;
  }
  #information-box .information:hover .title {
    text-decoration: underline;
  }
  #information-box .information.noclick:hover .title {
    text-decoration: none;
  }
  #information-box .information:active {
    background-color: #CCDDED;
  }
  #information-box .information.noclick:active {
    background-color: white;
  }
  #information-box .information .header {
    line-height: 0.75rem; /* 12px */
  }
  #information-box .information .header .datetime {
    font-size: 0.75rem; /* 12px */
    color: gray;
  }
  #information-box .information .header .icon-font {
    font-size: 0.75rem; /* 12px */
    color: gray;
    vertical-align: -0.0625rem; /* -1px */
  }
  #information-box .information .header .moji {
    font-size: 0.75rem; /* 12px */
    color: gray;
    font-weight: bold;
  }
  #information-box .information .title {
    font-size: 0.875rem; /* 14px */
    font-weight: bold;
    line-height: 1rem; /* 16px */
    margin-top: 5px;
    color: #53709E;
    margin-bottom: 10px;
  }
  #information-box .information .border {
    margin: 0 -5px;
    border: 1px dashed #DEDEDE;
  }
  #information-container .continue {
    font-size: 1rem; /* 16px */
    line-height: 0.3125rem; /* 5px */
    color: #53709E;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
  }
  #information-container .continue .icon-font {
    font-size: 2.5rem; /* 40px */
  }
}
@media print, screen and (min-width: 600px) and (max-width: 849px) {
  #information-container {
    padding: 0 10px;
  }
  #information-box {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  #information-box .information {
    list-style: none;
    padding: 10px 0px;
    padding-bottom: 0px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #information-box .information.noclick {
    cursor: default;
  }
  #information-box .information:hover .title {
    text-decoration: underline;
  }
  #information-box .information.noclick:hover .title {
    text-decoration: none;
  }
  #information-box .information:active {
    background-color: #CCDDED;
  }
  #information-box .information.noclick:active {
    background-color: white;
  }
  #information-box .information .header {
    line-height: 0.75rem; /* 12px */
  }
  #information-box .information .header .datetime {
    font-size: 0.75rem; /* 12px */
    color: gray;
  }
  #information-box .information .header .icon-font {
    font-size: 0.75rem; /* 12px */
    color: gray;
    vertical-align: -0.0625rem; /* -1px */
  }
  #information-box .information .header .moji {
    font-size: 0.75rem; /* 12px */
    color: gray;
    font-weight: bold;
  }
  #information-box .information .title {
    font-size: 0.875rem; /* 14px */
    font-weight: bold;
    line-height: 1rem; /* 16px */
    margin-top: 5px;
    color: #53709E;
    margin-bottom: 10px;
  }
  #information-box .information .border {
    margin: 0 -5px;
    border: 1px dashed #DEDEDE;
  }
  #information-container .continue {
    font-size: 1rem; /* 16px */
    line-height: 0.3125rem; /* 5px */
    color: #53709E;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
  }
  #information-container .continue .icon-font {
    font-size: 2.5rem; /* 40px */
  }
}
@media print, screen and (min-width: 850px) {
  #information-container {
    padding: 0 0 0 10px;
  }
  #information-box {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  #information-box .information {
    list-style: none;
    padding: 10px 0px;
    padding-bottom: 0px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #information-box .information.noclick {
    cursor: default;
  }
  #information-box .information:hover .title {
    text-decoration: underline;
  }
  #information-box .information.noclick:hover .title {
    text-decoration: none;
  }
  #information-box .information:active {
    background-color: #CCDDED;
  }
  #information-box .information.noclick:active {
    background-color: white;
  }
  #information-box .information .header {
    width: 100%;
    line-height: 0.75rem; /* 12px */
  }
  #information-box .information .header .datetime {
    font-size: 0.6875rem; /* 11px */
    color: #9c9c9c;
  }
  #information-box .information .header .icon-font {
    font-size: 0.75rem; /* 12px */
    color: gray;
    vertical-align: -0.0625rem; /* -1px */
  }
  #information-box .information .header .moji {
    font-size: 0.75rem; /* 12px */
    color: gray;
    font-weight: bold;
  }
  #information-box .information .title {
    font-size: 0.875rem; /* 14px */
    font-weight: bold;
    line-height: 1rem; /* 16px */
    margin-top: 5px;
    color: #53709E;
    margin-bottom: 10px;
  }
  #information-box .information .border {
    margin: 0 -5px;
    border: 1px dashed #DEDEDE;
  }
  #information-container .continue {
    font-size: 0.875rem; /* 14px */
    line-height: 0.3125rem; /* 5px */
    color: #53709E;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
  }
  #information-container .continue .icon-font {
    font-size: 2.5rem; /* 40px */
  }
}
@media print, screen and (min-width: 0px) and (max-width: 599px) {
  /* ===== フッター全体 ===== */
  #footer-container {
    background-color: #f7f7f7;
  }
  /* ページトップバー */
  .footer .pagetop-bar {
    width: 100%;
    height: 50px;
    background-color: white;
    text-align: center;
    border-top: 1px solid #990000;
  }
  .footer .pagetop-bar .body {
    width: 100%;
  }
  .footer .pagetop-bar .body .box {
    display: inline-block;
    width: 100px;
    height: 50px;
    color: black;
    text-align: center;
    cursor: pointer;
  }
  .footer .pagetop-bar .body .box .arrow {
    height: 25px;
    line-height: 25px;
    text-align: center;
  }
  .footer .pagetop-bar .body .box .arrow .icon-font {
    font-size: 40px;
    transform: translate(0px, -3px);
  }
  .footer .pagetop-bar .body .box .pagetop {
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
  /* フッターエリア */
  .footer .footer-area .body {
    width: 100%;
    padding: 0px 20px;
  }
  /* メディアエリア */
  .footer .footer-area .body .media-area {
    padding: 20px 0px;
  }
  .footer .footer-area .body .media-area .title {
    font-size: 14px;
    font-weight: bold;
    color: #27476E;
    text-indent: 5px;
  }
  .footer .footer-area .body .media-area .title .icon-font {
    font-size: 20px;
    vertical-align: -5px;
  }
  .footer .footer-area .body .media-area .media-box {
    margin-top: 5px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .footer .footer-area .body .media-area .media-box .media-logo-box {
    width: 45%;
    height: 70px;
    border: 1px solid #C8C8C8;
    background-color: white;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding: 15px;
    /* display: flex;       // IE11 だと max-width max-height が効かないので、やめる
    justify-content: center;
    align-items: center; */
    text-align: center;
    line-height: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  .footer .footer-area .body .media-area .media-box .media-logo-box:active {
    background-color: #CCDDED;
  }
  .footer .footer-area .body .media-area .media-box .media-logo-box:hover {
    border: 1px solid #27476E;
  }
  .footer .footer-area .body .media-area .media-box .media-logo-box img {
    max-width: 100%;
    max-height: 100%;
  }
  /* インフォメーションエリア */
  .footer .footer-area .body .information-area {
    padding: 10px 0px;
    line-height: 30px;
    display: flex;
    flex-direction: column;
  }
  .footer .footer-area .body .information-area .item {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #27476E;
    text-indent: 2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  .footer .footer-area .body .information-area .item:active {
    background-color: #CCDDED;
  }
  .footer .footer-area .body .information-area .item:hover {
    text-decoration: underline;
  }
  .footer .footer-area .body .information-area .item .icon-font {
    font-size: 16px;
    color: #27476E;
    vertical-align: -3px;
    margin-right: 5px;
  }
  /* コピーライト */
  .footer .footer-area .body .copyright {
    margin-top: 10px;
    font-size: 9px;
    color: #27476E;
    text-indent: 5px;
    margin-bottom: 5px;
  }
  /* ライン */
  .footer .footer-area .logo-area .line {
    width: 100%;
    border-top: 1px solid #617894;
  }
  /* dNET ロゴ エリア */
  .footer .footer-area .logo-area .dnet-logo-area {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    text-align: right;
  }
  .footer .footer-area .logo-area .dnet-logo-area .dnet-logo {
    display: inline-block;
  }
  .footer .footer-area .logo-area .dnet-logo-area .dnet-logo img {
    width: 70px;
  }
  .footer .footer-area .logo-area .dnet-logo-area .message {
    display: inline-block;
    font-size: 11px;
    color: #27476E;
    vertical-align: 5px;
  }
}
@media print, screen and (min-width: 600px) and (max-width: 849px) {
  /* ===== フッター全体 ===== */
  #footer-container {
    background-color: #f7f7f7;
  }
  /* ページトップバー */
  .footer .pagetop-bar {
    width: 100%;
    height: 50px;
    background-color: white;
    text-align: center;
    border-top: 1px solid #990000;
  }
  .footer .pagetop-bar .body {
    width: 100%;
  }
  .footer .pagetop-bar .body .box {
    display: inline-block;
    width: 100px;
    height: 50px;
    color: black;
    text-align: center;
    cursor: pointer;
  }
  .footer .pagetop-bar .body .box .arrow {
    height: 25px;
    line-height: 25px;
    text-align: center;
  }
  .footer .pagetop-bar .body .box .arrow .icon-font {
    font-size: 40px;
    transform: translate(0px, -3px);
  }
  .footer .pagetop-bar .body .box .pagetop {
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
  /* フッターエリア */
  .footer .footer-area .body {
    width: 100%;
    padding: 0px 20px;
  }
  /* メディアエリア */
  .footer .footer-area .body .media-area {
    padding: 20px 0px;
  }
  .footer .footer-area .body .media-area .title {
    font-size: 14px;
    font-weight: bold;
    color: #27476E;
    text-indent: 5px;
  }
  .footer .footer-area .body .media-area .title .icon-font {
    font-size: 20px;
    vertical-align: -5px;
  }
  .footer .footer-area .body .media-area .media-box {
    margin-top: 5px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .footer .footer-area .body .media-area .media-box .media-logo-box {
    width: 30.3%;
    height: 70px;
    border: 1px solid #C8C8C8;
    background-color: white;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding: 15px;
    /* display: flex;       // IE11 だと max-width max-height が効かないので、やめる
    justify-content: center;
    align-items: center; */
    text-align: center;
    line-height: 50px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  .footer .footer-area .body .media-area .media-box .media-logo-box:active {
    background-color: #CCDDED;
  }
  .footer .footer-area .body .media-area .media-box .media-logo-box:hover {
    border: 1px solid #27476E;
  }
  .footer .footer-area .body .media-area .media-box .media-logo-box img {
    max-width: 100%;
    max-height: 100%;
  }
  /* インフォメーションエリア */
  .footer .footer-area .body .information-area {
    padding: 10px 0px;
    line-height: 30px;
    display: flex;
    flex-direction: column;
  }
  .footer .footer-area .body .information-area .item {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #27476E;
    text-indent: 2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  .footer .footer-area .body .information-area .item:active {
    background-color: #CCDDED;
  }
  .footer .footer-area .body .information-area .item:hover {
    text-decoration: underline;
  }
  .footer .footer-area .body .information-area .item .icon-font {
    font-size: 16px;
    color: #27476E;
    vertical-align: -3px;
    margin-right: 5px;
  }
  /* コピーライト */
  .footer .footer-area .body .copyright {
    margin-top: 10px;
    font-size: 12px;
    color: #27476E;
    text-indent: 5px;
    margin-bottom: 5px;
  }
  /* ライン */
  .footer .footer-area .logo-area .line {
    width: 100%;
    border-top: 1px solid #617894;
  }
  /* dNET ロゴ エリア */
  .footer .footer-area .logo-area .dnet-logo-area {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    text-align: right;
  }
  .footer .footer-area .logo-area .dnet-logo-area .dnet-logo {
    display: inline-block;
  }
  .footer .footer-area .logo-area .dnet-logo-area .dnet-logo img {
    width: 70px;
  }
  .footer .footer-area .logo-area .dnet-logo-area .message {
    display: inline-block;
    font-size: 11px;
    color: #27476E;
    vertical-align: 5px;
  }
}
@media print, screen and (min-width: 850px) {
  /* ===== フッター全体 ===== */
  #footer-container {
    background-color: #f7f7f7;
  }
  /* ページトップバー */
  .footer .pagetop-bar {
    width: 100%;
    height: 50px;
    background-color: white;
    border-top: 1px solid #990000;
    text-align: center;
  }
  .footer .pagetop-bar .body {
    width: 1000px;
    margin: 0px auto;
  }
  .footer .pagetop-bar .body .box {
    display: inline-block;
    width: 100px;
    height: 50px;
    color: black;
    text-align: center;
    cursor: pointer;
  }
  .footer .pagetop-bar .body .box .arrow {
    height: 25px;
    line-height: 25px;
    text-align: center;
  }
  .footer .pagetop-bar .body .box .arrow .icon-font {
    font-size: 40px;
    transform: translate(0px, -3px);
  }
  .footer .pagetop-bar .body .box .pagetop {
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
  /* フッターエリア */
  .footer .footer-area .body {
    width: 1000px;
    margin: 0px auto;
  }
  /* メディアエリア */
  .footer .footer-area .body .media-area {
    padding: 20px 0px;
  }
  .footer .footer-area .body .media-area .title {
    font-size: 14px;
    font-weight: bold;
    color: #27476E;
    text-indent: 5px;
  }
  .footer .footer-area .body .media-area .title .icon-font {
    font-size: 20px;
    vertical-align: -5px;
  }
  .footer .footer-area .body .media-area .media-box {
    margin-top: 5px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .footer .footer-area .body .media-area .media-box .media-logo-box {
    width: 19%;
    height: 80px;
    border: 1px solid #C8C8C8;
    background-color: white;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding: 15px;
    /* display: flex;        // IE11 だと max-width max-height が効かないので、やめる
      justify-content: center;
      align-items: center; */
    text-align: center;
    line-height: 60px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  .footer .footer-area .body .media-area .media-box .media-logo-box:active {
    background-color: #CCDDED;
  }
  .footer .footer-area .body .media-area .media-box .media-logo-box:hover {
    border: 1px solid #27476E;
  }
  .footer .footer-area .body .media-area .media-box .media-logo-box img {
    max-width: 100%;
    max-height: 100%;
  }
  /* インフォメーションエリア */
  .footer .footer-area .body .information-area {
    padding: 10px 0px;
    line-height: 30px;
    display: flex;
    flex-direction: column;
  }
  .footer .footer-area .body .information-area .item {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #27476E;
    text-indent: 2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  .footer .footer-area .body .information-area .item:active {
    background-color: #CCDDED;
  }
  .footer .footer-area .body .information-area .item:hover {
    text-decoration: underline;
  }
  .footer .footer-area .body .information-area .item .icon-font {
    font-size: 16px;
    color: #27476E;
    vertical-align: -3px;
    margin-right: 5px;
  }
  /* コピーライト */
  .footer .footer-area .body .copyright {
    margin-top: 10px;
    font-size: 12px;
    color: #27476E;
    text-indent: 5px;
    margin-bottom: 5px;
  }
  /* ライン */
  .footer .footer-area .logo-area .line {
    width: 100%;
    border-top: 1px solid #617894;
  }
  /* dNET ロゴ エリア */
  .footer .footer-area .logo-area .dnet-logo-area {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    text-align: right;
  }
  .footer .footer-area .logo-area .dnet-logo-area .dnet-logo {
    display: inline-block;
  }
  .footer .footer-area .logo-area .dnet-logo-area .dnet-logo img {
    width: 70px;
  }
  .footer .footer-area .logo-area .dnet-logo-area .message {
    display: inline-block;
    font-size: 11px;
    color: #27476E;
    vertical-align: 5px;
  }
}
@media print, screen and (min-width: 0px) and (max-width: 599px) {
  .modalwindow {
    position: fixed; /* スクロールしても固定にする */
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modalwindow .window {
    width: 90%;
    max-height: 90%;
    font-size: 16px;
    color: #333333;
    background-color: white;
    border: 10px solid white;
    border-radius: 5px;
    padding: 10px;
    overflow: auto;
  }
  .modalwindow .window .close-area {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .modalwindow .window .close-area .close-button {
    padding: 5px 20px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background-color: #990000;
    border-radius: 10px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  [v-cloak] { /* 画面再描画時、モーダルウィンドウが一瞬ちらっと表示されてしまうのを防ぐ */
    display: none;
  }
}
@media print, screen and (min-width: 600px) and (max-width: 849px) {
  .modalwindow {
    position: fixed; /* スクロールしても固定にする */
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modalwindow .window {
    width: 90%;
    max-height: 90%;
    font-size: 16px;
    color: #333333;
    background-color: white;
    border: 10px solid white;
    border-radius: 5px;
    padding: 10px;
    overflow: auto;
  }
  .modalwindow .window .close-area {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .modalwindow .window .close-area .close-button {
    padding: 5px 20px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background-color: #990000;
    border-radius: 10px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  [v-cloak] { /* 画面再描画時、モーダルウィンドウが一瞬ちらっと表示されてしまうのを防ぐ */
    display: none;
  }
}
@media print, screen and (min-width: 850px) {
  .modalwindow {
    position: fixed; /* スクロールしても固定にする */
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modalwindow .window {
    width: 700px;
    max-height: 90%;
    font-size: 16px;
    color: #333333;
    background-color: white;
    border: 10px solid white;
    border-radius: 5px;
    padding: 10px;
    overflow: auto;
  }
  .modalwindow .window .close-area {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .modalwindow .window .close-area .close-button {
    padding: 5px 20px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background-color: #990000;
    border-radius: 10px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  [v-cloak] { /* 画面再描画時、モーダルウィンドウが一瞬ちらっと表示されてしまうのを防ぐ */
    display: none;
  }
}
@media print, screen and (min-width: 0px) and (max-width: 599px) {
  #content-container {
    padding: 20px 15px;
    background-color: #F4F4F5;
    background-image: url("../../../image/publics/back01.png");
    background-repeat: repeat;
  }
  #content-container .title-icon {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  #content-container .title-icon .icon-font {
    font-size: 80px;
    color: #FF5E5B;
  }
  #content-container .error-message {
    margin-top: 15px;
    width: 100%;
    padding: 0px 50px;
  }
  #content-container .error-message .moji {
    font-size: 23px;
    font-weight: bold;
    color: #FF5E5B;
  }
  #content-container .description {
    margin-top: 40px;
    width: 100%;
    padding: 0px 50px;
  }
  #content-container .description .moji {
    font-size: 16px;
    line-height: 30px;
    color: black;
  }
  #content-container #button-area {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #content-container #button-area .button {
    width: 310px;
    height: 50px;
    border-radius: 5px;
    background-color: #5386E4;
    padding: 0 20px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  #content-container #button-area .button .moji {
    font-size: 18px;
    font-weight: bold;
    color: white;
  }
  #content-container #button-area .button .moji.icon-font {
    font-size: 22px;
  }
  #content-container #button-area .button:active {
    background-color: white;
    border: 2px solid #5386E4;
  }
  #content-container #button-area .button:active .moji {
    color: #5386E4;
  }
  #sidearea-container {
    display: none;
  }
}
@media print, screen and (min-width: 600px) and (max-width: 849px) {
  #content-container {
    padding: 20px 10px;
  }
  #content-container .title-icon {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  #content-container .title-icon .icon-font {
    font-size: 80px;
    color: #FF5E5B;
  }
  #content-container .error-message {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  #content-container .error-message .moji {
    font-size: 23px;
    font-weight: bold;
    color: #FF5E5B;
  }
  #content-container .description {
    margin-top: 40px;
    width: 100%;
  }
  #content-container .description .moji {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: black;
  }
  #content-container #button-area {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #content-container #button-area .button {
    width: 310px;
    height: 50px;
    border-radius: 5px;
    background-color: #5386E4;
    padding: 0 20px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  #content-container #button-area .button .moji {
    font-size: 18px;
    font-weight: bold;
    color: white;
  }
  #content-container #button-area .button .moji.icon-font {
    font-size: 22px;
  }
  #content-container #button-area .button:active {
    background-color: white;
    border: 2px solid #5386E4;
  }
  #content-container #button-area .button:active .moji {
    color: #5386E4;
  }
  #sidearea-container {
    display: none;
  }
}
@media print, screen and (min-width: 850px) {
  #content-container {
    padding: 20px 10px;
  }
  #content-container .title-icon {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  #content-container .title-icon .icon-font {
    font-size: 80px;
    color: #FF5E5B;
  }
  #content-container .error-message {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  #content-container .error-message .moji {
    font-size: 23px;
    font-weight: bold;
    color: #FF5E5B;
  }
  #content-container .description {
    margin-top: 40px;
    width: 100%;
  }
  #content-container .description .moji {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: black;
  }
  #content-container #button-area {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #content-container #button-area .button {
    width: 310px;
    height: 50px;
    border-radius: 5px;
    background-color: #5386E4;
    padding: 0 20px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  #content-container #button-area .button .moji {
    font-size: 18px;
    font-weight: bold;
    color: white;
  }
  #content-container #button-area .button .moji.icon-font {
    font-size: 22px;
  }
  #content-container #button-area .button:active {
    background-color: white;
    border: 2px solid #5386E4;
  }
  #content-container #button-area .button:active .moji {
    color: #5386E4;
  }
}/*# sourceMappingURL=import.css.map */