/* 共通　*/
.courseBox {
	margin-bottom: 60px;
}
.coursetable {
	margin: 10px 0;
	padding: 15px;
	background-color: #fff;
	border-radius: 10px;
}
.coursetable table {
	width: 100%;
	border-collapse: collapse;
}
.coursetable table th {
	width: 29%;
	padding: 8px 0;
	background-color: #b5e9ce;
	border-right: 2px solid #e1f8e3;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: bold;
	color: #3b856f;
	text-align: center;
	vertical-align: middle;
}
.coursetable table td {
	padding: 20px 0;
	border-right: 2px solid #e1f8e3;
	border-bottom: 2px solid #e1f8e3;
	font-size: 1.7rem;
	color: #333;
	text-align: center;
	vertical-align: middle;
}
.coursetable table th:last-child {
	width: 13%;
	border-right: none;
}
.coursetable table td:last-child {
	border-right: none;
}
.coursetable table tr:last-child td {
	border-bottom: none;
}
.photo img {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #cbcbcb;
}
.flexBox {
	display: -webkit-flex;
	display: flex;
}
/* 『スタンダードコース』と『スパルタコース』２つのコース！ */
#course1 {
	padding-bottom: 80px;
}
#course1 p {
	padding: 0 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #333;
}
#course1 p span {
	color: #fff;
}

#course1 .courseBox h4 {
	padding: 0 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #ffff00;
}
#course1 .courseBox p {
	padding-left: 20px;
	font-size: 1.6rem;
	font-weight: normal;
	color: #1a1a1a;
}

/*　TOEIC・TOEFL・IELTSなどの特別コースを選択可能 */
#course2 {
	padding-bottom: 40px;
}
#course2 .boxInner {
	position: relative;
}
#course2 .photo {
	position: absolute;
	top: 180px;
	right: 0;
}
#course2 .lead {
	padding: 35px 0;
	text-align: left;
}
#course2 .courseBox h4 {
	padding: 0 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #ed6400;
}
#course2 .courseBox p {
	padding-left: 20px;
	font-size: 1.6rem;
	font-weight: normal;
	color: #1a1a1a;
}
#course2 p.chuui {
	margin-bottom: 1.5em;
	font-size: 1.8rem;
	font-weight: bold;
	color: #947b00;
}
/*　『８つの教科から重点的に学びたい教科』を選択することが出来る　*/
#course3 {
	padding-bottom: 50px;
	color: #1a1a1a;
}
#course3 .lead {
	font-size: 2.2rem;
	color: #ffff00;
}
#course3 p {
	margin-bottom: 20px;
	font-size: 1.6rem;
}
#course3 .photo img {
	margin-right: 10px;
}

#course3 .flexBox {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: 15px 0 80px 20px;
}
#course3 ul {
	-webkit-flex: 0 0 400px;
	flex: 0 0 400px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 20px;
	padding: 10px 25px;
	background-color: #fff;
	border-radius: 10px;
	font-size: 1.8rem;
	color: #333333;
}
#course3 ul li {
	-webkit-flex: 0 0 48%;
	flex: 0 0 48%;
}
#course3 ul li:before {
	content: "・";
	font-size: 2.0rem;
	font-weight: bold;
	color: #947b00;
}
#course3 dl {
	margin-bottom: 40px;
}
#course3 dl dt {
	font-size: 2.0rem;
	font-weight: bold;
	color: #333;
}
#course3 dl dd {
	padding-top: 10px;
	font-size: 1.6rem;
}
/*　授業詳細　*/
#course4 {
	padding-bottom: 50px;
}
.lessonsBox {
	margin-bottom: 60px;
	padding: 0 10px 20px;
	background-color: #fff;
	border-radius: 10px;
}
.lessonsBox h4 {
	padding: 10px;
	border-bottom: 1px dashed #006547;
	font-size: 2.4rem;
	color: #ed6400;
}
.lessonsBox .flexBox {
	font-size: 1.6rem;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.lessonsBox .flexBox ul.kihon {
	-webkit-flex: 0 0 400px;
	flex: 0 0 400px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 10px 20px 10px 10px;
	padding: 10px 25px;
	background-color: #e1f8e3;
	border-radius: 10px;
	font-size: 1.8rem;
	color: #333333;
}
.lessonsBox .flexBox ul.kihon li {
	-webkit-flex: 0 0 48%;
	flex: 0 0 48%;
}
.lessonsBox .flexBox ul.kihon li:before {
	content: "・";
	font-size: 2.0rem;
	font-weight: bold;
	color: #947b00;
}
.lessonsBox .flexBox .text {
	margin: 10px 20px 40px 10px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #cf1c24;
}
.lessonsBox p {
	font-size: 1.6rem;
	margin: 5px 20px 10px 10px;
	
}
.lessonsBox .flexBox p span {
	display: block;
	padding-top: 40px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #947b00;
}
.lessonsBox .flexBox ul.group {
	font-size: 2.0rem;
	font-weight: bold;
	color: #006547;
}
.lessonsBox .flexBox ul.group li {
	padding: 20px 10px;
	border-bottom: 1px dashed #accec8;
}
.lessonsBox .flexBox ul.group li p {
	padding-left: 20px;
	font-size: 1.6rem;
	font-weight: normal;
	color: #333;
}
.lessonsBox .flexBox ul.group li p span {
	padding-top: 0;
}
.lessonsBox .flexBox ul.group li:last-child {
	border: none;
}
#course4 .photo {
	-webkit-flex: 0 0 290px;
	flex: 0 0 290px;
	margin: 30px 0;
}
#course4 .photo img {
	margin-bottom: 30px;
}
#course4 .lvImg {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}
.tokubetsu {
	background-color: #e1f8e3;
	border-radius: 10px;
	padding: 10px;
}
.tokubetsu table {
	width: 100%;
	border-collapse: collapse;
}
.tokubetsu table th {
	padding: 10px 40px;
	background-color: #b5e9ce;
	border-bottom: 2px solid #e1f8e3;
	border-right: 2px solid #e1f8e3;
	font-size: 1.8rem;
	font-weight: bold;
	color: #3b856f;
	
}
.tokubetsu table td {
	padding: 10px 20px;
	background-color: #fff;
	border-bottom: 2px solid #e1f8e3;
	font-size: 1.7rem;
}
.tokubetsu table td p {
	margin-bottom: 1.5em;
}
.tokubetsu table td p span {
	font-size: 1.8rem;
	font-weight: bold;
	color: #947b00;
}

/*　留学費用
----------------------------------------------*/
#expense1 {
	padding-bottom: 80px;
}
#expense1 h3 {
	font-size: 2.2rem;
	color: #ffff00;
}
#expense1 p {
	font-size: 1.6rem;
}
#expense1 p span {
	display: block;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
}
.btnArea {
	margin: 60px auto;
	width: 505px;
	height: 65px;
}
.btnArea a {
	width: 505px;
	height: 65px;
	display: block;
	background-image: url(../img/course/btn-expense01-hover.png);
	background-position: 0px;
	background-repeat: no-repeat;
	background-size: 505px 65px;
}
#expense1 .ryoukin ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#expense1 .ryoukin ul li {
	-webkit-flex: 0 0 184px;
	flex: 0 0 184px;
}
#expense1 .ryoukin ul li a {	
	height: 100px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 30px 0 10px;
	background: #006547 url(../img/course/arrow-expense.png) no-repeat right center;
	background-size: 25px 22px;
	border-radius: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	text-decoration: none;
}
#expense1 .ryoukin ul li a:hover {
	background-color: #3b856f;
}
#expense1 .specialBox {
	margin-top: 50px;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
}
#expense1 .specialBox .specialTitle {
	padding-bottom: 10px;
	border-bottom: 1px dashed #006547;
	font-size: 2.4rem;
	font-weight: bold;
	color: #cf1c24;
	text-align: center;
}
#expense1 .specialBox .specialMidashi {
	padding-top: 30px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ed6400;
	text-align: center;
}
#expense1 .specialBox .specialMidashi2 {
	padding-bottom: 15px;
	font-size: 3.0rem;
	font-weight: bold;
	color: #333;
	text-align: center;
}
#expense1 .specialBox .specialMidashi2 span {
	font-size: 2.0rem;
}
#expense1 .specialBox p {
	text-align: center;
}
#expense1 .specialBox .flexBox {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 10px;
}
#expense1 .specialBox dl {
	-webkit-flex: 0 0 300px;
	flex: 0 0 300px;
	margin: 30px 0 15px;
	background-color: #e1f8e3;
	border-radius: 10px;
}
#expense1 .specialBox dl dt {
	padding: 10px 0;
	background-color: #b5e9ce;
	border-radius: 10px 10px 0 0;
	font-size: 2.0rem;
	font-weight: bold;
	color: #3b856f;
	text-align: center;
}
#expense1 .specialBox dl dd {
	padding: 16px;	
	font-size: 1.6rem;
}
#expense1 .specialBox dl dd span {
	font-size: 1.8rem;
	font-weight: bold;
	color: #947b00;
}
#expense1 .specialBox p.chuui {
	padding: 0 10px;
	font-size: 1.4rem;
	text-align: left;
}
#expense1 .specialBox .jouken {
	padding: 20px 10px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #947b00;
}
#expense1 .specialBox .jouken ul {
	font-weight: normal;
	color: #333;
}
#expense1 .next {
	border-top: 1px dashed #accec8;
	padding: 20px 0 10px;
	font-size: 1.6rem;
	text-align: center;
}

/*　料金表　*/
#expense2 {
	padding-bottom: 60px;
}
#expense2 .boxArea {
	margin: 15px 0 50px;
}
#expense2 h4 {
	padding-left: 20px;
	font-size: 2.0rem;
	color: #ed6400;
}
#expense2 .boxArea p {
	padding: 15px;
	font-size: 1.6rem;
}
#expense2 .expenseBox {
	margin-top: 10px;
	padding: 15px;
	background-color: #fff;
	border-radius: 10px;
}
#expense2 .expenseBox table {
	width: 100%;
	border-collapse: collapse;
}
#expense2 .expenseBox table th {
	width: 21%;
	padding: 10px 0;
	background-color: #b5e9ce;
	border-left: 2px solid #e1f8e3;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #3b856f;	
	vertical-align: middle;
}
#expense2 .expenseBox table th:first-child {
	width: 37%;
	padding-left: 20px;
	border-left: none;
	text-align: left;
}
#expense2 .expenseBox table td {
	padding: 15px 20px;
	border-left: 2px solid #e1f8e3;
	border-bottom: 2px solid #e1f8e3;
	font-size: 1.7rem;
	text-align: right;
	vertical-align: middle;
}
#expense2 .expenseBox table td span {
	font-size: 1.9rem;
	font-weight: bold;
	color: #cf1c24;
}
#expense2 .expenseBox table td em {
	font-size: 1.9rem;
	font-weight: bold;
	font-style: normal;
}
#expense2 .expenseBox table td:first-child {
	border-left: none;
	text-align: left;
}
#expense2 .expenseBox table tr.osusume {
	background-color: #ffebaa;
}
#expense2 .expenseBox table tr.osusume td {
	padding: 10px 20px;
}
#expense2 .expenseBox table tr.osusume img {
	vertical-align: middle;
}
#expense2 .expenseBox table tr:last-child td {
	border-bottom: none;
}
#expense2 .expenseBox table td span.pc,
#expense2 .expenseBox table td span.sp {
	color: #333;
}
/*　その他費用　*/
#expense3 {
	padding-bottom: 80px;
}
.otherTable {
	margin: 15px 0 60px;
	padding: 15px;
	background-color: #fff;
	border-radius: 10px;

}
.otherTable table {
	width: 100%;
	border-collapse: collapse;
}
.otherTable table th {
	padding: 15px 20px;
	background-color: #b5e9ce;
	border-left: 2px solid #e1f8e3;	
	font-size: 1.8rem;
	line-height: 1.3;
	color: #3b856f;	
}
.otherTable table tbody th {
	width: 25%;
	text-align: left;
}
.otherTable table td {
	padding: 15px 20px;
	border-left: 2px solid #e1f8e3;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.otherTable table td.setsumei {
	width: 50%;
	font-size: 1.5rem;
	font-weight: normal;
	text-align: left;
}
.otherTable table tbody tr {
	border-top: 2px solid #e1f8e3;
}
#expense3 h4 {
	margin-top: 30px;
	padding-left: 20px;
	font-size: 2.0rem;
	color: #ffff00;
}
#expense3 p {
	padding: 0 20px 1em;
	font-size: 1.6rem;
	color: #1a1a1a;
}
#expense3 p span {
	font-weight: bold;
}
.visaTable {
	margin: 0 0 10px;
	padding: 15px;
	background-color: #fff;
	border-radius: 10px;
}
.visaTable table {
	width: 100%;
	border-collapse: collapse;
}
.visaTable table th {
	width: 25%;
	padding: 15px 20px;
	background-color: #b5e9ce;
	border-left: 2px solid #e1f8e3;	
	font-size: 1.8rem;
	line-height: 1.3;
	color: #3b856f;	
}
.visaTable table td {
	padding: 15px 20px;
	border-left: 2px solid #e1f8e3;
	font-size: 1.7rem;
	line-height: 1.3;
	text-align: right;
}
.visaTable table th:first-child,
.visaTable table td:first-child {
	border-left: none;
	text-align: center;
}
.visaTable table tbody tr {
	border-top: 2px solid #e1f8e3;
}
/*　キャンセル料金規定　*/
#expense6 {
	padding-bottom: 80px;
}
#expense6 h3 {
	font-size: 2.2rem;
	color: #ffff00;
}
#expense6 p {
	padding: 0 20px;
	font-size: 1.6rem;
}
#expense6 p span {
	display: block;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
}
#expense6 ul {
	margin: 15px 0 60px;
	padding: 15px;
	background-color: #fff;
	border-radius: 10px;
}
#expense6 ul li {
	padding: 15px 20px;
	border-left: 2px solid #e1f8e3;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
}
#expense6 ul li em {
	font-size: 1.8rem;
	font-weight: bold;
	color: #cf1c24;
}
#expense6 ul li span {
	font-size: 1.8rem;
	font-weight: bold;
	color: #947b00;
}
#expense6 ul li:before {
	content: "・";
	font-size: 2.0rem;
	font-weight: bold;
	color: #947b00;
}
#expense6 ul li:last-child {
	border-bottom: none;
}
#expense6 p.chuui {
	padding: 0 10px;
	font-size: 1.4rem;
	text-align: left;
}
#expense6 .next {
	border-top: 1px dashed #accec8;
	padding: 20px 0 10px;
	font-size: 1.6rem;
	text-align: center;
}
#expense6 .next a {
	color: #006547;
	text-decoration: underline;
}
#expense6 .next a:hover {
	text-decoration: none;
}

/*　留学までの流れ
----------------------------------------------*/
#nagare1 {
	padding: 50px 0 60px;
}
.step h3 {
	margin: 0 0 0 5em;
	padding: 0;
	text-indent: -5em;
	font-size: 2.0rem;
	line-height: 1;
	font-weight: bold;
	color: #ffff00;
	text-align: left;
}
.step h3 img {
	width: 100px;
	height: auto;
	vertical-align: middle;
}
.step p {
	margin: 15px 0 0 10px;
	padding: 0 0 30px 20px;
	border-left: 4px solid #006547;
	font-size: 1.4rem;
}
.laststep {
	background: url(../img/course/icon-step6.png) no-repeat bottom right;
	background-size: 204px 80px;
}
.laststep p {
	padding-bottom: 70px;
	border-bottom: 4px solid #006547; 
}
.noDrug {
	width: 100%;
	margin: 40px auto 60px;
	padding-top: 15px;
	background-color: #e7b200;
	border-radius: 10px;
	text-align: center;
}
.noDrug p {
	padding: 15px;
	background-color: #ffd700;
	border-radius: 0 0 10px 10px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	
}
.nagareBox {
	margin-bottom: 40px;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
}
.nagareBox h4 {
	padding: 0 15px 5px;
	border-bottom: 1px dashed #006547;
	font-size: 2.0rem;
}
.nagareBox p {
	font-size: 1.4rem;
}
.nagareBox p span {
	font-size: 1.6rem;
}
/*　初日の主なスケジュール*/
#nagare2 {
	padding-bottom: 80px;
}
ul.schedule {
	font-size: 2.0rem;
}
ul.schedule li:last-child {
	background: none;
}
#nagare2 p {
	font-size: 1.4rem;
}
#nagare2 p em {
	font-size: 1.6rem;
}
#nagare2 p span {
	font-size: 1.6rem;
}
#nagare2 .nagareBox {
	margin-top: 40px;
}
.nagareBox dl {
	padding: 20px 15px 0;
}
.nagareBox dl dt {
	font-size: 1.6rem;
}
.nagareBox dl dd {
	font-size: 1.4rem;
	padding: 0 0 20px;
}
/*　持ち物リスト　*/
#nagare3 {
	padding-bottom: 80px;
}
#nagare3 h4 {
	padding: 15px 15px 10px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #ffff00;
}
.nagareBox table {
	display: block;
	width: 100%;
	border-collapse: collapse;
}
.nagareBox table tr {
	border-bottom: none;
}
.nagareBox table tr:last-child {
	border-bottom: none;
}
.nagareBox table th {
	display: block;
	width: 100%;
	padding: 10px 20px;
	background-color: #b5e9ce;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #3b856f;
	text-align: left;
}
.nagareBox table th span {
	margin-top: 5px;
	display: block;
	font-size: 1.5rem;
}
.nagareBox table td {
	display: block;
	width: 100%;
	padding: 15px 10px 30px;
	background-color: #fff;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: left;
}
.nagareBox table td div {
	margin: 15px 0 0;
	font-size: 1.6rem;
	font-weight: bold;
	color: #947b00;
}
.nagareBox table td div em {
	display: block;
	color: #006547;
	font-style: normal;
	margin: 15px 0 0;
}
.nagareBox table td div span {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.3;
	color: #333;
}
.nagareBox table td div .photo img {
	width: 48%;
	height: auto;
	margin: 5px 3px;
}
#nagare3 .nagareBox {
	margin-bottom: 20px;
}
#nagare3 p {
	font-size: 1.4rem;
	padding-left: 20px;
}
/*----------------------------------------------
 :hover用（パソコンのみ適用）
----------------------------------------------*/

@media screen and (min-width:768px) {
#expense2 .expenseBox table td span.sp {
	display: none;
}
.btnArea a:hover {
	background-position: 0px 0px;
}
.btnArea a:hover img {
	display: none;
}
}
