@charset "utf-8";
/* CSS Document */
body{

	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		line-height: 1.8;
	font-size: 16px;
	padding: 0;
	margin: 0;
	background-color:#efeeee;
}
a{color: #212529;}

.mg-0{margin:0; }
h1,h2{margin: 0;}
.f-size70{font-size: 70%;}
.line-h_1-3{line-height: 1.3;}
.top-logo{
	padding: 5% 0;
}
.error-msg{
	font-size: 90%;
	display: inline-block;
	animation: anim 1s forwards;
	color: red;
	font-weight: bold;
}

@keyframes anim {
	0% {
	transform: translateX(0px);
	}

	100% {
	transform: translateX(10px);
	}
}

.report{
	font-size: 90%;
	/*background-color: #fff;*/
}


.report-heder h2{
	font-size: 130%;
}
.report h3,#cv_report h3,#dashbord h3,#setting h3,#other h3{
	font-size: 14px;
	font-weight: bold;
}

.report-heder{
	background-color: #181818;
	color: #fff;
}

.nav-tabs .nav-link{
	border-radius: 0;
	padding: .6rem .1rem;
}
.nav-tabs .nav-item a{
	color: #fff;
}
.report  ul.nav-tabs{
	background-color: #a8a6a6;
}
.total-details-item{
	font-size: 80%;
		margin: 0;
}
.item-ley01{
	border-bottom:1px solid #dee2e6;
	padding-bottom: 15px;
	margin: 0;
}
.date{
	background-color:#dee2e6;
	padding: 8px 0 5px;
}
.report .table-sm td,.report .table-sm th,#cv_report, #promotion td{
	padding:.3rem 1rem;
}

.table{
	margin: 0;
}
#promotion .col-5 p{
	margin: 0;
	font-size: 80%;
}
#promotion .table{
	border-bottom: 8px solid #f6f6f6;
}
.cv_pagination ul.pagination {
	justify-content: center!important;
	margin-bottom: 0;
}

.pagination li {

}
.pagination li a{
		/*padding: 7px 10px;*/
		/*margin: 2px;*/
		color: #858788;
		text-decoration: none;
		padding: .4rem .8rem;
		line-height: 1.5;
		display: block;
}
.pagination li.active a{
	background: #858788;
	color: #fff;
	border-radius: 5px;

}



#cv_report label{
	font-size: 90%;
	font-weight: bold;
}
#cv_report label.form-check-label{
	font-weight: normal;
}

p.confirm{
	padding: 3px 8px;
		border-radius: 20px;
		background-color: #4caf50;
		color: #FFF;
		text-align: center;
}
p.pending{
	padding: 3px 8px;
		border-radius: 20px;
		background-color:#607D8B;
		color: #FFF;
		text-align: center;
}
p.reject{
	padding: 3px 8px;
		border-radius: 20px;
		background-color:#f44336;
		color: #FFF;
		text-align: center;

}
.t-head p.result{
	display: block;

}
.p_name{
	font-size: 80%;
	line-height: 1.5;


}
.simple-report-table th{
	font-size: 90%;
	text-align: center;

}

.simple-report-table td, .simple-report-table th{
	padding: 8px 5px 5px;
	vertical-align: middle;

}
.simple-report-table td{
	text-align: right;
}
.t-box{
	border-radius: 8px;
}

.cv_result .t-box {
	box-shadow: 0 0px 6px 0px #ccc8c8bf;
}

.t-head{
	border-radius: 8px 8px 0 0;

}
.t-head p{
	margin-bottom: 0;
	font-weight: bold;
}
.t-head a i{
	font-size: 130%;
	color: #fff;

}
.t-box_in{
	padding: 4px 0;
}
.daily .t-box_in{
	padding: 2px 0;
}
.t-box_in p{
	display: inline-block;
	margin-bottom: 0;
	line-height: 1;
	font-size: 70%;
}
.report .t-box_in p{
	font-size: 90%;
}
.cv_t-box_in p{
	margin-bottom: 0;
	display:block;
	font-size: 80%;
	text-align: center;
}
.cv_t-box_in p span{
	display: block;
}


.setting-box,.other-box{
	padding: 15px 0 10px;
	border-top:1px solid #dddddd;


}
.setting-box small{
	line-height: 1.4;
	display: block;
	text-align: justify;
}
.setting-box .col-9 p{
	font-weight: bold;
}
#conv_time_disp,#conv_day_of_week_disp{width: 100%;}

/***modalのcss***/
.modal-header .close{
	padding:.5rem;
	color: #fff;
}
.modal-footer{
	padding: .5rem;
}
.modal-content{
	border:none;
}
.modal-font_S{
	font-size: 90%;
}
.modal-font_M{
	font-size: 95%;
	margin-bottom: .5rem;
}
.modal-font_S span{
	padding-left: 1rem;
	text-align: right;
	display: inline-block;
	float: right;
	word-break: break-all;
}
.modal-font_M span{
	font-size: 85%;
	display: block;
	word-break: break-all;
}
.cv-in-detail{
	padding-top: .5rem;
	margin-top: .5rem;
	border-top: 1px solid #efeeee;
}

/***settingのトグルスイッチ***/


.cmn-toggle {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
}
.cmn-toggle + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	user-select: none;
}
input.cmn-toggle-round-flat + label {
	padding: 2px;
	width: 58px;
	height: 33px;
	background-color: #dddddd;
	border-radius: 60px;
	transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
	display: block;
	position: absolute;
	content: "";
}
input.cmn-toggle-round-flat + label:before {
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	/*background-color: #fff;*/
	border-radius: 60px;
	transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after {
	top: 4px;
	left: 4px;
	bottom: 4px;
	width: 25px;
	background-color: #fff;
	border-radius: 60px;
	transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {
	background-color: #49b54d;
}
input.cmn-toggle-round-flat:checked + label:after {
	margin-left: 25px;
	background-color: #fff;
}
/***　▲ スイッチここまで ▲　***/

.promo_list {
		overflow: scroll;
		height: 200px;
		border-radius: 5px;
		border:1px solid #dddddd;
		padding: 5px 10px 0;
		font-size: 90%;
		margin-bottom: 15px;
}
.promo_list label{
	margin-bottom: 0;
}
.promo_list .checkbox{
	margin-bottom: 8px;
}

#setting  button.btn-success{
	background-color: #9e9e9e;
	border-color:  #9e9e9e;
}
#setting input[type=checkbox] {
	transform: scale(1.3);
	margin-right: .5rem;
}
#setting .form-check-inline{
	margin: 0 .2rem;
}
.setting-box .btn-primary:hover{
	background-color: #0a5fbb;
	border-color: #09498e;
}
#setting button.btn-success:hover{
	background-color: #6c757d;
}

.week{padding: 0;}
.week li{
	list-style: none;
		display: inline-block;
		width: 23.5%;
		text-align: center;
		font-size: 85%;
		line-height: 2.7;
}

#setting .week input[type=checkbox] {
	transform: scale(1.3);
	margin-right: .3rem;
}

.err_msg {
	color: red;
	font-weight: bold;
}

/***other****/
.other-box p{
	margin-bottom: 0;
}
.other-box ol{
	list-style: none;
	padding-left: 0;
}
.other-box ol li{
	margin-bottom: 10px;
}

pre{
white-space: pre-wrap;
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/***otherここまで****/



#back-top{
	position: fixed;
		bottom: 15px;
		right: 15px;

}
#back-top a{
	padding: 10px 14px;
		background: #222222b8;
		color: #fff;
}





/* ローディングアニメーション */
.box{
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
-webkit-transition: all 3.2s ease; /* 1.2秒でフェードアウト */
				transition: all 3.2s ease;
	justify-content: center;
	align-items: center;
			}



/* ローディング表示を消すための定義 */
.box.loaded{
	opacity:0;
	visibility:hidden;
	pointer-events:none;
}

.spinner01 {
	position: absolute;
		top: 45%;
margin: 0 auto;

}

.spinner-border{
		display: inline-block;
		width: 2.5rem;
		height: 2.5rem;
		vertical-align: text-bottom;
		border: .22em solid currentColor;
		border-right-color: transparent;
		border-radius: 50%;
		-webkit-animation: spinner-border .75s linear infinite;
		animation: spinner-border .75s linear infinite;
}








@media screen and (max-width: 540px){

.top-logo{
	padding: 20% 0;
}
}
@media screen and (max-width: 345px){
	.report h3, #cv_report h3, #dashbord h3, #setting h3 {
		font-size: 13px;
}
.week li {
		font-size: 75%;
}
p.pending {
		padding: 3px 3px;
		}
#setting button.btn-success {
		padding: 5px 3px;
}
