@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	background-color: #fff;
}
html, body, 
.container {
	/* height: 100%;
	width: 100%; */
	/* color:#2b89be; */
	color: #277AAA;
}
body{
	line-height:normal;
	font-size:18px;
}
.maincontent,
.footer{
	width:100%;
	height:100%;
	text-align:center;
	font-family: 'Rajdhani';
	/* padding: 15px; */
}
.content{
	text-align:left;
}
@media(min-width:768px){
	.content{	
		width:50%;
		margin:0 auto;
	}
}
main a{
	font-weight:600;
}
.footer{
	text-align:center;
}
@media(min-width:450px){
	.footer{	
		width:50%;
		margin:0 auto;
	}
}
.footer a{
	margin-top:5px;
	margin-bottom:5px;
	display:block;
}
.logo{
	width:50%;
	margin: 0 auto;
}
.logo img{
	max-width:100%;
	height:auto;
}
h2, .h2{
	font-weight:600;
	font-size:1.688rem;
}
p{
	/* font-size:1.1rem; */
}
a{
	text-decoration:none;
	color:#507d2b;
}
@media(max-width:767px){
	.logo{
		width:95%;
	}
}
.btn{
	/* background-color:#2b89be; */
	background-color: #277AAA;
	padding:10px 15px;
	font-size: 1.3rem;
	color:#fff;
	font-family: 'Raleway';
	font-weight:500;
	display:inline-block;
	margin:10px;
	border-radius:10px;
	line-height: 1.2rem;
	border: 1px solid #1b5678;
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
	box-shadow: 2px 2px 6px rgba(0,0,0,.5);
}
.btn:hover,.btn:focus,.btn:active{
	background-color:#1b5678;
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:active{
	box-shadow: 1px 1px 4px rgba(0,0,0,.5);
}
.btn:focus {
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5);
}
small {
    font-size: 1.2rem;
    border-top: 1px dotted #fff;
    display: block;
    margin-top: 5px;
    padding-top: 5px;
}
table{margin:20px auto;}
th{text-align:left;}
td{text-align:right;padding-left:20px;}
th, td {
    border-bottom: 1px dotted #ccc;
}
.termin{
	width:320px;
	margin:0 auto;
}
@media(min-width:600px){
	.termin{
		width:600px;
	}
}