@charset "utf-8";
/* CSS Document for eiken-scbt */


/*--------------------------- general ----------------------------*/

section {
	padding-top: 4em;
	padding-bottom: 3em;
}
ol, ul {
    list-style: none;
}

.page-content h3, 
.page-content h4, 
.page-content h5, 
.page-content h6 {
    font-family: inherit;
    font-weight: bold;
}

/*--------------------------- page-header ----------------------------*/

.page-header .contact-nav .nav-item a.tel-link {
    color: #c32b2c;
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
    bottom: 3px;
}

@media screen and (min-width: 768px) {
	/*メインメニューを削除することで、高さが保てないのを防ぎ、サブメニューを上に寄せる。*/
	.page-header {
		height: 94px;
        border-bottom-color: #292d79;
	}
    .navbar-expand-md .navbar-collapse {
        margin-bottom: 3em;
    }
    
    .page-header .contact-nav .nav-item a.tel-link:hover {
        color: #cf5556;
    }
    .tl-btn:link, .tl-btn:visited {
        background: #292d79;
    }
    .tl-btn:hover, .tl-btn:focus, .tl-btn:active  {
        background: #545794;
    }
    .tl-btn::before {
        content: "\f015";
    }

} /* end media query */


@media screen and (max-width: 767px) {
    .page-header .contact-nav a.nav-item .tel-link {
		line-height: 2;
	}

} /* end media query */



/*---------------------------mv & intro ----------------------------*/

.main-visual {
    border-bottom: 4px solid #c32b2c;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 5;
}
.intro-pict {
    max-width: 200px;
}


/*--------------------------- features ----------------------------*/

.features-item h4 {
    color: #c32b2c;
}
/*--------------------------- features 英検優遇事例 ----------------------------*/

.features-topic {
    border-top: 3px solid #bfc0d7;
    border-bottom: 3px solid #bfc0d7;
    margin-top: 3.5em;
    margin-left: 3em;
    padding: 1.5em 1em;
}
.topic-header {
    margin-bottom: 1em;
    display: flex;
    align-items: flex-end;
    /*margin-top: -3.5em;*/
    /*padding-right: 1em;*/
}
p.alert-wrap {
    /*padding:  0 1em 1em 0;
    background: #fff;*/
    min-width: 155px;
    margin-right: .6em;
}
.topic-contents {
    padding: 0 1em;
}
.topic-contents img {
    width: 30%;
    margin-bottom: 1em;
    border: 2px solid #bfc0d7;
    box-shadow: 6px 6px 0 rgba(66, 64, 61, 0.1);
}
.topic-contents img.float-left {
    margin-right: 3%;
}
.topic-contents img.float-right {
    margin-left: 3%;
}
.poster-alert {
    background: #ff9b42;
    position: static;
    text-align: center;
    /*bottom: 93%;
    left: 8em;*/
    transform: rotate(0);
    border-radius: 40px;
    padding: .5em 2em;
}
.poster-alert::before {
  content: none;
  /*position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #008bcf;
  z-index: 0;*/
}
.title-smlsection {
    color: #c32b2c;
}

@media screen and (max-width: 767px) {
    .features-topic {
        margin-left: 0;
    }

	
} /* end media query */

@media screen and (max-width: 575px) {
    .features-topic {
        margin-left: -15px;
        margin-right: -15px;
        padding: 1.5em 0;
    }
    .topic-header {
        display: block;
        padding-right: 0;
    }
    p.alert-wrap {
        display: inline-block;
    }
    .topic-contents {
        padding: 0;
    }
    .topic-contents img {
        width: 45%;
        margin-bottom: 0.5em;
    }
	
} /* end media query */


/*--------------------------- 時間割 ----------------------------*/

.time-table {
	width: 100%;
	
	background: white;
	table-layout: fixed;
	margin-bottom: .5em;
}
.time-table th,
.time-table td {
	border-right: 1px solid white;
    border-bottom: 1px solid white;
	padding: 10px;
}
.time-table thead {
	background: #292d79;
	text-align: center;
    color: #fff;
}
.time-table thead th:last-child {
	width: 40%;
}
.time-table tbody tr:nth-child(even) {
    background: rgba(207, 213, 229, .5);
}


/*--------------------------- 英検優遇表 ----------------------------*/


.school-table thead th:first-child {
	width: 16%;
}
.school-table tbody td {
	font-size: 0.8rem;
	line-height: 1.5;
}


/*--------------------------- course内容 ----------------------------*/

.course-item-plan {
    padding-bottom: 1.5em;
}


@media screen and (max-width: 575px) {
    
	
	
} /* end media query */


/*--------------------------- 料金プラン ----------------------------*/

/*.prices {
    background-image: radial-gradient(#cce993 1px, transparent 1px);
    background-size: calc(10 * 1px) calc(10 * 1px);
    background-color: #effbd8;
    border-radius: 20px;
    padding: 2em 2em 1em;
    margin-bottom: 3em;
}
.prices h3 {

    font-size: 1.3rem;
	text-align: center;
    margin-bottom: 1em;
	
}
.plan-category-title {
    font-size: 18px;
    margin-bottom: 1em;
    color: #00a0e8;
}
ul.price-list {
    width: 59%;
    float: left;
	padding-left: 0;
    margin-bottom: 0;
}
ul.price-list.width-fll{
	width: 100%;
	float: none;
}
.price-list li,
.onsite-price-card {
    padding: 5px 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 2px solid #4D2F15;
    background: #fff;
}
.price-list h4,
.onsite-price-list h4{
    font-size: 16px;
    color: #006E32;
    border-bottom: 1px dotted #999;
    line-height: 1.5;
    margin-bottom: 15px;
}
.price-list h4 em,
.price-list h4 strong {
    font-size: 180%;
    font-style: normal;
    position: relative;
    top: 4px;
    margin: 0 2px;
	color: #ff7f2c;
}

.price-list h4 strong {
	margin-left: .2em;
}
.price-list h4 small {
	font-weight: normal;
}
.plan-spl {
    display: block;
    line-height: 0.6;
    margin-top: 1em;
    font-size: 90%;
}
.price-list dl {
	font-size: 14px;
	margin-left: 10px;
}
.price-list dt {
	background: #70B92B;
	color: white;
	font-weight: bold;
	line-height: 2;
	padding: 2px 10px 0;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 7px;
}
.price-list dd strong,
.option-list li strong{
	font-weight: bold;
	color: #ff7f2c;
	font-size: inherit;
    bottom: 0;
}
.price-list dd em {
	font-weight: bold;
}*/

@media screen and (max-width: 767px) {
	
	/*ul.price-list {
		width: 100%;
		float: none;
	}
	.price-options {
		width: 100%;
		float: none;
		font-size: 14px;
	}*/
	
	
} /* end media query */

@media screen and (max-width: 575px) {
    
	/*.prices {
		padding: 2em 1em;
	}
	.prices h3 {
		font-size: 1.1rem;
	}
    .plan-description dt {
        width: 100%;
        float: none;
    }
    .plan-description dd {
        padding-left: 0;
        padding-top: 0;
        margin-bottom: 1.2em;
    }*/
    
	
} /* end media query */

/*--------------------------- teachers ----------------------------*/

/*---- popular teachers*/

.teacher-profile {
	text-align: left;
	display: block;
	background: none;
	color: inherit;
	font-weight: normal;
	padding-bottom: 0;
	position: static;
	
}
.teacher-profile dd {
    font-size: .8rem;
}

.popular-teachers {
    /*background: #F1F4F5;*/
    padding: 3em 0 0em;
}
.popular-list {
	margin-bottom: 0;
}
.popular-item {
    margin-bottom: 2.5em;
}
.popular-item .pict-box {  
    margin: 0 auto;
    max-width: 200px;   
}
.popular-item img {
    border-radius: 5px;
    display: block;
    box-shadow: 7px 7px 0 rgba(66,64,61,0.2);
	border: 2px solid #42403d;
}
.popular-item .teacher-profile dt {
    text-align: center;
    display: inline-block;
    background: #70B92B;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.2em 1em;
    border-radius: 10px 0 10px 0;
    position: relative;
    left: 15%;
    top: -15px;
}
.popular-item .teacher-profile dt small {
    font-size: 60%;
}


@media screen and (max-width: 575px) {
    
    .popular-item:last-child {
        margin-bottom: 0;
    }
    .popular-item figure {
        display: flex;
        margin-bottom: 0;
    }
    .popular-item .pict-box {
        width: 25%;
        margin-right: 5%;
        margin-bottom: 0;
        
    }
    .popular-item img {
        box-shadow:  7px 7px 0 rgba(66,64,61,0.2);
    }
    .teacher-profile {
        width: 73%;
    }
    .popular-item .teacher-profile dt {
        text-align: left;
        left: 0;
        top: -5px;
    }
	
} /* end media query */


/*--------------------------- flow ----------------------------*/

.flow-list {
	margin-bottom: 4em;
}

/*--------------------------- cta ----------------------------*/

.cta-btn {
    text-align: center;
}
.cta-btn a:link,
.cta-btn a:visited {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 80px;
    background: #ff7f2c;
    display: block;
    padding: 0 1em;
    max-width: 450px;
    margin: 0 auto 1rem;
    position: relative;
    white-space: nowrap;
    border-radius: 40px;
    border: 2px white solid;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.cta-btn a:hover{
    transform: translateY(-4px);
}
.cta-btn a:active,
.cta-btn a:focus {
    opacity: 1;
}

@media screen and (max-width: 480px) {
    .cta-btn a:link,
    .cta-btn a:visited {
        font-size: 5vw;
    }
	
} /* end media query */