@charset "utf-8";
/*------------------------------------------------------------
    書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
    微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
    汎用スタイル
------------------------------------------------------------*/
.clearfix:after
{
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/*------------------------------------------------------------
    非表示
------------------------------------------------------------*/
.hide {
  display:none;
}


/*------------------------------------------------------------
    デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 10pt;
}

body,
table,
input, textarea, select, option
{
  font-family: 'HiraKakuProN-W3';
  font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{
  display: block;
}

ol, ul
{
  list-style: none;
}

blockquote, q
{
  quotes: none;
}

:focus
{
  outline: 0;
}

ins
{
  text-decoration: none;
}

del
{
  text-decoration: line-through;
}

a:link
{

}

a:visited
{

}

a:hover
{

}

a:active
{

}

select
{
  max-width: 100%;
}

/*------------------------------------------------------------
    フロートの解除
------------------------------------------------------------*/
.clearFix
{
  clear: both;
  height: 0;
  visibility: hidden;
}

/*------------------------------------------------------------
    レイアウト
------------------------------------------------------------*/
body
{
  text-align: center;
  line-height: 1.5;
}

/*------------------------------------------------------------
    テキストボックス
------------------------------------------------------------*/
input[type="text"]
{
  font-size: 14pt;
  height: 30px;
  width: 170px;
}

/*------------------------------------------------------------
    パスワード入力ボックス
------------------------------------------------------------*/
input[type="password"]
{
  font-size: 14pt;
  height: 30px;
  width: 170px;
}

/*------------------------------------------------------------
    ラジオボタン
------------------------------------------------------------*/
#conts input[type="radio"]
{
  opacity: 0;
  display: none;
}

#conts input[type="radio"] + label
{
  margin: 0;
}

/*------------------------------------------------------------
    セレクトボックス
------------------------------------------------------------*/
select
{
  height: 30px;
}
/*------------------------------------------------------------
    サブミットボタン
------------------------------------------------------------*/
#doLangChange
{
  display: none;
}

/*------------------------------------------------------------
    スマホアプリダウンロードリンク
------------------------------------------------------------*/
#isLinkMsg{
	position:relative;
	top:10px;
}

#applink{
	background-color:#699fff;
	color: white;
}

/*------------------------------------------------------------
    表示項目の境界線
------------------------------------------------------------*/
.divider{
	height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
    margin-left: 10px;
}

/*------------------------------------------------------------
    バナー広告
------------------------------------------------------------*/
#bannerAd {
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	position: sticky;
	bottom: 0;
	display: flex;
}

#bannerAd div {
	width: 100%;
	height: 100%;
}

#bannerAd div img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*------------------------------------------------------------
    カレンダー
------------------------------------------------------------*/
input#displayDate.datepicker {
  width: 120px;
  text-align: center;
}

.ui-datepicker th {
  max-width: 27px;
}

.ui-datepicker th span {
  overflow-wrap: anywhere;
}

/* jQuery-UI Datepicker  */
.ui-datepicker-trigger {
  width: 18px;
  height: 18px;
  vertical-align: bottom;
  margin: 0 5px;
}