@charset "utf-8";
/*------------------------------------------
step.html
------------------------------------------*/
.section#step {
	padding-top: 20px;
}
ul.pointlist_learn {
	margin-bottom: 30px;
}
ul.pointlist_learn li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #ccc;
	font-weight: 700;
	font-size: 28px;
}
ul.pointlist_learn li span {
	font-size: 20px;
	font-weight: 900;
	width: 40px;
	line-height: 40px;
	height: 40px;
	vertical-align: middle;
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	color: #fff;
	background: #fd9507;
	margin-right: 20px;
}
span.tx_green {
	color: #40B500;
}
div.img_wrap {
	text-align: center;
	margin: 20px 0px 40px;
}
h3.top {
	font-size: 36px;
	font-weight: 900;
	line-height: 1.2;
	color: #244d92;
	padding-bottom: 10px;
	border-bottom: 3px dotted #ccc;
	margin: 0px 0px 20px;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.15);
}
div.white_bg.pd40 {
	padding: 40px;
	overflow: hidden;
}
p.mb40 {
	margin-bottom: 40px;
}
/*------------------------------------------
method.html
------------------------------------------*/
.section#method {
	padding-bottom: 40px;
}
.method_bg {
	clear: both;
	width: 100%;
	overflow: hidden;
	background-image: url(../images/study/mask.png), url(../images/study/bg_section_method.jpg);
	background-repeat: repeat, no-repeat;
	background-position: 0px 0px, right 0px;
	background-size: auto auto, auto 100%;
	box-sizing: border-box;
	background-color: #fff;
}
div.method_box {
	float: left;
	width: 545px;
	height: 300px;
	padding: 20px 20px;
	background-color: rgba(7,73,207,0.7);
	box-sizing: border-box;
	border-radius: 20px;
	margin: 0px 20px 30px;
}
div.method_box h3 {
	clear: both;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: rgba(26,71,243,1.00);
	padding: 6px 15px 6px 25px;
	border-radius: 40px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	margin: 0px 0px 15px 0px;
}
div.method_box ul li {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 3px 10px;
}
div.method_box p {
	color: #fff;
	font-size: 18px;
}
/*------------------------------------------
fix.html
------------------------------------------*/
.section#fix {
	padding-top: 20px;
}
#fix .white_bg {
	margin-bottom: 40px;
}
div.text_wrap {
	width: 600px;
	margin-right: 50px;
	float: left;
}
#fix span.forget {
	display: inline-block;
	width: 50%;
}
ul.num {
	margin: 20px 0px 40px;
}
ul.num li {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 22px;
	background: #f0f0f0;
	padding: 10px 20px;
}
#fix .big_text {
	margin-bottom: 0px;
}
p.waku_text {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
	padding: 20px;
	box-sizing: border-box;
	border: 3px double #ccc;
	margin: 40px 0px;
}
/*------------------------------------------
anki.html
------------------------------------------*/
.section#anki {
	padding-top: 20px;
}
p.big_text {
	font-size: 24px;
	margin-bottom: 40px;
	color: #0c70b9;
}
.anki_block {
	background: #fff;
	padding: 40px;
	overflow: hidden;
	margin-bottom: 40px;
}
.anki_block h3 {
	font-size: 36px;
	font-weight: 900;
	line-height: 1.2;
	color: #244d92;
	padding-bottom: 10px;
	border-bottom: 3px dotted #ccc;
	margin: 0px 0px 20px;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.15);
}
p.mb20 {
	margin-bottom: 20px;
}
ul.color_list {
	width: 400px;
	margin: 0;
	overflow: hidden;
	float: left;
	padding-right: 40px;
}
ul.color_list li {
	font-weight: bold;
	padding: 10px 20px;
	font-size: 18px;
}
ul.color_list li.blue {
	background: #b4c7e7;
}
span.blue {
	color: #0064FF;
}
ul.color_list li.yellow {
	background: #f7ffb0;
}
span.yellow {
	color: #F6CB3C;
}
ul.color_list li.green {
	background: #c5e0b4;
}
span.green {
	color: #23AC0E;
}
ul.color_list li.red {
	background: #ffb6b9;
}
.anki_last {
	background: #fff;
}
.anki_last h4 {
	color: #fff;
	font-weight: bold;
	background: #0c70b9;
	font-size: 24px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
.anki_last p {
	padding: 40px;
	box-sizing: border-box;
}

/*------------------------------------------------------------------------------------*/
@media screen and (max-width: 700px) {
/*------------------------------------------
step.html
------------------------------------------*/
.section#step {
	padding-top: 0px;
}
ul.pointlist_learn {
	margin-bottom: 40px;
}
ul.pointlist_learn li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}
ul.pointlist_learn li span {
	font-size: 16px;
	width: 30px;
	line-height: 30px;
	height: 30px;
	margin-right: 8px;
	float: left;
}
div.img_wrap img {
	width: 100%;
	height: auto;
}
h3.top {
	font-size: 25px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
div.white_bg.pd40 {
	padding: 20px;
}
/*------------------------------------------
method.html
------------------------------------------*/
.section#method {
	padding-bottom: 20px;
}
div.method_box {
	width: 100%;
	height: auto;
	margin: 0px 0px 40px;
}
div.method_box h3 {
	font-size: 18px;
	padding: 5px 15px 5px 25px;
}
div.method_box ul li {
	font-size: 15px;
}
div.method_box p {
	font-size: 15px;
}
/*------------------------------------------
fix.html
------------------------------------------*/
.section#fix {
	padding: 0px 0px;
}
div.text_wrap {
	width: 100%;
	margin-right: 0px;
}
#fix span.forget {
	width: 100%;
	padding: 10px 0px 0px;
}
#fix span.forget:last-child {
	padding: 10px 0px 10px;
}
.section#fix img {
	width: 100%;
	height: auto;
	margin: 40px 0;
}
ul.num {
	margin: 20px 0px 20px;
}
ul.num li {
	font-size: 15px;
	padding: 15px;
}
p.big_text {
	font-size: 18px;
	margin-bottom: 40px;
}
p.waku_text {
	font-size: 16px;
	padding: 20px;
	margin: 0px 0px 20px;
}
/*------------------------------------------
anki.html
------------------------------------------*/
.section#anki {
	padding-top: 0px;
}
.anki_block {
	padding: 20px;
	margin-bottom: 40px;
}
.anki_block h3 {
	font-size: 25px;
	padding-bottom: 5px;
	margin: 0px 0px 10px;
}
ul.color_list {
	width: 100%;
	padding-right: 0px;
	margin-bottom: 40px;
}
ul.color_list li {
	padding: 5px 10px;
	font-size: 15px;
}
.anki_last h4 {
	font-size: 20px;
	text-align: left;
}
.anki_last p {
	padding: 20px;
}
}
