.content h2 {
padding: 1rem 1.5rem;
border-left: 10px solid #fde310;
font-size:25px;
}

.content h3 {
padding: 0.5rem 1rem;
color: #fff;
border-radius: 10px;
background-color:#12315a;
font-size:20px;
}

table td{
background-color: transparent !important;
}
table th{
white-space: nowrap;
background-color: #12315a !important;
color:#fff;
}

table.kyoka td:last-child {
border-top:none;
border-bottom:none;
border-right:none;
} 

a.anchor{
display: block;
padding-top: 150px;
margin-top: -150px;
}

.contactform dl {
padding: 15px 0;
}

.contactform dt {
padding-bottom: 5px;
}

.contactform dd {
margin-left: 0;
}

.submitBtn{text-align:center;}

.inputbtn{
font-weight: 400;
color: #fff;
background-color:#12315a;
border:none;
border-radius:5px;
padding: 15px 40px;
width: 100%;	
}

.inputbtn:hover {
background-color:#fde310;}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], select, textarea {
border: 1px solid #D4E8E6;
border-radius: 3px;
width: 100%;	
}



@media screen and (min-width: 768px) {
.contactform dt {
clear: left;
float: left;
width: 20%;
}
.contactform dd {margin-left: 23%;}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], select {width: 50%;}
textarea {width: 100%;}
.inputbtn{width: 50%;	}
}



@media print {
a[href]:after {
content: "" !important;
 }
 
abbr[title]:after {
content: "" !important;
}
}
