﻿/* -------------------------------------------
共通要素
---------------------------------------------- */
html {
  font-family: Helvetica, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}

a {
  color: #07389c;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #003;
}

::-webkit-input-placeholder    {color: #bbbbb4}
::-moz-placeholder    {color: #bbbbb4}
:-ms-input-placeholder    {color: #bbbbb4}

pre {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  background: none;
  border: none;
  padding: 0;
}

.well {
  box-shadow: none;
  border: none;
  background: #fff;
}

@media (min-width: 768px) {
  .well .btn-lg {
    width: 450px;
    display: inline-block;
    margin: auto;
  }
}

.alert{margin-top:116px; margin-right:50px; margin-left:50px;}

/* padding-bottom: 10px を追加 2022.04.15 J.Sumihiro */
.headerPoints{margin-top:80px; margin-right:40px; margin-left:40px; margin-bottom:10px; padding-bottom: 10px; height: 90px;}
@media (min-width: 1101px) {
  .headerPoints{margin-top:96px;}
}
.alert-danger p{font-size:20px;}
.alert-danger h3{font-size:15px;}

.container {
  -webkit-tap-highlight-color: rgba(0,0,0,.25);
  padding-bottom:30px;
  min-height:300px;
  width:100%;
}

@media only screen and (min-device-height: 500px) {
  .container {
    min-height:350px !important;
  }
}
@media only screen and (min-device-height: 600px) {
  .container {
    min-height:480px !important;
  }
}
@media only screen and (min-device-height: 768px) {
  .container {
    min-height:640px !important;
  }
}
@media only screen and (min-device-height: 900px) {
  .container {
    min-height:760px !important;
  }
}
@media only screen and (min-device-height: 1025px) {
  .container {
    min-height:1100px !important;
  }
}
@media only screen and (min-device-height: 1367px) {
  .container {
    min-height:1280px !important;
  }
}
@media only screen and (min-device-width: 1025px) {
  .container {
    min-height:710px !important;
  }
}

.container .btn,
.navbar-toggle,
.mufg-back-btn-area a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.table{border: darkgray 1px solid;}

.center {
  text-align: center;
}

.btn-block{margin-top:0px}

#mufg-header {
  border-top: 1px solid /*#07389c*/ #b36662;
  background: #ffffff;
  margin-bottom: 23px;
  box-shadow: 0 1px 8px 1px rgba(0,0,0,.08);
}

@media (max-width: 767px) {
  .navbar-right {
    float: right !important;
    margin: 0;
    height: 50px;
  }
  .navbar-right>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

#mufg-header > .container > .navbar-header  {
  width: 100%;
}

.mufg-header-inner {
  width: 100%;
  display: table;
}

.mufg-header-inner .navbar-brand {
  padding-left: 0;
}

#mufg-header .mufg-header-nav {
  margin: 9px 0 0 20px;
}

#mufg-header .mufg-header-nav>li>a {
  color: #555;
  padding: 5px 0 3px;
  margin-right: 30px;
  border-radius: none;
}

#mufg-header .mufg-header-nav>li>a:focus,
#mufg-header .mufg-header-nav>li>a:hover {
  color: #0078d4;
  /* background: rgba(0,0,0,.2); */
}

#mufg-header .mufg-header-nav>.active>a,
#mufg-header .mufg-header-nav>.active>a:focus,
#mufg-header .mufg-header-nav>.active>a:hover {
  background: none;
  color: #0068b7;
  font-weight: bold;
  border-bottom: 2px solid #0068b7;
}

#mufg-header .navbar-right {
  margin-right: 0;
}

#mufg-header .navbar-right>li>a {
  color: #555;
}

#mufg-header .navbar-right>li>a:focus,
#mufg-header .navbar-right>li>a:hover {
  color: #0068b7;
  background: rgba(0,0,0,.02);
}

#mufg-header .navbar-right>.open>a,
#mufg-header .navbar-right>.open>a:focus,
#mufg-header .navbar-right>.open>a:hover {
  background: rgba(0,0,0,.04);
}

.mufg-logo {
  height: 31px;
  margin-top: -6px;
}

.mymero-logo {
  height: 100px;
  width: 100px;
  margin-left: auto;
}

#mufg-footer {
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  color: #aaa;
  background-color: #eee;
  border-top: 1px solid #c3c3c3;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-weight: bold;
}

h1 {
  font-size: 22px;
  margin-bottom: 20px;
}

.mufg-title-id { /* 取引IO表示用h1 */
  font-size: 26px;
}

.mufg-title-id > small {
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .mufg-title-id {
    margin-bottom: 0;
  }
}

.panel-default {
  border-color: /*#999*/ #f3eeed;
}

.panel-default > .panel-heading {
  background-color: /*#f0f4fd*/ #bbb6b6;
  border-bottom: 1px solid #fff;
}

.panel-danger {
  border-color: #d88;
}

.panel-group .panel-footer + .panel-footer {
  border-top: 1px solid #ddd;
}

h3, h4, h5, h6,
h3.panel-title ,
h4.panel-title ,
h5.panel-title ,
h6.panel-title  {
  font-size: 14px;
}

h3.panel-title ,
h4.panel-title ,
h5.panel-title ,
h6.panel-title {
  color: #222;
}

.panel-danger > .panel-heading {
  background-color: #ffebef;
}

.panel-danger > .panel-heading > h3.panel-title ,
.panel-danger > .panel-heading > h4.panel-title ,
.panel-danger > .panel-heading > h5.panel-title ,
.panel-danger > .panel-heading > h6.panel-title {
  color: #b22;
}

.panel-info {
  border-color: #aaa;
}

.panel-info>.panel-heading {
  background-color: #ddd;
  border-color: #ccc;
}

.panel-info > .panel-heading > h3.panel-title ,
.panel-info > .panel-heading > h4.panel-title ,
.panel-info > .panel-heading > h5.panel-title ,
.panel-info > .panel-heading > h6.panel-title {
  color: #222;
}

.panel-info > .table .fa-refresh {
  color: #999;
}

/* コンテンツエリアの最初に配置する見出しは上余白を省略 */
#mufg-main-content h1:first-child,
#mufg-main-content h2:first-child,
#mufg-main-content h3:first-child,
#mufg-main-content h4:first-child,
#mufg-main-content h5:first-child,
#mufg-main-content h6:first-child {
  margin-top: 0;
}

.label {
  font-weight: normal;
}

.label-danger {
  background-color: #c00000;
}

.label-default {
  background-color: #FFF;
  border: 1px solid #ddd;
  color: #777;
  font-weight: normal;
}

.label-success {
  background-color: #40a140;
}

.label-info {
  background-color: #3baccd;
}

.alert-success {
  background-color: #D6F1E2;
  border-color: #bde9d1;
}

h1.errorHeader{
  text-align:center;
  padding-bottom:10px;
}

@media(max-width:375px){

h1.errorHeader{
  margin-top: 50px !important;
}

.errorBlock {
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.errorMessage {
    text-align: left;
    margin-top: 10px;
    /*width: 300px;*/
    height: 200px;
    padding: 10px;
    /*margin-left: 25px;*/
}

.errorMessage li {
    font-size: 11px;
}

}

.errorMessage{
  text-align:left;
}

.alert-danger {
  background-color: #ffeded;
  border-color: #ffeded;
  color:#d70c19;
  text-align:center;
}

.btn-default {
  color: #e85548;
  border-color: #e85548;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-color: #ecf7ff;
  color: #002570;
  border-color: #07389C;
}

.btn-danger {
  color: #c00;
  border-color: #c00;
  background-color: #FFF;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-color: #c00;
  color: #fff;
  border-color: #c00;
}

.btn-primary {
  background-color: #e60000;
  border-color: #e60000;
  /* box-shadow: 0 3px 0 0 #730000; */
  font-weight: bold;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: #7b1a15;
  border-color: #7b1a15;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #d8d8d8;
  border-color: #919191;
}

.btn-link {
  color: #07389c;
}

.btn-link:hover {
  text-decoration: none;
}

.btn-link:active {
  background: rgba(0,0,0,.05);
}

/* フォームコントロールへのフォーカスで自動ズームしないよう、フォントサイズ拡大 */
/* 左右の余白が空き過ぎなので調整 */
.form-control {
  font-size: 16px;
  padding: 6px;
}

.form-inline select.form-control {
  margin-bottom: 5px;
}

.form-control.input-lg {
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}

/* 複数ボタンを格納するWellとその中に配置するボタンは、ボタンが折り返してもレイアウトが崩れないよう余白調整 */
.well-sm {
  padding: 4px;
}

.table>tbody>tr.danger>th,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>th,
.table>thead>tr>th.danger,
.mufg-table-form>.table>tbody>tr.danger>th {
  background-color: #f7dee3;
}

.table>tbody>tr.danger>td,
.table>tbody>tr>td.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr>td.danger,
.table>thead>tr.danger>td,
.table>thead>tr>td.danger {
  background-color: #ffebef;
}

/* -------------------------------------------
データグリッド
---------------------------------------------- */
.table-striped > tbody > tr > th {
    background-color: #eaeaea;
}

.table-responsive .label {
  font-weight: normal;
  margin-top: 2px;
}

.table-responsive .btn-group {
  white-space: nowrap;
}

.table-responsive .btn-group > .btn {
  float: none;
  display: inline-block;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:focus > td,
.table-hover > tbody > tr:active > td {
  background-color: #ecf7ff;
  cursor: pointer;
}

/* table-responsive のスタイルを全画面サイズに適用 */
@media (min-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }

  /* 2024.08.19 J.Sumihiro */
  .message-area {
    width: 50%;
  }
  /* ボタン(自動交換設定解除確認画面） */
  .auto-set-cancel-btn {
    width: 290px;
    margin-left: 10px;
    margin-right: 10px;
  }

}

/* -------------------------------------------
パネル
---------------------------------------------- */
.panel-heading,
.panel-body,
.panel-footer {
  padding: 10px;
}

/* メッセージパネル */
.mufg-panel-message.mufg-panel-message {
  margin-bottom: 45px;
}

/* パネルフッターに追加して、wellと同様の背景色を持つサブミットボタン配置エリアとして表現する */
.mufg-panel-submit-area {
  background-color: #ecf7ff;
  text-align: center;
}

@media (min-width: 768px) {
  .mufg-panel-submit-area .btn-lg {
    width: 450px;
    display: inline-block;
    margin: auto;
  }
}

/* Collapse Panel内にList-groupを入れたときの不要な余白とボーダーをなくす */
.panel-group .list-group {
  margin-bottom: 0;
}

.panel-group .list-group .list-group-item {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

.panel-group .list-group .list-group-item:last-child {
  border-bottom: none;
}

/* Panel-headerの右端に表示したBadgeの上下方向配置調整（iOS向け） */
.panel-heading .badge {
  margin-top: -2px;
}

.panel > .table .fa-phone,
.panel > .table .fa-envelope-o {
  color: #999;
}

/* -------------------------------------------
タブ
---------------------------------------------- */
.tab-pane {
  margin: 10px 0 0;
}

/* -------------------------------------------
ドロワー（スライドメニュー）
---------------------------------------------- */
.navbar-toggle {
  /*float: left;*/
  padding: 2px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(0,0,0,.04);
}

#mufg-btn-drawer-toggle {
  margin: 2px -5px 0 0;
}

.navbar-default .navbar-toggle {
  border: none;
}

/* ヘッダーのボタンが画面端に接触するのを回避 */
@media (max-width: 767px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}

.panel-heading > .panel-title > a {
  display: block;
  padding: 10px;
  margin: -10px;
}

/* -------------------------------------------
追加要素（ID/class名には接頭辞"mufg-"を付けること）
---------------------------------------------- */
/* 余白調整 */
.mufg-m0 { margin: 0!important; }
.mufg-mt0 { margin-top: 0!important; }
.mufg-mb0 { margin-bottom: 0!important; }
.mufg-ml0 { margin-left: 0!important; }
.mufg-mr0 { margin-right: 0!important; }
.mufg-m5 { margin: 5px!important; }
.mufg-mt5 { margin-top: 5px!important; }
.mufg-mb5 { margin-bottom: 5px!important; }
.mufg-ml5 { margin-left: 5px!important; }
.mufg-mr5 { margin-right: 5px!important; }
.mufg-m10 { margin: 10px!important; }
.mufg-mt10 { margin-top: 10px!important; }
.mufg-mb10 { margin-bottom: 10px!important; }
.mufg-ml10 { margin-left: 10px!important; }
.mufg-mr10 { margin-right: 10px!important; }
.mufg-m20 { margin: 20px!important; }
.mufg-mt20 { margin-top: 20px!important; }
.mufg-mb20 { margin-bottom: 20px!important; }
.mufg-ml20 { margin-left: 20px!important; }
.mufg-mr20 { margin-right: 20px!important; }

.mufg-p0 { padding: 0!important; }
.mufg-pt0 { padding-top: 0!important; }
.mufg-pb0 { padding-bottom: 0!important; }
.mufg-pl0 { padding-left: 0!important; }
.mufg-pr0 { padding-right: 0!important; }
.mufg-p5 { padding: 5px!important; }
.mufg-pt5 { padding-top: 5px!important; }
.mufg-pb5 { padding-bottom: 5px!important; }
.mufg-pl5 { padding-left: 5px!important; }
.mufg-pr5 { padding-right: 5px!important; }
.mufg-p10 { padding: 10px!important; }
.mufg-pt10 { padding-top: 10px!important; }
.mufg-pb10 { padding-bottom: 10px!important; }
.mufg-pl10 { padding-left: 10px!important; }
.mufg-pr10 { padding-right: 10px!important; }
.mufg-p20 { padding: 20px!important; }
.mufg-pt20 { padding-top: 20px!important; }
.mufg-pb20 { padding-bottom: 20px!important; }
.mufg-pl20 { padding-left: 20px!important; }
.mufg-pr20 { padding-right: 20px!important; }
.mufg-pt7 { padding-top: 7px!important; }

/* Vertical align */
.mufg-vat { vertical-align: top !important; }
.mufg-vam { vertical-align: middle !important; }
.mufg-vab { vertical-align: bottom !important; }

/* width */
.mufg-w50px { width: 50px !important; }
.mufg-w100px { width: 100px !important; }
.mufg-w150px { width: 150px !important; }
.mufg-w200px { width: 200px !important; }
.mufg-w250px { width: 250px !important; }
.mufg-w300px { width: 300px !important; }

.mufg-w-auto { width: auto !important; }

/* 小さい文字 */
.mufg-text-sub {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 15px;
    display: inline-block;
}

/* 有効期限別ポイント */
.lostPoint {
  padding-right: 30px;
}
@media(min-width:1200px){
.mufg-text-sub {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 20px;
    display: inline-block;
}

/* 有効期限別ポイント */
/* .lostPoint {
  padding-right: 30px;
} */

}

@media(min-width:992px){
.mufg-text-sub {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 20px;
    display: inline-block;
}

/* 有効期限別ポイント */
/* .lostPoint {
  padding-right: 30px;
} */

}

@media(min-width:768px){
.mufg-text-sub {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 20px;
    display: inline-block;
}

/* 有効期限別ポイント */
/* .lostPoint {
  padding-right: 30px;
} */

}

/* さらに小さい文字 */
.mufg-text-min {
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 11px;
}

/* 前の画面に戻るバー */
.mufg-back-btn-area {
  margin-top: -23px;
  margin-bottom: 23px;
  background: #0068b7;
  box-shadow: 0 1px 6px 3px rgba(0,0,0,.1);
}

.mufg-back-btn-area a {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  width: auto;
  padding: 7px 10px 7px 0;
}

.mufg-back-btn-area a:hover {
  color: #eee;
  text-decoration: none;
}

/* ドロワー付きページでは、ドロワーとコンテンツエリア間の白い余白を無くすため、body背景を黒くする */
.mufg-with-drawer {
  background: #333;
}

/* グリッド内のチェックボックス列の幅指定 */
.table-responsive > .table > tbody > tr > th.mufg-row-selector,
.table-responsive > .table > tbody > tr > td.mufg-row-selector  {
  width: 30px;
}

/* グリッド内の詳細／編集ボタン列の幅指定 */
.table-responsive > .table > thead > tr > th.mufg-col-btn-group,
.table-responsive > .table > tbody > tr > th.mufg-col-btn-group,
.table-responsive > .table > tbody > tr > td.mufg-col-btn-group  {
  width: 84px;
}

/* 状況表示列内のlabelを幅いっぱいに表示 */
.table-responsive > .table .text-center .label {
  display: block;
}

/* 画面サイズが小さいときに.btn-groupが改行されてしまうのを防止 */
@media (max-width: 767px) {
  .table-responsive > .table > tbody > tr > td.mufg-col-btn-group > .btn-group  {
    display: table;
    width: 84px;
    table-layout: fixed;
  }
}

@media (min-width: 768px) {
  .table-responsive > .table > tbody > tr > td.mufg-col-btn-group > .btn-group  {
    display: table;
    width: 84px;
    table-layout: fixed;
  }
}

/* 注文一覧内簡易検索フォーム */
.mufg-btn-adv-search {
  margin-top: 3px;
}

/* 注文一覧データグリッドの件数表示 */
.mufg-result-count {
  color: #666;
  margin: 10px 0 0;
  display: inline-block;
  font-size: 12px;
}

@media (max-width: 767px) {
  .mufg-result-count {
    /*margin-top: 5px;*/
    /*margin-bottom: 15px;*/
    margin-top: 10px;
    margin-bottom: 0;
  }
}

/* 注文一覧データグリッドのCSV関連リンク */
.mufg-csv-links {
  display: inline-block;
  margin-left: 30px;
  font-size: 12px;
}

/* ファイル選択ダイアログを表示するためのリンク */
.mufg-btn-file-chooser {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 450px;
  margin: 10px auto -6px;
}

.mufg-btn-file-chooser input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.mufg-upload-value {
  display: none;
  background: rgba(255,255,255,0.2);
  border-radius: 3px;
  padding: 3px;
  color: #fff;
}

/* 注文一覧の絞り込み検索フォーム */
@media (max-width: 768px) {
  .mufg-order-searcharea input,
  .mufg-order-searcharea .input-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 767px) {
  .mufg-order-searcharea select.form-control {
    margin-bottom: 0;
  }
  .mufg-order-searcharea .form-control {
    width: 200px;
  }
  .mufg-order-searcharea .input-group > .form-control {
    width: 220px;
  }
  .mufg-order-searcharea > .btn {
    margin-top: 5px;
  }
  .mufg-order-searcharea > .btn-sm {
    margin-top: 9px;
  }
}

@media (min-width: 992px) {
  .mufg-order-searcharea .form-control {
    width: 200px;
  }
  .mufg-order-searcharea .input-group > .form-control {
    width: 220px;
  }
  #mufg-order-searchbox {
    width: 250px;
  }
  .mufg-order-searcharea > .btn {
    margin-top: 0;
  }
  .mufg-order-searcharea > .btn-sm {
    margin-top: 2px;
  }
}

/* 注文一覧上部の詳細検索条件表示エリア */
.mufg-order-searchcriteria .well {
  margin-bottom: 0;
  background-color: #FFF;
  border: 1px solid #ddd;
  padding: 10px;
}

.mufg-order-searchcriteria .mufg-text-sub {
  font-size: 11px;
}
/* さらに小さい文字 */
.mufg-order-searchcriteria .mufg-text-min {
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 10px;
}

@media (max-width: 991px) {
  .mufg-order-searchcriteria .btn {
    margin-top: 10px;
  }
}

/* ソート列の表現 */
.mufg-col-sort.mufg-col-sort:hover,
.mufg-col-sort.mufg-col-sort:focus {
  background-color: #f3f3f3;
  color: #e5007d;
  cursor: pointer;
}

.mufg-col-sorted {
  color: #c0105d;
}

/* フォーム用テーブル */
.mufg-table-form > .table {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}

.mufg-table-form > .table > tbody > tr > th {
  background: #f9f9f9;
  font-weight: normal;
  border-left: 1px solid #ddd;
  width: 200px;
}

.mufg-table-form > .table > tbody > tr > th > label {
  font-weight: normal;
  font-size: 12px;
}

@media (min-width: 768px) {
  .mufg-table-form > .table > tbody > tr > th {
    position: relative;
  }
  .mufg-table-form > .table > tbody > tr > th > label {
    padding-right: 35px;
  }
  .mufg-table-form > .table > tbody > tr > th > .label {
    position: absolute;
    right: 8px;
    top: 10px;
  }

/* テーブルに大分類と小分類がある場合 */
  .mufg-table-form > .table > tbody > tr > th.rowspan {
    width: 80px;
  }
  .mufg-table-form > .table > tbody > tr > th.rowspan-item {
    width: 120px;
  }
  .mufg-table-form > .table > tbody > tr > th.rowspan > label {
    padding-right: 0px;
  }
}

.mufg-table-form > .table > tbody > tr > td {
  border-right: 1px solid #ddd;
}

/* 画像がテーブル外にはみ出ないよう調整 */
.mufg-table-form > .table > tbody > tr > td >img {
  max-width: 100%;
}

/* 汎用の実行ボタン配置エリア */
.mufg-btn-area {
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid #ddd;
}

/* 汎用の実行ボタン配置エリア：フォーム内にある場合は上ボーダーを省略 */
.mufg-table-form > .mufg-btn-area {
  border-top: none;
}

/* 画面サイズが小さいときはラベルとコントロールを縦に並べる */
@media (max-width: 767px) {
  .mufg-table-form > .table,
  .mufg-table-form > .table > tbody,
  .mufg-table-form > .table > tbody > tr,
  .mufg-table-form > .table > tbody > tr > th,
  .mufg-table-form > .table > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .mufg-table-form > .table > tbody > tr > th {
    padding: 2px 4px 0;
    border-right: 1px solid #ddd;
    text-indent: 2px;
  }
  .mufg-table-form > .table > tbody > tr > th .label {
    margin-top: 4px;
    margin-right: 3px;
  }
  .mufg-table-form > .table > tbody > tr > th .label-default { /* ボーダー付加分の余白調整 */
    margin-top: 3px;
  }
  .mufg-table-form > .table > tbody > tr > td {
    border-left: 1px solid #ddd;
  }
}

/* 画面サイズに関わらず強制的に縦並びにする */
.mufg-table-form-vertical > .table,
.mufg-table-form-vertical > .table > tbody,
.mufg-table-form-vertical > .table > tbody > tr,
.mufg-table-form-vertical > .table > tbody > tr > th,
.mufg-table-form-vertical > .table > tbody > tr > td {
  display: block;
  width: 100%;
}
.mufg-table-form-vertical > .table > tbody > tr > th {
  padding: 2px 4px 0;
  border-right: 1px solid #ddd;
  text-indent: 2px;
}
.mufg-table-form-vertical > .table > tbody > tr > th .label {
  margin-top: 4px;
  margin-right: 3px;
}
.mufg-table-form-vertical > .table > tbody > tr > th .label-default { /* ボーダー付加分の余白調整 */
  margin-top: 3px;
}
.mufg-table-form-vertical > .table > tbody > tr > td {
  border-left: 1px solid #ddd;
}

/* 入力項目間に入れる区切り文字（?） */
.mufg-form-control-delimiter {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

/* input-groupのbtn-defaultのボーダーがデフォルト青だと不自然なため調整 */
.input-group .input-group-btn .btn-default {
  border-color: #ccc;
}

/* ステップ表示パネル */
.mufg-panel-step {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 30px;
}

.mufg-panel-step > .panel-footer {
  background-color: #fcf8e3;
  border-top: 3px solid #fff;
  text-align: center;
}

.mufg-panel-footer-success.mufg-panel-footer-success {
  background-color: #c9d4ef;
}

.mufg-panel-step > .panel-footer > p {
  margin-bottom: 0;
  font-size: 12px;
}

.mufg-panel-step > .panel-footer > .text-success,
.alert-success > .text-success {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mufg-panel-step > .panel-footer > .btn.btn {
  margin-top: 10px;
}

.mufg-panel-step > .panel-footer > .text-success > .btn
.alert-success > .text-success > .btn {
  vertical-align: 3px;
}

@media (min-width: 768px) {
  .mufg-panel-step > .panel-footer .btn,
  .alert-success > .text-success > .btn {
    width: 120px;
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .mufg-panel-step > .panel-footer,
  .alert-success > .text-success {
    text-align: left;
  }
  .mufg-panel-step > .panel-footer > .text-success,
  .alert-success > .text-success {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mufg-panel-step > .panel-footer > .text-success > .fa {
    display: block;
    font-size: 36px;
    margin: 5px auto 15px;
  }
}

.mufg-step-indicator { /* ステップインジケーター本体 */
  width: 100%;
}

.mufg-step-indicator td {
  width: 25%;
  text-align: center;
  background-color: #f3f3f3;
  height: 50px;
  font-size: 16px;
  color: #aaa;
  font-weight: bold;
  text-indent: -.7em;
}

.mufg-step-indicator td:first-child {
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
}

.mufg-step-indicator td:last-child {
  -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
}

.mufg-panel-step-standalone .mufg-step-indicator td:first-child {
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
}

.mufg-panel-step-standalone .mufg-step-indicator td:last-child {
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
}

.mufg-step-indicator .mufg-step-done {
  background-color: #c9d4ef;
  color: #98a8d0;
}

.mufg-step-indicator .mufg-step-active {
  background-color: #335599;
  color: #FFFFFF;
}

.mufg-step-indicator .mufg-step-danger {
  background-color: #FFB3B9;
  color: #900;
}

.mufg-step-bg-done-to-done {
  background: url("../assets/img/mufg-step-done-to-done.gif") right no-repeat;
  background-size: contain;
}

.mufg-step-bg-done-to-active {
  background: url("../assets/img/mufg-step-done-to-active.gif") right no-repeat;
  background-size: contain;
}

.mufg-step-bg-done-to-danger {
  background: url("../assets/img/mufg-step-done-to-danger.gif") right no-repeat;
  background-size: contain;
}

.mufg-step-bg-done-to-default {
  background: url("../assets/img/mufg-step-done-to-default.gif") right no-repeat;
  background-size: contain;
}

.mufg-step-bg-active-to-default {
  background: url("../assets/img/mufg-step-active-to-default.gif") right no-repeat;
  background-size: contain;
}

.mufg-step-bg-default-to-default {
  background: url("../assets/img/mufg-step-default-to-default.gif") right no-repeat;
  background-size: contain;
}

.mufg-step-bg-danger-to-default {
  background: url("../assets/img/mufg-step-danger-to-default.gif") right no-repeat;
  background-size: contain;
}

/* 注文登録日／加盟店取引ID表示エリア */
.mufg-order-property {
  text-align: right;
  margin-top: 22px;
}

.mufg-order-property dt,
.mufg-order-property dd {
  display: inline-block;
}

.mufg-order-property dt {
  font-weight: normal;
  font-size: 13px;
  color: #767676;
  margin-right: 5px;
}

.mufg-order-property dd {
  font-weight: bold;
}

.mufg-order-property dd + dt {
  margin-left: 35px;
}

.mufg-order-property .text-muted {
  font-size: 13px;
  font-weight: normal;
}

.mufg-status-label > .label {
  display: inline-block;
  width: 94px;
  font-size: 10.5px;
}

@media (max-width: 767px) {
  .mufg-order-property {
    float: right;
    margin-top: 10px;
  }
  .mufg-order-property dt,
  .mufg-order-property dd {
    float: left;
    padding-bottom: 2px;
  }
  .mufg-order-property dt {
    width: 100px;
  }
  .mufg-order-property dd {
    margin-top: -1px;
  }
  .mufg-order-property dd + dt {
    margin-left: 0;
    clear: both;
  }
  .mufg-order-property .mufg-status-label {
    float: right;
    padding-top: 5px;
    margin-right: 0;
  }
}

/* 明細ボックス（明細入力用フォーム） */
.mufg-order-item-box > .table {
  border: 1px solid #ccc;
  background: #f6f6f6;
  padding: 5px 5px 0;
  margin-bottom: 10px;
}

.mufg-order-item-box > .table > tbody > tr > th,
.mufg-order-item-box > .table > tbody > tr > td {
  border: none;
  background: none;
}

/* 「請求書の情報」パネル */
.mufg-panel-invoice-info > .table > tbody > tr> th {
  background-color: #f6f6f6;
  color: #666;
}

/* エラー時のパネル */
.mufg-panel-disabled {
  background-color: #f0f0f0;
  color: #aaa;
  border-color: #b22;
}

.mufg-panel-disabled > .panel-heading {
  background-color: #b22;
}

.mufg-panel-disabled .table > tbody > tr> th {
  background: #ddd;
  color: #999;
}

.mufg-panel-disabled .label-danger {
  background: #600;
}

.mufg-panel-disabled .text-danger {
  color: #aaa;
}

.mufg-panel-disabled .table-striped td {
  background: #eee;
}

.mufg-panel-disabled > .panel-heading > h3.panel-title ,
.mufg-panel-disabled > .panel-heading > h4.panel-title ,
.mufg-panel-disabled > .panel-heading > h5.panel-title ,
.mufg-panel-disabled > .panel-heading > h6.panel-title {
  color: #fff;
}

/* 注文内容ボックス */
.mufg-order-detail-box {
  margin: 5px;
  border: 3px solid #e4e4e4;
  border-right-width: 4px;
  border-left-width: 4px;
}

.mufg-order-detail-box > .table > tbody > tr > td {
  border-left: none;
  border-right: none;
}

/* 注文内容の「変更」ボタン */
 .mufg-btn-order-edit {
   margin: 5px;
 }

/* ログイン画面でも長いシステム名を「...」で省略 */
.mufg-header-login .navbar-brand {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* ログイン画面のmufg-table-formはパネル内に格納するため角丸を追加 */
.mufg-container-login .mufg-table-form > .table > tbody > tr > td {
  border-right: none;
  border-left: none;
}

.mufg-container-login .mufg-table-form > .table > tbody > tr:first-child > td {
  border-top: none;
}

.mufg-container-login .mufg-btn-area {
  border: none;
  border-top-width: 1px;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
}

/* ログイン画面の著作権表示 */
.mufg-container-login small {
  display: block;
  margin-top: 40px;
  text-align: center;
  color: #bbb;
}

/* ログイン画面用幅調整 */
@media (max-width: 767px) {
  .mufg-header-login .navbar-brand {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  .mufg-container-login {
    width: 480px;
  }
}

@media (max-width: 480px) {
  .mufg-container-login {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .mufg-header-login .navbar-brand {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .mufg-container-login {
    width: 480px;
  }
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }
}

/* パネルのヘッダー右端に配置するボタン */
.panel-heading > .panel-title > .btn {
  display: inline-block;
  padding: 2px 4px;
  /* float: right; */
  margin: 5px -5px 5px 5px;
  color: #07389c;
}

/* 手続き状況の行内ボタン */
.mufg-btn-aside {
  margin-left: 20px;
}

@media (max-width: 450px) {
  .mufg-btn-aside {
    margin: 10px 0 3px 1.9em;
  }
}

/* 問い合わせ先表示用テーブル */
.mufg-table-inquiry {
  margin-top: 10px;
  margin-bottom: 0;
  background-color: #FFF;
  border: 1px solid #aaa;
  outline: solid 3px #fff;
}

.mufg-table-inquiry > tbody > tr > th > h4 {
  margin: 0;
}

.mufg-table-inquiry > tbody > tr > th {
  font-weight: normal;
  font-size: 12px;
  background-color: #f9f9f9;
  width: 200px;
}

.mufg-table-inquiry > tbody > tr:first-child > th {
  border: none;
}

/* 一覧やフォームでエラー行が連続した場合の区切りをはっきりさせる */
.table > tbody > tr.danger + tr.danger > th,
.table > tbody > tr.danger + tr.danger > td {
  /* border-top-color: #fff; */
  border-top-color: #d3c6c6;
}

/* アコーディオン用リンク */
.panel-default .mufg-accordion-toggle:active { /* タップ時の背景色ハイライト */
  background: /*#dae6ff*/ #b9ddf5;
}

.mufg-accordion-toggle:hover,
.mufg-accordion-toggle:focus,
.mufg-accordion-toggle:active { /* テキストリンクの下線を削除 */
  text-decoration: none;
  cursor: pointer;
}

.panel-default .mufg-accordion-toggle:hover,
.panel-default .mufg-accordion-toggle:focus,
.panel-default .mufg-accordion-toggle:active { /* テキストリンクの下線を削除 */
  color: #555;
}

.panel-info .mufg-accordion-toggle:active { /* タップ時の背景色ハイライト */
  background: #ccc;
}

.panel-info .mufg-accordion-toggle:hover,
.panel-info .mufg-accordion-toggle:focus,
.panel-info .mufg-accordion-toggle:active { /* テキストリンクの下線を削除 */
  color: #666;
}

/* 赤いBadge */
.mufg-badge-danger,
.panel-default>.panel-heading .mufg-badge-danger {
  background-color: #d9534f;
}

/* Panel内の変更ボタン付きテーブルでは上ボーダーが省略されないようにする（加盟店情報画面等） */
.panel > .table > tbody:first-child > tr:first-child td .mufg-table-form .table > tbody:first-child > tr td,
.panel > .table > tbody:first-child > tr:first-child td .mufg-table-form .table > tbody:first-child > tr th {
  border-top: 1px solid #ddd;
}

/* Panelに直接配置したテーブルの左下／右下角の角丸が綺麗に表示されるようにする */
.panel > .table:last-child,
.panel > .panel-collapse > .table:last-child {
  border-radius: 3px;
}

.panel > .table:last-child tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child tbody:last-child > tr:last-child th:first-child,
.panel > .panel-collapse > .table:last-child tbody:last-child > tr:last-child td:first-child,
.panel > .panel-collapse > .table:last-child tbody:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child tbody:last-child > tr:last-child th:last-child,
.panel > .panel-collapse > .table:last-child tbody:last-child > tr:last-child td:last-child,
.panel > .panel-collapse > .table:last-child tbody:last-child > tr:last-child th:last-child  {
  border-bottom-right-radius: 3px;
}

/* お知らせ用表示列 */
.mufg-newscol.mufg-newscol {
  vertical-align: top;
  font-size: 12px;
  padding-top: 10px;
  width: 80px;
}

.mufg-newscol .label {
  display: block;
}

/* 入金＆稼働日カレンダー */
.mufg-business-calendar th {
  font-size: 12px;
  color: #767676;
}

.mufg-business-calendar td {
  font-size: 11px;
  text-align: center;
  padding: 3px!important;
}

.mufg-business-calendar td > p {
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 0;
}

.mufg-bc-highlight1.mufg-bc-highlight1 { /* サポートデスク休業日 */
  background-color: #f3f3f3;
  text-align: center;
}

.mufg-bc-highlight2.mufg-bc-highlight2 { /* 休業日 */
  background-color: #f8eded;/*#f2dede*/
  text-align: center;
}

.mufg-bc-highlight3.mufg-bc-highlight3 { /* 特別営業日 */
  background-color: #d9edf7;
  text-align: center;
}

.mufg-bc-highlight4.mufg-bc-highlight4 { /* 立替払い日 */
  background-color: #fff8d6;
  text-align: center;
}



/* Modal */
.modal-header {
  padding: 10px;
  background: #0068b7;
  color: #FFF;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
}

.modal-header .close {
  color: #fff;
  opacity: .3;
}

.modal-header .close:hover,
.modal-header .close:focus {
  opacity: 1;
}

.modal-footer {
  background-color: #ecf7ff;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
}

/* modal-footerにひとつだけ表示するプライマリーボタン */
.mufg-btn-modal-primary {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .mufg-btn-modal-primary {
    width: 450px;
  }
}

/* Youtube動画の埋め込み */
.mufg-movie-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.mufg-movie-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 詳細検索画面のリセットボタン下部の余白調整 */
@media (max-width: 991px) {
  .mufg-btn-reset-criteria {
    margin-bottom: 10px;
  }
}

/* -------------------------------------------
daterangepicker.cssのスタイルを上書き
---------------------------------------------- */
.date-picker-wrapper {
  font-size: 13px;
  border: 1px solid #aaa;
  padding: 5px;
  box-shadow: 0 5px 18px 1px rgba(0,0,0,0.2);
}

.date-picker-wrapper.no-topbar {
  padding-top: 5px;
}

.date-picker-wrapper.no-shortcuts {
  padding-bottom: 5px;
}

.date-picker-wrapper .month-wrapper table,
.date-picker-wrapper .month-wrapper table.month2 {
  width: 259px;
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev
{
  display: block;
  padding: 12px 5px;
  font-size: 18px;
}

.date-picker-wrapper .month-name {
  color: #000;
  font-size: 16px;
}

.date-picker-wrapper .month-wrapper table .week-name th {
  font-weight: normal;
}

.date-picker-wrapper .month-wrapper table .week-name th:first-child {
  color: #e5007d;
}

.date-picker-wrapper .month-wrapper table .week-name th:last-child {
  color: #3baccd;
}

.date-picker-wrapper .month-wrapper table .day {
  font-size: 16px;
  padding: 8px 0;
  width: 37px;
}

.date-picker-wrapper .month-wrapper table .day:hover {
  background-color: #cdecfa;
}


/* コンテンツ埋め込み洋iframe */
.mufg-content-frame {
  width: 100%;
  margin-bottom: 20px;
  border: none;
  vertical-align: bottom;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
}
.mufg-table-embed {
  margin-bottom: 0;
}

.mufg-table-embed a .fa {
  margin-right: 5px;
}

.mufg-panel-embed {
  width: 99.9%;
}

/* バナー画像配置用パネル */
.mufg-panel-banner a {
  display: inline-block;
  margin: 5px;
}
.mufg-panel-banner a > img {
  width: auto;
  max-width: 100%;
}
.mufg-panel-banner a + a {
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .mufg-panel-banner a {
    display: block;
    margin: auto;
  }

  .mufg-panel-banner a > img {
    max-width: 100%;
    display: block;
    margin: auto;
  }

  .mufg-panel-banner a + a {
    margin-top: 10px;
  }
}

/* グリッドシステムの溝幅調整用 */
@media (max-width: 767px) {
  .mufg-gutter-xs-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .mufg-gutter-xs-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .mufg-gutter-xs-10 .input-group-addon {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.mufg-text-normal {
  white-space: normal;
}

/* ラジオボタン */
.radio_displaynone {
  display: none!important;
}
.radio_displaynone + .radio_image {
  border: 3px #ffffff solid;
  background-color: #ffffff;
}
.radio_displaynone:checked + .radio_image {
  border: 3px #ff0000 solid;
  background-color: #ffffff;
}

.mufg-table-form{
  float:left;
  width:100%;
  text-align:center;
}
@media (min-width:768px){
  .mufg-table-form{float:left;width:25%;}
}
@media (min-width:992px){
  .mufg-table-form{float:left;width:25%;}
}
@media (min-width:1200px){
  .mufg-table-form{float:left;width:25%;}
}

.center1, .center2, .center3{
  font-size:18px;
}
@media(min-width:768px){
.center1, .center2, .center3{
    font-size:25px;
}
}
@media(min-width:992px){
.center1, .center2, .center3{
    font-size:25px;
}
}
@media(min-width:1200px){
.center1, .center2, .center3{
    font-size:25px;
}
}
.center3 span{
  font-weight:bold;
}
p.center4, .center6 {
  font-size: 20px;
}
p.center5 {
  font-size: 30px;
  font-weight: bold;
}


h4.panel-title {
    color: #ffffff;
}

h2.subject {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  color: #666666;
  padding-bottom: 20px;
}

.alert-danger2 {
    background-color: #ffeded;
    border-color: #ffeded;
    color: #d70c19;
    text-align: center;
}
.alert-danger2 h3 {
  font-size: 20px;
}
.alert-danger2 p {
  font-size: 40px;
}
.alert2 {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-block2 {
  display: block;
  width: 100%;
}

.alert3 {
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 15%;
  display: inline-block;
}
.alert-danger3 {
  background-color: #ffeded;
  border-color: #ffeded;
  color: #d70c19;
  text-align: center;
}
.syouhinken {
  margin: 0px 40px 20px 10px;
}
.giftcard {
  margin: 0px 0px 20px 400px;
}
.alert4 {
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 15%;
  display: inline-block;
  margin: 0 400px 30px 400px;
}

.alert-danger4 {
  background-color: #ffeded;
  border-color: #ffeded;
  color: #d70c19;
  width:32%;
  text-align: center;
}

.alert-danger4 h3 {
  font-size: 20px;
}
.alert-danger4 p {
  font-size: 20px;
}



p.RiyouPT{
    font-size: 35px;
}

input[id$="pointBtn"]{
  width:40% !important;
  min-width: 150px;
  display:inline-block;
}
input[id$="confirmbtn"]{
  width:44% !important;
  display:inline-block;
}
input[id$="completebtn"],input[id$="changeInfoBtn"]{
  width:44% !important;
  display:inline-block;
}
input[id$="signUpBtn"]{
    width: 44% !important;
    display:inline-block;
}
input[id$="homeBtn"]{
  width: 44% !important;
  display:inline-block;
  margin-right: 10px !important;
}
input[id$="homeBtn2"]{
  width: 44% !important;
  display:inline-block;
  margin-right: 10px !important;
}
input[id$="signupbtn"]{
    display: inline-block;
    min-width:150px;
    width:40% !important;
}
input[id$="newPwBtn"]{
    display: inline-block;
    min-width:180px;
    width:40% !important;
}

input[id$="BirthdayBtn"]{
    width: 70% !important;
    max-width: 200px;
    display: inline-block;
}

input[id$="ResetBtn"]{
    width: 70% !important;
    max-width: 200px;
    display: inline-block;
}

input[id$="BackBtn"]{
    width: 44% !important;
    display:inline-block;
    margin-right: 10px !important;
}
input[id$="SignupBackBtn"]{
    width: 44% !important;
    display:inline-block;
    margin-right: 10px !important;
}
input[id$="SignupBirthdayBackBtn"]{
    width: 40% !important;
    display:inline-block;
    margin-right: 10px !important;
}

input[id$="exchgBtn"]{
  width:44% !important;
  display:inline-block;
}

input[id$="ExBackBtn"]{
  width: 44% !important;
  display:inline-block;
  margin-right: 10px !important;
}
input[id$="ExApplBtn"]{
  width: 44% !important;
  display:inline-block;
  margin-right: 10px !important;
}
input[id$="homeExcBtn"]{
  width: 54% !important;
  display:inline-block;
  margin-right: 10px !important;
}
input[id$="logoutBtn"]{
  width: 54% !important;
  display:inline-block;
  margin-right: 10px !important;
}

@media(min-width:1200px){
input[id$="pointBtn"]{
    width: 20% !important;
}
input[id$="confirmbtn"]{
  width: 20% !important;
}
input[id$="signUpBtn"]{
    width:20% !important;
}
input[id$="completebtn"],input[id$="changeInfoBtn"]{
  width:20% !important;
}
input[id$="homeBtn"]{
  width:20% !important;
}
input[id$="homeBtn2"]{
  width:20% !important;
}
input[id$="ExBackBtn"]{
  width:20% !important;
}
input[id$="ExApplBtn"]{
  width:20% !important;
}
input[id$="signupbtn"]{
    width:20% !important;
}
input[id$="newPwBtn"]{
    width:20% !important;
}
input[id$="BirthdayBtn"]{
    width: 20% !important;
}
input[id$="ResetBtn"]{
    width: 30% !important;
}
input[id$="BackBtn"]{
    width: 20% !important;
    margin-right: 10px !important;
}
input[id$="SignupBackBtn"]{
    width: 20% !important;
    margin-right: 10px !important;
}
input[id$="exchgBtn"]{
  width: 20% !important;
}
input[id$="homeExcBtn"]{
  width:20% !important;
}
input[id$="logoutBtn"]{
  width:20% !important;
}
}

@media(min-width:992px){
input[id$="pointBtn"]{
    width: 20% !important;
}
input[id$="confirmbtn"]{
  width: 20% !important;
}
input[id$="signUpBtn"]{
    width:20% !important;
}
input[id$="completebtn"],input[id$="changeInfoBtn"]{
  width:20% !important;
}
input[id$="homeBtn"]{
  width:20% !important;
}
input[id$="homeBtn2"]{
  width:20% !important;
}
input[id$="ExBackBtn"]{
  width:20% !important;
}
input[id$="ExApplBtn"]{
  width:20% !important;
}
input[id$="signupbtn"]{
    width:20% !important;
}
input[id$="newPwBtn"]{
    width:20% !important;
}
input[id$="BirthdayBtn"]{
    width: 20% !important;
}
input[id$="ResetBtn"]{
    width: 30% !important;
}
input[id$="BackBtn"]{
    width: 20% !important;
    margin-right: 10px !important;
}
input[id$="SignupBackBtn"]{
    width: 20% !important;
    margin-right: 10px !important;
}
input[id$="exchgBtn"]{
  width: 20% !important;
}
input[id$="homeExcBtn"]{
  width:20% !important;
}
input[id$="logoutBtn"]{
  width:20% !important;
}
}

@media(min-width:768px){
input[id$="pointBtn"]{
    width: 20% !important;
}
input[id$="confirmbtn"]{
  width: 20% !important;
}
input[id$="signUpBtn"]{
    width:20% !important;
}
input[id$="completebtn"],input[id$="changeInfoBtn"]{
  width:20% !important;
}
input[id$="homeBtn"]{
  width:20% !important;
}
input[id$="homeBtn2"]{
  width:20% !important;
}
input[id$="ExBackBtn"]{
  width:20% !important;
}
input[id$="ExApplBtn"]{
  width:20% !important;
}
input[id$="signupbtn"]{
    width:20% !important;
}
input[id$="newPwBtn"]{
    width:20% !important;
}
input[id$="BirthdayBtn"]{
    width: 25% !important;
}
input[id$="ResetBtn"]{
    width: 35% !important;
}
input[id$="BackBtn"]{
    width: 20% !important;
    margin-right: 10px !important;
}
input[id$="SignupBackBtn"]{
    width: 20% !important;
    margin-right: 10px !important;
}
input[id$="exchgBtn"]{
  width: 20% !important;
}
input[id$="homeExcBtn"]{
  width:20% !important;
}
input[id$="logoutBtn"]{
  width:20% !important;
}
}

.more{
  margin-top:135px;
  text-align:center;
}

span.col1, span.col2, span.col3, span.col4 {
    display: table-cell;
    width: 200px;
}

a#newSignUpLink {
    border-bottom: #07389c 1px solid;
}

.stepBar {
  display: flex;
  max-width: 400px;
  position: relative;
  margin: 20px auto;
  text-align: center;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: #b0bec5;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #b0bec5;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after {
  background: #F09199;
}
.stepBar .visited span {
  background: #e60000;
}

.stepBar .visited font {
    color: #e60000;
}

.stepBar .completed span {
    background: #F09199;
}

.stepBar .completed font {
    color: #F09199;
}

li.completed:after {
    background: #F09199;
}

a[id$="PostalCodebtn"], a[id$="PostalCodebtn1"] {
    background-color: #fff;
    color: #e60000;
    height: 33px;
    padding-top: 3px;
    margin-top: 5px;
}

.registText {
    text-align: center;
}

div#cardalert {
    height: 150px;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    margin-left: 0px;
}

div#image {
    border: black 1px solid;
    width: 200px;
    height: 100px;
    margin: auto;
}

div#addressalert {
    margin:auto;
}

@media(min-width:768px){
div#addressalert {
    margin:auto;
    width:65%;
}
}

@media(min-width:992px){
div#addressalert {
    margin:auto;
    width:65%;
}
}

@media(min-width:1200px){
div#addressalert {
    margin:auto;
    width:65%;
}
}

th.tableHeader {
    text-align: initial;
}
th.tableHeader1 {
    width: 38%;
    text-align: left;
    padding-left: 10px;
}
th.tableHeader2 {
    width: 30%;
    text-align: center;
}
th.tableHeader3 {
    width: 32%;
    text-align: right;
}

th.tableHeader4 {
    width: 20px;
}

td.tableData {
    padding: 5px;
    font-size:small;
    vertical-align:baseline;
}

td.DetailTri {
    width: 20px;
}

img.RegistFlow {
    width: 100%;
    max-width: 300px;
}

tr.Detail1, tr.Detail2, tr.Detail3{
    display: none;
}

.MaintenanceMessage {
    margin-right: auto;
    margin-left: auto;
    margin-top: 70px;
}

.Maintenance {
    height: 50px;
    padding-top: 15px;
    padding-left: 10px;
    border-bottom: #d70c19 2px solid;
    background: #ffeded;
    margin-bottom: 20px;
}

.Loginalert{
    margin:auto;
    margin-bottom:25px;
}

@media(min-width:768px){
.Loginalert{
    margin:auto;
    width:65%;
    margin-bottom:25px;
}
}

@media(min-width:992px){
.Loginalert{
    margin:auto;
    width:50%;
    margin-bottom:25px;
}
}


@media(min-width:1200px){
.Loginalert{
    margin:auto;
    width:50%;
    margin-bottom:25px;
}
}

.Mailalert {
    margin: auto;
    margin-top: 15px;
}

@media(min-width:768px){
.Mailalert {
    margin: auto;
    margin-top: 15px;
    width:65%;
}
}

@media(min-width:992px){
.Mailalert {
    margin: auto;
    margin-top: 15px;
    width:65%;
}
}

@media(min-width:1200px){
.Mailalert {
    margin: auto;
    margin-top: 15px;
    width:65%;
}
}

.Mailalert li {
    font-size: small;
}

.Loginalert li {
    font-size: 10px;
}

@media(min-width:768px){
.Loginalert li{
    font-size: small;
}
}

@media(min-width:992px){
.Loginalert li{
    font-size: small;
}
}

@media(min-width:1200px){
.Loginalert li{
    font-size: small;
}
}

.Loginalert h2{
    font-weight:bold;
    font-size:medium;
}

@media(min-width:768px){
.Loginalert h2{
    font-weight:bold;
    font-size:medium;
    }
}

@media(min-width:992px){
.Loginalert h2{
    font-weight:bold;
    font-size:medium;
    }
}

@media(min-width:1200px){
.Loginalert h2{
    font-weight:bold;
    font-size:medium;
}
}

@media(max-width:767px){
  .ownerPoint{
     width:95%;
  }
  }

@media(min-width:768px){
.ownerPoint{
   width:65%;
   margin-left:auto;
   margin-right:auto;
}
}

@media(min-width:992px){
.ownerPoint{
   width:50%;
   margin-left:auto;
   margin-right:auto;
}
}

@media(min-width:1200px){
.ownerPoint{
   width:50%;
   margin-left:auto;
   margin-right:auto;
}
}

td.DetailData {
    border-top: none;
}

.Detail {
    list-style: none;
    margin-bottom: 10px;
    margin-top:10px;
    display:none;
    text-align:initial;
}

th.signUpHeader {
    width: 35%;
    text-align: center;
}

th.CustomerHeader {
    width: 45%;
    text-align: end;
}

td.CustomerData {
    text-align: left;
}

div#PointType {
    padding: 0 32px;
    margin-bottom:15px;
}
@media(min-width:768px){
div#PointType {
    margin: 0 305px;
}
}
@media(min-width:992px){
div#PointType {
    margin: 0 305px;
}
}
@media(min-width:1200px){
div#PointType {
    margin: 0 305px;
}
}

label.radio_text {
	cursor       : pointer;
	position     : relative;
	padding-left : 5px;
	margin-right : 20px;
	overflow     : hidden;
	padding-left : 20px;
	display      : inline-block;
}
label.radio_text:before {
	position      : absolute;
	width         : 15px;
	height        : 15px;
	border        : 1px solid #666;
	border-radius : 50%;
	left          : 1px;
	top           : 2px;
	content       : '';
	z-index       : 3;
}
label.radio_text:after {
	content          : '';
	position         : absolute;
	width            : 11px;
	height           : 11px;
	border-radius    : 100%;
	left             : 3px;
	top              : 4px;
	background-color : #e60000;
	z-index          : 1;
}
label.radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width      : 20px;
	height     : 21px;
	left       : -23px;
	top        : -5px;
	margin     : 0px;
	box-shadow : 20px -1px #FFF;
}
label.radio_text input[type="radio"]:checked {
	box-shadow : none;
}
label.radio_text input[type="radio"]:focus {
	opacity    : 0.2;
	box-shadow : 20px -1px #FFF;
}

.Infomation {
    margin: auto;
    background: #fff;
    border-color: darkgrey;
    text-align: left;
    padding:0;
}

.Infomation p {
    font-size: 15px;
}

.InfomationHeader {
    /* border-bottom: #e60000 1px solid; */
    border-bottom: darkgray 1px solid;
    padding: 10px;
    cursor: pointer;
    user-select: none;
}

.InfomationData {
    padding: 10px;
    color:black;
    user-select: none;

}

.InformationData-Display-None {
  display: none;
}

.complete {
    margin-bottom: auto;
}

.Detail p {
    white-space: normal;
    width: 280%;
}

#MitsubishiJisyo, #MarunouchiIttai, #MinatoMiraiPoint,
#PremiumOutlet, #IMS, #RoyalPark, #Residence, #MitsubishiJisyoGold,
#MarunouchiIttaiGold, #MinatoMiraiPointGold, #PremiumOutletGold,
#IMSGold, #ResidenceGold{
    display:none;
}

.HistoryPoint {
    text-align: right;
}

.HistoryDate {
    text-align: right;
}

.date {
    text-align: center;
}

h2.Title {
    font-size: 30px;
}

.HistoryPanelBody {
    width: 100%;
    margin: auto;
}

@media(min-width:768px){
.HistoryPanel {
    width: 35%;
}
}

@media(min-width:992px){
.HistoryPanel {
    width: 35%;
}
}

@media(min-width:1200px){
.HistoryPanel {
    width: 35%;
}
}

.InfomationData p {
    font-size: inherit;
}
div#SignUpAlert {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 300px;
}

div#LoginCards {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 280px;
}
@media(min-width:768px){
  div#LoginCards {
    width: 440px;
  }
  }


div#PointIdAttention {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 300px;
  height:685px;
}
@media(min-width:768px){
div#PointIdAttention {
  width: 520px;
  height:470px;
}
}
/* みなとみらいポイント名称変更 20251003修正START hamada yui */
div#PointIdAttention2 {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 300px;
  height:460px;
}

@media(min-width:768px){
div#PointIdAttention2 {
  width: 520px;
  height:320px;
}
}
/*  みなとみらいポイント名称変更 20251003修正END hamada yui */

div#PointIdAttention3 {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 300px;
  /*height:460px;*/
}
@media(min-width:768px){
div#PointIdAttention3 {
  width: 520px;
  /*height:260px;*/
}
}

.PointcardImg {
  width:230px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 18px;
  margin-right: 18px;
}

@media(min-width:768px){
.PointcardImg  {
  width:230px;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 7px;
  margin-right: 7px;
}
/*.AppLaunch {
  display: none !important;
}*/
}

.PointcardCaption{
  color: #000;
  font-size:12px !important;
  line-height: 1.2;
  padding-top:3px;
  padding-bottom:5px;
}

.cardNoImg {
    margin-top: 10px;
}

@media(min-width:768px){
.Havecard{
    display:flex;
    justify-content: center;
}
}

@media(min-width:992px){
.Havecard{
    display:flex;
    justify-content: center;
}
}

@media(min-width:1200px){
.Havecard{
    display:flex;
    justify-content: center;
}
}

.logout {
    background: #AAAAAA;
    border-color: #AAAAAA;
}

/* PS_AccountChange・PS_AccountInfo・PS_AccountChangeComplete */
td.ChangeConfirmData {
  text-align: left;
}

th.ChangeConfirmHeader {
  width: 45%;
  text-align: end;
}

th.ChangeAddressHeader {
  width: 35%;
  text-align: center;
}

th.ChangeAccountHeader {
  text-align: center;
  border-bottom: darkgrey 1px solid;
  color:darkgrey;
}

table#changeActable {
  border: none;
}

.exchg-selections{
  margin: auto;
  padding: 0 0 0 0;
  text-align: center;
  display:flex;
  width:86%;
}

.exchg-selections select {
  width: 40%;
  margin:auto;
  height:35px;
  min-width: 180px;
  max-width: 240px;
}

.exchg-selections input {
  width: 107%;
  text-align:right;
}

.pointExchange {
  text-align: center;
  border-top: thin solid;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 35px;
  font-size: 20px;
}
.mousikomi {
  text-align: right;
  margin-top: 30px;
}

@media(min-width:768px){
.input-group{
  position:relative;
  display:inline-grid;
  text-align:center;
  border-collapse:separate
}
}
@media(min-width:992px){
.input-group{
  position:relative;
  display:inline-grid;
  text-align:center;
  border-collapse:separate
}
}
@media(min-width:1200px){
.input-group{
  position:relative;
  display:inline-grid;
  text-align:center;
  border-collapse:separate
}
}
.pt{
  padding-top:9px;
  padding-left:5px;
  font-size:20px;
}
.other_address {
  border-bottom: darkgray 1px solid;
  border-right: darkgray 1px solid;
  border-left: darkgray 1px solid;
  font-size: 20px;
  padding-left: 20px;
}
label.chgitem {
  border: darkgray 1px solid;
  min-height: 112px;
  width: 260px;
  border-radius: 20px;
  margin-bottom:5px;
  margin-top:5px;
}
@media(min-width:768px){
label.chgitem {
  min-height: 160px;
  width: 400px;
}
}
@media(min-width:992px){
label.chgitem {
  min-height: 160px;
  width: 440px;
}
}
@media(min-width:1200px){
label.chgitem {
  min-height: 160px;
  width: 480px;
}
}

label.ItemExpoint {
  text-align: left;
  padding-left: 20px;
  width: 260px;
  margin-top:10px;
}
@media(min-width:768px){
label.ItemExpoint {
  width: 400px;
}
}
@media(min-width:992px){
label.ItemExpoint {
  width: 440px;
}
}
@media(min-width:1200px){
label.ItemExpoint {
  width: 480px;
}
}
.loginTable {
  text-align: center;
  margin: auto;
  margin-top:15px;
}

input[id$="inputId"],input[id$="inputPass"],input[id$="inputLastName"],input[id$="inputFirstName"],input[id$="inputLastNameKana"],input[id$="inputFirstNameKana"], select[id$="inputCard"],select[id$="inputSex"],input[id$="inputMailingLastName"],input[id$="inputMailingFirstName"],input[id$="inputIdConf"],[id$="inputIdCk"],input[id$="inputPoqr"],input[id$="inputMobilePhoneNumberUnder4"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 4px;
  width: 330px;
  height: 35px;
}

table#table {
  width: 65%;
  max-width: 700px;
  border: none;
}

label.index {
  width:100px;
  float:right;
  font-size:13px;
}

input#Name, input#Furigana, input#mail{
  width:230px;
}

th#No, th#namae, th#hurigana, th#mailaddress{
  width:300px;
}

th#birthlabel{
  width:200px;
}

@media(min-width:992px){
  th#birthlabel{
    width:300px;
  }
}

@media(min-width:768px){
label.index {
    width:100px;
}
}
@media(min-width:992px){
label.index {
    width:100px;
}
}
@media(min-width:1200px){
label.index {
    width:100px;
}
}
output#outputName {
  border: none;
  box-shadow: none;
  padding-right: 20px;
  padding-top: 0px;
  width:150px;
}

.output {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 0px;
  width: 300px;
  text-align: left;
  border: none;
  box-shadow: none;
}

div#cardType {
  width: 227px;
}

th#No, th#namae {
  vertical-align: top;
}

select#month, select#Year, input#day {
  width: 180px;
  margin-right: 10px;
  margin-bottom: 10px;
}

p#BirthdayYear, p#BirthdayMonth, p#BirthdayDay {
  line-height: 3.5;
}

#OthrAddrTbl{
  background-color:dimgray;
  display:none;
}

output.registAddress {
  border: none;
  box-shadow: none;
}

div#icon-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
}

.modal {
  background-color: #fff;
  width: 50%;
  height: 100%;
  float: right;
  font-size: 19px;
  box-shadow: 5px 5px 5px gray;
}

div#modal-header {
  border-bottom: black 1px solid;
  height: 40px;
  width: 100%;
  font-size: 20px;
  background: #232f3e;
}

#modal-header a{
color:white;
padding:10px;
}

table.pointTable {
  font-size: 25px;
  text-align: right;
  width:100%;
  max-width: 400px;
  margin-top:15px;
  margin-bottom:15px;
}

.ExInfoAdress {
  margin: auto;
  width:100%;
  max-width: 380px;
}
.ExInfoSub {
  font-size: 18px;
  text-align: left;
}


/* 有効期限別ポイント残高画面のホームボタンCSSここから */
input[id$="mugf-exd-home"]{
  width: 250px;
  display: inline-block;
  margin: auto;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

@media(min-width:768px){
  input[id$="mugf-exd-home"]{
    width: 250px;
    display: inline-block;
    margin: auto;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
}

@media(min-width:992px){
  input[id$="mugf-exd-home"]{
    width: 250px;
    display: inline-block;
    margin: auto;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
}

@media(min-width:1200px){
  input[id$="mugf-exd-home"]{
    width: 250px;
    display: inline-block;
    margin: auto;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
}
/* 有効期限別ポイント残高画面のホームボタンCSSここまで */


@media(min-width:768px){
table.pointTable {
  font-size: 25px;
  text-align: right;
  min-width: 400px;
  width:50%;
}
.ExInfoAdress {
  width:50%;
  min-width: 380px;
}
}

@media(min-width:992px){
table.pointTable {
  font-size: 25px;
  text-align: right;
  min-width: 400px;
  width:50%;
}
.ExInfoAdress {
  width:50%;
  min-width: 380px;
}
}

@media(min-width:1200px){
table.pointTable {
  font-size: 25px;
  text-align: right;
  min-width: 400px;
  width:50%;
}
.ExInfoAdress {
  width:50%;
  min-width: 380px;
}
}

tr.anderLine {
  border-bottom: black 1px solid;
}

td.UsedPoint {
  font-size: 30px;
  color: #E85877;
}

.yourPoint, .balancePoint{
  font-size: 30px;
}

th.loginLabel {
  padding: 0 10px;
}

td.loginData {
  padding: 10px;
}

.emailNotice{
  font-size: 10px;
  padding-left: 5px;
  text-align: center;
}

@media(max-width: 380px){
  .importantMail{
    text-align: left;
  }
}

@media(max-width: 520px){
  .pointExMailSend{
    text-align: left;
  }
}

@media(min-width:768px){
.pointPanel {
  width: 45%;
  margin: auto;
}

/* メール配信同意チェック */
.emailNotice{
  /* padding-left: 36px; */
  padding-left: 5px;
}
}

@media(min-width:992px){
.pointPanel {
  width: 45%;
  margin: auto;
}

/* メール配信同意チェック */
.emailNotice{
  /* padding-left: 77px; */
  padding-left: 5px;
}
}

@media(min-width:1200px){
.pointPanel {
  width: 38%;
  margin: auto;
}

/* メール配信同意チェック */
.emailNotice{
  /* padding-left: 77px; */
  padding-left: 5px;
}
}

/* メール配信同意チェックここから */
input[id$="agreeMail"] {
  opacity:0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

/* Create a Box */
input[id$="agreeMail"] + span::before {
  display: inline-block;
  content: '';
  width: 2rem;
  height: 2rem;
  border: 2px solid #ccc;
  border-radius: 5px;
  margin-right: .5rem;
  position: relative;
  top: 4.5px;
}

/* Checked Style */
input[id$="agreeMail"]:checked + span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E60000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0.5px;
}
/* メール配信同意チェックここまで */

.ExchangeLabel {
  text-align: initial;
  width: 100%;
  padding-left: 21px;
  border-bottom: #e60000 2px solid;
  height:26px;
}

.ExchangeVersionGiftImg{
  width: 35%;
}
.ExchangeVersionPointImg{
  width: 30%;
}

.ExchangeVersionGift {
  padding-left:40%;
}
.ExchangeVersionPoint {
  padding-left:35%;
}

@media(max-width:768px){
.ExchangeVersionGift {
  padding-left:42%;
}
.ExchangeVersionPoint {
  padding-left:37%;
}
}

.ExchangeVersion p {
  font-size: x-small;
}

@media(min-width:768px){
.ExchangeVersion p {
  font-size: smaller;
}
}

@media(min-width:992px){
.ExchangeVersion p {
  font-size: smaller;
}
}

@media(min-width:1200px){
.ExchangeVersion p {
  font-size: smaller;
}
}

.ExchangeType {
  float: left;
  margin-top: 5px;
  margin-left: 8px;
}

.exaddrtable {
  width: 100%;
  height: 40px;
  max-width: 100%;
  font-size: 16px;
  font-weight: bold;
  border: 0!important;
}

@media(min-width:768px){
.table {
  width: 47%;
  max-width: 100%;
  border: darkgray 1px solid;
  margin: auto;
}
.exaddrtable {
  width: 47%;
  max-width: 100%;
}
}

@media(min-width:992px){
.table {
  width: 47%;
  max-width: 100%;
  border: darkgray 1px solid;
  margin: auto;
}
.exaddrtable {
  width: 47%;
  max-width: 100%;
}
}

@media(min-width:1200px){
.table {
  width: 40%;
  max-width: 100%;
  border: darkgray 1px solid;
  margin: auto;
}
.exaddrtable {
  width: 40%;
  max-width: 100%;
}
}

.exchg-label {
  margin: 10px 10px !important;
  font-size: 14px;
  text-align: center;
}

.exchg-itemlabel {
  font-size: 16px;
  font-weight: bold;
}

.exchg-message {
  color: #e60000;
  font-size: 16px;
}

table.pointHistoryTable {
  width: 100%;
  table-layout: fixed;
}

table#signUptable {
  border: none;
}

th.signUpDataAddressHeader {
  width: 35%;
  text-align: center;
}

table#NewSignUptable {
  border: none;
}

table#Customertable {
  border: none;
}

a.PointLink {
  text-align: initial;
}

th.ExchangeHeader {
  width: 21%;
}

th.ExchangeHeader {
  white-space: nowrap;
}

#pointId, #pointId2 {
  display:none;
}

#pointId input {
  height: 35px;
  width:40%;
  min-width: 180px;
  max-width: 240px;
  text-align: initial;
}

#pointId2 input {
  height: 35px;
  width: 40%;
  min-width: 180px;
  max-width: 240px;
  text-align: initial;
}

.pointIdHeader{
  display:none;
}

/* POQRポイント用 20220906 Mochizuki  */
#PoqrPointNo, #MobilePhoneNumberUnder4, #PoqrExplain {
  display:none;
}
#PoqrPointNo input {
  height: 35px;
  width:40%;
  min-width: 180px;
  max-width: 240px;
  text-align: initial;
}
#MobilePhoneNumberUnder4 input {
  height: 35px;
  width: 40%;
  min-width: 180px;
  max-width: 240px;
  text-align: initial;
}
.poqrHeader{
  display:none;
}
.app-area {
  margin-right:auto;
  margin-left:auto;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #ffeded;
  border-color: #ffeded;
  color:#555555;
  font-size: 18px;
  text-align:center;
  height: auto;
  width: 700px;
  height:auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.BadgeImg {
  width:30%;
  margin: 10px;
  height: 72px;
}
div#PoqrAttention {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 700px;
  height:auto;
  padding-bottom: 10px;
}
a[id$="PoqrPointNobtn"]{
  /* margin-top: 10px; */
  margin-bottom: 10px;
  width: 40%;
  min-width: 180px;
  max-width: 240px;
}
@media(max-width:767px) {
  .BadgeImg {
    width:50%;
    margin-left: 18px;
    margin-right: 18px;
  }
  div#PoqrAttention {
    width: 300px;
    height:auto;
    padding-bottom: 10px;
  }
  .app-area {
    font-size: 16px;
    width: 300px;
  }
}

/* POQR説明文言表示用 */
.poqr-anim {
  /* animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards; */
  /* animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards; */
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
 
/* @keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }

} */

/* @keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
} */

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

#exchange_attention3_1_0 {
  cursor: pointer;
}

/* POQRポイント用 20220906 Mochizuki  */

.LastAddrTbl{
  display:none;
}
div.cardImg {
  margin-top: 5px;
  margin-bottom: 10px;
}

th.accountChangeHeadr {
  text-align: center;
  border-bottom: darkgrey 1px solid;
  color:darkgrey;
}

.ExamplePoint, .ExamplePoqr {
  display: none;
}

/* ExchangePoqrを追加 20220906 Mochizuki */
.ExchangeGift, .ExchangePoint, .ExchangePoqr {
  display: none;
}

.ErrorMessage {
  text-align: left;
  padding-left: 10px;
  color: #e60000;
  margin-top: 10px;
}

th#ExHeader {
  vertical-align: top;
}

.disp-block {
  display: block;
}
.al-center {
  text-align: center;
}
.w85per {
  width: 85% !important;
}
.w60per {
  width: 60% !important;
}
.birthday-button {
  width: 70% !important;
}
.data-area {
  width: 290px !important;
}
.alert-card-area {
  width: 255px !important;
}
.alert-card-area i {
  font-weight: bold;
}
.alert-area {
  width: 290px !important;
}
.alert-area i {
  font-weight: bold;
}
.alert-area li {
  font-weight: bold;
}
.data-2l-area {
  width: 80% !important;
}
.member-data {
  text-align: left;
  width: 90%;
  display: inline-block;
}
.member-input {
  width: 100% !important;
}
.member-input-s {
  width: 160px !important;
}
.card-block {
  display: block !important;
}
.header-2l {
  vertical-align: top !important;
  padding-top: 15px !important;
}
.signUpAddress {
  width: 95%;
}
@media(min-width:768px){
.data-area {
  width: 680px !important;
}
.data-2l-area {
  width: 600px !important;
}
.alert-card-area {
  width: 400px !important;
}
.alert-area {
  width: 550px !important;
}
.member-data {
  width: 50%;
}
.member-input {
  width: 330px !important;
}
.signUpAddress {
  width: 550px;
}
}
.ime-f {
  ime-mode: active;
}
.ime-h {
  ime-mode: disabled;
}
.info-area {
  margin: auto;
  margin-top: 15px;
  width: 100%;
}
.info-area li {
  padding-left: 1em;
  text-indent: -1em;
}
/*-- PC版表示CSS  --*/
.pc_area{
  display:block;
}
.phone_area{
  display:none;
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px){
  .pc_area{
    display:none;
  }
  .phone_area{
    display:block;
  }
  .hide_Phone{
    display: none;
  }

  .ErrorMessage {
    /* font-size: 10px; 2022.11.11 J.Sumihiro*/
    font-size: 14px;
  }
}

.icon{
  width: 15px;
  height: 15px;
}

.mini-icon{
  width: 12px;
  height: 12px;
}

.container{padding-right:0px;padding-left:0px;}



/*-- 交換確認画面CSS ここから --*/
/* <--全体設定--> */
.font-PointInfo {
  font-family:"Hiragino Kaku Gothic ProN";
}

.title-PointInfo{
  text-align: center;
  font-weight: bold;
  color: #666666;
  padding-bottom: 20px;
}

.caption-PointInfo {
  caption-side: left;
  color: #000000;
}

/* <--商品テ－ブル--> */
.table-product {
  margin-left:auto;
  margin-right:auto;
  border:1px solid rgba(141,134,134,0.3);
  border-radius: 5px;
  border-spacing: 0;
  border-collapse: separate;
}

.table-product td{
  padding:5px;
  min-width: 65px;
}

.table-product tr{
  padding:5px;
}

.table-product tr:first-child {
  background-color:rgba(141,134,134,0.3);
}

.table-product tr td:first-child {
  border-radius: 5px 0 0 0;
}

.table-product tr td:last-child {
  border-right: none;
  border-radius: 0 5px 0 0;
}

.table-product tr td:last-child {
  border-right: none;
  border-radius: 0 5px 0 0;
}

.table-product tr:last-child td:last-child{
  border-top: none;
  border-radius: 0 0 0 5px;
}

.table-product tr:last-child td:last-child {
  border-bottom: none;
  border-radius: 0 0 5px 0;
}

/* <--お届け先テ－ブル--> */
.table-address {
  margin-left:auto;
  margin-right:auto;
  border-radius: 5px;
  border-spacing: 0;
  border-collapse: separate;
}

.table-address th {
  background-color:rgba(141,134,134,0.3);
  font-weight: normal;
  padding:10px;
  border-bottom: dashed 1px rgba(141,134,134,0.3);
}

.table-address td{
  padding:7px;
  padding-left:14px;
  border-bottom: dashed 1px rgba(141,134,134,0.3);
  text-align: left;
}

.table-address tr:first-child th:first-child {
  border-radius: 5px 5px 0 0;
}

.table-address tr:first-child td:last-child {
  border-right: none;
  border-radius: 0 5px 0 0;
}

.table-address tr:last-child th:first-child{
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.table-address tr:last-child td:first-child {
  border-bottom: none;
  border-radius: 0 0 5px 0;
}

/* <--ポイント付与先テ－ブル--> */
.table-providingPoint {
  border-radius: 5px;
  border-spacing: 0;
  border-collapse: separate;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}

.table-providingPoint th{
  background-color:rgba(141,134,134,0.3);
  font-weight: normal;
  text-align: center;
  padding:10px;
  border-bottom: dashed 1px rgba(141,134,134,0.3);
}

.table-providingPoint td{
  padding:7px;
  border-bottom: dashed 1px rgba(141,134,134,0.3);
}

.table-providingPoint tr th {
  border-radius: 5px 5px 5px 5px;
}

/* <--残高ポイントテーブル--> */
.table-zandaka {
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.table-zandaka tr:last-child{
  background-color:#FFEDED;
}

.table-zandaka td{
  padding:7px;
}

.table-zandaka td:first-child{
  border-radius: 5px 0 0 5px ;
}

.table-zandaka td:last-child{
  border-radius: 0 5px 5px 0;
}

.table-zandaka tr:last-child td{
  color: #E60000;
}

.PointCaution{
  margin-left: auto;
  margin-right: auto;
}

/* <--PC画面縮小（590px以下）した際のCSS--> */
@media screen and (max-width: 590px) {

.title-PointInfo {
   font-size: 25px;
}

.caption-PointInfo {
  caption-side: left;
  font-size: 14px;
}

/* <--商品テ－ブル--> */
.firstPro{
  height: 40px;
}

.secondPro{
  height: 80px;
}

.table-product {
  width: 95%;
  font-size: 14px;
}

.table-product td {
  font-size: 14px;
}

/* <--お届け先テ－ブル--> */
.table-address{
  width: 95%;
  font-size: 14px;
}

/* <--ポイント付与先テ－ブル-->  */
.table-providingPoint{
  width: 95%;
  font-size: 16px;
}

.table-providingPoint th {
  width: 50%;
  font-size: 16px;
}

.table-providingPoint td:last-child{
  font-size: 18px;
}

/* <--残高ポイントテ－ブル--> */
.table-address th {
  width: 41%;
}
.table-zandaka{
  width: 90%;
  font-size: 16px;
}

.PointCaution{
  width: 95%;
  font-size: 14px;
}

}

/* <--PC画面縮小（591px以上）した際のCSS--> */
@media screen and (min-width: 591px) {

.title-PointInfo{
  font-size: 35px;
}
.caption-PointInfo {
  font-size: 19px;
}

/* <--商品テ－ブル--> */
.firstPro{
  height: 40px;
}

.secondPro{
  height: 75px;
}

.table-product {
  width: 550px;
  font-size: 20px;
}

.table-productcash {
  width: 450px;
}

.table-product td {
  min-width: 90px;
}

.table-product tr:last-child td:last-child{
  font-size: 22px;
}

/* <--お届け先テ－ブル--> */
.table-address {
  width: 550px;
  font-size: 20px;
}

.table-address th {
  width: 200px;
}

/* <--ポイント付与先テ－ブル-->  */
.table-providingPoint {
  width: 450px;
  font-size: 20px;
}

.table-providingPoint th {
  width: 200px;
}

.table-providingPoint td:last-child{
  font-size: 22px;
}

/* <--残高ポイントテ－ブル--> */
.table-zandaka {
  width: 450px;
  font-size: 22px;
}

.PointCaution{
  width: 450px;
  font-size: 16px;
}

}
/*-- 交換確認画面CSS ここまで --*/

.required-mini{
  font-size:10px;
  color:red;
}
.any-mini{
  font-size:10px;
  color:gray;
}

.area-only{
  font-size:10px;
}

/*-- inpit type=numbeのスピンボタンを制御 --*/
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}

/* 青文字装飾クラス　2022.04.13 吉泉追加 */
.congress-blue-font {
  color: #07389c;
  font-weight: normal;
}

.mgt-10 {
  margin-top: 10px;
}

.mgt-30 {
  margin-top: 30px;
}

.mgt-50 {
  margin-top: 50px;
}

.mgt-10p {
  margin-top: 1%;
}

/*-- 退会関連画面 2022.04.21 望月追加 --*/
.withdrawal-text {
  text-align: center;
  font-size: 18px;
  color: #666666;
  font-weight: normal;
}
.note {
  margin:0px auto;
  width: 90%;
  font-size: 16px;
  color: #666666;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height:1.7;
}
h3.subject {
  font-weight: bold;
  font-size: 20px;
  color: #666666;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom-style: solid;
}
input[id$="sendBtn"]{
  width: 44% !important;
  display:inline-block;
  margin-right: 10px !important;
}
@media(min-width:480px){
  .note > div {
    padding-left:0px
  }
  .note {
    width: 420px;
  }
}
@media(min-width:768px){
  .note {
    width: 470px;
  }
  .note > div {
    padding-left:16px
  }
  input[id$="sendBtn"]{
    width:20% !important;
  }
}
@media(min-width:980px){
  .note > div {
    padding-left:16px
  }
}

/* FAQページのボタンCSSここから */
input[id$="mugf-faq-btn"]{
  width: 250px;
  display: inline-block;
  margin: auto;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

@media(min-width:768px){
  input[id$="mugf-faq-btn"]{
    width: 250px;
    display: inline-block;
    margin: auto;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
}

@media(min-width:992px){
  input[id$="mugf-faq-btn"]{
    width: 250px;
    display: inline-block;
    margin: auto;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
}

@media(min-width:1200px){
  input[id$="mugf-faq-btn"]{
    width: 250px;
    display: inline-block;
    margin: auto;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
}
/* FAQページのボタンCSSここまで */

/* 2022.11.14 モーダル表示 Start K.Mochizuki */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: grey;
  opacity: .6;
  display: none;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
}

.modal {
  width: 550px;
  height: 190px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: none;
  z-index: 10001;
}

.modal p {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 10002;
  font-size: 14px;
}

.modal h3 {
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
}

.modal-close__wrap {
  position: absolute;
  right: 20px;
  top: 20px;
}

.modal-close {
  background: #ddd;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 28px;
  display: block;
  height: 28px;
}

.modal-open {
  cursor: pointer;
  background: orange;
  border: orange;
  color: #fff;
  padding: 10px 12px;
}

.AccordionIcon {
  width: 30px;
  margin-right: 5px;
}

.overlay.open {
  display: block;
}

.modal.open {
  display: block;
}

.MsgArea {
  /*position: absolute;*/
  /*left: 0px;*/
  /*top: 40%;*/
  /*text-align: center;*/
  margin-left: 5px;
  margin-right: 5px;

}

.ModalMsg {
  font-size: 14px;
  text-align: left;
  color: #e60000;
  padding-left: 10px;
  font-size: 14px;
  width: 100%;
}

@media(max-width:767px){
  .modal {
    width: 95%;
  }
}
/* 2022.11.14 モーダル表示 End K.Mochizuki */

/* 固定お知らせ　スマホ、PC切替 */
/* スマホ */
@media screen and (max-width: 767px) {
  .information-mobile {
    display: block;
  }

  .information-pc {
    display: none;
  }
  
}

/* PC */
@media screen and (min-width: 768px) {
  .information-mobile {
    display: none;
  }

  .information-pc {
    display: block;
  }
  
}

/* 固定情報表示 Login画面、Home画面*/
.fixed-information {
  text-align: center;
  color: #333333;
  margin: auto;
  margin-bottom: 5px;
}