body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #222;
}
.center {text-align: center;}
p.lead{margin-bottom: 0px;}
.lerge{font-size:20px;}
.m20{margin-bottom: 20px;}
.m30{margin-bottom: 30px;}
.p30{padding-top: 30px;}
.p30all{padding: 30px;}

.panel-info.alert , .alert , .panel-group , .panel {
	border-radius: 0 !important;
}
.panel-heading{
	border-top-left-radius: 0!important;
	border-top-right-radius:0!important;
}
 .panel,.nav-tabs > li > a {
	border-radius: 0 !important;
}

.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    vertical-align: middle;
    border-bottom: 1.5px solid #efefef;
    color:#222;
}
.table-hover > tbody > tr:hover {
    background-color: #efefef;
}

li.deadline {
	color: red;
  }

ol.notes {
    counter-reset:number;
   list-style-type: none!important;
    padding:0.5em;
    margin:0;
}
ol.notes li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 50px;
}

ol.notes li::before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 15px;
    left: 0;
    width: 40px;
    height: 99%;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.zoom{
	background-color: #fff;
	color: #707070;
	margin: 0px auto 20px;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #707070;
}

.zoom span {
    font-size: 1.1em;
 border: 2px solid #0e71eb;
 padding: 0px 3px;
 border-radius: 10px;
}
.zoom p{
    margin: 10px 0;
    line-height: 1.2;
    font-size: 0.68em;
}



#box_title{
	background: linear-gradient(-135deg, #0066cc, #002055);
	padding: 20px 30px;
	color: #fff;
}

.title_bar{
	background-color:#0B41A0;
	padding: 15px;
  margin:40px auto 30px;
  font-size:15px;
}
h2{
	font-size:20px;
	color:#fff;
	margin:0;
	padding-left:12px;
}

.nav-tabs > li {
 float: left;
 margin-bottom: -1px;
 width: 50%;
 text-align: center;
 font-size: 20px;
}
.nav-tabs>li a{
	font-size:1.1em;
	background-color: #F2F0EB;
	color:#0B41A0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #0B41A0;
    border: none;
    border-bottom-color: transparent;

}
.tab-content>.active {
    background-color: #F4F8FF;
}
.panel-info{
	border:none;
	background-color: #F4F8FF;
}
.panel-body{
	color:#F4F8FF;
}
.times{
	padding: 10px;
	background: #fff;
	margin: 10px;
	border: 1px solid #0B41A0;
	color:#0B41A0;
}

.panel-default > .panel-heading {
	background-color: #fff;
}
.panel-title{
		font-size:1.2em;
		color:#0B41A0;
	}
.panel-group .panel{
	border: 1px solid #0B41A0;
	margin-bottom:15px;

}

.maru {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	border: 1px solid #0B41A0;
	display: inline-block;
}
h3 {
    margin: 10px 20px 20px;
}

.panel-title > a{
	display: flex;
	position: relative;
}
a:focus {
    outline: none;
}
a:hover, a:focus {
    text-decoration: none;
}
.campany_name{
	width: 60%;
	line-height: 1.3em;
}
.gyoushu{
	width: 37%;
	font-size: 0.8em;
	color: #444;
	line-height: 1.2em;
}
.pull-right{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.6em;
}

@media (min-width: 811px) {
	h1 {
		line-height: 1.5;
	}
	h3 {
    font-size: 16px;
	}
	span.day{
		font-family: 'Oswald', sans-serif;
		font-size:1.5em;
	}
	span.week{
		font-size:1.5em;
	}
	#box_title .row{
	margin-right:0px;
	}
	.panel-info{
		width:85%;
		margin:20px auto;
	}
	.panel-body{
		color:#0B41A0;
		padding:20px 30px;
	}
	.panel-group{
		padding:37px;
	}

}
@media (max-width: 810px) {
    h1 {
        font-size: 30px;
    }
    h2{
        font-size: 18px;
    }
    h3 {
    font-size: 16px;
		}
    .title_bar{
		  margin:30px auto 20px;
		}
		.panel-title{
			font-size:1.1em;
		}
		span.day{
			font-family: 'Oswald', sans-serif;
			font-size:1.2em;
		}
		span.week{
			font-size:0.7em;
		}
		.panel-group{
			padding:15px;
		}
		.panel-heading {
    	padding: 15px 10px;
		}
    .qr{
    	overflow: hidden;
    }
    .qr a{
    	width:100%;
    }
    table {
        width: 100%;
    }
    .zoom{
    	line-height : 1.8;
    }
    .br-sp {
    	display:none;
   	}
 }

 @media (max-width: 500px) {
	.panel-title > a{
		display: block;
	}
	.campany_name{
		display: block;
		width: 97%;
	}
	.gyoushu{
		margin: 5px 0px 5px 2em;
		display: block;
		width: 87%;
	}
 }
