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


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

section {
	
}
a {
    color: #f15a24;
}
a:hover {
    color: #FF5722;
    text-decoration: underline;
}

em {
	font-style: normal;
	font-weight: 800;
}
ul {
	font-size: 0.93rem;
}
figure img {
	max-width: 100%;
}
h6 {
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: .5em;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.no-break {
	white-space: nowrap;
}
.navbar h1 {
	font-size: 1em;
    line-height: 1;
}
.floatr-img {
    float: right;
	width: 35%;
    margin: 0 1% 1% 2%;
	height: auto;
    max-width: 100%;
}
.note {
	padding-left: 1em;
	text-indent: -1em;
}
.note-small {
    padding-left: 13px;
    text-indent: -7px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
}
.foot-note {
    font-size: 11px;
}
.sp-link {
    pointer-events: none;
	text-decoration: none;
}

.list-ul,
.list-ol {
    margin: 0 1em 1em 2em;
	padding: 0;
	counter-reset: my-counter;
}
.list-ul li,
.list-ol li,
.list-dl dd {
    padding-left: 15px;
    position: relative;
    margin-bottom: 0.5em;
}
.list-ul li::before,
.list-dl dd::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    font-size: 60%;
    display: block;
    position: absolute;
    left: -5px;
    top: 0.4em;
    color: #f15a24;
}
.list-ol li::before {
    content: counter(my-counter)".";
    counter-increment: my-counter;
    position: absolute;
    left: -5px;
    font-weight: bold;
    color: #ff9800;
}
.dl-float dt {
    float: left;
    clear: left;
    color: #00757f;
    font-weight: bold;
}
.dl-float dd {
    margin-left: 6em;
    margin-bottom: 0;
}


.contents-section {
    width: 100%;
    max-width: 1210px;
    padding: 0 35px;
    margin: 0 auto;
}


.pc-tiny {
    display: block;
}
.pc-tablet {
	display: block;
}
.tablet-sp {
	display: none;
}
.pc-only {
	display: block;
}
.sp-only {
	display: none;
}
.tiny-sp-only {
	display: none;
}


@media screen and (max-width: 767px) {
    .contents-section {
        padding: 0 20px;
    }
    
    .pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	.sp-link {
		pointer-events: auto;
		text-decoration: underline;
	}
	
}


@media screen and (max-width: 575px) {
	.pc-tablet {
		display: none;
	}
	.tablet-sp {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.tiny-sp-only {
		display: block;
	}
    .pc-tiny {
        display: none;
    }
}


/*--------------------------- nav ----------------------------*/

/*.tagline {
    margin-bottom: 0;
    font-size: 70%;
    line-height: 1.5;
    color: #888;
}

.site-title {
	margin-left: -15px;
}
.navbar-brand {
    max-width: 260px;
}
*/
@media screen and (min-width: 767px) {
	/*--- IE11 hack*/
	/*.nav-area {
		width: 54%;
	}*/
	
} /* end media query */

@media screen and (max-width: 767px) {
    /*.nav-area {
        margin-bottom: 10px;
    }*/
	
} /* end media query */

@media screen and (max-width: 480px) {
	/*.navbar .navbtn {
    	padding: 0 1%;
	}
	.navbar-brand {
		max-width: 130px;
	}*/
	
} /* end media query */


/*--------------------------- page-header ----------------------------*/
.page-header {
	margin-bottom: 0;
	padding-top: .4em;
	padding-bottom: 0;
	align-items: flex-end;
	position: relative;
}
.page-header .site-title {
	width: 40%;
}
.page-header p.tagline {
    margin-bottom: 0;
    font-size: 80%;
    line-height: 1.5;
    color: #888;
}
.page-header .navbar-brand {
	width: 300px;
	max-width: 300px;
	padding-top: 5px;
}

.page-header .main-nav {
	font-size: 0.85rem;
	font-weight: bold;
	
}
.page-header .main-nav .nav-link {
    color: #6cc40f
    ;
}
.page-header .main-nav .nav-link:hover,
.page-header .main-nav .nav-link:focus {
	color: #62c700;
}
.page-header .contact-nav {
    position: absolute;
    top: 10px;
    right: 1rem;
}
.page-header .contact-nav {
	font-size: 0.75rem;
	
}
.page-header .contact-nav .nav-item {
	
}
.page-header .contact-nav .nav-item a {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0.2em;
}
.page-header .contact-nav .nav-item .btn-sm {
    font-size: 0.75rem;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-radius: 3px;
	color: #fff;
	margin-right: 0.3em;
	margin-left: 0.3em;
	margin-top: 0;
}
.page-header .contact-nav .nav-item .btn-sm.btn-outline-primary {
    color: #00b0cc;
}
.page-header .contact-nav .nav-item .btn-sm.btn-outline-primary:hover, 
.page-header .contact-nav .nav-item .btn-sm.btn-outline-primary:active {
    color: #fff;
}


@media screen and (min-width: 768px) {
	
	.navbar-expand-md .main-nav .nav-link {
    	padding-right: 0.75rem;
    	padding-left: 0.75rem;
	}
	.navbar-expand-md .main-nav .nav-item:last-child .nav-link {
		padding-right: 0;
	}
}

@media screen and (max-width: 767px) {
	
	.page-header {
		align-items: center;
        padding: 8px 8px 0;
	}
    .page-header p.tagline {
        font-size: 70%;
    }
    .page-header .navbar-brand {
        max-width: 240px;
    }
	.page-header .main-nav {
    	border-top: 3px solid #9ed7f0;
		padding-top: .5em;
	}
	.page-header .main-nav li {
		border-bottom: 1px dotted #ccc;
	}
	.page-header .main-nav li:last-child {
		border-bottom: none;
	}
    .page-header .main-nav .nav-link {
        padding: 1.2em 1em .7em;
    }

	.page-header .site-title {
		width: calc(100% - 60px);
	}
	.page-header .contact-nav {
    	position: static;
		margin-bottom: 2em;
	}
	.page-header .contact-nav .nav-item .btn-sm {
		font-size: 0.85rem;
		padding-top: 1em;
		padding-bottom: 0.8em;
		margin-top: .75em;
	}
	.page-header .contact-nav .nav-item a {
    	margin-top: 1.2em;
	}
	
} /* end media query */


/*--------------------------- main visual ----------------------------*/

.mv {
	/*margin-bottom: 4em;*/
	margin-bottom: 0;
}
.main-visual {
    position: relative;
}
.main-visual * {
	margin: 0;
}
header .main-visual img {
    /*IE11 hack */
	width: 100%;
	box-shadow: 0 0 5px #bbb;
}


@media screen and (max-width: 767px) {
    .mv {
		/*margin-bottom: 3em;*/
	}
    .main-visual h2 {
        /*margin: 0 -20px;*/
    }
	
} /* end media query */

/*--------------------------------------------------------------
# contents-area
--------------------------------------------------------------*/

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

.lg-section-header {
    /*background: url(../images/bg_recommended_02.png) no-repeat top center #3aa801;
    background-size: 85%;*/
    position: relative;
    padding: 3em 2em;
    margin-bottom: 3em;
	
	background: linear-gradient(to bottom, #3aa801, #15ad85);
}
.lg-section-header::before {
	content: "";
    background: url(../images/bg_lg_title.png) no-repeat right top;
    background-size: contain;
    mix-blend-mode: screen;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/*.lg-section-header::after {
    content: "";
    background: #ffcf3c;
    width: 100%;
    height: 6px;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
}*/

@media screen and (max-width: 767px) {
	.lg-section-header{
		/*background-size: 98%;*/
	}
}

.course-header {
    padding: 1em 1em 2em 2em;
}

.lg-section-title {
    color: #fff;
    font-size: 2.5rem;
    margin: 0;
    line-height: 1.2;
    position: relative;
    padding-left: 1.1em;
}
.lg-section-title::before {
	content: '\f57e';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: .8em;
    color: rgba(189, 234, 242, .7);
    position: absolute;
	left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 1.1em;
}
.lg-section-title small {
    font-size: 50%;
}

.section-header {
    padding: 3em 2em 1em;
    position: relative;
}
.breakline::before {
    content: '';
    background: url(../images/breakline.png) no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 25px;
    position: absolute;
    top: -10px;
    left: 0;
}
.section-title {
    text-align: center;
    color: #f15a24;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 1em;
}
.section-title small {
    display: block;
    font-size: 50%;
}
.typeset-tight {
    letter-spacing: -0.05em;
}



.text-section {
    max-width: 1000px;
    margin: 0 auto;
}
.sub-section {
    margin-bottom: 2.5em;
}
.sub-section:last-of-type {
    margin-bottom: 0;
}

.title-marker span {
    background: linear-gradient(transparent 65%,#ffea3c 0);
}
.title-subsection::before,
.title-subsection::after {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: 900;
    font-size: 60%;
    margin-right: 7px;
    margin-left: 7px;
    position: relative;
    top: -5px;
    opacity: .5;
}

.title-subsection {
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    color: #f15a24;
    margin-bottom: 1em;
}
.title-subsection-addition {
    font-size: 1.4rem;
    color: #17a2b8;
    text-align: center;
    font-weight: normal;
    margin: 0 auto!important;
    line-height: 1.4;
}
p {
    margin-bottom: 1em;
}
/*p:last-of-type {
    margin-bottom: 0;
}*/
.lead-text {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 2em;
    /*color: #3aa801;*/
}
.home-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
    display: block;
	overflow: hidden;
	height: 100%;
}

@media screen and (max-width: 767px) {
    .section-header {
        margin: 0 -20px;
        padding: 40px 20px 0;
    }
    .section-title {
        font-size: 2rem;
    }
    .lead-text {
        font-size: 1rem;
    }
	
} /* end media query */


@media screen and (max-width: 575px) {
    
    .section-title {
        font-size: 6vw;
    }
    .section-title small {
        font-size: 70%;
    }
    .sub-section {
        margin-bottom: 3em;
    }
    .title-subsection::before, 
    .title-subsection::after {
        content: "";
    }
    
	
} /* end media query */

@media screen and (max-width: 575px) {
    .lg-section-title {
        font-size: 8vw;
    }
    .title-subsection {
        font-size: 1.4rem;
    }
    .lg-section-header {
        /*background-size: 100%;*/
    }
	
} /* end media query */

/*--------------------------------------------------------------
# lead
--------------------------------------------------------------*/

.slogan {
    text-align: center;
    font-family: "Rounded Mplus 1c";
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 2em;
    color: #3aa801;
    font-weight: normal;
}
.slogan strong {
    display: block;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.8;
}
.lead em {
   /* color: #ed1e79;*/
}
.plan-intro {
    /*margin-top: 3em;
    margin-bottom: 3em;*/
}

.plan-list {
    justify-content: center;
}
.plan-list > li {
    margin-bottom: 1em;
}
.plan-card {  
    /*background-image: url(../images/bg_dot_blue_02.png);
    background-size: 10px 10px;*/
    
    height: 100%;
    padding: 1.5em;

}
.plan-card dl {
    margin-bottom: 0;
}
.plan-card-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 120%;
    color: #00757f;
}
.icon-flag {
    margin-bottom: 1em;
}
.icon-flag img {
    display: block;
    margin: 0 8px;
}



/*-- プラン組み合わせ例*/
.plan-mix {
    text-align: center;
    position: relative;
}
.plan-mix::before {
    font-family: "Font Awesome 5 Free";
    content: "\f06a";
    font-weight: 900;
    color: #de6c31;
    font-size: 70px;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 1;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto 0;
}
.plan-example {
    margin-top: 1em;
    font-weight: bold;
    
    display: inline-block;
    text-align: left;
}
.plan-example li {
    margin-bottom: .3em;
    padding-left: .3em;
    padding-left: .5em;
}
.plan-example em {
    color: #00a0e8;
}
.plan-example strong {
    font-size: 140%;
    color: #67b519;
}
.plan-example .total {
    border-top: 1px solid #666;
    display: inline-block;
    padding-top: .2em;
    padding-right: .5em;
}

@media screen and (max-width: 991px) {
    .plan-card p {
        font-size: 1.4vw;
    }
	
} /* end media query */

@media screen and (max-width: 767px) {
    .plan-card {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .plan-card p {
        font-size: 13px;
    }
    .slogan {
        font-size: 3.3vw;
    }
    .slogan strong {
        font-size: 120%;
    }
	
} /* end media query */

@media screen and (max-width: 480px) {
    .slogan {
        font-size: 4vw;
    }


    .plan-mix::before {
        content: '';
    }
} /* end media query */


/*--------------------------------------------------------------
# course-intro
--------------------------------------------------------------*/
.course-intro {
    padding-bottom: 2em;
    /*margin-bottom: 2em;*/
    /*background: url(../images/bg_bluegrid.png);
    background-size: 13px 13px;*/
	
    /*background: #fdf8e5;
	background-image: repeating-linear-gradient(45deg ,#fff, #fff 2px,rgba(0,0,0,0) 0, rgba(0,0,0,0) 7px);*/
	
	background: #ebf9fb;
	background-image:  radial-gradient(#fff 2px, transparent 2px), radial-gradient(#fff 2px, transparent 2px);
  	background-size: 30px 30px;
  	background-position: 0 0,15px 15px;
	
	position: relative;
}

.top-border {
	border-top: 3px dotted #F59100;
}
.btm-border {
	border-bottom: 2px solid #00b0cc;
}

/*--------------------------- onsite-prices ----------------------------*/

.onsite-prices {
    justify-content: center;
    margin-bottom: 2em;
}
.onsite-prices > li {
    margin-bottom: 1em;
}
.price-card {
    padding: 25px;
    height: 100%;
    /*font-size: 1rem;*/
}
.plan-intro-purpose .price-card {
    max-width: 700px;
}
.price-card h5 {
    text-align: center;
    font-size: 1.3rem;
    color: #00757f;
    margin-bottom: 1em;
    font-weight: bold;
}
.price-card h5 em {
    font-size: 125%;
    white-space: nowrap;
}
.price-list > dt {
    float: left;
    width: 8em;
    clear: both;
    /*line-height: 1.2;*/
}
.price-list > dd {
    /*padding-left: 8em;*/
    margin-bottom: 0;
	float: left;
}
.plan-price {
    margin-left: 2em;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.2;
}
.price-list em,
.price-list strong {
    font-size: 180%;
    position: relative;
    bottom: -2px;
    margin: 0 2px;
}
.price-list strong {
    color: #f15a24;
}
.price-list .nested dt {
    font-weight: normal;
    float: left;
    width: 100px;
    width: 120px;
    margin-top: 1em;
    font-size: 90%;
}

.plan-description {
    font-size: 14px;
    margin-bottom: 2em;
    line-height: 1.7;
}
.plan-description dt {
    width: 160px;
    float: left;
    clear: left;
}
.plan-description dt >span {
    background: #67b519;
    color: white;
    font-weight: bold;
    line-height: 2;
    padding: 2px 10px 0;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 7px;
}
.plan-description dd {
    padding-left: 160px;
    padding-top: .4em;
    margin-bottom: .8em;
}

.plan-intro-purpose .price-list {
    margin-bottom: 0em;
}
    
@media screen and (max-width: 991px) {
    .price-card h4 {
        margin-bottom: .5em;
    }
    .price-card h4 em {
        display: block;
    }
    .price-list .nested dd {
        margin-bottom: 0;
        line-height: 1;
    }
	
} /* end media query */

@media screen and (max-width: 767px) {
	
    .price-card {
        height: auto;
        /*width: 100%;*/
        max-width: 600px;
        margin: 0 auto 1em;
    }
    .price-list .nested dt {
        margin-top: .4em;
    }
    .price-list .nested dd {
        line-height: 1.3;
    }
    
} /* end media query */

@media screen and (max-width: 575px) {
    .plan-description dt {
        float: none;
    }
    .plan-description dd {
        padding-left: 1em;
    }
    .business-hour dt {
        float: none;
    }
    .business-hour dd {
        margin-left: 0;
    }
    .price-list > dt {
        /*width: 100px;*/
    }
	.price-list > dd {
		padding-left: 0;
		margin-bottom: 0;
		float: right;
	}
	.plan-price {
		margin-left: 0;
		white-space: normal;
		display: inline;
		line-height: inherit;
	}
	
} /* end media query */
    

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

.features {
    padding-bottom: 2em;
}
.features h3 {
    font-size: 1.4rem;
    margin-bottom: .5em;
    color: #3aa801;
    letter-spacing: -0.05em;
}
.features p {
    margin-bottom: .5em;
}
.features-list {
    counter-reset: my-counter;
	margin-bottom: 4em;
}
.features-list strong {
    color: #f15a24;
    font-weight: bold;
}
.features-list em {
    color: #00b0cc;
    font-weight: bold;
}

.features-item {
    margin-bottom: 2em;
    padding: 2em 3em;
    border-radius: 15px;
    /*box-shadow: 1px 1px 5px rgba(0,0,0,0.15);*/
    /*background: url("../images/bg_yellowgrid.png");
    background-size: 13px 13px;*/
    background: #ebf9fb;
    border: 2px solid #00b0cc;
}
.features-item:nth-child(even) {
    /*background: url("../images/bg_bluegrid.png");
    background-size: 13px 13px;*/
    /* background: #ebf5fb; */
}
.features-item > .row {
    align-items: center;
    justify-content: space-between;
}
.features-item:nth-child(even) > .row {
    flex-direction: row-reverse;
}
.features-item .text-box {
    position: relative;
    z-index: 2;
    padding-left: 3.5em;
    margin-top: 1em;
    width: 73%;
}
.features-item .text-box::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    color: #f15a24;
    font-weight: bold;
    font-size: 5em;
    display: block;
    position: absolute;
    left: 0;
    top: -0.5em;
    z-index: -1;
    font-family: "Rounded Mplus 1c";
}

.features-list .pict-box {
    width: 25%;
}
.features-list .pict-box img {
    border-radius: 50%;
    border: 3px solid #00b0cc;
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.15));
}
.features-item:nth-child(even) img {
    /* border-color: #154e86; */
}
.feature-figure {
    margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
    .features-item {
        padding: 1.5em;
    }
	
} /* end media query */

@media screen and (max-width: 575px) {
    
    .features h4 {
        font-size: 1.15rem;
    }
    .features-item {
        display: block;
        padding: 3em 2em 2em;
    }
    .features-item .text-box {
        width: 100%;
        padding-left: 0;
        margin-bottom: .6em;
    }
    .features-item .text-box::before {
        font-size: 3.5em;
        top: -1.2em;
    }
    .features-item .pict-box {
        max-width: 200px;
        width: 80%;
        margin: 0 auto;
    }
    .feature-figure {
        margin-left: -15px;
        margin-right: -15px;
    }
	
} /* end media query */


/*------ features 学習時間チャート*/
.wlesson-diagram h4 {
    font-size: 1.2rem;
    margin-bottom: .5em;
    /* padding-left: 1em; */
    /* text-align: center; */
    color: #3aa801;
    letter-spacing: -.03em;
}
.wlesson-diagram h4 b {
    font-weight: bold;
    color: #00b0cc;
    font-size: 130%;
    margin: 0 2px;
}
.wlesson-diagram h4 .emphasis {
    margin-top: -.7em;
    display: block;
}
.wlesson-diagram h4 strong {
    font-size: 200%;
    position: relative;
    top: 5px;
}
.wlesson-chart {
    background: #fff;
    padding: 1.5em;
    border-radius: 10px;
    margin-bottom: 0;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
    
}
.wlesson-chart-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
}
.wlesson-table {
    margin-bottom: 0;
    /*width: 47%;*/
}
.class-only-table {
    /*width: 38%;*/
    width: 27%;
}
.plus-online-table {
    /*width: 55%;*/
    width: 65%;
}
.wlesson-table caption {
    font-weight: bold;
    color: #00b0cc;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 5px;
    caption-side: top;
    font-size: 1rem;
    padding: 0;
}
/*.class-only-table caption {
    padding-top: 1.1em;
}*/
.wlesson-table th, 
.wlesson-table td {
    /*width: 50%;*/
    padding: 8px 5px;
    border: 1px solid #999;
    text-align: center;
    vertical-align: middle;
    font-size: .93rem;
}
.class-only-table th,
.class-only-table td {
    width: 50%;
}
.plus-online-table th,
.plus-online-table td {
    width: 43%;
}
.wlesson-table .trans {
    background: none;
    border: none;
    width: 14%;
    padding: 0;
}
.trans i {
    font-size: 40px;
    color: #f15a24;
    position: relative;
    top: -10px;
}

.wlesson-table th {
    background: #fff9e6;
}
.wlesson-table td {
    line-height: 1.4;
}
.wlesson-table td strong {
    font-size: 200%;
    color: #00b0cc;
    line-height: 1;
    position: relative;
    top: 5px;
    margin: 0 .1em;
}
.wlesson-table td strong.red {
    color: #f15a24;
}
.plus-sign {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #f15a24;
}
.wlesson-chart-part:first-child .plus-sign {
    padding-top: 40px;
}
.plus-online-table th:last-child {
    background: #00b0cc;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .class-only-table caption {
        padding-top: 0.9em;
        padding-bottom: .2em;
    }
    .plus-sign,
    .trans i {
        font-size: 5vw;
    }
	
} /* end media query */

@media screen and (max-width: 575px) {
    
    .wlesson-chart {
        margin-left: -15px;
        margin-right: -15px;
    }
    .wlesson-chart-part > * {
        margin-bottom: .5em;
    }
    .wlesson-diagram h4 {
        font-size: 1rem;
    }
    .wlesson-chart-part {
        display: block;
    }
    .wlesson-table {
        width: 100%;
        
    }
    .wlesson-table span.tablet-sp {
        display: inline;
    }
    .wlesson-table caption.tablet-sp {
        display: table-caption;
    }
    .wlesson-table thead.tablet-sp {
        display: table-header-group;
    }
    
    .class-only-table caption::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0a4";
        color: #e70012;
        font-size: 140%;
        margin-right: 5px;
    }
    .wlesson-chart-part:first-child .plus-sign {
        padding-top: 0;
    }
	
} /* end media query */

.wlesson-chart h5{
	font-weight: bold;
    color: #008e06;
	font-size: 1rem;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wlesson-chart h5:not(:first-child){
	margin-top: 2em;
}
.wlesson-chart-box p{
	margin: 0;
}
.wlesson-chart-time{
	border: 1px solid #999;
    padding: 10px 20px;
	text-align: center;
}
.wlesson-chart-time .arrow{
	padding: 0 1em;
}
.wlesson-chart-time .arrow:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #808080;		
}
.wlesson-chart-plus{
	text-align: center;
	font-size: 150%;
	color: #ffc107;
}
.wlesson-chart-time strong{
    font-size: 200%;
    color: #008e06;
    line-height: 1;
    position: relative;
    top: 5px;
    margin: 0 .1em;
}
.wlesson-chart-online{
	color: #ff5722;
	font-size: 90%;
}
.wlesson-chart-arrow{	
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}
.wlesson-chart-arrow:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 400%;
    color: #ffc107;
    line-height: 0.8;
}
.wlesson-chart-finish{
	display: flex;
	justify-content: center;
	align-items: center;
    background: #008e06;
    color: #FFF;
	padding: 20px;
}
.wlesson-chart-finish p{
	line-height: 1;
}
.wlesson-chart-finish.online p{
	font-size: 90%;
}
.wlesson-chart-finish strong{
	font-size: 200%;
	color: #FFDD00;
	line-height: 1;
    position: relative;
    top: 5px;
    margin: 0 .1em;
}

.wlesson-chart-time span {
	white-space: nowrap;
	display: inline-block;
}
.wlesson-chart-time .notes {
	position: relative;
	margin-bottom: 1em;
}
.wlesson-chart-time .notes::after {
	content: '(1日15分ｘ7日)';
	font-size: 80%;
	position: absolute;
	display: inline-block;
	left: 0;
	top: 130%;
	right: 0;
}


@media screen and (min-width: 768px) {
	.wlesson-chart-box p{
		line-height: 1;
	}
	
	.wlesson-chart-box{
		display: flex;
		justify-content: space-between;
	}
	.wlesson-chart-time{
		width: 60%;
		position: relative;
		
	}
	
	.wlesson-chart-time .arrow:before{
		content: "\f061";
	}
	.wlesson-chart-arrow:before{
		content: "\f0da";
	}
	.wlesson-chart-arrow{
		width: 10%;
	}
	.wlesson-chart-finish{
		width: 30%;
	}
} /* end media query */

@media screen and (max-width: 767px) {
	.wlesson-chart-time span{
		display: block;
	}
	.wlesson-chart-time .arrow:before{
		content: "\f063";
	}
	.wlesson-chart-arrow:before{
		content: "\f0d7";
	}
	.wlesson-chart-time p.bk_sp{
		background: #e9e9e9;
    	padding: 5px;
	}
	.wlesson-chart-time p.bk_sp.wlesson-chart-online{
		background: #fff8b9;
	}
	.wlesson-chart-time .notes::after {
    	top: 90%;
	}
} /* end media query */



/*--------------------------- suitable-for ----------------------------*/
.suitable-for {
    display: flex;
}
.suitable-for h3 {
    background: #ff9100;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 0;
    border-radius: 15px;
    font-size: 1.4rem;
    width: 23%;
}
.suitable-list {
    font-weight: bold;
    padding-top: .5em;
    margin-left: 3em;
    font-size: 105%;
    width: 77%;
}
.suitable-list >li {
    margin-bottom: .5em;
    padding-left: 28px;
    
}
.suitable-list > li::before {
    content: "\f00c";
    font-size: 110%;
    top: -0.1em;
}

@media screen and (max-width: 767px) {
    .suitable-list {
        margin-left: 1em;
    }
	
} /* end media query */

@media screen and (max-width: 575px) {
    .suitable-for {
        display: block;
    }
    .suitable-for h3 {
        padding: 10px 20px;
        font-size: 1.1rem;
        width: auto;
        display: inline-block;
        margin-bottom: 0.4em;
    }
    .suitable-list {
        font-size: 96%;
        width: 100%;
        padding-left: 0;
    }
	
} /* end media query */

/*--------------------------- course-list ----------------------------*/

.course-category {
    display: inline-block;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 8px 5px;
    border-radius: 8px;
    background: #3aa801;
    color: #fff;
    position: absolute;
    left: 25px;
    top: -24px;
    z-index: 2;
}



.course-item {
    height: 100%;
    position: relative;
}
.course-item h4 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.2rem;
    position: relative;
    color: #f15a24;
}
.course-special h4,
.course-special02 h4 {
    
}
.course-item h5 {
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
    color: #3aa801;
}

.course-item img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 0;
}

.course-item-description {
    padding: 2em 20px 50px;
    /*position: relative;*/
	background: #fff;
}
.course-item-description em {
    color: #00b0cc;
}


.course-item .btn {
    font-size: .8rem;
    font-weight: bold;
    border-radius: 8px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-decoration: none;
}
.label-special {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    background: #00a0e8;
    color: #fff;
    padding: 5px 10px 3px 5px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: -5em;
    text-align: right;
}
.label-special a {
    text-decoration: none;
    color: #fff;
}
.label-special::before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: 900;
}

.course-item-plan {
    padding: 20px 20px 60px;
    background: #d2ebcc;
    /*border-radius: 0 15px 15px 0;*/
}
.course-item-plan h5 {
    letter-spacing: .5em;
}
/*.course-item-plan .price-list > dt {
    width: 115px;
}
.course-item-plan .price-list > dd {
    padding-left: 115px;
    margin-bottom: 0;
}*/
.price-list .plan-feature {
    padding-left: 0;
    margin-bottom: .8em;
}
.plan-feature .badge {
    font-size: 11px;
    border-radius: 6px;
    padding: 0.5em 0.6em;
    margin-bottom: .4em;
}
.plan-feature .badge-success {
    color: #fff;
}
.course-option h6 {
    font-weight: bold;
    font-size: 1.05rem;
    margin-bottom: .2em;
}

/*--- course-special レイアウト */

.course-list > li {
    margin-bottom: 40px;
    position: relative;
}
.course-special-list > li {
    margin-bottom: 4em;
}
.course-special {
    display: flex;
    justify-content: flex-end;
    background: url("../images/course_intro_bg_11.jpg") no-repeat;
    background-position: left top;
   background-size: contain;
}
.course-special.item-02 {
    background: url("../images/course_intro_bg_14.jpg") no-repeat;
    background-size: contain;
}
.course-special.item-03 {
    background: url("../images/course_intro_bg_01b.jpg") no-repeat;
    background-size: contain;
}
.course-special.item-04 {
    background: url("../images/course_intro_bg_07.jpg") no-repeat;
    background-size: contain;
}
.course-special.item-05 {
    background: url("../images/course_intro_bg_13.jpg") no-repeat;
    background-size: contain;
}
.course-special-pt {
    width: 35%;
    position: relative;
    min-width: 320px;
}
.course-special .course-item-description {
    /*padding-top: 3.5em;*/
    padding-bottom: 4.5em;
    /*background: #fff;*/
}
.price-list.long {
    line-height: 1.2;
}
.price-list.long > dt {
    float: none;
    width: 100%;
}
.price-list.long > dd {
    padding-left: 1em;

}

/*---course-special02 横並びバージョン*/

.course-special02 {
    background: #d2ebcc;
}
.course-special-list02 {
	margin-bottom: 3em;
}
.course-special-list02 > li  {
    margin-bottom: 0;
}
.course-special-list02 .course-item-description {
    padding: 2em 20px 1em;
}
.course-special-list02 .price-list {
	margin-bottom: 0.5em;
}

/*.course-special-list02 li:not(:last-child) .course-item-description {
    padding-bottom: 3.7em;
}*/

.course-special-list02 li:first-child .course-item-description {
	/*padding-bottom: 9.5em;*/
}
.course-special-list02 li:nth-child(2) .course-item-description {
	/*padding-bottom: 11.5em;*/
}

@media screen and (max-width: 992px) {
    .course-special.item-02 {
        background-position: -140px top;
    }
    .course-special.item-03 {
        background-position: -120px top;
    }
    .course-special.item-04 {
        background-position: -100px top;
    }
	
} /* end media query */


@media screen and (max-width: 767px) {
    .course-special {
        display: block;
        background: pink;
    }
    .course-special-pt {
        width: 100%;
        min-width: auto;
    }
    .course-item-plan {
        border-radius: 0 0 15px 15px;
    }
    .course-special-list > li:last-child {
        margin-bottom: 0;
    }
	
	.course-special-list02 > li {
		max-width: 500px;
		margin: 0 auto 4em;
	}
	.course-special-list02 li:first-child .course-item-description {
	padding-bottom: 1em;
}
	.course-special-list02 li:nth-child(2) .course-item-description {
		padding-bottom: 1em;
	}
	
} /* end media query */


@media screen and (max-width: 575px) {
    
    .course-list.simple > li {
        margin-bottom: 35px;
        max-width: 380px;
        margin: 0 auto 35px;
    }
    .home-course-intro .course-list > li {
        max-width: 460px;
    }
    
    
} /* end media query */


/*--------------------------------------------------------------
# home-plan
--------------------------------------------------------------*/

.home-plan,
.home-course-intro {
    padding-bottom: 50px;
    background-image: url("../images/bg_dot_blue_02.png");
    background-size: 10px 10px;
}
.home-course-intro {
    padding-top: 50px;
    margin-bottom: 2em;
}

/*--------------------------------------------------------------
# poster-figure
--------------------------------------------------------------*/

.poster-figure {
	padding-top: 3em;
}
.intro {
	/*padding: 2em 50px 0;*/
	margin-bottom: 30px;
    position: relative;
}
.poster-alert {
    display: inline-block;
    background: #008e06;
    padding: 1.5em 2em;
    position: absolute;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    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 #008e06;
  z-index: 0;
}

.intro figure {
    width: 35%;
    float: right;
	margin-left: 20px;
	position: relative;
	
}
.intro figure figcaption {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}
/*.intro h3 {
    font-size: 28px;
    font-weight: bold;
    color: #008e06;
    line-height: 1.4;
    font-feature-settings: "palt";
    margin-bottom: 1em;
    position: relative;
    text-align: center;
}*/
/*.intro h2::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0eb";
    font-weight: 900;
    font-size: 140%;
    color: #e50012;
    margin-right: 8px;
}*/
.intro p {
	font-size: 15px;
}
.intro em {
	font-style: normal;
	font-weight: bold;
	color: #f15a24;
}

@media screen and (max-width: 767px) {
	
	.poster-figure {
		padding-top: 0;
	}
	.intro {
		/*padding: 2em 20px 0;
        margin-top: 3em;*/
	}
	.intro figure {
		width: 45%;
	}
} /* end media query */



@media screen and (max-width: 479px) {
	
	.intro h2 {
		font-size: 18px;

	}
	
	.intro figure {
		width: 80%;
		margin: 0 auto 30px;
		float: none;
	}
	
} /* end media query */

/*--------------------------------------------------------------
# poster-profile
--------------------------------------------------------------*/

.poster-profile {
	/*background: url(../images/feature_bcgd_01.png);
	background-size: 10%;
	border: 12px solid #ffd4df;*/
	
	background: linear-gradient(-60deg, #80d7e5, #d1efe5, #b0dc99);
	padding: 30px 20px 70px;
	position: relative;
	border-top: 2px solid #3aa801;
	border-bottom: 2px solid #00b0cc;
}
.poster-profile::before {
	content: "";
    background: url("../images/feature_bcgd_01b.png");
    background-size: 15%;
    mix-blend-mode: screen;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.profile-main {
	position: relative;
	width: 100%;
	margin: 0 auto;
    max-width: 1140px;
    
}
.profile-main img {
	max-width: 100%;
}

.poster-profile .slogan {
	width: 80%;
	max-width: 850px;
	text-align: center;
	background: url(../images/feature_bcgd_03.png) #fff3e6;
	background-size: 33px;
	border-radius: 15px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.2);
	font-size: 26px;
	font-weight: bold;
	color: #008e06;
	line-height: 1.5;
	border-bottom: 0;
	padding: 30px 30px 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -80px;
}


.poster-profile .slogan::before {
	content: "";
	display: block;
	width: 180px;
	height: 100px;
	background: url(../images/feature_icon_tape.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -33px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}
.poster-profile .slogan::after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/feature_icon_light.png) no-repeat left center;
	background-size: contain;
	opacity: 0.9;
	position: absolute;
	top: 0px;
	left: 10%;
	bottom: 0px;
	margin: auto 0;
}

@media screen and (max-width: 1199px) {
	.poster-profile .slogan {
		font-size: 3.2vw;
	}
	.poster-profile .slogan::before {
		width: 26%;
		top: -20%;
		height: 60px;
	}
	.poster-profile .slogan::after {
		left: 3%;
		width: 8%;
		height: 100%;
	}
	
} /* end media query */

@media screen and (max-width: 575px) {
	.poster-profile {
		/*background: none;
		padding: 0;*/
	}
	.poster-profile::before {
		background-size: 30%;
	}
	
} /* end media query */

@media screen and (max-width: 480px) {
	.poster-profile .slogan {
		font-size: 5vw;
		padding-left: 10%;
        bottom: -100px;
	}
    .poster-profile .slogan::before {
        top: -9%;
    }
    .poster-alert {
        bottom: 95%;
        left: 6em;
    }
	
} /* end media query */


/*--------------------------------------------------------------
# course-news!
--------------------------------------------------------------*/

.course-news {
    margin-bottom: 2em;
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
	padding: 0 1em;
}
.course-news .poster-alert {
    position: static;
    margin-left: 8em;
	margin-top: -2em;
}
.course-news h3 {
    color: #008e06;
}
.course-news-figure {
    margin-bottom: 2em;
}
.course-news-figure .row {
    align-items: center;
    justify-content: center;
}

.course-news-figure figcaption {
    text-align: center;
    margin-bottom: 1.5em;
    font-weight: bold;
}
.course-news-figure .badge {
    font-size: inherit;


    padding: 8px 12px;
    border-radius: 5px;
    margin-right: .5em;
}
.course-news-figure img {
    border-radius: 20px;
}
.course-news-figure .plus {
    text-align: center;
    font-size: 60px;
    line-height: 1;
    color: #154e86;
    padding: 0;
    margin: .5em 0;
}
.course-news-list {
    padding: 2em 2.5em 1em 3.5em;
    max-width: 870px;
    margin: 0 auto 1.5em;
    background: #fff9e6;
}
.course-news-list em {
    color: #ff5722;
}

@media screen and (max-width: 575px) {
    
    .course-news h3 {
        font-size: 5.3vw;
    }
    .course-news-figure .plus {
        font-size: 8vw;
    }
    .course-news-list {
        padding: 1.5em 1em 1em 1.5em;
    }
	
} /* end media query */

@media screen and (max-width: 480px) {
    
    .course-news-figure .row {
        flex-direction: column;
    }
    .course-news-figure .pict-box {
        flex: 0 0 80%;
        max-width: 80%;
    }
    
	
} /* end media query */

/*--------------------------------------------------------------
# home-catchline
--------------------------------------------------------------*/

.home-catchline {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #dc3545;
	font-feature-settings: "palt";
	margin-bottom: 30px;
}
.home-catchline small,
.balloon {
	display: block;
	font-size: 50%;
	font-weight: bold;
	color: #fff;
	width: 200px;
	background: #f15a24;
	padding: 10px 0;
	border-radius: 8px;
	/* margin-left: 10%; */
	position: relative;
	margin-bottom: 15px;
}
.balloon {
    font-size: 15px;
    width: auto;
    display: inline-block!important;
    padding: 10px 15px;
}
.home-catchline small::after,
.balloon::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 43%;
	border: 10px solid transparent;
	border-top: 15px solid #f15a24;
	width: 0;
	height: 0;
}


@media screen and (max-width: 575px) {
    
    .home-catchline {
            font-size: 4.7vw;
    }
	
} /* end media query */

@media screen and (max-width: 479px) {
	
	.home-catchline small {
		font-size: 65%;
	}
	
} /* end media query */







/*--------------------------- premium feature ----------------------------*/

.premium-feature h4 {
	color: #ed1e79;
	position: relative;
	font-weight: 800;
    font-size: 1.5rem;
    padding-top: 2.3em;
}
.premium-feature .balloon {
    position: absolute;
    top: 0;
}

.premium-feature li {
	display: flex;
}
.premium-feature .card {
	background: #fff;
	padding: 5%;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	/*--IE11対策*/
	display: block;
}
.premium-feature img {
    display: block;
    max-width: 75%;
	width: 75%;
    margin: 0 auto 1em;
}
.premium-feature h5 {
	color: #ed1e79;
	font-weight: 800;
	text-align: center;
	font-size: 1rem;
}
.premium-feature p {
	font-size: 0.9rem;
	color: #343434;
}

@media screen and (max-width: 575px) {
	
	.premium-feature li {
        max-width: 380px;
        margin: 0 auto;
    }
	
} /* end media query */



/*----- links to detail */

.link-to-detail .row {
	justify-content: space-around;
}
.link-to-detail .row li {
	width: 360px;
	margin-bottom: .5em;
}

.link-to-detail a.btn {
    display: block;
    border-radius: 8px;
    padding: 15px 16px 10px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.3;
	white-space: normal;
    text-decoration: none;
}
.link-to-detail a.btn small {
	font-size: 1rem;
	font-weight: 800;
}

/*--------------------------------------------------------------
# why-reason
--------------------------------------------------------------*/

.why-reason {
	padding-top: 4em;
	padding-bottom: 1px;
	/*background: #f3ffed;
	background-image: repeating-linear-gradient(
-45deg ,#fff, #fff 2px,rgba(0,0,0,0) 0, rgba(0,0,0,0) 7px);*/
	
	background: #f0fde5;
	background-image:  radial-gradient(#fff 2px, transparent 2px), radial-gradient(#fff 2px, transparent 2px);
  	background-size: 30px 30px;
  	background-position: 0 0,15px 15px;
}
.invisible {
	display: none;
}

/*------ why */

.why-list > li {
	padding-top: 1.5em;
	
}
.why-item {
	padding: 1.5em 1.5em 1em;
	position: relative;
	text-align: center;
	overflow: visible;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.7;
	border: 3px solid #f15a24;
}
.why-balloon {
	position: absolute;
	width: 80px;
	height: 91px;
	background: url("../images/icon_why.png") no-repeat;
	background-size: contain;
	left: 20px;
	top: -50px;
	font-size: 40px;
	padding-top: 32px;
	line-height: 1;
	color: #fff;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

.why-item dd {
	margin: 0;
	font-size: 1.2rem;
	font-weight: bold;
	/*color: #3aa801;*/
}

/*------ reason */

.reason-header {
	text-align: center;
}
.reason-title {
	position: relative;
	background: #00b0cc;
	box-shadow: 0px 0px 0px 8px #00b0cc;
	border: dashed 2px #c4e5b3;
	color: #fff;
	margin-bottom: 2em;
	padding: 1rem 2rem 1rem 130px;
	display: inline-block;
	text-align: left;
}
.reason-title:after {
  position: absolute;
  content: '';
  right: -10px;
  bottom: -10px;
  border-width: 0 0 30px 30px;
  border-style: solid;
  border-color: #a8d4ff #a8d4ff #f3ffed;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.15);
}
.reason-flag {
	position: absolute;
	display: block;
	width: 120px;
	height: 136px;
	background: url("../images/icon_reason.png") no-repeat;
	background-size: contain;
	color: #fff;
	text-align: center;
	padding-top: 42px;
    font-size: 65px;
    line-height: 1;
    font-weight: bold;
    left: 4px;
    top: -40px;
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
}
.reason-subtitle {
	font-size: 1.3rem;
	color: #3aa801;
	margin-bottom: 1em;
}
.reason-subtitle em {
	color: #3aa801;
	font-size: 140%;
	display: block;
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	.why-list > li {
		max-width: 450px;
		margin: 0 auto 2em;
	}
	.reason-title {
		padding: 1rem;
		font-size: 4.2vw;
	}
	.reason-flag {
		width: 70px;
		height: 80px;
		padding-top: 23px;
		font-size: 43px;
		top: -60px;
	}
	
} /* end media query */

@media screen and (max-width: 599px) {
	
	.reason-subtitle em {
		font-size: 120%;
	}
	
} /* end media query */

@media screen and (max-width: 479px) {
	
	.reason-subtitle {
		font-size: 1rem;
	}
	
} /* end media query */

/*--------------------------------------------------------------
# survey-summary
--------------------------------------------------------------*/

.survey-result {
	/*background: #f3ffed;*/
	padding-top: 10em;
	/*border-top: 2px solid #ff9800;*/
}
.survey-result-title {
	font-size: 1.3rem;
	color: #3aa801;
	margin-bottom: 1em;
}
.survey-result-title em {
	font-size: 140%;
	display: block;
	margin-bottom: 5px;
}
.survey-summary p em {
	color: #f15a24;
	font-size: 110%;
}
.survey-summary-figure {
	padding: 2em 3% 0;
	margin-bottom: 0;
}
.survey-summary-figure figcaption {
	text-align: center;
	margin-top: 1em;
	font-weight: bold;
	font-size: 13px;
	color: #333;
}
.survey-summary-figure figcaption em {
	font-size: 120%;
	white-space: nowrap;
}
.table-wrap {
	margin-bottom: 3em;
}
.survey-result-table {
	width: 100%;
	margin-bottom: .5em;
}
.survey-result-table caption {
	caption-side: top;
	color: #343434;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4;
	padding-bottom: .25em;
}
.answer-summary {
    display: inline-block;
    font-size: 1rem;
    color: #f15a24;
    float: right;
    padding-left: 3.6em;
	position: relative;
	margin-top: .5em;
	margin-left: 2em;
}
.answer-summary::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a4  \f0a4";
	font-weight: 900;
	font-size: 140%;
	margin-right: .5em;
	color: #f15a24;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
}

.survey-result-table th,
.survey-result-table td {
	padding: 10px 10px;
    border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
	line-height: 1.5;
}
.survey-result-table thead {
    background: #00b0cc;
    color: white;
    font-weight: bold;
}

.survey-result-table tbody tr {
	background: #ebf9fb;
}

.survey-result-table tbody tr:nth-child(even) {
	background: #cceff5;
}
.survey-result-table thead th {
	width: 24%
}
.survey-result-table thead th:first-child {
	width: 28%;
}
.survey-result-table td em {
	font-size: 120%;
	color: #669900;
}

@media screen and (max-width: 767px) {

	.survey-summary-figure {
		max-width: 400px;
		margin: 0 auto;
	}
} /* end media query */

@media screen and (max-width: 599px) {

	.survey-result-title em {
		font-size: 120%;
	}
} /* end media query */


@media screen and (max-width: 479px) {
	.survey-result-title {
	font-size: 1rem;
	}
} /* end media query */




/*--------------------------------------------------------------
# related-services
--------------------------------------------------------------*/

.related-services {
	padding-top: 3em;
}
.related-list {
	padding-top: 2em;
	margin-bottom: 3em;
}
.related-list > li {
	position: relative;
}
.related-item {
	background: #f3ffed;
}
.related-category {
	display: inline-block;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 10px 5px;
    border-radius: 8px;
    background: #28B9ED;
    color: #fff;
    position: absolute;
    left: 25px;
    top: -24px;
    z-index: 2;
}
.related-description {
	padding: 1em 1em 0;
}

@media screen and (max-width: 767px) {
	.related-list {
		margin-bottom: 0;
	}
	.related-list > li {
		max-width: 450px;
		margin: 0 auto 3em;
	}
	
} /* end media query */

/*--------------------------- CTAボタン ----------------------------*/

/* --- 従来のcta-ボタン（画像）*/
.cta-links {
    margin-bottom: 2em;
    /* border-bottom: 1px solid; */
}
.cta-links .row {
	margin-right: 0;
	margin-left: 0;
}

.cta-links .mx-auto a {
    display: block;
    max-width: 450px;
    margin: 0 auto;
}

/* --- 新しいcta-ボタン（cssのみ）*/
.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: #f15a24;
    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;
}
.cta-btn a.cta-flow {
    background: #3aa801;
}
.cta-btn a.cta-teachers {
    background: #00b0cc;
}


/* --- 横に並ぶボタン */

.cta-two-links a {
    margin: 0 1em 1em;
	text-decoration: none;
}
.cta-announce {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #14663D;
}
.cta-phone {
    font-weight: bold;
    font-size: 26px;
}
.cta-phone::before {
    font-family: "Font Awesome 5 Free";
    content: "\f098";
    font-weight: 900;
    font-size: .8em;
    margin-right: 5px;
}
.cta-contact {
    font-weight: bold;
    border-radius: 8px;
    background: #f15a24;
}
.cta-two-links {
    justify-content: center;
    align-items: center;
    
}

@media screen and (max-width: 575px) {
	.cta-announce {
        font-size: 16px;
    }
} /* end media query */

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



/*--------------------------- 講師紹介 ----------------------------*/

.teachers {
    /*background: url(../images/bg_yellowgrid.png);
    background-size: 13px 13px;*/
	
	/*background: #f3ffed;
	background-image: repeating-linear-gradient(-45deg ,#fff, #fff 2px,rgba(0,0,0,0) 0, rgba(0,0,0,0) 7px);*/
	
    padding-bottom: 3em;
	
	background: #f0fde5;
	background-image:  radial-gradient(#fff 2px, transparent 2px), radial-gradient(#fff 2px, transparent 2px);
  	background-size: 30px 30px;
  	background-position: 0 0,15px 15px;
}
.teachers em {
	color: #3aa801;
}
/*
.teachers h4 {
    color: #e70012;
    text-align: center;
}
.teachers-list {
    margin-bottom: 3em;
}
.teachers .img-fluid {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
}
.teacher-profile {
    margin-top: 1em;
    text-align: center;
}
.teacher-profile dt {
    font-size: .9rem;
    margin-bottom: 5px;
}
.teacher-profile dt span {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    background: #67b519;
    padding: 4px 15px 2px;
    border-radius: 18px;
}
.teacher-profile dd {
    font-size: 1rem;
    margin-bottom: .5em;
    color: #de6c31;
    font-weight: bold;
}
*/
.teachers-pict {
    margin-bottom: 3em;
}
.teachers-pict img {
    margin: 0 auto;
    display: block;
	border-radius: 15px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.teachers-list > li {
    margin-bottom: 1em;
    padding: 0 5px;
}
.teacher-card {
    padding-bottom: .5em;
    height: 100%;
    margin-bottom: 0;
}
.teacher-card img {
    display: block;
    border-radius: 15px 15px 0 0;
}
.teacher-profile {
    margin-top: .5em;
    text-align: center;
    font-size: .95rem;
    color: #3aa801;
    font-weight: bold;
}
.teacher-profile small {
    font-size: 70%;
    white-space: nowrap;
}


/*why-filipino*/
.why-filipino {
    border: 2px solid #00b0cc;
    border-radius: 15px;
    padding: 2em 1em 1em;
    margin-bottom: 2em;
    background: #fff;
}
.why-filipino-list {
    /*color: #00b0cc;*/
    font-size: 1.1rem;
    margin-bottom: 0;
    font-weight: bold;
}


@media screen and (max-width: 767px) {
	
	.teachers-list {
		margin: 0;
	}
	.why-filipino-list {
    	margin-left: 0.5em;
	}
	
} /* end media query */


@media screen and (max-width: 575px) {
    /*.teachers-list > li {
        margin-bottom: 1em;
    }
    .teachers-list figure {
        width: 90%;
        margin: 0 auto;
        max-width: 350px;
    }*/
	
} /* end media query */


/*--------------------------- 流れ ----------------------------*/

.flow {
    /*background: url(../images/bg_bluegrid.png);
    background-size: 13px 13px;*/
    padding-bottom: 5px;
    margin-bottom: 2em
}
.flow-list {
    padding-top: 2em;
    margin-bottom: 3em;
}
.flow-list > li {
    position: relative;
}
.flow-item {
    background: #f3ffed;
    /*background: url(../images/bg_bluegrid.png);*/
    background-size: 10px 10px;
    border: 2px solid #00b0cc;
}
.flow-description {
    padding: 1em 1em 0;
}
.flow {
    /*background: url(../images/bg_bluegrid.png);
    background-size: 13px 13px;*/
    padding-bottom: 5px;
    margin-bottom: 2em
}
.flow-item-title {
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: .5em;
    color: #3aa801;
}
.flow-item-title::after {
    content: "";
    display: block;
    width: 40%;
    height: 8px;
    border-bottom: 3px dotted #f15a24;
    margin: 0.2em auto;
}
.flow-item .bullet {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 50%;
    font-weight: bold;
    color: #ffffff;
    background: #00b0cc;
    position: absolute;
    top: -35px;
    left: 35px;
    line-height: 1;
    font-size: 1.8rem;
}
.flow-item .bullet small {
    font-size: 8px;
    text-transform: uppercase;
    padding-top: 10px;
}

@media screen and (max-width: 767px) {
	.related-list,
    .flow-list {
		margin-bottom: 0;
	}
	.related-list > li,
    .flow-list > li {
		max-width: 450px;
		margin: 0 auto 3em;
	}
	
} /* end media query */




/*--------------------------- 生徒様の声 ----------------------------*/
.voices {
     /*background: url(../images/bg_yellowgrid.png);
    background-size: 13px 13px;*/
	/*background: #fff9e6;*/
    padding-bottom: 5px;
}
.voices-list {
    margin-bottom: 2em;
}
.voices-list .bg-white {
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}

@media screen and (max-width: 575px) {
	.voices-list > div {
        max-width: 400px;
        margin: 0 auto 1.5em;
    }
} /* end media query */



/*--------------------------- Q&A ----------------------------*/

.faq {
    /*background: #fdf8e5;
	background-image: repeating-linear-gradient(45deg ,#fff, #fff 2px,rgba(0,0,0,0) 0, rgba(0,0,0,0) 7px);*/
	
	background: #f0fde5;
	background-image:  radial-gradient(#fff 2px, transparent 2px), radial-gradient(#fff 2px, transparent 2px);
  	background-size: 30px 30px;
  	background-position: 0 0,15px 15px;
	
    border-top: #00b0cc solid 2px;
    border-bottom: #00b0cc solid 2px;
    padding: 3em 0;
}
.border-a p:last-child {
    margin-bottom: 0;
}

/*---- cssのみのQ&A*/

.border-q {
	position: relative;
    border-color: #f15a24;
	border-width: 2px;
	border-radius: 15px;
	padding: 15px 15px 15px 60px;
}
.border-q a {
	color: #666;
}
.border-a {
	position: relative;
    border-color: #3aa801;
	border-width: 2px;
	border-radius: 15px;
	padding: 20px 15px 15px 50px;
}
.border-q::before,
.border-a::before { 
    content: 'Q';
    background: #ff5722;
    position: absolute;
    left: 8px;
    top: 16px;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: white;
    font-size: 120%;
    font-weight: bold;
}

.border-a::before {
    content: 'A';
    background: #3aa801;
    top: 14px;
}

@media screen and (max-width: 576px) {
	.text-no-q {
		font-size: 16px;
		line-height: 1.5;
	}
	
} /* end media query */


/*--------------------------- 運営者情報 ----------------------------*/

.management {
    margin-bottom: 4em;
}
.management-profile {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.management-logo {
	max-width: 300px;
	margin-bottom: .5em;
}
.management-logo02 {
	max-width: 240px;
	margin-bottom: 1em;
	width: 100%;
}

.table-bordered th {
    border: 1px solid #fff;
}

@media screen and (max-width: 480px) {
    .management-logo {
        max-width: none;
        width: 90%;
    }
    
	
} /* end media query */


/*--------------------------- footer ----------------------------*/

.bg-footer {
    background: linear-gradient(to bottom, #15ad85, #3aa801);
    color: #fff;
}
