/* 
 * DHBK_SiteStyleForVf.css
 * This is common CSS for VisualforcePage.
 */

/* 全体調整 */
*, *:before, *:after {
    box-sizing: border-box;
}
html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    color: #202020;
    width: 100%;
    margin: 0;
    text-align: center;
}
/* 幅設定
 * ※Footerより上の要素に適用 */
.cCenterPanel {
    min-width: 280px;
    max-width: 390px;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 150px;
    display: inline-block;
    position: relative;
    font-family: var(--lwc-fontFamily,sans-serif);
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    z-index: 0;
}
/* 標準のフォントは<p>で囲む */
p {
    text-decoration: none;
    margin: unset;
    background-color: transparent;
}
/* リンクフォント */
a {}

/************************************
 * 入力エラーメッセージ用スタイル
 ************************************/
/* エラーメッセージ関連 */
.cCenterPanel .ui-widget .message {
    background-color: #ffffff !important;
    border-style: none;
    background-image: none;
}
.cCenterPanel .ui-widget .messageCell {
    text-align: center !important;
}
.cCenterPanel .ui-widget .errorM3 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0 0 0 0;
    text-align: center;
}
/* デフォルトのエラーアイコンを表示しない */
.cCenterPanel .ui-widget .errorM3 .msgIcon {
    width: 0px;
    background-image: none;
}
.cCenterPanel .ui-widget .messageTable {
    width: 100%;
}
/* 「エラー」の文字を表示しない */
.cCenterPanel .ui-widget .messageText span h4 {
    width: 0px;
    height: 0px;
    visibility:hidden;
    display: none;
}
/* エラーメッセージ本文フォント */
.cCenterPanel .ui-widget .message .messageText {
    margin-left: 0px !important;
    color: var(--lwc-ErrorTextColor,#ff9e9e);
    font-family: sans-serif !important;
}

/************************************
 * cCenterPanel内要素
 ************************************/
/* TODO 各要素の間隔を均一にするため、
 * cCenterPanel直下の全てのdevに付与 */
.cCenterPanel .ui-widget {
    margin: 8px;
}
/* 第四北越銀行ロゴ */
.cCenterPanel .ui-widget .logo img {
    text-align: center;
    max-width: 65%;
    height: 100%;
}
/* ロゴ下 ページタイトル用フォント */
.cCenterPanel .ui-widget h1 {
    font-weight: bold;
    color: rgb(0, 0, 0);
    font-size: 24px;
    text-align: center;
    font-family: sans-serif !important;
}
/* エラーメッセージタイトル */
.cCenterPanel .ui-widget .title {
    color : #002060;
    font-size  : 16px;
    font-weight: bold;
    text-align: left;
}
/* エラーメッセージ本文 */
/* DHBK_FintechAuthErrorで使用 */
.cCenterPanel .ui-widget .errorMessage {
    font-size  : 14px;
    text-align: left;
    margin-bottom:10px;
}
/* ボタン(全幅) */
/*  apex:commandButtonタグのstyleClassに
    slds-button, slds-button_brand と
    セットで記載する */
.cCenterPanel .ui-widget .plain-button {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px!important;
}
/* 見た目がボタンのリンク(全幅) */
/*  リンクの見た目をボタンにしたい場合、
    apex:outputLinkタグを囲うdivのclassに指定
    ボタンの色やホバー時の色はそれぞれのボタンで指定 */
.cCenterPanel .ui-widget .link-to-button {
    width:100%;
    margin:0;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    /* マウスオーバーでカーソルを手の形にする */
    cursor: pointer;
    /* ボタンカラーは必要に応じて上書きすること */
    background: rgb(0, 111, 188);
}
/* マウスオーバーでボタンの色を変える */
.cCenterPanel .ui-widget .link-to-button:hover {
    /* ボタンカラーは必要に応じて上書きすること */
    background: rgb(1, 68, 134);
}
/*  リンクの見た目をボタンにしたい場合、
    apex:outputLinkタグに直接指定 */
.cCenterPanel .ui-widget .link-button {
    /* リンクの横幅を親要素と合わせる */
    display: block;
    /* ボタンの縦幅はaタグで指定 */
    padding-top: 16px;
    padding-bottom: 16px;
    color: #fefcf3;
    /* リンクの下線を表示しない */
    text-decoration: none;
}
/* buttonタグ用 */
.buttontag {
    width: 100%;
    margin: 0;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    padding-top: 16px;
    padding-bottom: 16px;
    background: rgb(0, 111, 188);
    color: #fefcf3!important;
    border: 0px;
}
.buttontag:hover {
    background: rgb(1, 68, 134);
}

/* 戻るボタン（黄色） */
.back-button {
    width:148px !important;
    height:55px !important;
    background:#eab700 !important;
    text-align:center !important;
    margin:15px auto !important;
    border-radius:5px !important;
    color:white !important;
}
/* 上記に同意して登録ボタン 用 */
.selfReg-button {
    font-size: 16px !important;
    font-weight: 700 !important;
}
/* だいしほくえつIDでログインボタン 用 */
.daishiLogin-button {
    /* ボタンの縦幅 */
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
/* 色反転ボタン 上書き用 */
.button-color-inv {
    border-color: rgba(1, 118, 211, 1)!important;
    background-color: white!important;
    border: 2px solid!important;
    color: rgba(1, 118, 211, 1)!important;
}
.button-color-inv:hover {
    border-color: rgb(1, 68, 134)!important;
    background-color: rgb(230,230,250)!important;
    color: rgb(1, 68, 134)!important;
}

/************************************
 * 入力ボックス + ボタン
 ************************************/
/* 入力ボックス用エリア */
.cCenterPanel .ui-widget .inputArea {
    width: 100%;
    margin-bottom: 10px;
}
/* 入力ボックススタイル */
.cCenterPanel .ui-widget .inputArea .inputContainer {
    margin-bottom: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    /* padding-left: 10px; */
    padding-right: 2px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 58px;
}
.cCenterPanel .ui-widget .inputArea .inputContainer input {
    border: 0 solid transparent;
    -webkit-appearance: none;
    padding: 1px 2px;
    line-height: normal;
    min-height: unset;
    font-size: 14px;
    margin: 3px 5px;
    height: -webkit-fill-available;
    width: 85% !important;
    padding-left: 2px !important;
    font-family: sans-serif !important;
}
/* ボタンスタイル */
input.btn {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 10px 3px !important;
    color: var(--lwc-colorTextButtonBrand,#FFFFFF);
    cursor: pointer;
    background-color: var(--lwc-colorBackgroundButtonBrand,rgb(0, 111, 188));
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 16px;
    font-family: var(--lwc-fontFamily,sans-serif);
    font-weight: 700;
    line-height: 1.42857143;
    border-radius: 2px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}
/* svgアイコンスタイル */
svg {
    vertical-align: middle;
    height: 40%;
}

/************************************
 * ログインページに戻る ボタン
 ************************************/
/* ボタン用エリア */
.ToTopArea {}
/* ボタンスタイル */
.ToTopArea .ToTop-button {
    width: 140px;
    height: 55px;
    background:#eab700;
    text-align: center;
    margin: 15px auto;
    border-radius: 5px;
    /* マウスオーバーでカーソルを手の形にする */
    cursor: pointer;
}
/* フォント */
.ToTopArea .ToTop-button a {
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    color:#fefcf3 ;
    font-weight: 700;
    /* aタグの範囲をToTop-buttonに合わせる */
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width:140px;
}

/************************************
 * コールセンターのお知らせ
 * ※VFコンポーネント作成済
 ************************************/
/* 外枠 */
.conversion {
    margin: 0 0 20px 0;
    padding: 20px 15px 15px 15px;
    border-top: 3px solid #006ebc;
    background: #f3f3f3;
}
/* 内枠 */
.conversion .conversion_wrap {
    margin: 0;
    padding: 15px 10px;
    background: #fff;
}
/* タイトルと電話番号 */
.conversion .conversion_wrap .call-center {
    margin: 0;
    border: none;
    text-align: center;
}
/* タイトル */
.conversion .conversion_wrap .call-center span {
    display: block;
    font-size: 16px;
    color: #006ebc;
    line-height: 1.5;
}
/* 電話番号 */
.conversion .conversion_wrap .call-center .tel { 
    display: block;
    margin: 5px auto;
    white-space: nowrap;
}
/* リンクとフリーダイヤルアイコン */
.conversion .conversion_wrap .call-center .freedial-tel {
    display: flex;
    justify-content: center;
}
/* リンク */
.conversion .conversion_wrap .call-center .tel a {
    display: inline-block;
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    color: #006ebc;
    transition: .4s opacity;
    text-decoration: none;
}
/* フリーダイヤルアイコン */
.freedialImage {
    height: 20%;
    width: 20%!important;
    margin: auto;
    margin-right: 0;
}
/* 電話番号 マウスオーバー時 */
.conversion .conversion_wrap .call-center .tel a:hover {
    opacity: .7;
    text-decoration: none;
}
/* 中央ボーダーライン */
hr {
    margin: 15px 0!important;
}
/* その他電話番号 */
.conversion .conversion_wrap .other-dial { 
    font-size: 14px;
    text-align: left;
}
/* リンクフォント */
.conversion .conversion_wrap .other-dial a {
    color: #006ebc;
    text-decoration: none;
}
/* その他電話番号 リンクフォント マウスオーバー時 */
.conversion .conversion_wrap .other-dial a:hover{
    text-decoration: underline;
}
/* 受付時間 */
.conversion .conversion_wrap .enclose { 
    padding: 10px;
    border: 1px solid #ccc;
}
/* 受付時間 テキスト太字 */
.conversion .conversion_wrap .enclose b {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 14px;
    font-weight: 700;
    border-bottom: none;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
    color: #202020;
    text-align: center;
    background: none;
}
/* 受付時間 テキスト細字 */
.conversion .conversion_wrap .enclose p {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
}

/************************************
 * Footer
 * ※VFコンポーネント作成済
 ************************************/
/* 全体 */
.cFooterPanel {
    width: 100%;
    text-align: center;
    font-size: 12px;
    background-color: rgb(0, 111, 188);
    position: absolute;
    bottom: 0;
}
/* Footer内の余白 */
.cFooterPanel .ui-widget .footerContainer {
    margin: 8px;
}
/* Footer内の文字 */
.cFooterPanel .ui-widget h3 {
    text-align: center;
    font-size: 12px;
    color: white;
    word-wrap: break-word;
    font-family: sans-serif !important;
    font-weight: normal;
}
.footerCtrl {
    position: relative;
    width: 100%;
    height: auto !important;
    min-height: 100%;
}

/************************************
 * 共通 空白用
 * ※空白挿入時に使用
 ************************************/
.mb-10 {
    margin-bottom: 10px!important;
}
/* 基準のフォント<p>に合わせた1行分の空白 */
.mb-14 {
    margin-bottom: 14px!important;
}
.mb-20 {
    margin-bottom: 20px!important;
}
.mb-30 {
    margin-bottom: 30px!important;
}
.mb-40 {
    margin-bottom: 40px!important;
}
.mb-50 {
    margin-bottom: 50px!important;
}
.mb-60 {
    margin-bottom: 60px!important;
}
.mb-70 {
    margin-bottom: 70px!important;
}

/************************************
 * 共通 フォント用
 ************************************/
/* 太字 */
.font-bold {
    font-weight: bold!important;
}
/* 下線 */
.font-underline {
    text-decoration: underline!important;
}
/* リンク文字色（青） */
.linkColorBlue {
    color: #006ebc!important;
}
/* リンク文字色（青）hover */
.linkColorBlue:hover {
    color: rgb(1, 68, 134)!important;
}
/* 文字色（赤） */
.font-red {
    color: red!important;
}

/************************************
 * 共通 その他
 ************************************/
.text-align-left {
    text-align: left!important;
}