@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
:root {
  /* ie11ではcss変数不可のため、以下は情報として記載 */
  /* 北洋銀行オリジナルカラー   */
  --original-color: #0091D6;
  /* 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-right: 15px;
	margin-bottom: 15px;
}

/* ボタン */

button {
  outline: 0;
  cursor: pointer;
}

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

.hed_t {
  text-align: left;
  padding: 20px 0px 20px 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  --*/
#system_error,
#session_error {
  display: none;
}

/*-- オーバーレイ＆スピナー関連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(40%) brightness(120%);
  }

  60% {
    filter: grayscale(60%) brightness(150%);
  }

  100% {
    filter: grayscale(90%) brightness(180%);
  }
}

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

.no-scroll { 
  overflow: hidden;
}


/*-- 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: 10px 0px 10px;
  }

  .hed_t img {
    width: 150px;
    display: block;
    margin: 0 auto;
  }

  p {
    font-size: 14px;
  }
  /* ログアウトバナー */
	.banner{
		text-align: center;
	}
	
	.banner img{
		width: 320px;
		height: 50px;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	#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;
    }
}

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

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

/*-- 定期預金CSS  --*/
/* タイトル */
.screen-title-div {
  position:relative;
  text-align:center;
  padding: 11px;
}
.screenTitle-teiki {
  display: block;
  text-align: center;
  font: Bold 20px/27px Noto Sans;
  letter-spacing: 0px;
  color: #000000;
  font-family: "Noto Sans Japanese","Helvetica", "Arial", sans-serif;
}

/* 印刷ボタン */
.insatsu_button_parent {
  position:absolute;
  top:0;
  right:0;
  text-align:right;
  padding: 8px 11px 0px 11px;
}
.insatsu_button_child {
  width: 78px;
  height: 30px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border-style: none;
  margin: 0 10px;
}

/* 照会画面へ戻るボタン */
.modoru-button {
  display: block;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  width: 280px;
  height: 60px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  border: 0.5px solid #ccc;
}

/* プリントアイコンスマホ表示 */
.screen-pc {
  display: block;
}
/* プリントアイコンスマホ表示 */
.screen-response {
  display: none;
}

@media screen and (max-width: 750px) {
  .screenTitle-teiki {
    padding: 5px;
    font: Bold 15px/27px Noto Sans;
    font-family: "Noto Sans Japanese","Helvetica", "Arial", sans-serif;
  }

  /* 印刷ボタン */
  .insatsu_button_parent {
    position:absolute;
    top:0;
    right:0;
    text-align:right;
    padding: 2px 0px 0px 0px;
  }

  /* 表題部角丸 */
  .top_left_radius {
    border-top-left-radius: 5px;
  }
  .top_right_radius {
    border-top-right-radius: 5px;
  }
  .bottom_left_radius {
    border-bottom-left-radius: 5px;
  }
  .bottom_right_radius {
    border-bottom-right-radius: 5px;
  }

  /* 印刷ボタン */
  .insatsu_button_child {
    width: 49px;
    height: 28px;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    margin: 0 10px;
    position: relative;
    top: 5px;
  }

  /* プリントアイコンスマホ表示 */
  .screen-pc {
    display: none;
  }
  /* プリントアイコンスマホ表示 */
  .screen-response {
    display: block;
  }

  /* 照会画面へ戻るボタン */
  .modoru-button {
    display: block;
    margin: auto;
    margin-top: 0;
    margin-bottom: 30px;
    width: 200px;
    height: 44px;
    font-size: 12px;
    color: #000;
    background-color: #fff;
    border-radius: 22px;
    border: 0.5px solid #ccc;
  }
}

@media print {
  /* 印刷画面に表示しない */
  .no_print {
    display: none;
  }

  body {
    background: #FFF;
    -webkit-print-color-adjust: exact;
    top: 0 !IMPORTANT;
    left: 0 !IMPORTANT;
    size: A4 landscape;
    overflow: visible;
    height: auto;
  }

  main {
    margin-top: 0px;
  }

  /* Chrome のみ適用される */
  _::content, _:future, main:not(*:root) {
    padding: 0px;
    padding-top: 30px;
    width: 1200px;
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
  }
  /* IE のみ適用される */
  _:-ms-lang(x)::-ms-backdrop, main {
    padding: 0px;
    padding-top: 30px;
    width: 1000px;
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
  }
  /* Edge のみ適用される */
  @supports (-ms-ime-align: auto) {
    main {
      padding: 0px;
      padding-top: 30px;
      width: 1200px;
      -webkit-transform: scale(0.9);
      transform-origin: 0 0;
    }
  }
  /* Firefox */
  @-moz-document url-prefix() {
    main {
      padding: 0px;
      width: auto;
      -webkit-transform: none;
      transform-origin: center;
    }
  }
  /* safari */
  _::-webkit-full-page-media, _:future, :root main {
    padding: 0px;
    padding-top: 30px;
    width: 1100px;
    -webkit-transform: scale(1.0);
    transform-origin: 0 0;
  }
  /*-- macのChrome & Opera 幅無効  -- */
  .mac {
  _::content, _:future, main:not(*: root) {
      padding: 0px;
      padding-top: 30px;
      width: auto;
      -webkit-transform: none;
      transform-origin: center;
    }
  }
}
