html,body{
	font-family: 'Noto Sans JP','segoe UI', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, sans-serif;
}
body{
	display: flex;
	flex-flow: column;
	min-height: 100vh;
	background-color: #EEEEEE;
}
header{
	background-color: #FFF;
	border-bottom:solid;
border-color:#0000FF;
border-width:5px;
}

header h1{
	color: black;
}

.icon-area img{
	max-width: 150px;
	margin: 2rem 0;
}

.font-weight{
	font-weight: bold;
}

.alert-text{
	font-size: 1.4rem;
	line-height: 1;
	font-weight: bold;
	text-decoration: underline;
}
.modal-ul{
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.modal-ul li{
	padding: .5rem 0;
}

.error{
	margin: 0;
	text-align: left;
}

#select-time{

    padding: 2rem .25rem;
    margin: 2rem 0;
}
.activeBG{
	animation: bg-change-active 3s linear infinite;
    background-color: #fafac3;
}
#select-time.activeBG{
    border: 1px solid #d6c785;
}

@keyframes bg-change-active{
	0%,100%{
		background-color: #fffff5;
	}
	50%{
		background-color: #fafac3;
	}
}


p{
	margin: 0;
}
.subtext{
	font-size: .8rem;
	line-height: 1.2;
	margin: .5rem 0;
	padding: 0;
}
.green-strong{
	font-weight: bold;
	color: #F30100;
	text-decoration: underline;
}
.btn-green,.btn-success{
    color: #fff;
    background-color: #19b5f1;
    border-color: #19b5f1;
}
.btn-green:hover,.btn-green:focus,.btn-green:active,
.btn-success:hover,.btn-success:focus,.btn-success:active{
	color: #fff;
	background-color: #19b5f1;
}
.btn-yellow{
	color: #684599;
	background-color: yellow;
	font-weight: bold;
	border-color: yellow;
}
.btn-yellow:hover,.btn-yellow:focus,.btn-yellow:active{
	color: #684599;
	background-color: yellow;
}
#head{
	background-color: #fff;
	color: #333;
	border-bottom: 5px solid #19b5f1;
	padding: .75rem 0;
}
#head .navbar-brand{
	color: #fff;
}
#head .header-call{

}
#head .header-call a{
	font-size: 1.2rem;
	line-height: 1;
	display: inline-block;
	margin-right: .5rem;
	color: #19b5f1;
	text-decoration: underline;
}
#head .header-call .bottom-text{
	font-size: .85rem;
	line-height: 1;
}

.input-size-ym{
	max-width: 6rem;
}

main{
	flex: 1;
	background-color: #FFFFEF;
}
main#login{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #FFFFEF;

	background-image: url('../img/bg_char.png');
	background-repeat: no-repeat;
	background-position: 94% calc(100%/2);
}
main#login .main-block {
  width: 100%;
  max-width: 600px;
  padding: 15px;
  margin: auto;
}

main#login .main-block label{

	margin: .25rem 0;
	font-weight: bold;
	display: block;
	border-bottom: 3px solid #19b5f1;
	padding: .25rem 1.5rem;
	margin: .25rem 0 .4rem 0;

}
main#login .main-block .card{
	border: none;
	background-color: transparent;
}
main#login .main-block .card-body{
	background-color: #fff;
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
	padding: 0;
}
main#login .main-block .card-title{
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	padding: 1rem 1.5rem;
	background-color: #19b5f1;
	border-radius: 1.5rem;
	margin-bottom: 1rem;
}
main#login .main-block .card-text{
	padding: .5rem 1.5rem;
	margin-bottom: 1rem;
}
#head .header-call a{
    color: #fff;
}
#head .header-call {
    padding: 1rem;
    text-align: center;
    background-color: #19b5f1;
    font-weight: bold;
    color: #fff;
    border-radius: 1rem;
}

main#login .main-block .area{
	width: 90%;
	margin: 1rem auto;
}

/* higa */
footer{
	background-color: #fff;
	color: black;
	margin-top: auto;
}
#foot{
	text-align: center;
	padding: 1rem 0;
	font-size: .8rem;
	line-height: 1;
}

.sticky {
    display: block;
    overflow-y: scroll;
    max-height: calc(100vh/1.2);
    border:1px solid;
    border-collapse: collapse;
}
.sticky_head{
    position: sticky;
    top: 0;
    z-index: 1;
    border-top:#FFFFFF;
}

/* tabごとに任意の高さを設定する */
#feadback_sticky {
    max-height: calc(100vh/1.2);
}

#accesslog_sticky {
    max-height: calc(100vh/1.05);
}



.boder_navy{
	border: solid 3px navy;
}

.boder_orange{
	border: solid 3px #FFCC00;
}
.notice {
    position: relative;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
	width: 30rem;
	height: 8rem;
	overflow-y: scroll;
	background-color: #FFFFFF;
	 /* IE, Edge 対応 */
	 -ms-overflow-style: none;
	 /* Firefox 対応 */
	 scrollbar-width: none;	
}
/* Chrome, Safari 対応 */
.notice::-webkit-scrollbar {
	display:none;
   }
.notice .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.notice p {
    margin: 0; 
    padding: 0;
}
/* ここまで */

.sp-block{
	display: inline;
}

.title{
	font-size: 1.4rem;
	font-weight: bold;
	padding-bottom: .5rem;
	border-bottom: 1px solid #ccc;
}
.sub-title{
	font-size: 1.1rem;
	font-weight: bold;
	padding-bottom: .5rem;
	border-bottom: 1px solid #ccc;
}

.calendar-title{
	font-size: 1.4rem;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.calendar{
	margin: 0.25rem auto;
	width: 100%;
}

.calendar td , .calendar th{
	border: 1px solid #ccc;
	text-align: center;
	font-size: 1.2rem;
	padding: 1rem;
}
.calendar th{
	background: #efefef;
}
.calendar th.week1{
	color: red;
}
.calendar td.week1{
	color: red;
}
.calendar th.week7{
	color: blue;
}
.calendar td.week7{
	color: blue;
}
.calendar td{
	cursor: pointer;
	color: #555;
	font-weight: bold;
	background-color: white;
	line-height: 1;
}
.calendar td .dayInfo{
	display: inline-block;
	font-size: .8rem;
	font-weight: bold;
	line-height: 1;
	color: rgba(0,0,255,.8);
}
.calendar td .dayInfo.sm{
	font-size: .6rem;
}
.calendar td:hover{

}
.calendar td.is-disabled{
	color: #ccc;
	background-color: #f6f6f6;
	cursor: not-allowed;
}

.calendar td.target .dayInfo{
	display: none;
}

.calendar td.is-disabled:hover{
	text-decoration: none;
}
.calendar td.is-stop .dayInfo{
	color: rgba(255,0,0,.3);
}
.calendar td.is-stop{
	cursor: not-allowed;
	color: #aaa;
	background-color: rgba(255,0,0,.2);
}

.calendar td.active{
	background-color: rgba(255,255,0,.3);
	font-weight: 900;
}

.calendar td.target{
	font-weight: 900;
	background-color: #fafafa;
	color: red;
}
.calendar td.target::after{
	content: '1回目\A接種日';
	white-space:pre;
	display: block;
	font-size: .8rem;
	line-height: 1.2;
	text-decoration: underline;
}

.calendar td.is-interval{
	color: #ccc;
	background-color: #fefefe;
	cursor: not-allowed;
}

.selectHosp .nav-link{
	color: #999;
	font-weight: bold;
	text-decoration: underline;
}
.selectHosp .nav-tabs .nav-item.show .nav-link,
.selectHosp .nav-tabs .nav-link.active{
	color: #333;
}

.flChoose{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 1rem 0;
}
.flChoose label{
	display: block;
	width: 49.5%;
	cursor: pointer;
	padding: 1rem;
	border: 1px solid #ccc;
	border-left: 10px solid #ccc;
	box-shadow: 0 0 3px rgba(200,200,200,.1);
}
.flChoose label.vaccine1{
	border-left-color: #008CD7;
	background-color: rgba(0,140,215,.1);
}
.flChoose label.vaccine2{
	border-left-color: #ffaa00;
	background-color: rgba(255 ,170,0,.1);
}
.flChoose label.vaccine3{
	border-left-color: #e31936;
	background-color: rgba(227,25,54,.1);
}
.l-title input[type="radio"]:checked + span::after {
	display: inline-block;
	margin-left: .5rem;
	background-color: red;
	color: #fff;
	content: '選択中';
	line-height: 1;
	padding: .1rem .25rem;
	font-size: .8rem;
}

.flCalendarHead{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 1rem 0;
}

.calendarCheck{
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	width: 100%;
}
.calendarCheck th,
.calendarCheck td{
	padding: .75rem .5rem;
	border: 1px solid #ccc;
}
.calendarCheck th{
	text-align: center;
	width: 12rem;
}
.calendarCheck td{
	background-color: #fff;
}

.l-title input[type="radio"]{
	margin-right: 1rem;
}
input[type="radio"]:checked + label {
  color: red;
}
.l-addr{
	font-size: .9rem;
	margin: 0;
	padding: 0;
}
.l-foot{
	font-size: .9rem;
	margin: 0;
	padding: 0;
}

.flCalendar{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 1rem 0;
}
.flCalendar .flCalendarLeft{
	width: 49.5%;
	text-align: center;
}
.flCalendar .flCalendarRight{
	width: 49.5%;
}

#tab-login.nav-tabs .nav-link{
	color: #7cd0f1;
}
#tab-login.nav-tabs .nav-item.show .nav-link,
#tab-login.nav-tabs .nav-link.active{
	background-color: #45c2f3;
	color: #fff;
}
.ul{
	text-decoration: underline;
}

ul.asterisk li{
	list-style: none;
}
ul.asterisk li::before{
	content: '※';
}

.img-outer img{
	max-width: 100%;
}
.w600{
	max-width: 600px;
	margin: auto;
}


/* form-nav */
.progressbar {
display: flex;
}
.progressbar .item {
	position: relative;
	width: 33%;
	text-align: center;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 13px 0;
	line-height: 1.5;
	background: #F5F5F5;
	color: #999999;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 100%;
	content: '';
	border: 37px solid transparent;
	border-left: 20px solid #F5F5F5;
	margin: auto;
}
.progressbar .item:not(:last-child)::before {
	margin-left: 1px;
	border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
.progressbar .item {
	font-size: 11px;
	line-height: 1.4;
	padding: 10px 0;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
	border-width: 25px;
	border-left-width: 12px;
}
}

/* active */
.progressbar .item.active {
	z-index: 1;
	background: #77cc7b;
	color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
	border-left-color: #77cc7b;
}
.progressbar .item.active:not(:last-child)::before {
	border-left: none;
}

@media only screen and (min-width: 768px){
	.sp-br{ display: none; }
}

@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 992px) {
	.sp-block { display: block; }

	.sp-block { display: block; }
	.title{
		font-size: 1.2rem;
	}
	.sub-title{
		font-size: 1rem;
	}
	.nav-tabs .nav-link{
		font-size: .9rem;
	}
	.flChoose label{
		width: 100%;
	}
	.calendar-title{
		font-size: 1.2rem;
	}
	.flCalendar{
		width: 100%;
		display: block;
	}
	.flCalendarHead{
		text-align: center;
	}
	.flCalendarHead button{
		font-size: .8rem;
	}
	.flCalendar .flCalendarLeft,
	.flCalendar .flCalendarRight{
		width: 100%;
	}
	#calendar{
		margin-bottom: 2rem;
	}
	.calendar td, .calendar th{
		padding: 1rem 0;
	}
	.calendarCheck,
	.calendarCheck tbody,
	.calendarCheck thead,
	.calendarCheck tr,
	.calendarCheck td,
	.calendarCheck th{
		display: block;
		width: 100%;
	}
	.flink .btn{
		display: block;
		margin-bottom: 1rem;
		width: 100%;
	}
	.flink p{
		text-align: left;
	}
	#tab-login.nav-tabs .nav-link{
		font-size: .8rem;
		padding: .25rem .5rem;
		color: #4bc2f1;
	}
}
@media (max-width: 767px) {

	#head{
		text-align: center;
	}
	.sp-block { display: block; }
	main#login .main-block .card-title{
		text-align: center;
		line-height: 1.4;
		padding-bottom: .75rem;
	}
	.input-group.sp-custom select{
		width: calc(100% - 80px);
	}
	main#login .main-block label{
		margin-bottom: .5rem;
	}
	.navbar .container{
		display: block;
	}
	.card-text{
		font-size: .95rem;
	}
	.sp-center{
		text-align: center;
	}
	.sp-small{
		font-size: .8rem;
	}
	main#login{
		background-image: none;
	}
	
}

.bg-gray{
	background-color: #f0f0f0f0;
}

.bg-yellow{
	background-color: #f7fad1fc;
}

.bg-green{
	background-color: #6fec96fc;
}

.bg-blue{
	background-color: #63a4e9fc;
}

@media (max-width: 559px) {

}

@media all and (-ms-high-contrast: none) {
	body{
		display: block;
	}
}

div.attention {
	margin:1em 0;
	background-color: #e5afd0;;
	color:black;
	font-size:1rem;
	line-height:1.5;
}
