@charset "UTF-8";
/* css Course [list_kids] */

@import url("main.css");
@import url("flow.css");
@import url("book.css");
@import url("course.css");
@import url("study.css");
@import url("age.css");
@import url("can.css");
@import url("warning.css");

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
/*== Flow ==*/
.catch-title2 {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.catch-title2 h3 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	text-align: center;
}

.catch-title2 h3 em {
	padding: 0;
	margin: 0 0 0 3px;
	font-weight: 800;
	font-style: normal;
}

.catch-title2 h3 .fa-clock {
	padding: 0;
	margin: 0 3px;
	color: #fb638d;
	font-weight: 900;
	font-style: normal;
}

/*== Textbook ==*/
.catch-title3 {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.catch-title3 h3 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	text-align: center;
}

.catch-title3 h3 em {
	padding: 0;
	margin: 0 3px;
	color: #189be3;
	font-weight: 800;
	font-style: normal;
}

/*---------------------------------------------------- */
/* First */
/*---------------------------------------------------- */
/*== Waku ==*/
.firstArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.firstArea .waku_first {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.firstArea .waku_first .first_left {
	padding: 0;
	margin: 0;
	height: auto;
}

.firstArea .waku_first .first_right {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== h3 ==*/
.first-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.first-title h3 {
	padding: 0;
	margin: 0 auto;
	color: #1d1e1f;
	font-weight: 800;
	line-height: 1.0;
	text-align: center;
	position: relative;
	display: inline-block;
}

.first-title h3:before,
.first-title h3:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #fb638d;
  border-bottom: solid 2px #fb638d;
}

.first-title h3:before {
  left: 0;
}

.first-title h3:after {
  right: 0;
}

/*== img ==*/
.waku_first .first_right .photo_first {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.waku_first .first_right .photo_first img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: top;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	border-radius: 50%;
	background-color: #fefcd5;
}

/*== h4 ==*/
.waku_first .first_left .first-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.waku_first .first_left .first-title h4 {
	padding: 0;
	margin: 0;
	color: #f3396d;
	font-weight: 700;
	text-align: left;
}

/*== P ==*/
.waku_first .first_left .txt {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.waku_first .first_left .txt p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	text-align: left;
}

.waku_first .first_left p sup {
	color: #0e8bd2;
	font-weight: 800;
	font-style: normal;
}

.waku_first .first_left .txt_sup {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.waku_first .first_left .txt_sup p {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-weight: 500;
	text-align: left;
}

/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.firstArea .waku_about {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.waku_about .aboutbox {
	padding: 0;
	margin: 0 auto;
	height: auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== Article ==*/
.waku_about .aboutbox article {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	position: relative;
	background-color: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

/*== h4 ==*/
.waku_about .aboutbox article .about-title {  
	padding: 0;
	margin: 0 auto;
	height: auto;
	background-color: #fbcf00;
}

.waku_about .aboutbox article .about-title h4 {  
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 800;
	text-align: center;
	line-height: 1.0;
}

/*== P ==*/
.waku_about .aboutbox article figure {  
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.waku_about .aboutbox article figure ol {  
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.waku_about .aboutbox article figure ol li {  
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 500;
	text-align: left;
	line-height: 1.3;
	list-style-type: none;
}

.waku_about .aboutbox article figure ol li:before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fbcf00;
	position: relative;
	margin-right: 5px;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
/*== Flow ==*/
.catch-title2 {
	padding-bottom: 15px;
	width: 100%;
}

.catch-title2 h3 {
	font-size: 21px;
	line-height: 1.0;
}

.catch-title2 h3 em {
	font-size: 34px;
}

.catch-title2 h3 .fa-clock {
	font-size: 26px;
}

/*== Textbook ==*/
.catch-title3 {
	padding-bottom: 15px;
	width: 100%;
}

.catch-title3 h3 {
	font-size: 21px;
	line-height: 1.4;
}

.catch-title3 h3 em {
	font-size: 26px;
}

/*---------------------------------------------------- */
/* First */
/*---------------------------------------------------- */
/*== Waku ==*/
.firstArea {
	width: 98%;
	max-width: 1080px;
}

.firstArea .waku_first {
	width: 100%;
	overflow: hidden;
}

.firstArea .waku_first .first_left {
	margin-top: 35px;
	width: 62%;
	float: left;
}

.firstArea .waku_first .first_right {
	width: 32%;
	float: right;
}

/*== h3 ==*/
.first-title {
	margin-bottom: 25px;
	width: 100%;
	text-align: center;
}

.first-title h3 {
	padding: 0 85px;
	font-size: 30px;
}

/*== img ==*/
.waku_first .first_right .photo_first {
	width: 100%;
}

/*== h4 ==*/
.waku_first .first_left .first-title {
	margin-bottom: 20px;
	width: 100%;
}

.waku_first .first_left .first-title h4 {
	font-size: 24px;
	line-height: 1.6;
}

/*== P ==*/
.waku_first .first_left .txt {
	width: 98%;
}

.waku_first .first_left .txt p {
	font-size: 17px;
	line-height: 1.8;
}

.waku_first .first_left .txt p sup {
	font-size: 13px;
}

.waku_first .first_left .txt_sup {
	padding-top: 15px;
	width: 98%;
}

.waku_first .first_left .txt_sup p {
	font-size: 13px;
	line-height: 1.4;
}

/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.firstArea .waku_about {
	padding-top: 30px;
	width: 100%;
}

.waku_about .aboutbox {
	width: 100%;
}

/*== Article ==*/
.waku_about .aboutbox article {
	padding-bottom: 25px;
	border-radius: 8px;
}

/*== h4 ==*/
.waku_about .aboutbox article .about-title {  
	padding: 12px 0;
	margin-bottom: 25px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.waku_about .aboutbox article .about-title h4 {  
	font-size: 21px;
}

/*== P ==*/
.waku_about .aboutbox article figure {  
	width: 94%;
}

.waku_about .aboutbox article figure ol { 
	margin-left: 2%;
	width: 96%;
}

.waku_about .aboutbox article figure ol li {  
	margin-bottom: 16px;
	font-size: 17px;
}

.waku_about .aboutbox article figure ol li:before {
	top: 0;
	left: 0;
	font-size: 17px;
}

.waku_about .aboutbox article figure ol li:last-child {  
	margin-bottom: 0;
}


}


/* Tablet */
@media only screen and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
/*== Flow ==*/
.catch-title2 {
	padding-bottom: 12px;
	width: 100%;
}

.catch-title2 h3 {
	font-size: 18px;
	line-height: 1.0;
}

.catch-title2 h3 em {
	font-size: 31px;
}

.catch-title2 h3 .fa-clock {
	font-size: 23px;
}

/*== Textbook ==*/
.catch-title3 {
	padding-bottom: 12px;
	width: 100%;
}

.catch-title3 h3 {
	font-size: 18px;
	line-height: 1.4;
}

.catch-title3 h3 em {
	font-size: 23px;
}

/*---------------------------------------------------- */
/* First */
/*---------------------------------------------------- */
/*== Waku ==*/
.firstArea {
	width: 97%;
}

.firstArea .waku_first {
	width: 97%;
	overflow: hidden;
}

.firstArea .waku_first .first_left {
	margin-top: 25px;
	width: 64%;
	float: left;
}

.firstArea .waku_first .first_right {
	width: 32%;
	float: right;
}

/*== h3 ==*/
.first-title {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.first-title h3 {
	padding: 0 75px;
	font-size: 26px;
}

/*== img ==*/
.waku_first .first_right .photo_first {
	width: 100%;
}

/*== h4 ==*/
.waku_first .first_left .first-title {
	margin-bottom: 12px;
	width: 100%;
}

.waku_first .first_left .first-title h4 {
	font-size: 19px;
	line-height: 1.5;
}

/*== P ==*/
.waku_first .first_left .txt {
	width: 98%;
}

.waku_first .first_left .txt p {
	font-size: 15px;
	line-height: 1.7;
}

.waku_first .first_left .txt p sup {
	font-size: 12px;
}

.waku_first .first_left .txt_sup {
	padding-top: 12px;
	width: 98%;
}

.waku_first .first_left .txt_sup p {
	font-size: 12px;
	line-height: 1.4;
}

/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.firstArea .waku_about {
	padding-top: 20px;
	width: 97%;
}

.waku_about .aboutbox {
	width: 100%;
}

/*== Article ==*/
.waku_about .aboutbox article {
	padding-bottom: 20px;
	border-radius: 6px;
}

/*== h4 ==*/
.waku_about .aboutbox article .about-title {  
	padding: 10px 0;
	margin-bottom: 20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.waku_about .aboutbox article .about-title h4 {  
	font-size: 19px;
}

/*== P ==*/
.waku_about .aboutbox article figure {  
	width: 94%;
}

.waku_about .aboutbox article figure ol { 
	margin-left: 2%;
	width: 96%;
}

.waku_about .aboutbox article figure ol li {  
	margin-bottom: 14px;
	font-size: 16px;
}

.waku_about .aboutbox article figure ol li:before {
	top: 0;
	left: 0;
	font-size: 16px;
}

.waku_about .aboutbox article figure ol li:last-child {  
	margin-bottom: 0;
}



}


/* SP */
@media only screen and (max-width: 599px)  {
/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
/*== Flow ==*/
.catch-title2 {
	padding-bottom: 10px;
	width: 100%;
}

.catch-title2 h3 {
	font-size: 16px;
	line-height: 1.0;
}

.catch-title2 h3 em {
	font-size: 28px;
}

.catch-title2 h3 .fa-clock {
	font-size: 19px;
}

/*== Textbook ==*/
.catch-title3 {
	padding-bottom: 10px;
	width: 100%;
}

.catch-title3 h3 {
	font-size: 16px;
	line-height: 1.4;
}

.catch-title3 h3 em {
	font-size: 19px;
}

/*---------------------------------------------------- */
/* First */
/*---------------------------------------------------- */
/*== Waku ==*/
.firstArea {
	width: 96%;
}

.firstArea .waku_first {
	width: 96%;
	overflow: hidden;
}

.firstArea .waku_first .first_left {
	margin-top: 10px;
}

.firstArea .waku_first .first_right {
	margin-left: 4%;
	width: 44%;
	float: right;
}

/*== h3 ==*/
.first-title {
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}

.first-title h3 {
	padding: 0 65px;
	font-size: 21px;
}

/*== img ==*/
.waku_first .first_right .photo_first {
	width: 100%;
}

/*== h4 ==*/
.waku_first .first_left .first-title {
	margin-bottom: 10px;
	width: 100%;
}

.waku_first .first_left .first-title h4 {
	font-size: 17px;
	line-height: 1.4;
}

/*== P ==*/
.waku_first .first_left .txt {
	width: 98%;
}

.waku_first .first_left .txt p {
	font-size: 14px;
	line-height: 1.6;
}

.waku_first .first_left .txt p sup {
	font-size: 11px;
}

.waku_first .first_left .txt_sup {
	padding-top: 10px;
	width: 98%;
}

.waku_first .first_left .txt_sup p {
	font-size: 11px;
	line-height: 1.4;
}

/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.firstArea .waku_about {
	padding-top: 15px;
	width: 96%;
}

.waku_about .aboutbox {
	width: 100%;
}

/*== Article ==*/
.waku_about .aboutbox article {
	padding-bottom: 18px;
	border-radius: 6px;
}

/*== h4 ==*/
.waku_about .aboutbox article .about-title {  
	padding: 10px 0;
	margin-bottom: 18px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.waku_about .aboutbox article .about-title h4 {  
	font-size: 17px;
}

/*== P ==*/
.waku_about .aboutbox article figure {  
	width: 94%;
}

.waku_about .aboutbox article figure ol { 
	margin-left: 2%;
	width: 96%;
}

.waku_about .aboutbox article figure ol li {  
	margin-bottom: 12px;
	font-size: 15px;
}

.waku_about .aboutbox article figure ol li:before {
	top: 0;
	left: 0;
	font-size: 15px;
}

.waku_about .aboutbox article figure ol li:last-child {  
	margin-bottom: 0;
}



}