@charset "utf-8";
/*
Template:freesia-empire
Theme Name:freesia-empire_child
*/
h1, h2, h3, h4, h5, h6{
line-height: 1.2em !important;
}

a {
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover {
opacity: 0.6 !important;
}

@media only screen and (min-width: 768px){
.main-navigation a{
padding: 15px 10px;
}
}
@media only screen and (min-width: 1140px){
.main-navigation a{
padding: 15px 20px;
}
}
.page-header{
display: none;
}

.midashi {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  border: 1px solid #ccc;
}
.midashi::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3498db;
  border-radius: 4px;
}

/********* single page *********/
.single-title{
font-weight: bold;
color: #4054b2;
}

/********* information area *********/
#information-area ul{
width: 100%;
}
#information-area li{
list-style: none;
display: table-cell;
padding: 10px 0;
font-size: 1.2em;
line-height: 1.4em
}
#information-area .info-day{
width: 200px;
}
#information-area .info-under{
border-bottom: 1px dotted #cccccc;
}

@media only screen and (max-width: 640px){
#information-area {
margin: 0 10px;
}
#information-area li{
display: block;
}
#information-area .info-day{
padding: 10px 0 0;
}
}

/************ fees page ************/
.fees-price{
width: 100%;
}
.fees-price th, .fees-price td{
padding: 20px 10px;
}

.fees-price th{
width: 30%;
background: #EFEFEF;
font-weight: bold;
}

/************ course area ************/
#keireki{
width: 100%;
}
#keireki th{
width: 20%;
font-weight: bold;
vertical-align: middle;
background: rgba(224,223,223,0.30);
}
#keireki th, #keireki td{
padding: 15px 20px !important;
}
@media only screen and (max-width:640px) {
#keireki th, #keireki td{
display: block;
width: 100%;
}
}

/************ contact area ************/
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], textarea {
margin-bottom: 0;
}
@media only screen and (max-width: 767px){
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], textarea {
margin-bottom: 0 !important;
}
}
#contact-area{
width: 100%;
}
#contact-area th{
width: 30%;
font-weight: bold;
background: rgba(224,223,223,0.30);
}
#contact-area th, #contact-area td{
padding: 15px 20px !important;
}
#contact-area .hissu{
color: #FF0000;
font-size: 0.8em;
}
#contact-area .middle-form{
width: 30%;
}
#contact-area .smal-form{
width: 10%;
}
@media only screen and (max-width: 640px){
#contact-area th, #contact-area td{
display: block;
width: 100%;
}
#contact-area .middle-form{
width: 100%;
}
#contact-area .smal-form{
width: 30%;
}
}
span.wpcf7-list-item {
display: block;
}

.wpcf7-form input[type=submit] {
	width: 200px;
	height: 60px;
	margin: 0 auto;
	cursor: pointer;
	font-size: 14pt;
	color: #FFF;
	background: #4fa2dd;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.wpcf7-form input[type=submit]:hover {
	background: rgba(79,162,221,0.5);
}

/************ post password ************/
.pass-subtitle{
font-weight: bold;
font-size: 16pt;
margin-bottom: 15px;
}
.post_password input[type="password"]{
width: 40%;
margin-bottom: 30px;
}
@media only screen and (max-width: 640px){
.post_password input[type="password"]{
width: 100%;
margin-bottom: 30px !important;
}
}

/************ footer area ************/
.footer-copy{
padding-top: 20px;
}



/************ 2018.1.29 ヘッダー電話番号追加 ************/
#site-branding {
    padding-right: 10px;
}
.header-info {
    padding-right: 0;
}
.header-tel{
	float: right;
	margin-top: 15px;
}
@media only screen and (max-width: 1023px){
.header-tel{
	width: 50%;
	margin-top: 20px;
}
}
@media only screen and (max-width: 767px){
.header-tel{
	width: 100%;
	float: none;
	margin-top: 0;
	margin-bottom: 15px;
}
}
