@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
:root {
  /* ie11ではcss変数不可のため、以下は情報として記載 */
  /* 武蔵野銀行オリジナルカラー   */
  --original-color: #7B0027;
  /* WEBイメージカラー1  */
  --back-color: #F2F2F2;
  /* WEBイメージカラー2  */
  --main-color: #FFFFFF;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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


/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}


/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1em;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: #F2F2F2;
}

html, body {
  font-family: 'Noto Sans JP', "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

main {
  padding: 50px 5% 30px 5%;
  display: block;
  margin-top: 120px;
}


/* ヘッダー */

header {
  background: #FFFFFF;
}

.mypost_title {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  margin-left: 10px;
  margin-top: 20px;
}

/* 帳票一覧画面バナー */
.banner{
	text-align: center;
}

.banner img{
	width: 320px;
	height: 50px;
	background: #FFFFFF;
	margin-bottom: 15px;
}

/* ログアウト画面バナー */
.banner_logout{
	text-align: center;
	margin-top: 38px;
}

.banner_logout img{
	width: 300px;
	height: 225px;
	background: #FFFFFF;
	margin: 15px;
}

/* ボタン */

button {
  outline: 0;
  cursor: pointer;
}

button:active {
  filter: brightness(90%);
}

.hed_t {
  text-align: left;
  padding: 10px 0px 10px 72px;
}

.hed_t img {
  width: 160px;
}

.mypost {
  font-weight: 900;
  /* font-size: 20px; */
  /* color: #000000; */
  padding: 5px, 30px, 0px, 30px;
  text-align: center;
  top: 91px;
  /* left: 557px; */
  /* width: 166px; */
  height: 28px;
  text-align: center;
  font: Bold 20px/27px Noto Sans JP;
  letter-spacing: 0px;
  color: #000000;
}

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 1px solid #ccc;
  /* margin: 1em 0; */
  padding: 0;
  margin: 0;
}


/* 画面名 */

.screenTitle {
  display: block;
  padding: 11px;
  text-align: center;
  font: Bold 20px/27px Noto Sans;
  letter-spacing: 0px;
  color: #000000;
  font-family: "Noto Sans Japanese","Helvetica", "Arial", sans-serif;
}


/*ログインに移動  */

.loginPage {
  background-color: #FFFFFF;
  margin: auto;
  max-width: 400px;
  min-width: 200px;
}

.mdl-textfield__input {
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  /* display: block; */
  font-size: 16px;
  font-family: "Noto Sans Japanese", "Helvetica", "Arial", sans-serif;
  margin: 0;
  padding: 4px 0;
  width: 40%;
  background: none;
  text-align: left;
  color: inherit;
}

.top_p{
	margin-bottom: 10px;
}

#window_close,
#btn_to_top {
   display: block;
   margin: auto;
   margin-top: 60px;
   width: 280px;
   height: 60px;
   font-size: 16px;
   color: #000;
   background-color: #fff;
   border-radius: 30px;
   border: 0.5px solid #ccc;
}


/*-- オーバーレイ＆スピナー関連CSS  --*/

#loaderOverlay[hidden] {
  display: none;
}

#loaderOverlay{
  position: fixed; 
  inset: 0; 
  z-index: 9999;
  display: grid; 
  place-items: center;
  background:rgba(0,0,0,.35);
}

.spinner{
  position: relative;
  width: 64px; 
  height: 64px;
}

.spinner i {
  position: absolute; 
  top: 50%; 
  left: 50%;
  width: 12px; 
  height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  background: var(--original-color); /* 銀行オリジナルカラー */
  transform-origin: 0 0;
  animation: dot-fade 1.2s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * -0.15s); /* duration(1.2s)/8 ≈ 0.15s */
}

.spinner i:nth-child(1){ 
  transform:rotate(0deg) translate(28px);  --i: 7; 
}
.spinner i:nth-child(2){ 
  transform:rotate(45deg) translate(28px);  --i: 6; 
}
.spinner i:nth-child(3){ 
  transform:rotate(90deg) translate(28px);  --i: 5; 
}
.spinner i:nth-child(4){
  transform:rotate(135deg) translate(28px);  --i: 4; 
}
.spinner i:nth-child(5){
  transform:rotate(180deg) translate(28px);  --i: 3;
}
.spinner i:nth-child(6){ 
  transform:rotate(225deg) translate(28px);  --i: 2; 
}
.spinner i:nth-child(7){
  transform:rotate(270deg) translate(28px);  --i: 1; 
}
.spinner i:nth-child(8){ 
  transform:rotate(315deg) translate(28px);  --i: 0; 
}

@keyframes dot-fade {
  0% {
    filter: none;
  }

  30% {
    filter: grayscale(20%) brightness(200%);
  }

  60% {
    filter: grayscale(40%) brightness(230%);
  }

  100% {
    filter: grayscale(60%) brightness(260%);
  }
}

@media (prefers-reduced-motion: reduce){
  .spinner i{ 
    animation: none; 
    opacity:1; 
  }
}

.no-scroll { 
  overflow: hidden; 
}

/*-- エラー画面CSS  --*/
#system_error,
#session_error {
  display: none;
}

/*-- PC版表示CSS  --*/

.phone_area {
  display: none;
}

#phone_area {
  display: none;
}


/* ブラウザ別対応 */


/* IE11 */

_:-ms-lang(x)::-ms-backdrop, .mdl-textfield__input_icon {
  display: none;
}

/* Edge */
@supports (-ms-ime-align: auto) {
  .mdl-textfield__input_icon {
    display: none;
  }
}

/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 750px) {
  #pc_area {
    display: none;
  }

  .pc_area {
    display: none;
  }

  #phone_area {
    display: block;
  }
  .phone_area {
    display: block;
  }

  main {
    padding: 30px 5% 30px 5%;
    display: block;
}

  /*-- ヘッダー  --*/

  .screenTitle {
    padding: 5px;
    font: Bold 15px/27px Noto Sans;
    font-family: "Noto Sans Japanese","Helvetica", "Arial", sans-serif;
  }

  .hed_t {
    padding: 7px 0px 7px 72px
  }

  .hed_t img {
    width: 150px;
  }

  p {
    font-size: 14px;
  }
  /* 帳票一覧画面バナー */
.banner{
	text-align: center;
}

.banner img{
	width: 320px;
	height: 50px;
	margin-bottom: 10px;
}
  /* ログアウト画面バナー */
.banner_logout{
	text-align: center;
	margin-top: 10px;
}

.banner_logout img{
	width: 300px;
	height: 250px;
	margin: 15px;
}


#window_close,
#btn_to_top {
    display: block;
    margin: auto;
    margin-top: 40px;
    width: 200px;
    height: 44px;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border-radius: 22px;
    border: 0.5px solid #ccc;
}
}

@media screen and (max-width: 400px) {
	p {
    font-size: 14px;
  }
}

@media screen and (max-width: 350px) {
	.banner img{
	  width: 288px;
	  height: 45px;
    }
  .banner_logout img{
	  width: 264px;
	  height: 220px;
    }
}

@media screen and (max-width: 320px) {
	.banner img{
	  width: 250px;
	  height: 39px;
  }
  .banner_logout img{
	  width: 264px;
	  height: 220px;
  }
  .hed_t{
		padding: 5px 0px 0px 50px;
	}
	.hed_t img{
		width: 130px;
	}
}

@media screen and (max-width: 280px) {
	.banner img{
	  width: 250px;
	  height: 39px;
  }
	.banner_logout img{
	  width: 228px;
	  height: 190px;
  }
}