@charset "utf-8";


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

body.lower {
	/*background-image: url("../images/bg_whitegrid.png");
    background-size: 13px 13px;*/
	/*background-image: repeating-linear-gradient(-45deg ,#fff, #fff 2px,rgba(0,0,0,0) 0, rgba(0,0,0,0) 7px);*/
	font-size: .93rem;
	line-height: 1.7;
	
}
body::before {
    content: '';
    display: block;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/header_lwr_bg.jpg") no-repeat center 40%;;
    background-size: cover;
}
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;
}
h2 {
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	margin-bottom: 1em;
	line-height: 1.4;
	text-align: center;
}

@media screen and (max-width: 768px) {
    body::before {
        height: 350px;
        background-position: 85% 40%;
    }
    
	h2 {
		font-size: 1.6rem;
	}

} /* end media query */


.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: #48904e;
    text-decoration: underline;
}
.page-content a:hover,
.page-content a:focus {
	text-decoration: none;
}
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;
}


/*-- lp-style override */

.btn {
    border-radius: 1.5rem;
    padding: .5rem 1.2em;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

/*--------------------------------------------------------------
# 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: #48904e;
    /*font-weight: 700;*/
    line-height: 55px;
    background: #cae1d4;
    border: 1px solid #48904e;
    display: inline-block;
    padding: 0 40px;
    position: relative;
    white-space: nowrap;
    border-radius: 50px;
    margin: 0 0.5em 8px;
	font-weight: bold;
	
}
.link-btn a:hover,
.link-btn a:active {
	background: #48904e;
    color: white;
}
.link-btn a.tl-link:link,
.link-btn a.tl-link:visited {
	background: #48904e;
    border: 1px solid #48904e;
    color: white;
}
.link-btn a.tl-link:hover,
.link-btn a.tl-link:active {
	background: #cae1d4;
    color: #48904e;
}

.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";
}
.link-btn a.tl-link::before {
	content: "\f086";
}

.list-ul,
.list-ol {
    margin: 0 1em 1em 2em;
	padding: 0;
	counter-reset: my-counter;
}
.list-ul li,
.list-ol li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 0.2em;
}
.list-ul li::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: #48904e;
}
/*.list-ul li:nth-child(even)::before {
    color: #00ab38;
    content: "\f6d1";
}*/
.list-ol li::before {
    content: counter(my-counter)".";
    counter-increment: my-counter;
	position: absolute;
    left: -5px;
	font-weight: bold;
	color: #00a0e8;
    
}

@media screen and (max-width: 575px) {
	.list-ul,
	.list-ol {
    	margin-left: 1em;
	}

} /* end media query */

/* -- background */
.bg-dots {
    /*background-image: radial-gradient(white 1px, transparent 1px);
    background-size: calc(10 * 1px) calc(10 * 1px);*/
    background-color: #e8e8e8;
    position: relative;
    /*border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;*/
}
/*.bg-dots::before,
.bg-dots::after {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
}
.bg-dots::before {
	bottom: 100%;
	background-image: radial-gradient(#D4EABF 1px, transparent 1px);
    background-size: calc(10 * 1px) calc(10 * 1px);
}
.bg-dots::after {
	height: 30px;
	top: 100%;
	background-image: radial-gradient(#D4EABF 1px, transparent 1px);
    background-size: calc(10 * 1px) calc(10 * 1px);
}*/
/*.bg-dots::after {
	content: '';
    width: 100%;
    height: 1px;
    background: #dedede;
    position: absolute;
    bottom: 12px;
    left: 0;
}*/

/*.bg-dots.d-border::before,
.bg-dots.d-border::after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background: url("../images/bg_dots_border.png") repeat-x;
    background-size: contain;
    position: absolute;
    left: 0;
    
}
.bg-dots.d-border::before {
    bottom: 100%;
}
.bg-dots.d-border::after {
    top: 100%;
    transform: rotateX(180deg);
}*/

/*--------------------------------------------------------------
# page-header
--------------------------------------------------------------*/
.page-header {
	margin-bottom: 0;
	padding-top: 10px;
	position: sticky;
    background: rgba(72,144,78,.0);
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all ease-in-out 1000ms;
}
.page-header::after {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background: white;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: all ease-in-out 1000ms;
}

/*-- ヘッダーに背景色をつける　*/

.page-header.js-header-bg {
    background: rgba(72,144,78,.8);
}
.page-header.js-header-bg::after {
    opacity: 0;
}


.page-header .site-title {
	/*width: 40%;*/
    position: absolute;
    top: 10px;
    left: 1rem;
    z-index: 5;
    
}
.page-header p.tagline {
    font-size: 80%;
    line-height: 1.5;
    color: #fff;
    margin: 0;
	margin-bottom: 0;
}
.page-header .navbar-brand {
	width: 100%;
	max-width: 170px;
    padding-top: 0;
}

.page-header .main-nav {
	font-size: 0.8rem;
	font-weight: 500;
	/*width: 100%;*/
    justify-content: center;
    margin-top: 1.3em;
}
.page-header .navbar-nav .nav-link {
	font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
	/*color: #fff;*/
}
.page-header .navbar-nav .nav-link:not(.btn) {
    color: #fff;
}
.page-header .main-nav .nav-item {
	position: relative;
}
.page-header .main-nav .nav-item::before {
	/*content: "";
    display: block;
    width: 1px;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: rotate(20deg);*/
}
.page-header .main-nav .nav-item:last-child::after {
	/*content: "";
    display: block;
    width: 1px;
    height: 50%;
    position: absolute;
    top: 25%;
    right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: rotate(20deg);*/
}

.page-header .main-nav .nav-link {
    /*color: #555;*/
	position: relative;
}

.page-header .main-nav .nav-link:hover,
.page-header .main-nav .nav-link:focus {
	/*color: #ed8494;*/
}
.page-header .contact-nav {
    /*position: absolute;
    top: 10px;
    right: 1rem;*/
}
.page-header .contact-nav {
	font-size: 0.8rem;
	/*padding-right: 70px*/
	
}
.page-header .contact-nav .nav-item {
	
}
.page-header .contact-nav .nav-item a {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0.2em;
	/*font-weight: 700;
	color: #111;*/
}
.page-header .contact-nav .nav-item .btn-sm {
    font-size: 0.75rem;
	/*padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-radius: 3px;*/
	padding: .3em 1em;
	/*color: #fff;*/
	border-radius: 15px;
	margin-right: 0.3em;
	margin-left: 0.3em;
	margin-top: 0;
	
}
.page-header .contact-nav .nav-item .btn-sm.btn-outline-primary {
	color: #48904e;
}
.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;
}

/*---無料体験レッスンボタン*/
/*.tl-nav {
	position: absolute;
	right: 0;
    top: 0;
    width: 80px;
    height: 100%;
    background: pink;
}
.tl-btn:link, .tl-btn:visited {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	text-align: center;
	font-size: .75rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	background: #70B92B;
}
.tl-btn::before {
	font-family: "Font Awesome 5 Free";
    content: "\f086";
    display: block;
    font-size: 2.5em;
    line-height: 1.6;
    font-weight: 900;
}
.tl-btn:hover, 
.tl-btn:focus,
.tl-btn:active {
	opacity: 1;
	color: #fff;
	text-decoration: none;
	background: #aadf78;
}*/

/* メニューのfont-sizeが大きい場合の処置*/

@media screen and (min-width: 768px) and (max-width: 980px) {
		
	.page-header .contact-nav .nav-item .btn-sm {
		
		padding: .2em 5px;
		border-radius: 7px;
	}

    
} /* end media query */


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

@media screen and (max-width: 767px) {
    
    /* lp-style override */
    .navbar-light .navbar-toggler {
        border-color: white;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("../images/navbar_toggler_icon_white.svg");
    }
    .navbar-collapse {
        background: #48904e;
        padding: 0 0.5em;
    }
	
    
	.page-header {
		align-items: center;
        margin-bottom: 0;
	}
    .page-header .navbar-brand {
        width: 150px;
        padding: 0;
        background: none;
    }
    .page-header p.tagline{
        margin: 0;
    }

	.page-header .main-nav {
    	border-top: 2px solid #dedede;
		margin-top: 0;
	}
	.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);
        position: static;
	}
	.page-header .contact-nav {
    	position: static;
		margin-bottom: 2em;
		padding-right: 0;
	}
	.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;
	}
	.page-header .main-nav .nav-item::before, .page-header .main-nav .nav-item:last-child::after {
		content: none;
	}

	
} /* end media query */

/*--------------------------------------------------------------
# page footer
--------------------------------------------------------------*/
.bg-footer {
    background: #fff;
	/*background-image: radial-gradient(#8DC755 1px, transparent 1px);
	background-size: calc(10 * 1px) calc(10 * 1px);*/
    position: relative;
	color: #070707;
}
/*.bg-footer::before {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	background-image: radial-gradient(#bfdd64 1px, transparent 1px);
	background-size: calc(10 * 1px) calc(10 * 1px); 
	position: absolute;
	bottom: 100%;
	left: 0;
	
}*/
/*.bg-footer::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 30px;
    background-repeat: repeat-x;
    background-size: 680px;
    position: absolute;
    top: -22px;
    left: 0;
}*/
.bg-footer::before {
	content: '';
	width: 80%;
	height: 1px;
	background: #333;
	position: absolute;
    margin: auto;
	top: 0px;
	left: 0;
    right: 0;
}

.bg-footer p {
    margin-bottom: 0;
	/*font-size: .85rem;*/
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}
main {
    padding-bottom: 1px;
}

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

.page-content {
	background: #fff;
	margin-bottom: 6em;
	/*padding: 0 0 2em;
	border: 2px solid #0492c9;
	border-radius: 15px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);*/
}

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



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

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

.section-header {
	margin-bottom: 2.4em;
}
.section-header p {
	margin-left: 2em;
	margin-right: 2em;
    text-align: center;
}
.section-header p em {
    color: #00619f;
}

/*.course-overview h2,*/
.course-category h2,
.price-category h2,
.all_teachers h2,
.section-title {
    font-size: 2rem;
    letter-spacing: 0.08em;
    margin-bottom: 2.8rem;
    line-height: 1.4;
    text-align: left;
    
}
.course-category h2 span,
.price-category h2 span,
.all_teachers h2 span,
.section-title span {
    display: inline-block;
    position: relative;
}
.course-category h2 span::after,
.price-category h2 span::after,
.all_teachers h2 span::after,
.section-title::after {
	/*font-family: "Font Awesome 5 Free";
    content: "\f1b2";
    font-weight: 900;
    color: #87f5fb;
    display: block;*/
	content: "";
	width: 1.5em;
	height: 2px;
	background: #070707;
	display: block;
	margin-top: 0.7em;
    margin-left: .1em;
}

.section-footer {
	margin-bottom: 4em;
}

@media screen and (max-width: 991px) {
	
	.eng-websites article {
		padding: 0 20px;
	}
	
	
	
} /* end media query */

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

@media screen and (max-width: 575px) {
	
	.course-category h2,
	.price-category h2,
	.all_teachers h2,
	.section-title {
		font-size: 1.5rem;
	}
	.section-header p {
		margin-left: 0;
		margin-right: 0;
	}
	.eng-websites h2 {
		font-size: 1.2rem;
		letter-spacing: -0.05em;
	}
	
} /* end media query */



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

.contents-header {
	margin-bottom: 4em;
	
}
.header-bg {
	/*background: url("../images/bg_page_header.jpg") no-repeat right center;
	background-size: cover;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .65;*/
}
.page-title-wrap {
	position: relative;
	margin-bottom: 4em;
    background: #cae1d4;
    width: 40%;
    aspect-ratio: 1 / 1;
    border: 1px solid black;
    margin-top: 100px;
    margin-left: 9%;
    max-width: 400px;
    padding: 3em 1em;
    display: flex;
    align-items: center;
}
/*.page-title-wrap::after {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	background-image: radial-gradient(#bfdd64 1px, transparent 1px);
	background-size: calc(10 * 1px) calc(10 * 1px); 
	position: absolute;
	top: 100%;
	left: 0;
}*/

/*.course-details .page-title-wrap {
    background-image: url("../images/bg_page_header_02.jpg");
}
.price .page-title-wrap {
    background-image: url("../images/bg_page_header_03.jpg");
}
.flow-to-join .page-title-wrap {
    background-image: url("../images/bg_page_header_04.jpg");
}
.teachers .page-title-wrap {
    background-image: url("../images/bg_page_header_05.jpg");
}*/

.page-title {
    /*text-align: center;
    color: #fff;*/
    font-size: 2.3rem;
    letter-spacing: .2em;
    position: relative;
}
.page-title small {
    display: block;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    margin-top: 1.2em;
	letter-spacing: .3em;
    padding-left: .3em;
    /*color: #fccf00;*/
}
.page-title small::before {
    content: '';
    display: block;
    width: 3em;
    height: 2px;
    background: #070707;
    margin-bottom: 2em;
}
.page-title::before {
    /*font-family: "Font Awesome 5 Free";
    content: "\f1b3";
    font-weight: 900;
    color: #87f5fb;
    display: block;*/
    /*content: "";
    width: 100%;
    height: 70px;
    background: url("../images/icon_tree.png") no-repeat center;
    background-size: contain;
    display: block;
    margin: 0 auto;*/
}
.header-image {
    margin-bottom: 3em;
}
.lead {
    font-size: 1rem;
    margin-bottom: 3em;
    /*text-align: center;*/
}
.lead strong {
	font-weight: bold;
	color: #4D2F15;
}



@media screen and (max-width: 767px) {
	.contents-header{
		background-size: 35%;
	}
    .page-title-wrap {
        width: 80%;
        max-width: 250px;
        padding: 2em 1.5em;
        margin-top: 50px;
    }
    .page-title {
        font-size: 1.9rem;
        padding: 0;
        letter-spacing: .1em;
    }
    
	.course-category h2, .price-category h2 {
    	/*font-size: 4.3vw;*/
	}
	
} /* end media query */



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


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


/*--------------------------------------------------------------
# article header
--------------------------------------------------------------*/

.course-overview {
    padding: 3em 0;
    margin-bottom: 5em;
}

.course-overview .section-header {
    text-align: center;
}

.section-header.block {
	text-align: center;
	margin-bottom: 0;
	position: relative;
	z-index: 10;
}

.course-overview h2,
.block-title {
    display: inline-block;
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding: 25px 2em 20px;
    margin-bottom: 1.5em;
    text-align: center;
    /*background-color: #fff;*/
    position: relative;
    /*width: 70%;*/
    /*border-radius: 10px;
    border: 2px solid #4D2F15;
    color: #4D2F15;*/
	
    /*font-weight: 600;
    line-height: 1.4;*/
    /*border-radius: 10px;*/
    /* background-image: repeating-linear-gradient(-30deg, #00757f, #00757f 5px,#146e73 0, #146e73 14px); */
    /*background-image: radial-gradient(#f58133 32%, rgba(255,255,255,0) 32%), radial-gradient(#f58133 32%, rgba(255,255,255,0) 32%);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;*/
}

.course-overview h2 > span,
.block-title > span {
	/*display: flex;*/
}
/*.course-overview h2 > span::before,
.block-title > span::before {
	font-family: "Font Awesome 5 Free";
    content: "\f1b2";
    font-weight: 900;
    color: #afd43d;
	margin-right: .5em;
	content: '';
	width: 40px;
	height: 50px;
	background: url("../images/icon_tree-s.png") no-repeat center;
	background-size: contain;
	top: 0;
	display: block;
	margin-right: .3em;
	margin-top: -5px;
}*/
.course-overview h2::after,
.block-title::after {
	/*content: "";
    width: 1.5em;
    height: 2px;
    background: #48904e;
    display: block;
    margin: 0.5em auto 0;*/
	
}

.course-overview p.link-to-price {
	position: relative;
	line-height: 1.5;
	font-size: 14px;
	font-weight: bold;
	/*padding-left: 70px;*/
	margin: 0 auto;
    max-width: 380px;
    text-align: center;
}
.course-overview p.link-to-price a:link,
.course-overview p.link-to-price a:visited {
	/*background: #ed8494;*/
	margin-top: .75em;
	width: 100%;
}
/*.course-overview p.link-to-price a:hover,
.course-overview p.link-to-price a:active {
	background: #BBE44C;
}*/
/*.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: #DD281D;
}*/

.overview-list h3,
.onsite-overview h3 {
	font-size: 1.3em;
	margin-bottom: .75em;
	/*color: #006E32;*/
}
.overview-list h3::before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-weight: 900;
	position: relative;
    top: -2px;
    color: #48904e;
    font-size: 70%;
	margin-right: 0.5em;
}
.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 {
	/* justify-content: center; */
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.2em;
	/* padding: 0 2%; */
	padding-left: 1.5rem;
	
}
.overview-list ul > li {
	background: #48904e;
	color: #fff;
	/*border-radius: 8px;*/
	width: 30%;
	margin-right: 3%;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 1em;
	min-width: 208px;
}
.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,
.overview-list ul > li > a:active {
	opacity: 1;
}
.overview-list ul > li > a:hover dl,
.overview-list ul > li > a:active dl {
	background: #6da671;
	transition: 0.3s;
}


.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: 767px) {
	.overview-list ul > li {
		width: 46%;
		margin-right: 3%;
	}

} /* end media query */

@media screen and (max-width: 575px) {
	
    .course-overview h2, .block-title {
        padding: 30px 1em 25px;
		font-size: 1.5rem;
    }
    .course-overview h2::before, .block-title::before {
        width: 60px;
        left: 10px;
        top: -30px;
    }
	
	
	
} /* end media query */

@media screen and (max-width: 480px) {
	.overview-list ul {
    	justify-content: space-around;
	}
	.overview-list ul > li {
		width: 90%;
	}

} /* end media query */

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

.course-list {
	margin-bottom: 4em;
	padding-left: 0;
}
.course-list > li {
	/*background: #e6f4fa;*/
	padding: 0;
	/*border-radius: 8px;*/
	margin-bottom: 4em;
	/*box-shadow: 1px 1px 4px #ccc;*/
	position: relative;
	z-index: 10;
}
.course-list > li::after {
    content: '';
    display: block;
    width: 70%;
    height: 20px;
    margin: 0 auto;
    /*border-bottom: 4px double #111;*/
    margin-top: 3em;
	background-image: repeating-linear-gradient(45deg, #42403d 0, #42403d 1px, transparent 0, transparent 50%);
    background-size: 10px 10px;
}
.course-list > li:last-child::after {
    background: none;
    margin-top: 0;
}
.course-header {
	overflow: hidden;
	/* padding-right: 20px; */
}
.course-list h3 {
    font-size: 1.6rem;
    /*color: #555;*/
    position: relative;
    /*padding-left: 1em;*/
	margin-bottom: .7em;
}
.course-list h3::before {
    /*display: block;
    content: '';
    position: absolute;
	top: .6rem;
    left: 0;
    width: .6em;
    height: .6em;
    border: 3px solid #48904e;
    border-radius: 50px;*/
}
.course-list h3::after {
	/*content: none;
	display: block;
	width: 150%;
	height: 5px;
	background: white;
	position: absolute;
	bottom: 0;
	left: -1em;
	z-index: -5;*/
}
.course-list h3 small {
    font-size: 80%;
	/*font-weight: bold;*/
}
.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: 1.2rem;
    /*color: #006E32;*/
}
.course-list h4::before {
	font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-weight: 900;
    margin-right: 5px;
    position: relative;
    top: -1px;
    color: #cae1d4;
    font-size: 60%;
}
.course-list .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: 26%;
	margin: 0 0 1% 4%;
	position: relative;
	z-index: 10;
	/*border-radius: 20px 0 20px 0;*/
	display: block;
	/*box-shadow: 10px 10px #e2f1d4;*/
}
.course-list strong {
	color: #48904e;
}
.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: #48904e;
    padding: 15px;
    background: #cae1d4;
    font-weight: bold;
    border: 1px solid #48904e;
    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;
    font-weight: 700;
}
.suitable-for dd::before,
.price-list dd::before,
.option-list li ul>li::before {
	content: "・"
}

/* ---- nested */

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

.textbooks {
    position: relative;
    padding: 0 2em; 
    
}
.textbooks::before {
    content: '';
    display: block;
    width: 60%;
    height: 1px;
    /*margin: 0 auto;*/
    background: #dedede;
    margin-bottom: 2em;
}
.textbooks h4 {
	font-size: 1.3rem;
	margin-bottom: 1em;
	/*border-bottom: 1px dotted #0492c9;
	color: #111;*/
}
.textbooks h4 small {
	font-size: .8rem;
}
.textbook-list dt {
	font-size: 1rem;
	line-height: 1.5;
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: .3em;
	color: #48904e;
}
.textbook-list dt small {
	font-weight: bold;
	display: block;
	margin-left: 1.9em;
	color: #555;
	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: #cae1d4;
}
.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 solid #dedede;
    padding-bottom: 1em;
}
.textbook-list .textbook-description:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

p.back-btn {
	text-align: center;
	margin-bottom: 3em;
}


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

@media screen and (max-width: 575px) {
    .course-list {
        margin-bottom: 0;
    }
	.course-list > li {
    	/*padding: 30px 0;*/
        margin-bottom: 2em;
	}
	.course-list .floatr-img {
    width: 40%;
	}
	.course-list h3 {
		font-size: 1.4rem;
	}
	.course-list h3 .label-special {
        right: -0.6em;
        top: -3.2em;
    }
	.suitable-for {
		display: block;
		clear: both;
		padding-top: 1em;
	}
    .suitable-for > dt {
        display: block;
		width: 80%;
		margin: 0 auto 1em;
		padding: 10px 15px 6px;
		border-radius: 40px;
    }
	.suitable-for dd,
	.price-list dd,
	.option-list li ul>li {
		/*padding-left: 0;*/
	}
    .textbooks {
        padding: 0;
    }
	.textbooks h4 {
		font-size: 1.1rem;
	}
	
	
} /* end media query */

/*--------------------------------------------------------------
# 料金プラン（コース内容ページ）
--------------------------------------------------------------*/
.prices {
    /*border-top: 3px solid #0492c9;
    padding: 20px 0;*/
    /*background-color: #EDF1F3;
    background-image: url("../images/bg_pattern_dots_alt_opaque.png");
    background-size: 20px;*/
	
    /*background-image: radial-gradient(#cce993 1px, transparent 1px);
    background-size: calc(10 * 1px) calc(10 * 1px);
    background-color: #effbd8;
    border-radius: 20px;*/
	
	background: #cae1d4;
    padding: 2em 2em 1.5em;
    margin-bottom: 3em;
	
	position: relative;
}
.prices::after {
	content: '';
    width: 100%;
    height: 1px;
    background: #dedede;
    position: absolute;
    bottom: 12px;
    left: 0;
	
}
.prices h3 {
	/*margin-top: -37px;
	margin-bottom: 10px;
	font-size: 19px;
	background: #fff;
	padding-bottom: 10px;
	width: 110px;
    color: #f26100;*/
    font-size: 1.5rem;
	text-align: center;
    margin-bottom: 1em;
    color: #48904e;
}
.prices h3::after {
	 /*content: "";
    width: 1.5em;
    height: 1px;
    background: #48904e;
    display: block;
    margin: 0.5em auto 0;*/
}
.plan-category-title {
    font-size: 18px;
    margin-bottom: 1em;
    color: #00a0e8;
}
ul.price-list {
    width: 59%;
    float: left;
	padding-left: 0;
    margin-bottom: 0;
}
ul.price-list.width-fll{
	width: 100%;
	float: none;
}
.price-list li,
.onsite-price-card {
    padding: 5px 20px 20px;
    /*border-radius: 10px;
    border: 2px solid #4D2F15;*/
    background: #fff;
	margin-bottom: 20px;
	
}
.price-list h4,
.onsite-price-list h4{
    font-size: 1.1rem;
    /*color: #006E32;*/
    border-bottom: 1px solid #48904e;
    line-height: 1.5;
    margin-bottom: 1.3em;
}
.price-list h4 em,
.price-list h4 strong {
    font-size: 180%;
    font-style: normal;
    position: relative;
    top: 1px;
    margin: 0 2px;
	color: #48904e;
	font-weight: 500;
}

.price-list h4 strong {
	/*color: #20AB8C;*/
	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: #cae1d4;
	color: #48904e;
    border: 1px solid #48904e;
	font-weight: bold;
	line-height: 2;
	padding: 2px 10px 0;
	display: inline-block;
	border-radius: 20px;
	margin-bottom: .8em;
}
.price-list dd strong,
.option-list li strong{
	font-weight: bold;
	color: #48904e;
}
.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: #67b519;
}
.onsite-price-list h4 strong{
    font-size: 24px;
    font-style: normal;
    position: relative;
    top: 4px;
    margin: 0 2px;
	
}
.onsite-prices {
    font-size: 16px;
    color: #ed1e79;
	line-height: 1.5;
	/*margin-bottom: 15px;*/
}
.onsite-prices strong {
    font-size: 32px;
    font-style: normal;
    position: relative;
    top: 4px;
    margin: 0 2px;
}
.onsite-prices small {
	font-weight: normal;
}
.onsite-prices > dt {
    width: 80px;
    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: #fff;
    /*border-radius: 10px;*/
    padding: 0 15px 20px;
    font-size: 13px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
	overflow: hidden;
}
.price-options h4 {
	/*background: #4D2F15;*/
	line-height: 2;
	/*margin: -1px -16px 15px;
	font-size: 18px;*/
	/*border-radius: 6px 6px 0 0;
	color: white;
	padding: 5px 15px 0;*/
	padding-top: .2em;
	border-bottom: 1px solid #48904e;
	font-size: 1.3rem;
	margin-bottom: .7em;
}
.price-options ul {
	padding-left: 0.2em;
}
.option-list h5 {
    font-size: 14px;
	line-height: 1.2;
    margin-bottom: 15px;
}
.option-list h5 em {
    display: block;
    font-size: 18px;
    /*color: #70B92B;
    font-weight: bold;
    font-style: normal;*/
	font-weight: 500;
}
.option-list h5 strong {
	font-size: 28px;
	font-weight: 500;
	color: #48904e;
	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;
}

.balloon {
	display: block;
	font-size: 50%;
	font-weight: bold;
	color: #fff;
	width: 200px;
	background: #48904e;
	padding: 15px 0;
	border-radius: 50px;
	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 #48904e;
	width: 0;
	height: 0;
}


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

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




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

.flow-details {
    padding-left: 0;
}
.flow-item {
	margin-bottom: 120px;
	position: relative;
	z-index: 10;
}
.flow-item::after {
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-weight: 900;
	font-size: 100px;
	color: #cae1d4;
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: .5;
	top: calc( 100% + 30px);
}
.flow-item .inner {
    padding: 2.5em 1.5em 1em;
    position: relative;
	background: #cae1d4;
    /*border-radius: 10px;*/
    /*box-shadow: 13px 13px #004b7f;*/
    /*border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;*/
    margin-left: 0;
    margin-right: 0;
	/*背後の影の分だけ、幅を減らす*/
    /*width: calc(100% - 20px);*/
}
/*.flow-item .inner::before {
	content: '';
    width: 100%;
    height: 1px;
    background: #dedede;
    position: absolute;
    top: 12px;
    left: 0;
}*/
.flow-item:last-child::after {
	content: "";
}


.flow-details h2 {
    text-align: left;
    color: #48904e;
    font-size: 2.4em;
	border-right: 1px solid #48904e;
}
.flow-details h2 span {
    /*display: inline-block;
    background: #00619f;
    padding: 0.7em 1em;
    width: 90%;
    border-radius: 50px;*/
}
.flow-details .step-details dt {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #48904e;
	font-size: 1.5rem;
	margin-bottom: .5em;
	position: relative;
	
}
.flow-details .step-details dt::before {
	/*display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: 0;
    width: .6em;
    height: .6em;
    border: 3px solid #ed8494;
    border-radius: 50px;*/
}
.step-details {
	margin-bottom: 0;
    padding-left: 2em;
}
.step-details ol {
	counter-reset: my-counter;
	padding-left: 30px;
}
.step-details li {
    position: relative;
	margin-bottom: 2em;
}
.step-details li:last-child {
	margin-bottom: 0;
}
.step-details ol li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #48904e;
    color: #cae1d4;
    font-weight: bold;
    font-size: .9em;
    display: block;
    position: absolute;
    left: -30px;
    text-align: center;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    top: 1px;
}
.step-details ol ol li::before {
    background-color: #cae1d4;
    border: 1px solid #48904e;
    color: #48904e;
	top: 2px;
}
.step-details ol ol ol li::before {
    background-color: #f3f3f3;
    border: none;
    color: #afd43d;
    font-size: 1rem;
}
.step-details dd h3 {
	font-size: 1.2rem;
	/*margin-bottom: 0;*/
}
.step-details dd p {
    /*margin-bottom: 0;*/
}
.step-details dd p.note {
	margin-left: 1em;
}
.step-details strong {
    color: #48904e;
}

/*.flow-item:nth-child(2) h2,
.flow-item:nth-child(2) .step-details dt {
	color: #ff9100;
}
.flow-item:nth-child(3) h2,
.flow-item:nth-child(3) .step-details dt {
	color: #ed1e79;
}
.flow-item:nth-child(4) h2,
.flow-item:nth-child(4) .step-details dt {
	color: var(--indigo);
}*/

/*--- flow-collapse --> not used  */
.flow-collapse-link {
	font-size: .93rem;
}
.flow-collapse-figure-sp {
	max-width: 350px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.flow-details h2 {
		border-right: none;
        margin-bottom: 0.7em;
        border-bottom: 1px solid #48904e;
        font-size: 1.9rem;
	}
    .flow-details h2 span {
        /*display: inline-block;
        padding: 0.7em 2em;
        width: auto;*/
    }
	
} /* end media query */

@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;*/
    width: 90%;
    max-width: 650px;
    margin: 3em auto;
    background: #48904e;
    color: white;
    padding: 2em 1.5em 1px;;
}
.modal-nav-title {
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 1.3em;
	
}
/*.modal-nav::before,
.modal-nav::after {
	content: '';
	display: block;
	width: 90%;
	max-width: 650px;
	height: 3px;
	border-bottom: 1px solid #dedede;
	margin: .5em auto 1.5em;
}*/
.modal-links {
	margin-bottom: 1.2em;
}
.modal-links a.btn {
	margin: 0 1em 1em;
	color: #fff;
	text-decoration: none;
		
}
.modal-links .btn::before {
	font-family: "Font Awesome 5 Free";
    content: "\f35a";
    font-weight: 900;
    margin-right: 6px;
}

@media screen and (max-width: 450px) {
    
    .modal-nav {
        width: 100%;
    }
    .modal-links a.btn {
        font-size: 0.9rem;
    }
    .step-details {
        padding-left: 15px;
    }
    .flow-details .step-details dt {
        font-size: 1.3rem;
    }
    .step-details dd h3 {
        font-size: 1.1rem;
    }
	.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: 1px dotted #111;
	margin-top: 1rem;
	margin-left: 1rem;
	margin-bottom: 1em;
	padding: 0 .5em .2em;
	font-size: 1.2rem;
	color: #ff7f2c;
}
.modal-body {
	padding: 1rem 2rem;
}
.modal-footer {
	border-top: none;
	justify-content: center;
}

/* modal style */
.modal a:link,
.modal a:visited {
    color: #336f99;
    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: #1a5a87;
}
.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: #48904e;
}

.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 h2 {
	text-align: center;
	color: #48904e;
	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;
}

@media screen and (max-width: 575px) {
	.thanks h2 {
		font-size: 1.3rem;
		letter-spacing: 0.05em;
	}

} /* end media query */
