@charset "UTF-8";

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 10000;
}

#overlay img {
  display:none;
}

#overlay img.loading {
  display:inline;
  position: absolute;
  top: 50%;
  left: 50%;
}



.condition-block .condition-table-block>table td .row .search input[type="text"],
  .condition-block .condition-table-block>table td .row .search input[type="tel"],
  .condition-block .condition-table-block>table td .row .search input[type="password"],
  .condition-block .condition-table-block>table td .row .search .input-select,
  .condition-block .condition-table-block>table td .row .search .input-select-auto,
  .condition-block .condition-table-block>table td .row .search .input-select-200
  {
  width: calc(100% - 0.4rem - 3px);
  margin-left: 3px;
}

.btn:disabled {
	opacity: 0.5;
}

.search-result-table-block-row2>table>tbody>tr>td:first-of-type {
    border-left: 1px solid #d3d3d3;
}

.g-nav-side .second {
	display: none;
}

_:-ms-lang(x)::-ms-backdrop, .news-arch-list li a .cate {
	line-height: 0.16rem;
}

.condition-block .search-radio-block input[type="radio"] {
	display: initial;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	overflow: hidden;
	padding: 0;
	clip: rect(0, 0, 0, 0);
}

.condition-block .search-radio-block input[type="radio"]:focus+.label-text:before {
    box-shadow: 0 0 3px 1px #d3007f;
}

.common-check-block input[type="checkbox"] {
	display: initial;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	overflow: hidden;
	padding: 0;
	clip: rect(0, 0, 0, 0);
}
.common-check-block-col2 input[type="checkbox"] {
	display: initial;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	overflow: hidden;
	padding: 0;
	clip: rect(0, 0, 0, 0);
}
.condition-block .search-check-block input[type="checkbox"] {
	display: initial;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	overflow: hidden;
	padding: 0;
	clip: rect(0, 0, 0, 0);
}
.condition-block .search-check-block-row input[type="checkbox"] {
	display: initial;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	overflow: hidden;
	padding: 0;
	clip: rect(0, 0, 0, 0);
}

.common-check-block .input-check-block label input[type="checkbox"]:focus +.label-text:before {
	border-color: #d3007f;
	box-shadow: 0 0 3px #d3007f;
}

.common-check-block input[type="checkbox"]:focus +.label-text:before {
	border-color: #d3007f;
	box-shadow: 0 0 3px #d3007f;
}

.common-check-block input[type="checkbox"]:focus+input[type="hidden"] +input[type="hidden"]  +.label-text:before {
	border-color: #d3007f;
	box-shadow: 0 0 3px #d3007f;
}

.common-check-block input[type="checkbox"]:focus+input[type="hidden"] +.label-text:before {
	border-color: #d3007f;
	box-shadow: 0 0 3px #d3007f;
}

.condition-block .input-check-block label input[type="checkbox"]:focus +.label-text:before {
	border-color: #d3007f;
	box-shadow: 0 0 3px #d3007f;
}

.condition-block .input-check-block label input[type="checkbox"]:focus +input[type="hidden"] +.label-text:before {
	border-color: #d3007f;
	box-shadow: 0 0 3px #d3007f;
}

input[type="submit"], input[type="button"], button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: none;
	outline: 0;
	cursor: pointer
}

input[type="submit"]:focus, input[type="button"]:focus, button:focus {
    box-shadow: 0 0 3px 1px #d3007f;
}

select {
	position: relative;
	line-height: 1.4;
	display: inline-block;
	padding: 0.1rem 0.1rem;
	text-indent: 0;
	border: 1px #d3d3d3 solid;
	border-radius: 3px;
	font-family: inherit;
	font-size: .14rem;
	box-sizing: border-box;
	height: 0.4rem;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 0.3rem;
	width: 100%
}


select:focus {
	box-shadow: 0 0 3px 1px #d3007f;
}

input[type="text"], input[type="tel"], input[type="password"] {
	position: relative;
	line-height: 1.4;
	display: inline-block;
	padding: 0.1rem 0.1rem;
	text-indent: 0;
	border: 1px #d3d3d3 solid;
	border-radius: 3px;
	font-family: inherit;
	font-size: .14rem;
	box-sizing: border-box;
	height: 0.4rem;
	outline: none;
	width: 100%
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus  {
    box-shadow: 0 0 3px 1px #d3007f;
}

.link-btn-blue a:focus {
	border-color: #d3007f;
	box-shadow: 0 0 3px #d3007f;
}

.function-btn-red a:focus {
	border-color: #d3007f;
	box-shadow: 0 0 3px #d3007f;
}

.function-btn-blue a:focus {
	border-color: #d3007f;
	box-shadow: 0 0 3px #d3007f;
}

.common-btn a:focus {
	border-color: #d3007f;
	box-shadow: 0 0 3px #d3007f;
}

.modal-btn-list li a:focus {
	box-shadow: 0 0 3px 1px #d3007f;
}

_:-ms-lang(x)::-ms-backdrop, form:focus-within {
	/* IE　クライアント側のフォーカス色 */
	outline-color: #d3007f;
	box-shadow: 0 0 3px #d3007f;
}

*[tabindex="0"]:focus {
	outline: none;
	outline-color: #d3007f;
	box-shadow: 0 0 3px #d3007f;
 }

@supports (-ms-ime-align:auto) {
	body {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
			"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	}
}

.btn.selected {
	white-space: nowrap;
}

.btn.clearSelected {
	white-space: nowrap;
}

.common-btn .btn:disabled {
	border: 1px solid;
	opacity: 1;
}

.common-btn .btn:disabled:hover {
	opacity: 0.5;
}

.ui-datepicker-clear {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 96px;
	height: 48px;
	color: #fff;
	font-size: 1.4rem;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, .05);
	background: #999;
	border: none;
	border-radius: 4px;
	padding-right: 24px;
	padding-left: 24px;
	cursor: pointer;
	margin-left: 5px;
	float: left;
}

_:-ms-lang(x)::backdrop, .fs-ib > .btn {
	font-size: 0.5px;
}

_:-ms-lang(x)::-ms-backdrop, .fs-ib > .btn {
	font-size: 0.5px;
}

_:-ms-lang(x)::backdrop, .inner-block.search.list-result > .btn {
	font-size: 0.2rem;
}

_:-ms-lang(x)::-ms-backdrop, .inner-block.search.list-result > .btn {
	font-size: 0.2rem;
}

.search-result-table-block-row2 table tbody tr td .btn-block-line .clearSelected {
	background-color: #bfbfbf;
	border: 0px;
	color: #fff
}

.slider-list-news .slider-list-item {
	width: 20.00%
}

input[type="text"].readonly-gray {
  color: #ccc !important;
  background-color: #e3e3e3 !important;
  border-color: #aaa
}

#clear-overlay {
  display: none;
  width: 100%;
  height:100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(0,0,0,0.0);
}