@charset "utf-8";


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

body.lower {
    /*background: #e3f8f3;
    background-image: radial-gradient(#fff 15%, transparent 15%), radial-gradient(#fff 15%, transparent 15%);
    background-size: 16px 16px;
    background-position: 0 0, 8px 8px;*/
    font-size: .93rem;
    line-height: 1.7;
    /* border-top: 6px solid #5db8e9; */
}
ol, ul {
	list-style: none;
}
small {
	font-size: 80%;
}
img {
	height: auto;
	max-width: 100%;
}
figure img {
	display: block;
}
em {
	font-style: normal;
	font-weight: bold;
}
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
	font-family: inherit;
	font-weight: bold;
}
.page-content a:link,
.page-content a:visited {
    color: #FF5722;
    /* text-decoration: underline; */
}
.page-content a:hover,
.page-content a:focus {
	text-decoration: none;
}
.page-content p {
	margin-bottom: 1em;
}
.page-content p.note {
	margin-bottom: 0.5em;
}

.button-box a:link, 
.button-box a:visited {
    color: #fff;
    text-decoration: none;
}


/*--------------------------------------------------------------
# general classes
--------------------------------------------------------------*/
.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;
}
.page-content a.sp-link {
    pointer-events: none;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	.page-content a.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;
    }
}

.no-break {
	white-space: nowrap;
}
.smaller {
	font-size: 90%;
}
.small-text {
    font-size: 11px;
    font-weight: normal;
}
.note {
	padding-left: 1em;
	text-indent: -1em;
}
.link-btn a:link, .link-btn a:visited {
    text-decoration: none;
    color: white;
    font-weight: bold;
    line-height: 46px;
    background: #06ab74;
    display: inline-block;
    padding: 0 40px;
    position: relative;
    white-space: nowrap;
    border-radius: 5px;
    margin: 0 0.5em 8px;
}
.link-btn a:hover,
.link-btn a:active {
	background: #06ab74;
}

.link-btn.back-btn a:link,
.link-btn.back-btn a:visited {
    padding: 0 25px;
	
}
.link-btn.back-btn a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f35b";
	font-weight: 900;
	margin-right: 6px;
}
.link-btn a.move-link::before {
	content: "\f35a";
}

.list-ul,
.list-ol,
.list-dl {
    margin: 0 1em 1em 2em;
	padding: 0;
	counter-reset: my-counter;
}
.list-ul li,
.list-ol li,
.list-dl dt {
    padding-left: 15px;
    position: relative;
    margin-bottom: 0.2em;
}
.list-ul li::before,
.list-dl dt::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: #ff9800;
}
.list-ol li::before {
    content: counter(my-counter)".";
    counter-increment: my-counter;
	position: absolute;
    left: -5px;
	font-weight: bold;
	color: #06ab74;
}
.list-dl dt {
	width: 7em;
	float: left;
	clear: left;
}
.list-dl dd {
	margin-left: 7em;
}

.bg-gray {
	background: #f9f6df;
	background-image: repeating-linear-gradient(-45deg, #fff, #fff 2px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 7px);
	padding: 3em 0 2em;
}

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

	.list-ul,
	.list-ol,
	.list-dl {
		margin: 0 0 1em 1em;
	}

} /* end media query */

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

.page-header {
	padding-top: 1em;
	padding-bottom: 0;
	border-bottom: 3px solid #ff7f2c;
	box-shadow: 0px 0px 10px #ccc;
	/*align-items: flex-end;*/
	position: relative;
}
.site-title {
	/* width: 26%; */
}
.tagline {
    margin-bottom: 5px;
    font-size: 80%;
    line-height: 1.5;
    color: #888;
}
.page-header .navbar-brand {
	max-width: 220px;
	padding-top: 0;
	padding-bottom: 0;
}

.main-nav {
	font-size: 0.85rem;
	font-weight: bold;
	margin-top: .5em;
}
.main-nav .nav-link {
    color: #ff7f2c;
}
.main-nav .nav-link:hover,
.main-nav .nav-link:focus {
	color: #FFC107;
}
.contact-nav {
    /*position: absolute;
    top: 10px;
    right: 1rem;*/
	font-size: 0.75rem;
}

.contact-nav .nav-item a {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0.2em;
}
.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;
}
.contact-nav .nav-link:not(.btn) {
	color: #7f7f7f;
}


@media screen and (min-width: 768px) {
    .navbar-expand-md .navbar-collapse  {
        flex-direction: column-reverse;
    }
	.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;
	}
	/*上部メニューが２行になった場合に必要*/
    .contact-nav .navbar-nav {
        justify-content: flex-end;
		margin-bottom: 0.3em;
    }
}

@media screen and (max-width: 767px) {
	
	.page-header {
		align-items: center;
        padding-bottom: 5px;
	}
    
    .tagline {
       margin-bottom: 0;
    }
    .page-header .navbar-brand {
        max-width: 180px;
		overflow: visible;
    }
	.main-nav {
    	border-top: 3px solid #e60012;
		padding-top: .5em;
	}
	.main-nav li {
		border-bottom: 1px dotted #ccc;
	}
	.main-nav li:last-child {
		border-bottom: none;
	}
    .main-nav .nav-link {
        padding: 1.2em 1em .7em;
    }

	.page-header .site-title {
		width: calc(100% - 60px);
	}
    
    /*-- sp用toggle-button.親にnavbar-lightクラスがない場合に適用*/
	.navbar-toggler {
		color: rgba(0,0,0,.5);
		border-color: rgba(0,0,0,.1);
	}
	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
	}
    
    
	.contact-nav {
    	position: static;
		margin-bottom: 2em;
	}
	.contact-nav .nav-item .btn-sm {
		font-size: 0.85rem;
		padding-top: 1em;
		padding-bottom: 0.8em;
		margin-top: .75em;
	}
	.contact-nav .nav-item a {
    	margin-top: 1.2em;
	}
	
} /* end media query */

/*--------------------------------------------------------------
# page footer
--------------------------------------------------------------*/
.bg-footer {
    background: #ff9800;
    color: #fff;
}
.bg-footer p {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# page content
--------------------------------------------------------------*/

.page-content {
	background: #fff;
	padding: 0;
	margin-bottom: 6em;
}

@media screen and (max-width: 575px) {
	.page-content {
		/*border: none;
		border-radius: 0;
		border-bottom: 1px solid #acd3e8;*/
	}
	
} /* end media query */



/*--------------------------------------------------------------
# 全体のレイアウト
--------------------------------------------------------------*/

.article-header {
	width: 100%;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto 3em;
}
.page-content section {
	margin-bottom: 4em;
}
.contents-section {
	width: 100%;
    max-width: 1210px;
    padding: 0 35px;
    margin: 0 auto;
}
.text-section {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.sub-section {
    margin-bottom: 2.5em;
}
.sub-section:last-of-type {
    margin-bottom: 0;
}

.section-header {
	margin-bottom: 3em;
}
.section-header.special {
	text-align: center;
}
/*
.section-header p {
	margin-left: 30px;
	margin-right: 30px;
}
*/
.section-intro {
	margin-left: 2em;
	margin-right: 2em;
	text-align: center;
}
.section-intro p {
	font-size: 1rem;
}
.section-intro .suitable-for > dt {
	width: 30%;
}

.course-category h2,
.price-category h2,
.lg-title {
    font-size: 1.8rem;
	letter-spacing: 0.05em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2em;
    line-height: 1.4;
    background: #ff7f2c;
    padding: .5em 1.2em .3em;
	border-bottom: 6px solid #ffeb3b;
    
}
/*.course-category h2::before,
.price-category h2::before,
.lg-title::before {
    font-family: "Font Awesome 5 Free";
    content: "\f001";
    font-weight: 900;
    margin-right: 0.5em;
    font-size: 90%;
}*/

@media screen and (max-width: 767px) {
	.contents-section {
        padding: 0 20px;
    }

} /* end media query */


@media screen and (max-width: 575px) {
	
	/*.section-header p {
		margin-left: 0;
		margin-right: 0;
	}*/
	.section-intro {
		margin-left: 0;
		margin-right: 0;
	}
	.section-intro .suitable-for > dt {
		width: 80%;
	}
	
	.course-category h2, .price-category h2, .lg-title {
		font-size: 1.5rem;
		padding: 0.5em 1em 0.3em;
	}
	
} /* end media query */


@media screen and (max-width: 400px){
	.course-category h2, .price-category h2, .lg-title {
		font-size: 6.8vw;
	}
} /* end media query */

/*--------------------------------------------------------------
# contents header
--------------------------------------------------------------*/

.contents-header {
	position: relative;
	padding: 1.5em 1em 2em;
	background-color: #FF9800;
	/* background-image: url("../images/bg_lg_title_rt.png"),
		url("../images/bg_lg_title_lt.png"); */
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left top;
	background-size: contain, contain;
	border-bottom: 5px solid #FFEB3B;
	/*box-shadow: 0px 3px 5px rgba(0,0,0,0.15);
	margin-bottom: 50px;
	border-radius: 13px 13px 0 0;*/
	margin-bottom: 3.5em;
	text-align: center;
}

/*.contents-header::after {
	content: "";
	background: #ffc107;
	width: 100%;
	height: 6px;
	display: block;
	position: absolute;
	bottom: 0;
}*/
.contents-header h1 {
    color: #ffffff;
    position: relative;
    letter-spacing: 0.05em;
    display: inline-block;
    /* text-shadow: 1px 1px 7px white; */
    padding: 0 40px;
}
.contents-header h1.lg-section-header {
    background-color: #FF9800;
    padding: 2em 3% 2em;
    margin-bottom: 4em;
    border-bottom: 5px solid #FFEB3B;
    text-align: center;
    position: relative;
}
.contents-header::before {
    font-family: "Font Awesome 5 Free";
    content: "\f57d";
    font-weight: 900;
    font-size: 2rem;
    color: #FFFF00;
    margin-right: 0.5em;
    display: block;
}
.contents-header h1.lg-section-title::before,
.contents-header h1.lg-section-title::after {
    display: inline-block;
    position: absolute;
    z-index: 2;
    width: 4px;
    height: 1.2em;
    background-color: #ffd40e;
    content: "";
    bottom: 0;
}
.contents-header h1.lg-section-title::before {
    left: 0;
    transform: skewX(35deg);
}
.contents-header h1.lg-section-title::after {
    right: 0;
    transform: skewX(-35deg);
}


@media screen and (max-width: 767px) {
	.contents-header {
		/*background-image: url("../images/bg_lg_title_rt.png");
		background-repeat: no-repeat;
		background-position: right top;
		background-size: cover;*/
	}
	.contents-header h1 {
    	font-size: 5.5vw;
	}
    .contents-header h1::before, .contents-header h1::after {
        width: 40px;
		height: 41px;
    }
	
	
} /* end media query */



@media screen and (max-width: 575px) {
	
	.contents-header {
		border-radius: 0;
	}
	.contents-header h1 {
		font-size: 8vw;
	}
	
} /* end media query */





/*--------------------------------------------------------------
# intro
--------------------------------------------------------------*/

.lead p {
    font-size: 1rem;
	text-align: center;
}
.lead strong {
	color: #ff7f2c;
}

p.bg-lightgray {
    margin-bottom: 0;
    border-radius: 10px;
}

.course-overview h2,
.lg-special-title {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    color: #ff7f2c;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.4;
    display: inline-block;
    padding: 25px 2em 20px;
    text-align: center;
    background-color: #fff;
    border-right: 4px solid #ff7f2c;
    border-left: 4px solid #ff7f2c;
}

.all_teachers h2{
	background: #f9f6df;
}
.course-overview p.link-to-price {
	position: relative;
	line-height: 1.5;
	font-size: 14px;
	font-weight: bold;
	padding-left: 70px;
	margin: 3em auto 2em;
    max-width: 400px;
}
.course-overview p.link-to-price a:link,
.course-overview p.link-to-price a:visited {
	background: #e60012;
	margin-top: 5px;
}
.course-overview p.link-to-price a:hover,
.course-overview p.link-to-price a:active {
	background: #eb3341;
}
.course-overview p.link-to-price::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a6";
	font-weight: 900;
	font-size: 70px;
	display: block;
	margin-bottom: 14px;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1;
	color: #e60012;
}

.overview-list h3,
.onsite-overview h3 {
	background: #fff;
	color: #ff5722;
	border-bottom: 5px solid #ff7f2c;
	line-height: 1.4;
	font-size: 1.1rem;
	padding: 16px 20px 12px;
	margin-bottom: 1.5em;
	/*border-radius: 10px;*/
	position: relative;
}
.overview-list h3::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0ac";
    font-weight: 900;
    margin-right: .3em;
    color: #ff9b42;
}
.onsite-overview h3.alt {
	background: #28b9ed;
    margin-bottom: 1.5em;
}
.onsite-overview {
    margin-bottom: 2em;
}

/*　各項目の「もっと詳しく」ボタン。現在未使用　*/
/*.overview-list h3 small {
    display: block;
    position: absolute;
    font-size: 12px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
	padding-top: 5px;
}
.overview-list h3 small::before {
	font-family: "Font Awesome 5 Free";
	content: "\f358";
	font-weight: 900;
	color: #7ccbef;
	margin-right: 5px;

}
.overview-list h3 small a {
	color: #7ccbef;
}*/

.overview-list {
    padding-left: 0;
}

.overview-list ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	padding: 0 2%;
}
.overview-list ul > li {
	background: #06ab74;
	color: #fff;
	border-radius: 8px;
	width: 31%;
	margin-right: 1.5%;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	min-width: 235px;
}
.overview-list ul > li > a:link,
.overview-list ul > li > a:visited {
	color: #fff;
}
.overview-list ul > li > a:link dl,
.overview-list ul > li > a:visited dl {
	background: none;
	border-radius: 8px;
	margin-bottom: 0;
}
.overview-list ul > li > a:hover dl,
.overview-list ul > li > a:active dl {
	background: #06ab74;
}


.overview-list ul > li dl dt {
	display: flex;
	align-items: center;
	width: calc(100% - 82px);
	height: 60px;
	padding: 0 10px;
	line-height: 1.5;
	float: left;
}
.overview-list ul > li dl dt span {
	display: block;
}
.overview-list ul > li dl dd {
	margin: 0;
	float: right;
	width: 80px;
}
.overview-list ul > li dl dd img {
	display: block;
	border-radius: 0 8px 8px 0;
	border: 2px solid rgba(32,171,140,0);
}

/*--- 教室で学ぶコース一覧　*/
.onsite-courses-list {
    margin-bottom: 3em;
    position: relative;
}
.onsite-courses-list::after {
    font-family: "Font Awesome 5 Free";
    white-space: pre;
    content: "\f069 \f069 \f069 \f069 \f069";
    font-weight: 900;
    font-size: 12px;
    text-align: center;
    letter-spacing: .5em;
    width: 100%;
    display: block;
    color: #93dcf6;
}


@media screen and (max-width: 575px) {
	.course-overview h2, .lg-special-title {
    	font-size: 1.5rem;
		padding: 25px 1em 20px;
	}
	
	.overview-list ul {
    	justify-content: space-around;
	}
	
	
} /* end media query */

/*--------------------------------------------------------------
# course内容
--------------------------------------------------------------*/
.layout_2-1{
	display: flex;
	justify-content: space-between;
    margin-bottom: 3em;
}
.layout_2-1 p:first-child{
	width: 65%;
    margin-bottom: 2em;
}
.layout_2-1 p:last-child{
	width: 30%;
}
.layout_2-1 p:last-child img{
	width: 100%; 
}

@media screen and (max-width: 575px) {
    .layout_2-1{
        flex-direction: column;
        align-items: center;
    }
    .layout_2-1 p:first-child{
        width: 100%;
    }
    .layout_2-1 p:last-child{
        width: 90%;
        max-width: 300px;
    }
	
} /* end media query */

.course-list {
	margin-bottom: 4em;
	padding-left: 0;
}
.course-list > li {
	background: #fffee5;
	padding: 2.5em 2.5em 1em;
	/*border-radius: 8px;*/
	margin-bottom: 3em;
	box-shadow: 1px 1px 6px #ddd;
    position: relative;
}

.course-list .balloon {
    position: absolute;
    top: -2em;
}
.course-list h3 {
    font-size: 1.25rem;
    color: #ff4106;
    background: #fff;
    /*border-top: 2px solid #ff7f2c;*/
    border-bottom: 5px solid #ffeb3b;
    margin-bottom: 2em;
    padding: .8em 1em .3em;
    position: relative;
}
.course-list h3::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0ac";
	font-weight: 900;
	margin-right: 0.4em;
	color: #ff7f2c;
}
.course-list h3 span {
    font-size: 80%;
}
.course-list h3 .label-special {
    font-size: 13px;
    display: inline-block;
    background: #00757f;
    color: #fff;
    padding: 5px 10px 3px 5px;
    border-radius: 5px;
    position: absolute;
    right: -1.5em;
    top: -1em;
}
.course-list h3 .label-special::before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: 900;
}

.course-list h4 {
    font-size: 0.96rem;
    color: #ff7f2c;
}
.box-w-pict {
	/*padding-right: 220px;
	background: url(../images/course_every_01.jpg) no-repeat right top;
	background-size: 200px;*/
	margin-bottom: 3em;
}
.course-list .floatr-img {
	float: right;
    width: 23%;
    margin: 0 0 1% 2%;
}

.course-list strong {
	color: #ff5722;
}
.course-category .note {
    font-size: 13px;
    font-weight: bold;
    margin-left: 30px;
}
.course-category .note-small {
    font-size: 11px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1em;
    text-indent: -1em;
}

.suitable-for {
	display: table;
	margin-top: 20px;
}
.suitable-for > dt {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 15px;
    background: #ff7f2c;
    font-weight: bold;
    /*border-radius: 5px;*/
    width: 120px;
    text-align: center;
}
.suitable-for > dd {
    margin-left: 10px;
}
.suitable-for dd:first-child {
	margin-top: 7px;
}
.suitable-for dd:last-child {
	margin-bottom: 7px;
}

.suitable-for dd,
.price-list dd,
.option-list li ul>li {
	padding-left: 1em;
	text-indent: -1em;
	
}
.suitable-for dd {
	margin-bottom: 0.2em;
}
.suitable-for dd::before,
.price-list dd::before,
.option-list li ul>li::before {
	content: "・"
}

/* ---- nested */

.suitable-for.nested > dd::before {
	content: none;
}

.textbooks h4 {
	font-size: 1.1rem;
	margin-bottom: 1em;
	border-bottom: 2px solid #ff7f2c;
	padding-bottom: 5px;
	color: #ff5722;
}
.textbook-list dt {
	font-size: 1rem;
	line-height: 1.5;
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: .3em;
	color: #06ab74;
}
.textbook-list dt small {
	font-weight: bold;
	display: block;
	margin-left: 1.9em;
	color: black;
	margin-top: 2px;
}
.textbook-list dt::before {
	font-family: "Font Awesome 5 Free";
	content: "\f518";
	font-weight: 900;
	margin-right: .45em;
	font-size: 95%;
	color: #FFC107;
}
.textbook-list dd {
	margin-left: 2.5em;
}
.textbook-list .textbook-level {
	font-size: .8rem;
	margin-bottom: .2em;
}
.textbook-list .textbook-description {
	margin-bottom: 1em;
	border-bottom: 1px dotted lightgray;
    padding-bottom: 1em;
}
.textbook-list .textbook-description:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

p.back-btn {
	text-align: center;
}

/*----- ゲームコース用説明　*/

.textbooks.game_course .textbook-list dt::before {
    font-family: "Font Awesome 5 Free";
    content: "\f11b";
    font-weight: 900;
    margin-right: .45em;
    color: #ff7f2c;
    font-size: 1.5rem;
}



/*---- 子供用レイアウト*/
.course-wrap {
    /*margin-bottom: 15px;*/
}
.course-wrap .course-list {
    padding-left: 0;
}
#kids-english p.back-btn {
	margin-top: -20px;
}
.price #kids-english p.back-btn {
	margin-top: 15px;
}

.course-figure figcaption {
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	margin-top: .5em;
}

/*---- コース内容flexレイアウト*/
.course-box-flx {
	justify-content: space-between;
}
.course-figure{
	margin-top: .3em;
}


@media screen and (max-width: 767px) {
	.course-figure {
		margin: 1.5em auto 0;
	}

} /* end media query */

@media screen and (max-width: 575px) {
	
	.course-list > li {
    	padding: 30px 20px;
	}
	.course-list .floatr-img {
    width: 40%;
	}
	.course-list h3 .label-special {
        right: -0.6em;
        top: -3.2em;
    }
	.suitable-for {
		display: block;
	}
	.suitable-for > dt {
		display: block;
		width: 80%;
		margin: 0 auto 1em;
		padding: 10px 15px 6px;
	}
	.suitable-for dd {
		padding-left: 0;
	}
	.textbook-list dd {
		margin-left: 0;
	}
	
} /* end media query */

/*--------------------------------------------------------------
# 料金プラン（コース内容ページ）
--------------------------------------------------------------*/
.prices {
    border-top: 3px solid #ff7f2c;
    padding: 2em 0 1em;
}
.prices h3 {
	margin-top: -2.3em;
	margin-bottom: 10px;
	font-size: 19px;
	background: #fff;
	padding-bottom: 10px;
	width: 110px;
	text-align: center;
	color: #ff7f2c;
}
.plan-category-title {
    font-size: 18px;
    margin-bottom: 1em;
    color: #00a0e8;
}
ul.price-list {
    width: 59%;
    float: left;
	padding-left: 0;
}
ul.price-list.width-fll{
	width: 100%;
	float: none;
}
.price-list li,
.onsite-price-card {
    background: #e6f7f1;
    padding: 5px 20px 20px;
    /*border-radius: 10px;*/
    margin-bottom: 20px;
    /*border: 2px solid #ff7f2c;*/
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    border-left: 5px solid #ff7f2c;
}
.price-list h4,
.onsite-price-list h4{
    font-size: 16px;
    /*color: #06ab74;*/
    border-bottom: 1px dashed #999;
    line-height: 1.5;
    margin-bottom: 15px;
}
.price-list h4 em,
.price-list h4 strong {
    font-size: 32px;
    font-style: normal;
    position: relative;
    top: 4px;
    margin: 0 2px;
	
}

.price-list h4 strong {
	color: #06ab74;
	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: #ff7f2c;
	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: #ff5722;
}
.price-list dd em {
	font-weight: bold;
}

/* -------教室で学ぶ料金プラン */

.onsite-price-list {
    padding: 0;
    margin: 0 auto 1em;
}
.onsite-price-list > li {
    padding: 0 1%;
    margin-bottom: 1em;
}
.onsite-price-card {
    padding: 8px 14px 5px;
    margin-bottom: 0;
    height: 100%;
}
.onsite-price-list h4 {
    color: #268078;
}
.onsite-price-list h4 strong{
    font-size: 24px;
    font-style: normal;
    position: relative;
    top: 4px;
    margin: 0 2px;
	
}
.onsite-prices {
    font-size: 16px;
    color: #ff9800;
	line-height: 1.5;
	padding-left: 2em;
}
.onsite-prices strong {
    font-size: 32px;
	color: #ff5722;
    font-style: normal;
    position: relative;
    top: 4px;
    margin: 0 2px;
}
.onsite-prices small {
	font-weight: normal;
}
.onsite-prices > dt {
    width: 8em;
    float: left;
    margin-top: 0.5em;
    clear: both;
}
.onsite-prices > dd {
    padding-left: 80px;
    line-height: 1.1;
}
.onsite-price-figure dt {
    width: 120px;
    float: left;
    margin-top: 0.8em;
    /*clear: both;*/
}
.onsite-price-figure dd {
    /*padding-left: 120px;*/
}
.plan-description,
.onsite-cta {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
}
.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;
}
.onsite-cta h5 {
    background: #17a2b8;
    color: white;
    font-weight: bold;
    line-height: 2;
    padding: 2px 10px 0;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 7px;
    font-size: 14px;
}

/*---- old */

#onsite ul.price-list {
    width: 100%;
    float: none;
}
#onsite .price-list h4 {
    line-height: 1.2;
    padding-bottom: 10px;
}
#onsite .price-list dt {
    background: #17a2b8;
}

	
.price-options {
    width: 38%;
    float: right;
    background: #e6f7f1;
   /* border-radius: 10px;*/
    padding: 0 15px 20px;
    font-size: 13px;
    /*border: 2px solid #ff7f2c;*/
    margin-bottom: 2em;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
.price-options h4 {
	background: #ff7f2c;
	line-height: 2.5;
	margin: -1px -16px 15px;
	font-size: 18px;
	/*border-radius: 6px 6px 0 0;*/
	color: white;
	padding: 5px 15px 0;
}
.price-options ul {
	padding-left: 0;
}
.option-list h5 {
    font-size: 14px;
	line-height: 1.2;
    margin-bottom: 15px;
}
.option-list h5 em {
    display: block;
    font-size: 18px;
    /*color: #06ab74;*/
    font-weight: bold;
    font-style: normal;
}
.option-list h5 strong {
	font-size: 28px;
	font-weight: bold;
	color: #06ab74;
	position: relative;
	top: 2px;
	margin-right: 3px;
}
.option-list h5 small {
	font-weight: normal;
}
.option-list > li {
	border-bottom: 1px dotted #999;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.option-list > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.option-list li>ul li {
	margin-bottom: 2px;
}


@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) {
    
    .plan-description dt {
        width: 100%;
        float: none;
    }
    .plan-description dd {
        padding-left: 0;
        padding-top: 0;
        margin-bottom: 1.2em;
    }
    
} /* end media query */


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

.cta-two-links a {
    margin: 0 1em 1em;
	text-decoration: none;
}
.cta-announce {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}
.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;
	color: #fff!important;
    background: #ff5722;
}
.cta-contact:hover {
	color: #fff;
}
.cta-two-links {
    justify-content: center;
    align-items: center;
}

/* manabi */
.manabi-cta {
    background: white;
    max-width: 800px;
    padding: 1.5em 1.5em 0;
    border: 3px dashed #ff7f2c;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 4em;
}
.manabi-cta h5 {
    text-align: center;
    color: #ff7f2c;
}



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




/*--------------------------------------------------------------
# 受講の流れ
--------------------------------------------------------------*/

.flow-details {
    padding-left: 0;
}
.flow-item {
	margin-bottom: 80px;
	position: relative;
	padding: 1em 15px 0;
}
.flow-item::after {
	font-family: "Font Awesome 5 Free";
	content: "\f063";
	font-weight: 900;
	font-size: 60px;
	color: #ff7f2c;
	display: block;
	position: absolute;
	bottom: -95px;
	width: 100%;
	text-align: center;
}

.flow-item .inner {
    padding: 2.5em 1.5em 1em;
    position: relative;
    border: solid 2px #ffc88e;
    /* border-top: 3px solid #e60012; */
    /* border-bottom: 3px solid #e60012; */
    background: #fff8ef;
}

.flow-item:last-child::after {
	content: "";
}

.flow-details h2 {
    text-align: center;
    color: #fff;font-size: 1.2rem;
}
.flow-details h2 span {
    display: block;
    background: #ff7f2c;
    padding: 0.7em 1em;
    width: 90%;
}
.flow-details .step-details dt {
	color: #ff7f2c;
	font-size: 1.2rem;
	margin-bottom: .5em;
}
.step-details ol {
	counter-reset: my-counter;
	padding-left: 30px;
}
.step-details li {
    position: relative;
	margin-bottom: 1em;
}
.step-details ol li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #ff7f2c;
    color: white;
    font-weight: bold;
    font-size: .8em;
    display: block;
    position: absolute;
    left: -30px;
    text-align: center;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    margin-top: 0px;
}
.step-details ol ol li::before {
    background-color: #fff;
    border: 1px solid #ff7f2c;
    color: #ff7f2c;
}
.step-details ol ol ol li::before {
    background-color: #fff;
    border: none;
    color: #ff9800;
    font-size: 1rem;
}

.step-details dd h3 {
	font-size: 1rem;
	margin-bottom: 0;
}
.step-details dd p {
    /*margin-bottom: 0;*/
}
.step-details dd p.note {
	margin-left: 1em;
}
.step-details strong {
    color: #e60012;
}

@media screen and (max-width: 575px) {
    .flow-item .inner {
        padding: 2em 0 1em;
    }
	.step-details ol ol {
		padding-left: 10px;
	}
	.step-details ol ol ol {
		padding-left: 0;
	}
} /* end media query */


/*----- 受講の流れ modal window */
.modal-nav {
	text-align: center;
	position: relative;
	margin-top: 3em;
	margin-bottom: 3em;
}
.modal-nav-title {
	font-weight: 700;
	font-size: 1rem;
	/* color: #0f3283; */
}
.modal-nav::before,
.modal-nav::after {
	content: '';
	display: block;
	width: 90%;
	max-width: 550px;
	height: 3px;
	border-bottom: 3px solid #9E9E9E;
	margin: .5em auto 1.5em;
}
.modal-links .btn {
	margin: 0 1em 1em
}
.modal-links .btn::before {
	font-family: "Font Awesome 5 Free";
    content: "\f35a";
    font-weight: 900;
    margin-right: 6px;
}

@media screen and (max-width: 450px) {
	.flow-item .modal-links {
		margin-left: -2.5em;
	}
	.flow-item .modal-links .btn {
		font-size: 0.9em;
	}

} /* end media query */



/* modal override */
.modal-my-width {
	max-width: 800px;
}
.modal-header {
	padding-bottom: 0;
	border-bottom: none;
}
.modal-title {
	border-bottom: 3px solid #e60012;
	margin-top: 1rem;
	margin-left: 1rem;
	margin-bottom: 1em;
	padding: 0 .5em .2em;
	font-size: 1.2rem;
	color: #e60012;
}
.modal-body {
	padding: 1rem 2rem;
}
.modal-footer {
	border-top: none;
	justify-content: center;
}

/* modal style */
.modal a:link,
.modal a:visited {
    color: #ff9b42;
    text-decoration: underline;
}
.modal a:hover,
.modal a:focus {
	text-decoration: none;
}
.step-details-intro {
	margin-bottom: 2.5em;
}
.modal-step-list li {
	margin-bottom: 3em;
}
.modal-step-list li:last-child {
	margin-bottom: 0;
}
.modal-step-list h4 {
	font-size: 1rem;
	color: #0f3283;
}
.modal-step-figure {
	max-width: 600px;
	margin: 2em auto 0;
}
.modal-step-figure-sp {
	max-width: 350px;
	margin: 0 auto;
}


/*--------------------------------------------------------------
# 利用規約
--------------------------------------------------------------*/

.terms-of-service .rule dt {
	color: #ff7f2c;
}

.terms-of-service .rule {
    counter-reset: my-counter;
	margin-bottom: 2em;
}
.terms-of-service .rule > dd {
	position: relative;
	margin-left: 3em;
}
.terms-of-service .rule > dd::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    font-weight: bold;
    display: block;
    position: absolute;
    left: -2em;
    text-align: center;
    height: 22px;
    width: 22px;
    margin-top: 1px;
}

.terms-of-service .rule.unordered > dd::before {
    content: none;
}

.terms-of-service .rule > dd ol,
.terms-of-service .rule > dd ul {
	list-style: decimal;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.terms-of-service .title-block {
    font-weight: bold;
    display: block;
    margin-bottom: .5em;
}

@media screen and (max-width: 400px) {
	
	.terms-of-service .rule > dd {
    	margin-left: 1.5em;
	}
	
	.terms-of-service .rule > dd ol,
	.terms-of-service .rule > dd ul  {
    	padding-left: 1.5em;
	}
	
	
} /* end media query */


/*--------------------------------------------------------------
# お申込みフォーム
--------------------------------------------------------------*/


/*------------------ 送信完了ページ ----------------------*/

.thanks .message h2 {
	text-align: center;
	color: #e60012;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 15px;
}
.thanks .button-box {
	margin: 2em auto;
	text-align: center;
}
.thanks .btn {
	margin: 0 auto;
}


/*--------------------------------------------------------------
# 吹き出し
--------------------------------------------------------------*/
.balloon {
	display: block;
	font-size: 50%;
	font-weight: bold;
	color: #fff;
	width: 200px;
	background: #06ab74;
	padding: 10px 0;
	border-radius: 8px;
	position: relative;
	margin-bottom: 15px;
}
.balloon {
    font-size: 15px;
    width: auto;
    display: inline-block!important;
    padding: 10px 15px;
}
.balloon::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 43%;
	border: 10px solid transparent;
	border-top: 15px solid #06ab74;
	width: 0;
	height: 0;
}