@charset "UTF-8";
/**
 * スマホ 共通CSS
 */
/* ------------------
 reset style
 ------------------- */
/* --------Reset Stylesheet */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, a, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
  font-size: 12px;
}

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

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

input, select {
  vertical-align: middle;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
}

img {
  border: none;
}

/* モダンブラウザ用上付き文字表示 */
* > sup {
  vertical-align: text-top;
  line-height: 12px;
  font-size: 90%;
}
* > sub {
  vertical-align: text-bottom;
  line-height: 14px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.4;
  overscroll-behavior-y: none;
}
html.android-view {
  font-size: 58%;
}

body {
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", sans-serif;
  font-size: 1.2rem;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  overscroll-behavior-y: none;
  height: 100%;
  background-color: #FFFFFF;
}

a {
  color: #1A0DAB;
  text-decoration: underline;
  cursor: pointer;
}

table tr th, table tr td {
  overflow-wrap: break-word;
}

/* ------------------
 form style
 ------------------- */
/*=======================
	form要素の最低限のstyle指定
  =======================*/
[type=button], [type=submit], button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", sans-serif;
}

[type=text], [type=password], textarea, select {
  margin: 0 2px;
  font-size: 12px;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", sans-serif;
  padding: 1px 2px;
}
[type=text].year, [type=password].year, textarea.year, select.year {
  width: 80px;
}
[type=text].mdhm, [type=password].mdhm, textarea.mdhm, select.mdhm {
  width: 60px;
}

textarea {
  resize: vertical;
}

select {
  padding: 1px 0;
}
select:hover {
  cursor: pointer;
}
select:disabled {
  pointer-events: none;
}

[type=radio] ~ *:hover, [type=checkbox] ~ *:hover {
  cursor: pointer;
  opacity: 0.7;
  color: #2649AB;
}
[type=radio]:disabled ~ *, [type=checkbox]:disabled ~ * {
  pointer-events: none;
  color: #888888;
}

[type=radio] {
  margin-top: -1px;
}

button, [type=button], [type=submit] {
  padding: 0 0.5rem;
  min-width: 8rem;
  height: 2.8rem;
  background: #ffffff linear-gradient(#ffffff, #ffffff);
  border: 1px solid #B9B9B9;
  color: rgba(0, 0, 0, 0.95);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
  border-radius: 2px;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", sans-serif;
  font-size: 1.2rem;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
button.is-selected, [type=button].is-selected, [type=submit].is-selected {
  cursor: default;
  background: #275AEB linear-gradient(#275AEB 50%, #275AEB);
  color: #ffffff;
  border-color: #B9B9B9;
  pointer-events: none;
}
button:disabled, button.is-disabled, [type=button]:disabled, [type=button].is-disabled, [type=submit]:disabled, [type=submit].is-disabled {
  cursor: default;
  background: none;
  background: #E6E6E6;
  border-color: #B9B9B9;
  color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
button.square, [type=button].square, [type=submit].square {
  height: 4rem;
  min-width: 4rem;
  color: #575757;
}
button.strong, [type=button].strong, [type=submit].strong {
  font-weight: bold;
  background: #2649AB;
  border: none;
  color: #ffffff;
}
button.strong.is-selected, [type=button].strong.is-selected, [type=submit].strong.is-selected {
  cursor: default;
  background: #1C3680;
}
button.strong:disabled, button.strong.is-disabled, [type=button].strong:disabled, [type=button].strong.is-disabled, [type=submit].strong:disabled, [type=submit].strong.is-disabled {
  cursor: default;
  background: #E6E6E6;
  color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

select {
  min-width: 150px;
}

[type=radio], [type=checkbox] {
  margin-right: 0.8rem;
}
[type=radio] ~ *:hover, [type=checkbox] ~ *:hover {
  opacity: 1;
}

/* ------------------
 汎用クラス
 ------------------- */
.floatL {
  float: left;
}

.floatR {
  float: right;
}

.clearL {
  clear: left;
}

.clearR {
  clear: right;
}

.clearB {
  clear: both;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.alignL {
  text-align: left;
}

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

.valignT {
  vertical-align: top;
}

.valignM {
  vertical-align: middle;
}

.valignB {
  vertical-align: bottom;
}

.non-display {
  display: none;
}

.flexbox {
  display: flex;
}
.flexbox.ai-c {
  align-items: center;
}
.flexbox.ai-e {
  align-items: flex-end;
}
.flexbox.jc-c {
  justify-content: center;
}
.flexbox.jc-sa {
  justify-content: space-around;
}
.flexbox.jc-sb {
  justify-content: space-between;
}
.flexbox.fw-w {
  flex-wrap: wrap;
}
.flexbox .ai-right {
  margin-left: auto;
}

.bindBeforeHide {
  visibility: hidden;
}

/* 各種見出し */
.contentsTitle {
  margin: 5px 10px;
}
.contentsTitle:not(:first-child) {
  margin-top: 10px;
}
.contentsTitle h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.6rem;
  padding-top: 10px;
  padding-left: 10px;
  color: #000000;
  background-color: #e1e5ef;
  border-bottom: 4px solid #2649AB;
  line-height: 2.4rem;
}
.contentsTitle h3 {
  margin: 5px 0 0;
  font-size: 1.4rem;
}
.contentsTitle h3:before {
  margin-right: 10px;
  content: "";
  position: relative;
  display: inline-block;
  width: 6px;
  height: 20px;
  background-color: #275AEB;
  vertical-align: text-top;
}
.contentsTitle h4:before {
  margin-right: 5px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #275AEB;
}
.contentsTitle h5 {
  font-size: 1.2rem;
  display: inline-block;
}
.contentsTitle h6 {
  font-size: 1.2rem;
}
.contentsTitle h6:before {
  margin-right: 5px;
  vertical-align: baseline;
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  border: 2px solid #275AEB;
  box-sizing: border-box;
}

/* ------------------
 共通のwebFontの上書き
 ------------------- */
i.icon-bars {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 14px;
  background: url(../images/common/icon_hamburger.png) no-repeat center;
}
i.icon-bars:before {
  display: none;
}
i.icon-exclamation-circle {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  background: url(../images/common/icon_caution.png) no-repeat center;
}
i.icon-exclamation-circle:before {
  display: none;
}
i[class^=icon-chevron-] {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  min-width: 8px;
  max-width: 8px;
  height: 13px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
i[class^=icon-chevron-]:disabled, i[class^=icon-chevron-].is-disabled {
  pointer-events: none;
}
i[class^=icon-chevron-]:before {
  display: none;
}
i.icon-chevron-left {
  background-image: url(../images/common/icon_arrow5.png);
}
i.icon-chevron-left:disabled, i.icon-chevron-left.is-disabled {
  background-image: url(../images/common/icon_arrow5_disable.png);
}
i.icon-chevron-right {
  background-image: url(../images/common/icon_arrow4.png);
}
i.icon-chevron-right:disabled, i.icon-chevron-right.is-disabled {
  background-image: url(../images/common/icon_arrow4_disable.png);
}

/* ------------------
 コンテンツ大枠
 ------------------- */
#article {
  height: 100vh;
}

/* ------------------
 ヘッダー
 ------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  overflow: hidden;
  z-index: 20;
  display: flex;
  flex-direction: column;
  background-color: #2649AB;
  color: #ffffff;
}

#header .title {
  position: relative;
  box-sizing: border-box;
  height: 50px;
  display: flex;
  align-items: center;
  /* 更新ボタン */
}
#header .title .listMenu {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  top: -7px;
  left: 0;
  width: auto;
  height: 50px;
  margin: 0 10px;
  color: #ffffff;
  font-size: 1rem;
}
#header .title .listMenu .icon-bars {
  position: absolute;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50px;
}
#header .title .systemName {
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
  line-height: 25px;
}
#header .title .systemName img {
  vertical-align: middle;
  max-height: 25px;
  margin-right: 5px;
}
#header .title a.btn_refresh {
  display: flex;
  align-items: end;
  justify-content: center;
  position: absolute;
  top: -7px;
  right: 0;
  width: auto;
  height: 50px;
  margin: 0 10px;
  font-size: 1rem;
  color: #ffffff;
  background-image: url(../images/common/icon_reload.png);
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none;
}

/*超過状況*/
#header .excess {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  overflow: hidden;
  z-index: 11;
  padding: 0;
  text-align: left;
  background-color: #ACC2FF;
  pointer-events: none;
  /*超過状況@超過あり*/
}
#header .excess i.icon-exclamation-circle {
  margin: 0 10px;
}
#header .excess .message {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.95);
}
#header .excess .message.on {
  display: none;
}
#header .excess .message.off {
  display: inline-block;
}
#header .excess .arrow {
  display: none;
  width: auto;
  height: 100%;
}
#header .excess .arrow .icon-chevron-right {
  margin: 0 10px;
  height: 100%;
  background-image: url(../images/common/icon_arrow1.png);
}
#header .excess.onAlart {
  background-color: #D63838;
  pointer-events: auto;
}
#header .excess.onAlart .message {
  color: #ffffff;
}
#header .excess.onAlart .message.on {
  display: inline-block;
}
#header .excess.onAlart .message.off {
  display: none;
}
#header .excess.onAlart .arrow {
  display: inline-block;
}

/* ------------------
 コンテンツ部分
 ------------------- */
#contentsWrapper {
  position: relative;
  top: 90px;
  background-color: #FFFFFF;
  z-index: 9;
}
#contentsWrapper #mainContents {
  position: relative;
  /* 画面名称 */
  /*画面上部の操作部*/
}
#contentsWrapper #mainContents .pageTitle {
  background-color: #EEEEEE;
  font-size: 1.4rem;
  color: #313788;
  text-align: center;
  line-height: 30px;
}
#contentsWrapper #mainContents #swipeArea {
  width: 100%;
  z-index: 1500;
}
#contentsWrapper #mainContents .headItem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
}
#contentsWrapper #mainContents .headItem select {
  height: 4rem;
}
#contentsWrapper #mainContents .headItem .listItem {
  line-height: 2rem;
}
#contentsWrapper #mainContents .headItem .linkList .back a:before {
  content: "＜";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#contentsWrapper #mainContents .headItem .linkList .mark a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../images/common/icon_arrow7.png) no-repeat center;
}

/* ------------------
 ページ先頭へ
 ------------------- */
.gotop {
  text-align: right;
  margin: 7px 0;
  padding-bottom: 10px;
  padding-right: 10px;
}
.gotop a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.gotop a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #2649AB;
  margin-right: 5px;
  vertical-align: middle;
}
.gotop a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 3px;
  border: 4px solid transparent;
  border-bottom: 6px solid #ffffff;
}

/* ------------------
 スピナー表示
 ------------------- */
.loaderBox {
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loaderBox .loader {
  color: #2649AB;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation: load 1.8s infinite ease-in-out;
          animation: load 1.8s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.loader {
  font-size: 0.8em;
  position: relative;
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
  margin-top: -3em;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
}

.loader:before {
  left: -2.5em;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.loader:after {
  left: 2.5em;
}

@-webkit-keyframes load {
  0%, 80%, 100% {
    box-shadow: 0 1.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 1.5em 0 0;
  }
}

@keyframes load {
  0%, 80%, 100% {
    box-shadow: 0 1.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 1.5em 0 0;
  }
}

.mm-slideout > .loaderBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.mm-slideout > .loaderBox .loader {
  z-index: 100;
}
.mm-slideout > .loaderBox .loader + .msg {
  margin-top: 2em;
}
.mm-slideout > .loaderBox .msg {
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: 1em;
  padding: 0.8em;
  line-height: 1.4rem;
  background-color: #ffffff;
  border-radius: 5px;
}

/* ------------------
 利用における注意事項
 ------------------- */
.infoBox {
  padding-top: 10px;
}
.infoBox ul {
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 10px;
  line-height: 1.8rem;
}
.infoBox ul li {
  padding-bottom: 10px;
}
.infoBox ul li:before {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border: solid 1px #2649AB;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: -1.3rem;
}

/**
 * 縦向き
 */
@media only screen and (orientation: portrait) {
  #mainContents {
    width: 100%;
  }
}
/**
 * 横向き
 */
@media only screen and (orientation: landscape) {
  #header {
    height: 50px;
    flex-direction: row;
    justify-content: space-between;
  }
  #header .title {
    width: 50%;
  }
  #header .excess {
    width: 50%;
    height: 50px;
  }
  #contentsWrapper {
    top: 50px;
  }
}