/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * censed under MIT (https://github.com/twbs/bootstrap/blob/master/CENSE)
 */:root{--primary:color:#06C;--danger:color:#09C;--warning:color:#F60;--info:color: #06C;--success:color: #F00;}

/* 下記リストをチェックしてレースに備えよう！*/
.comment{
	font-family: sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #FF0000;
	font-weight: bolder;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* チェック印 */
.comment:before {
	font-family: "Font Awesome 5 Free";
	content: '\f00c';
	font-weight: 900;
	color: #F00;
	border: 1px solid #F00;
	padding: 3px;
	margin-right: 5px;
}

.col-md-1{
	width: 49%;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	float: left;
}
.col-md-2{
	width: 49%;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	float: right;
}
.col-md-3{
	clear: both;
}

@media screen and (max-width: 860px) {
/* スマホ860px以下時*/
.col-md-1{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	float: none;
	clear: both;
}
.col-md-2{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	float: none;
	clear: both;
}
.col-md-3{
	clear: both;
}
}

@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}

to{background-position:0 0}

}

@keyframes progress-bar-stripes{from{background-position:1rem 0}

to{background-position:0 0}

}

.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}

.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}

@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none}

}

.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}

.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}

}
@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}
}

.text-primary{color:#06C!important}
a.text-primary:focus,a.text-primary:hover{color:#06C!important}

.text-danger{color:#09C!important}
a.text-danger:focus,a.text-danger:hover{color:#09C!important}

.text-warning{color:#F60!important}
a.text-warning:focus,a.text-warning:hover{color:#F60!important}

.text-info{color:#06C!important}
a.text-info:focus,a.text-info:hover{color:#06C!important}

.text-success{color:#F00!important}
a.text-success:focus,a.text-success:hover{color:#F00!important}

}

/*# sourceMappingURL=bootstrap.min.css.map */
