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

.h3-title{
	font-size: 32px;
}

.sub-tit{
	font-size: 29px;
	text-align: center;
	color: #333333;
}

.txt01{
	font-size: 20px;
	line-height: 1.85;
	letter-spacing: 0.1em;
	color: #333333;
	text-align: center;
}

.lesson_table{
	width: 1000px;
	margin: 40px auto 0;
}

.lesson_table table{
	width: 100%;
	border-top: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	box-sizing: border-box;
}

.lesson_table table tr th{
	width: 22.7%;
	background: #f4e156;
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	box-sizing: border-box;
}

.lesson_table table tr th div{
	padding: 14px 0 14px 21px;
	font-size: 20px;
	text-align: left;
}

.lesson_table table tr td{
	width: calc(100% - 22.7%);
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	box-sizing: border-box;
}

.lesson_table table tr td div{
	padding: 14px 23px;
	font-size: 18px;
	line-height: 1.5;
}

.lesson_table table tr td div p:nth-child(2){
	margin-top: 1em;
}

.pw2,.pw5{
	background: #fffcee;
}

.lesson_table02{
	width: 1000px;
	margin: 40px auto 0;
}

.lesson_table02 table{
	width: 100%;
	border-top: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	box-sizing: border-box;
}

.lesson_table02 table tr th{
	width: calc(100% / 3);
	background: #f4e156;
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	box-sizing: border-box;
}

.lesson_table02 table tr th div{
	padding: 14px 0;
	font-size: 20px;
}

.lesson_table02 table tr td{
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	box-sizing: border-box;
}

.lesson_table02 table tr td.lv1{
	width: 9.5%;
}

.lesson_table02 table tr td div{
	padding: 14px 0 14px 17px;
	font-size: 20px;
	letter-spacing: 0.05em;
	color: #333333;
}

.lesson_table02 table tr td.lv1 div{
	padding-left: 0;
	text-align: center;
}

.txt02{
	font-size: 17px;
	line-height: 1.70;
	color: #333333;
	margin-top: 24px;
}

.lesson_list{
	list-style: none;
	padding-bottom: 125px;
}

.lesson_list li{
	position: relative;
	padding-left: 32px;
	font-size: 18px;
	line-height: 1.72;
}

.lesson_list li:nth-child(n + 2){
	margin-top: 20px;
}

.lesson_list li::before{
	content: '';
	display: inline-block;
	background: #e61c24;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0;
}

/**/

.content-width-ms02 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
}


.content-width-ms02 .img_area{
	max-width: 938px;
	margin: 0 auto;
}

.txt03{
	max-width: 938px;
	margin: 45px auto 0;
	font-size: 20px;
	line-height: 1.85;
	letter-spacing: 0.1em;
}

.txt03 span{
	color: #e71c24;
}

.merit_area{
	overflow: hidden;
}

.merit_area .merit_num{
	padding: 35px 83px 46px;
	box-sizing: border-box;
	border-bottom: 2px solid #e0e0e0;
}


.merit_area .merit_num.noborder{
	border-bottom: none;
}

.merit_area .merit_num dl{
    display: flex;
	align-items: center;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}

.merit_area .merit_num dl dt{
	
}

.merit_area .merit_num dl dt .number{
	background-image: url(../img/num-bg.svg); 
	background-size: 64px auto;	
	background-repeat: no-repeat;
	width: 64px;
	height: 64px;
	position: relative;

   
}

.merit_area .merit_num dl dt .number p{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);

}

.merit_area .merit_num dl dd{
	margin-left: 20px;
}

.merit_area .merit_num .txt02{
	font-size: 17px;
	line-height: 1.82;
	margin-top: 0;
}

.merit_area .merit_num .txt02 span{
	color: #e71c24;
}

.merit_area .dondon-pv{
	width: 610px;
	margin: 0 auto;
}

.merit_area .dondon-pv iframe{
	width: 100%;
	height: 340px;
}

/**/

.hosoku_lv1{
	font-size: 17px;
    line-height: 1.82;
	margin-bottom: 1em;
}

.hosoku_lv2{
	font-size: 17px;
    line-height: 1.82;
	margin-bottom: 2em;
	padding-left: 3em;
}
