@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------
# 中3までに2級合格コース css
--------------------------------------------------------------*/

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

.lg-section-header {
    background: #008bcf;
}
.lg-section-header::after {
    background: #8bd8a0;
}
.lg-section-header.multi-line {
	padding: 2em 1em;
}
.lg-section-title {
    display: inline-block;
}
.lg-section-title::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0eb";
    font-weight: 900;
    position: absolute;
    font-size: 55px;
    height: 70px;
    color: #ffea3c;
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.lg-section-title small {
    font-size: 50%;
    display: block;
    margin-bottom: 0.1em;
}
.section-title {
    color: #008bcf;
}

.mid-section {
    padding-bottom: 4em;
    margin-bottom: 4em;
    position: relative;
}
.mid-section::after {
    content: '';
    width: 80%;
    max-width: 850px;
    height: 9px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    border-top: 2px dashed #3db143;
    border-bottom: 2px dashed #008bcf;
}
.mid-section:last-of-type {
    margin-bottom: 0;
}
.mid-section:last-of-type::after {
    height: 0;
    border: none;
}

.title-subsection {
    font-size: 1.8rem;
    color: #008bcf;
}
.title-subsection > span {
	background: linear-gradient(transparent 65%,#FFF500 0);
}
/*上のspanのせいで、no-breakが使えないため、bで使う*/
.title-subsection > b {
    font-weight: bold;
}
.title-mid {
    font-size: 1.5rem;
    position: relative;
}

.title-smlsection {
    color: #008bcf;
    font-weight: 600;
    font-size: 1.3rem;
    position: relative;
}


/*--- title variations */

.title-mid-num .num {
    display: inline-block;
    background: #ee780f;
    color: #fff;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-bottom: 0.4em;
}
.title-sml-info {
    /*color: #3db143;*/
    margin-bottom: 1em;
}
.title-sml-info::before {
    font-family: "Font Awesome 5 Free";
    content: "\f05a";
    font-weight: 900;
    color: #ee780f;
    font-size: 120%;
    margin-right: 0.2em;
    position: relative;
    top: 1px;
}

/*------ components */
.home-card {
    border: 3px solid #008bcf;
}
.card-description {
    padding: 2em 1em 1em;
    position: relative;
}
.card-title {
    text-align: center;
    font-size: 1.2rem;
    color: #008bcf;
    font-weight: 600;
}
.card-title small {
    color: #343434;
    font-weight: 600;
}
.card-title::after {
    content: "";
    display: block;
    width: 40%;
    height: 8px;
    border-bottom: 4px dotted #ee780f;
    margin: 0.2em auto;
}


/*--------------------------- features ----------------------------*/
.features-list em {
    color: #008bcf;
}
.features-list strong {
    color: #008bcf;
}
.features-item {
    border-color: #008bcf;
}
.features h4 {
    color: #008bcf;
}
.features-list .pict-box img {
    border-color: #008bcf;
}

/*--------------------------- features 英検優遇事例 ----------------------------*/

.features-topic {
    border-top: 3px solid #008bcf;
    border-bottom: 3px solid #008bcf;
    margin-top: 3.5em;
    margin-left: 3em;
    padding: 1em 0 1.5em;
}
.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;
}
.topic-contents {
    padding: 0 1em;
}
.topic-contents img {
    width: 30%;
    margin-bottom: 1em;
}
.topic-contents img.float-left {
    margin-right: 3%;
}
.topic-contents img.float-right {
    margin-left: 3%;
}
.poster-alert {
    background: #008bcf;
    position: static;
    text-align: center;
    /*bottom: 93%;
    left: 8em;*/
    transform: rotate(-5deg);
}
.poster-alert::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #008bcf;
  z-index: 0;
}

@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;
    }
    .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 */

/*------ features 受講料比較*/
.features-figure {
    margin: 2em auto 1em;
    max-width: 900px;
}

@media screen and (max-width: 480px) {
    .features-figure {
        margin: 2em -15px 0;
    }
	
} /* end media query */


/*--------------------------- コース紹介 ----------------------------*/

.course-list {
    justify-content: center;
}
.course-item {
    padding-top: 1em;
}
.course-item .card-description {
    position: static;
}

/*--------------------------- cover-four-area ----------------------------*/

.cover-area-list > li {
    margin-bottom: 5em;
    padding: 0 1.5em;
}
.cover-item {
    position: relative;
    height: 100%;
}

.cover-item::after {
    content: '';
    display: block;
    width: 100%;
    height: 30%;
    background: #fff;
    border-left: 3px solid #008bcf;
    border-right: 3px solid #008bcf;
    border-bottom: 3px solid #008bcf;
    border-radius: 0 0 15px 15px;
    position: absolute;
    bottom: 0;
}
.cover-area {
    margin-bottom: 0;
}
.cover-card {
    overflow: visible;
    position: relative;
    padding: 2em 1.5em;
    box-shadow: none;
    
}
.cover-img {
    position: absolute;
}
.cover-problem {
    padding-left: 120px;
    margin-bottom: 90px;
    border-color: #ee780f;
}
.cover-problem::after {
    font-family: "Font Awesome 5 Free";
    content: "\f063";
    font-weight: 900;
    font-size: 60px;
    color: #78c97c;
    display: block;
    position: absolute;
    bottom: -95px;
    width: 90%;
    text-align: center;
    right: 0;
}
.cover-solution {
    padding-bottom: .5em;
    z-index: 5;
    border-left: 3px solid #008bcf;
    border-right: 3px solid #008bcf;
    border-top: 3px solid #008bcf;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    margin-bottom: 20px;
}
.cover-solution p {
    padding-right: 100px;
}
.cover-solution p:last-of-type {
    margin-bottom: 0;
}
.problem-img {
    width: 90px;
    bottom: -2.2em;
    left: 1.4em;
}
.solved-img {
    width: 100px;
    bottom: -1em;
    right: 1.5em;
    z-index: 10;
}
.cover-field {
    display: inline-block;
    padding: 0.3em 0.6em 0.5em;
    background: #008bcf;
    color: #ffea3c;
    font-size: 1.4rem;
    position: absolute;
    line-height: 0.7;
    top: -1em;
    border-radius: 8px
}
.cover-title {
    text-align: left;
}
.cover-title::after {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .cover-area-list > li {
        max-width: 500px;
        margin: 0 auto 5em;
    }
	
} /* end media query */

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

.teachers {
    padding-bottom: 0;
}
.teachers .title-smlsection {
    text-align: center;
    margin-bottom: 1em;
}
.teacher-card {
    border-width: 2px;
}
.why-filipino {
    background: #fff;
}

/*--------------------------- voices ----------------------------*/

.voices02-list {
    justify-content: center;
}
.voices02-list > li {
    max-width: 500px;
    margin-bottom: 1.5em;
}




/*--------------------------- 中3英検2級入会金用　料金表(plan.cssより） ----------------------------*/

.price-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0; 
	margin-bottom: 40px;
	font-size: 14px;
    table-layout: fixed;
    /*margin-top: -1em;*/
}

.price-table caption {
    font-size: 12px;
    text-align: right;
	caption-side: top;
    padding-bottom: 0;
	padding-top: 0;
}
.price-table th,
.price-table td {
    padding: 10px 10px;
    border-right: 1px solid #d9eef8;
	border-bottom: 1px solid #d9eef8;
    text-align: center;
    vertical-align: middle;
	line-height: 1.5;
}
.price-table thead tr {
    background: #3db143;
    color: #fff;
    font-weight: bold;
}
.price-table thead th {
	text-align: center;
    border-bottom: none;
}
.price-table thead th:first-child {
	width: 40%;
}

.price-table tbody {
    background: #fff;
    border-bottom: 15px solid #ebf7ff;
}
.price-table th[scope="row"] {
    font-weight: normal;
	text-align: left;
	/*padding: 0 0 10px;*/
}
.price-table th[scope="row"] dl {
	margin-bottom: 0;
}
.price-table th[scope="row"] dt {
	/*padding: 10px 15px 0px;*/
	color: #333;
	margin-bottom: 0px;
	font-weight: bold;
}
.price-table .main-row th[scope="row"] dt { 
	font-size: 18px;
}
.price-table .main-row th[scope="row"] dt em {
	font-size: 28px;
	font-style: normal;
	color: #008bcf;
	position: relative;
	top: 2px;
	margin-right: 2px;
}
.price-table .option-row th[scope="row"] dt { 
	font-size: 15px;
	margin-bottom: 4px;
}
.price-table .option-row th[scope="row"] dt small {
	display: block;
	background: #f59100;
	color: white;
	padding: 2px 6px;
	border-radius: 5px;
	width: 62px;
	text-align: center;
	font-size: 10px;
	margin-left: -10px;
	margin-bottom: 4px;
}
.price-table th[scope="row"] dd {
	/*padding-left: 30px;*/
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 0;
}
.price-table th[scope="row"] dd > ul {
    padding-left: 0;
	margin-bottom: 0;
    list-style: none;
    font-size: .85rem;
}
.price-table th[scope="row"] dd > ul li {
	text-indent: -1em;
    padding-left: 1em;
	margin-bottom: 4px;
}
.price-table th[scope="row"] dd > ul li::before {
	content: "・";
}
.price-table .option-row th[scope="row"] dl {
	margin-left: 15px;
}

.price-table td em {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    color: #008bcf;
    margin-right: 2px;
}
.price-table td small {
	display: block;
}


@media screen and (max-width: 575px) {
	
	.price-table {
        margin-top: 0;
    	margin-bottom: 20px;
	}
	
	.price-table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.price-table tr {
		display: block;
	}
	.price-table tbody {
    	border-bottom: 30px solid #ebf7ff;
	}
	.price-table th[scope="row"] {
		display: block;
		text-align: left;
		
		padding: 10px;
	}
	
	.price-table th[scope="row"] > dl {
		display: flex;
	}
	.price-table th[scope="row"] dt {
		color: #fff;
		width: 45%;
	}
	.price-table td {
		display: block;
		text-align: right;
		padding: 7px 20px;
	}
	.price-table td::before {
		content: attr(data-label);
		float: left;
		font-weight: normal;
		font-size: 14px;
		color: #343434;
		padding-top: 4px;
	}
	
	.price-table .main-row th[scope="row"] {
		color: #fff;
		background: #3db143;
		border-radius: 10px 10px 0 0;
		padding-top: 18px;
	}
	.price-table .main-row th[scope="row"] dt em {
		color: #ffea3c;
	}

	.price-table .option-row th[scope="row"] {
	    background-image: url(../images/bg_dot_blue.png);
	    background-size: 6px 6px;
	    border-top: 2px solid #669900;
	    border-bottom: 2px solid #669900;
	}
	
	.price-table .option-row th[scope="row"] dt {
		color: #669900;
	}

	.price-table tbody tr:last-child td:last-child {
		border-bottom: 4px solid #3db143;
	}
    .border-row {
        border-bottom: 3px solid #17b141;
    }

} /* end media query */

/*--------------------------- 随時オプション（plan.cssより） ----------------------------*/

.one-time-options {
    margin-bottom: 2em;
}
.option-title {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.option-title-spl {
	font-size: 13px;
	padding-top: 10px;
}
.one-time-options ul {
	display: flex;
	justify-content: space-around;
	/*clear: both;*/
	padding-left: 0;
}
.one-time-options li {
	padding: 1.5em;
	width: 45%;
	font-size: 14px;
	line-height: 1.5;
    list-style: none;
    text-align: center;
}
.one-time-options li em {
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	font-style: normal;
}
.one-time-options .caution {
    font-size: 11.2px;
    color: #343434;
    margin-left: .5em;
}
.one-time-options li strong {
	font-size: 28px;
	font-weight: bold;
	color: #008bcf;
	position: relative;
	top: 2px;
	margin-right: 3px;
}

@media screen and (max-width: 575px) {
	
	.one-time-options ul {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	.one-time-options li {
		width: 80%;
		margin: 0.5em 1em;
	}
	
} /* end media query */

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

.flow-item .bullet {
    background: #008bcf;
}
.flow2-list {
    padding-left: 2.5em;
    counter-reset: my-counter2;
}
.flow2-item {
    position: relative;
}
.flow2-item::before {
    content: counter(my-counter2);
    counter-increment: my-counter2;
    background-color: #ee780f;
    color: white;
    font-weight: bold;
    display: block;
    position: absolute;
    left: -2.5em;
    text-align: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-top: -1px;
    line-height: 30px;
}


/*--------------------------- faq ----------------------------*/
.faq {
    border-top: none;
    border-bottom: none;
    padding: 0 0 4em;
}

.faq-header-link {
    display: block;
    position: relative;
    padding: 2.1em 1em;
    margin-bottom: 2em;
    text-align: center;
    background: #008bcf;
    border-radius: 15px;
}
.theme-blue .faq-header-link {
        background: #008bcf;
}
.faq-header > a:hover,
.faq-header > a:focus {
    opacity: 1;
}
.faq-title {
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    position: relative;
    line-height: 1.2;
    margin: 0;
}
.faq-title::before,
.faq-title::after {
    font-size: 136%;
    color: #ffea3c;
    font-weight: 900;
    position: relative;
    top: 4px;
}
.faq-title::before {
    content: 'Q';
    margin-right: .5em;
}
.faq-title::after {
    content: 'A';
    margin-left: .5em;
}
.toggle-sign {
    color: #fff;
    font-weight: bold;
    font-size: 80%;
    margin-bottom: 0;
    text-align: center;
    line-height: 1;
}
.toggle-sign > span {
    display: block;
    position: absolute;
    width: 70px;
    line-height: 1;
    right: 1em;
    bottom: 0;
    transition: all 0.3s ease;
}
.sign-expand::after,
.sign-collapse::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-weight: 900;
    font-size: 2rem;
    display: block;
    color: #ffea3c;
    margin-top: -8px;
}
.sign-collapse::after {
    content: '\f0d8';
}
.faq-header-link[aria-expanded="false"] .sign-expand {
    opacity: 1;
}
.faq-header-link[aria-expanded="false"] .sign-collapse{
    opacity: 0;
}
.faq-header-link[aria-expanded="true"] .sign-expand {
    opacity: 0;
}
.faq-header-link[aria-expanded="true"] .sign-collapse{
    opacity: 1;
}

.faq-list {
    padding: 0 1em;
}
.faq-list p {
    font-size: .875rem;
}
.faq-list p:last-of-type {
    margin-bottom: 0;
}
.faq-item {
	background: white;
	border: 1px solid #ccc;
	border-radius: 10px;
	position: relative;
	margin-bottom: 1em;
}
.faq-item::before {
	content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 24px solid transparent;
    border-top: 24px solid #ee780f;
    border-left: 24px solid #ee780f;
    border-top-left-radius: 8px;
    width: 0;
    height: 0;
}
.faq-item-q {
	padding: 1.5em 2.4em .3em;
	font-size: 1.125rem;
	font-weight: bold;
	position: relative;
}
.faq-item-q::before {
	content: "Q";
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	color: white;
	position: absolute;
	top: 0;
	left: 4px;
}
.faq-item-q.open::after {
	transform: rotate(180deg);
}
.faq-item-a {
	position: relative;
	padding: .5em 2em 1.4em 3.5em ;
    margin-bottom: 0;
}
.faq-item-a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    right: -1px;
    border: 24px solid transparent;
    border-bottom: 24px solid #008bcf;
    border-right: 24px solid #008bcf;
    border-bottom-right-radius: 8px;
    width: 0;
    height: 0;
}

.faq-item-a::after {
	content: "A";
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	color: white;
	position: absolute;
	bottom: -3px;
	right: 7px;
}


.faq-item-a dl {
	margin-bottom: 1em;
}
.faq-item-a dl:last-of-type {
	margin-bottom: 0;
}
.faq-item-a dt {
	font-weight: bold;
}


@media screen and (max-width: 575px) {
    .faq-title {
        font-size: 5.7vw;
    }
	
} /* end media query */

@media screen and (max-width: 480px) {
    .faq-header-link {
        padding: 1.6em 1em 2.8em;
    }
    .faq-list {
        padding: 0 0.3em;
    }
	.faq-item-a {
        padding: 0.5em 2em 1.4em;
    }
} /* end media query */


/*--------------------------- management ----------------------------*/
.management {
    border-top: 3px solid #3db143;
}

/*--------------------------- cta ----------------------------*/
.cta-links {
    margin-bottom: 0;
}
.cta-announce {
    margin-bottom: 0;
}
