@charset "utf-8";

/* --- 明朝font ---*/
:root {
	--mincho: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
}
:root {
/*
	--gothic: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
*/
	--gothic: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif, FontAwesome;
}
.mincho {
	font-family:var(--mincho);
	font-weight: bolder;
	color: #000;
}
.gothic {
	font-family:var(--gothic);
}

html {
	font-size: 12px;
}
body {
	font-family: var(--gothic);
	color: #000;
}

/*--- common ---*/
.caption {
	margin-bottom:15px;
	
	padding:8px;
	background-color:#fff;
	border:solid 1px #ccc;
	border-radius:10px;
	box-shadow: 3px 3px #999;
	
	text-align:center;
	font-size:16px;
}

[type=file] {
	font-size:11px;
}
[type=file]+span {
	color:#F06;
	font-size:10px !important;
}

a, a:hover {
	text-decoration: none;
	color: inherit;
}

.section_body {
/*	margin-top: 7rem; */
}

.form-control {
	background-color:#f2fbff;
	color: #000 !important;
}
.form-control[date] {
	font-size: 1.15rem;
}
.form-control[currency] {
	font-size: 1.2rem;
	text-align: right;
}

.form-control-readonly {
	display: block;
	width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
	line-height: 1.5;
	color: #555;
	background-color: inherit;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-confirm {
	display: block;
	width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
	line-height: 1.5;
	color: #555;
	background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-radio {
	display: block;
	width: 100%;
	margin-bottom:0;
    padding: .375rem .75rem;
    font-size: 1rem;
	line-height: 1.5;
	font-weight:normal;
	color: #555;
	background-color: inherit;
	background-image: none;
}
.error .form-control {
	background-color:#ffcccc;
	border-color: #FF0066;
}
.error-message {
	color: #FF0066;
}
.form-check {
	padding-top: 5.5px;	/* calc(.375rem + 1px); */
}

h3 {
	margin-top:0;
	margin-bottom: 20px;
	font-size:18px;
	text-align:center;
}
h3:before, h3:after {
	content: "■";
	color:#999;
}
h3:before {
	padding-right:10px;
}
h3:after {
	padding-left:10px;
}
h4 {
	margin-bottom: 1em;
}

/*-- list --*/
.list_row {
	padding-bottom: 1rem;
    padding-bottom: 0.5rem;
	border-bottom: solid 1px #ccc;
/*	margin-bottom: 2rem;	*/
}
.list_row .card {
	border: 0;
}
.list_row.del .card {
	background-color: #F5A9A9;
}
.list_row .card .card-body {
	padding: 0.25rem;
	flex: 0 0 auto;
}
.list_row .card .card-title {
	margin-bottom: 0;
	background-color: #444;
    background-color: #cbe0f9;
	color: #fff;
	color: #000;
	padding: 0 0.3rem;
}
.list_row .card .card-text {
	padding: 0 0.3rem;
	font-size: 1.2rem;
}
/*--  --*/
.search_condition .condition {
    border: solid 1px #999;
    padding: 0.75rem 0 0;
    padding-top: 0.75rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
    border-radius: 1rem;
}
@media (max-width: 991px) {
	.search_condition .condition {
		padding-bottom: 0.75rem;
	}
}

.pagenavi {
	position: relative;
	font-size: 1.3rem;
}
.pagenavi ul {
/*
	position: absolute;
	left: 0;
	top: -40px;
*/
	margin-left: 0px;
	padding-left: 0px;
	font-size: 1rem;
	border: solid 1px #eee;
	width: 100%;
	padding: 3px 10px;
	border-radius: 6px;
	/* background-color: #eee; */
	box-shadow: 2px 2px #eee;
}
.pagenavi ul li {
	
	list-style: none;
	
	background-image:url(../../img/back.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:23px;
	margin-right:20px;
/*	
	background-image:url(../img/breadcrumb.png);	
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:23px;
	margin-right:0px;
*/
	
	height:20px;	
	padding-top:2px;
}
.pagesubject {
	font-size: 1.3rem;
    margin-bottom: 2rem;
	padding-left: 0.75rem;
}

.page_name {
	border: solid 1px #000;
	padding: 0.7rem;
	margin-bottom: 1rem;
}
.section_name {
	border-bottom: solid 1px #999;
	padding: 0.7rem;
	margin-bottom: 1rem;
}

.glyphicon:before {
    margin-right: 5px;
}

p.nodata {
	padding:30px;
	text-align:center;
}
span.input_unit {
	line-height: 50px;
}

div.condition-clear {
    text-align: right;
    margin-top: -15px;
    margin-bottom: 10px;
}

.ui-datepicker { z-index: 1000 !important; }

.bootstrap-timepicker-widget table td {
	padding:0px;
}
.bootstrap-timepicker-widget table td input.form-control {
	width:45px;
	display:inline-block;
}

.ui-timepicker-table td a,
.ui-timepicker-table td span {
	width:auto;
}

/* --- ナビバー --- */
.navbar {
	background-color: #fff;	/* ↓※本体と同じ色にする！！ */
	height: 46px;	/* ナビの高さ */
	
	box-shadow: 0px 2px 10px 0px #333;
}
/* ナビメニュー本体（ハンバーガーメニューのとき、看板にかかる） */
.navbar-collapse {	
	background-color: #fff;	/* ↑※ナビバーと同じ色にする！！ */
	font-weight: bolder;
	padding: 0.5rem;
    z-index: 1000;
}
@media (max-width: 991px) {
	/* ハンバーガーメニュー表示時 */
	.navbar-collapse {	
		position: absolute;
		top: 50px;
		right: 0;
		
		font-size: 1.3rem;
		padding: 2rem;
		
		box-shadow: 0px 2px 10px 0px #333;
	}
}
/* コンテンツの高さ */
.navbar ~ .content {
	margin-top: 65px;	
/*	min-height: 75vh; */
	margin-bottom: 60px;	
}
/* ロゴの高さ */
.navbar .logo {
	height: 25px;
}
.navbar .navbar-brand {
	padding: 4px;
}
.navbar-light .navbar-toggler {
	background-color: #fff;	/* ハンバーガーメニュー背景 */
}
/* ポイント */
.navbar .point {
	font-size: 1.25rem;
}
.navbar .btn_charge {
	color: #fff !important;
	border-radius: 50rem!important;
	padding: 0.25rem;
	margin-top: 0.5rem;
}
@media (max-width: 991px) {
	.navbar .point {
		font-size: 1.5rem;
	}
	.navbar .btn_charge {
		font-size: 1.25rem;
	}
}
.navbar .nav-item_logout {
	margin-left: 1rem;
}
@media (max-width: 991px) {
	.navbar .nav-item_logout {
		margin-left: 0;
		margin-top: 0.75rem;
	}
}

nav .navbar-right {
	margin-right:15px!important;
}
nav .navbar-btn {
	margin-left:10px;
}
.nav>li>a.select {
    text-decoration: none;
    background-color: #eee;
}
nav .app_logo {
	margin-top:-22px;
}
nav .contract {
	margin-left:20px;
}
nav .account {
	font-size:18px;
}

.leftmenu ul {
	margin-bottom:15px;
}
.leftmenu li {
	padding-left:10px;
}
.leftmenu li.list_title {
	padding-left:0px;
	font-size:16px;
}
.leftmenu li.list_title:before {
	
}
.leftmenu li .status_icon {
    width: 20px;
}
.leftmenu li .status_caption {
	font-size:14px;
}

.sidebar_point .card-title {
	background-color: #666;
	border-radius: 1rem;
	padding: 0.25rem 0;
	color: #fff;
	font-weight: bolder;
}
.sidebar_point .point em {
	font-style: normal;
	font-size: 2rem;
	margin-right: 0.3rem;
	
	color: #ff0066;
}

/* --- フッター --- */
.footer {
	background-color: #666;
	color: #fff;
	font-size: 1.2rem;
    position: fixed;
    bottom: 0;
    z-index: 1000;
}
.footer_body {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.footer .footer_body {
	width: 100%;
	text-align: center;
}
.footer .footer_logo {
	width: 50%;
	text-align: center;
}
@media (min-width: 756px) {
	.footer .footer_body {
		width: 60%;
		text-align: center;
	}
	.footer .footer_logo {
		width: 100%;
		text-align: right;
	}
}
@media (min-width: 992px) {
	.footer .footer_body {
		width: 100%;
		text-align: left;
	}
	.footer .footer_logo {
		width: 70%;
		text-align: right;
	}
}
.footer .card {
	background-color: transparent;
	border:none;
}
.footer .card .card-title {
	border-bottom: solid 1px #fff;
	padding-bottom: 0.3em;
}
.footer .card .card-text {
	line-height: 2em;
}
.footer .footer_sns {
	padding-left:60%;
}
@media (min-width: 756px) {
	.footer .footer_sns {
		padding-left:75%;
	}
}
@media (min-width: 992px) {
	.footer .footer_sns {
		padding-left:10%;
	}
}
.footer .footer_sns .sns {
	padding: 1.5rem;
}
.footer .jasrac {
	margin-top: 2rem;
	font-size: 1rem;
}
.footer .jasrac img {
	width: 3.5rem;
	margin-right: 1rem;
}

.attention {
	list-style-type: square;
	text-align: left;
    padding-right: 1.75rem;
}

/* --- パスワード可視化ボタン --- */
.password-mask-toggle {
    position: absolute;
    right: 10px;
    top: 0px;
    padding: 5px 8px;
    border-radius: 5px;
    background: #e5e5e5;
}
.password-mask-toggle .mask-toggle {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.password-mask-toggle .mask-label {
	margin-bottom: 0;
    width: 15px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

/*--- realtime search ---*/
.searchData {
	position:relative;
}
.searchData .listData {
    position: absolute;
    background-color: #fff;
    border: solid 1px #666;
    border-radius: 2px;
    width: auto;
	min-width:200px;
    z-index: 10000;
	
	padding:0 5px;
	list-style-type:none;
	
	display:none;
}

/*--- Vue.js ---*/
[v-cloak] {
	display: none;
}

/*--- Loading ---*/
#loading {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 40vh;
	padding-left: 50vw;
	background-color: #fff;
	opacity: 0.8;
}
#loading .sp {
	width: 25px;
	height: 25px;
	clear: both;

	border: 4px rgba(0, 0, 0, 0.25) solid;
	border-top: 4px black solid;
	border-radius: 50%;
	-webkit-animation: spCircRot .6s infinite linear;
	animation: spCircRot .6s infinite linear;
}
@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}