@charset "UTF-8";

/*------------------------------------------ hyperlink */

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

/*------------------------------------------ visible hidden */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

/*------------------------------------------ トップページ */

body#course_00 div.circle_repo {
	position: relative;
	width: 300px;
	height: 95px;
	border-radius: 50%;
	background: #e60013;
	text-align:center;
	font-size: 1.714285714rem;
	font-weight: bold;
	color: #ffffff;
	margin: 0 auto;
}

body#course_00 div.circle_repo p.ci {
	padding: 15px;
	text-align: center;
}

body#course_00 div.part {
	padding: 0 15px 20px 15px;
}
body#course_00 div.part ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 1.714285714rem;
	color: #132b88;
	font-weight: bold;
}

body#course_00 p.txt-center {
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
}
body#course_00 p.txt-center_t {
	text-align: center;
	font-weight: bold;
	font-size: 1.714285714rem;
	padding-bottom: 0.5em;
}
body#course_00 div.inquiry {
	padding: 0.5em 1em;
	margin: 2em 0;
	font-weight: bold;
	color: #333333;
	background: #FFF;
	border: solid 3px #333333;
	border-radius: 10px;
	margin: 0 auto;
	max-width: 400px;
	width: 98%;
}
body#course_00 div.inquiry p {
	margin: 0; 
	padding: 0;
}
body#course_00 ul.course_list li.course2,
body#course_00 ul.course_list li.course4,
body#course_00 ul.course_list li.course5,
body#course_00 ul.course_list li.course6,
body#course_00 ul.course_list li.course7 {
	margin: 0 0 15px 0;
}


/*------------------------------------------ 第二階層 */

body.health h2 {
	font-size: 2.285714285rem;
	text-align: center;
	font-weight: bold;
	padding: 1rem 2rem;
	margin: 1.5em 0 1em 0;
}

body.health h3 {
	font-size: 1.571428571rem;
	font-weight: bold;
	margin: 1em 0 1em 0;
}

body.health h4 {
	font-size: 1.5rem;
	font-weight: 700;
	display: block;
	margin: 0;
	line-height: 1.5;
}
body.health h4.heading__label {
	position: relative;
	padding-left: 20px;
}
body.health h5 {
	font-size: 1.25rem;
	font-weight: bold;
}

body.health ul.list_course_01 {
	list-style: url(../../img/arrow_course_01.gif);
	list-style-position: inside;
	line-height: 2em;
	margin-left: 20px;
	text-indent: -10px;
}
body.health ul.list_course_01_01 {
	list-style: url(../../img/arrow_course_01_none.gif);
	list-style-position: inside;
	line-height: 2em;
	margin-left: 5px;
}

body.health ul.list_course_02 {
	list-style: url(../../img/arrow_course_02.gif);
	list-style-position: inside;
	line-height: 2em;
	margin-left: 10px;
	text-indent: -10px;
}
body.health ul.list_course_03 {
	list-style: url(../../img/arrow_course_03.gif);
	list-style-position: inside;
	line-height: 2em;
	margin-left: 20px;
	text-indent: -10px;
}
body.health ul.list_course_04 {
	list-style: url(../../img/arrow_course_04.gif);
	list-style-position: inside;
	line-height: 2em;
	margin-left: 20px;
	text-indent: -10px;
}
body.health ul.list_course_05 {
	list-style: url(../../img/arrow_course_05.gif);
	list-style-position: inside;
	line-height: 2em;
	margin-left: 20px;
	text-indent: -10px;
}
body.health ul.list_course_05_none {
	list-style: none;
	margin: 0 auto;
	text-align: center;
}
body.health ul.list_course_05_none li {
	padding-top: 10px;
}
div.voice p.title_color {
	color: #fbc675;
	font-size: 1.714285714rem;
	font-weight: 700;
	text-align: center;
}
div.voice p.voice {
	color: #6a3907;
	text-align: center;
}


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body.health .btn,
body.health a.btn,
body.health button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}

body.health .btn--orange,
body.health a.btn--orange {
  color: #fff;
  background-color: #956235;
}

body.health .btn--orange:hover,
body.health a.btn--orange:hover {
  color: #fff;
  background: #956235;
}

body.health a.btn--radius {
  border-radius: 100vh;
}

body#course_01 div#topic_area_box_02,
body#course_02 div#topic_area_box_02,
body#course_03 div#topic_area_box_02,
body#course_04 div#topic_area_box_02,
body#course_05 div#topic_area_box_02 {
	margin: 0 auto;
	max-width: 492px;
	width: 98%;
}

/*------------------------------------------ course_01 */

body#course_01 h3 {
	border-bottom: 3px dashed #fbc675;
	font-size: 1.714285714rem;
	font-weight: 700;
}
body#course_01 h4.heading__label::before {
	-webkit-transform: none;
	display: block;
	position: absolute;
	top: .25em;
	left: 0;
	width: 16px;
	height: 16px;
	transform: none;
	border: 5px solid #fbc675;
	border-radius: 8px;
	background: none;
	content: "";
	box-sizing:border-box;
}

/*------------------------------------------ course_02 */

body#course_02 h3 {
	border-bottom: 3px dashed #c6e182;
	font-size: 1.714285714rem;
	font-weight: 700;
}

body#course_02 h4.heading__label::before {
	-webkit-transform: none;
	display: block;
	position: absolute;
	top: .25em;
	left: 0;
	width: 16px;
	height: 16px;
	transform: none;
	border: 5px solid #c6e182;
	border-radius: 8px;
	background: none;
	content: "";
	box-sizing:border-box;
}

/*------------------------------------------ course_03 */

body#course_03 h3 {
	border-bottom: 3px dashed #6cc9f5;
	font-size: 1.714285714rem;
	font-weight: 700;
}
body#course_03 h4.heading__label::before {
	-webkit-transform: none;
	display: block;
	position: absolute;
	top: .25em;
	left: 0;
	width: 16px;
	height: 16px;
	transform: none;
	border: 5px solid #6cc9f5;
	border-radius: 8px;
	background: none;
	content: "";
	box-sizing:border-box;
}

/*------------------------------------------ course_04 */

body#course_04 h3 {
	border-bottom: 3px dashed #f9b19f;
	font-size: 1.714285714rem;
	font-weight: 700;
}
body#course_04 h4.heading__label::before {
	-webkit-transform: none;
	display: block;
	position: absolute;
	top: .25em;
	left: 0;
	width: 16px;
	height: 16px;
	transform: none;
	border: 5px solid #f9b19f;
	border-radius: 8px;
	background: none;
	content: "";
	box-sizing:border-box;
}

/*------------------------------------------ course_05 */

body#course_05 h3 {
	border-bottom: 3px dashed #a0a9e0;
	font-size: 1.714285714rem;
	font-weight: 700;
}
body#course_05 h4.heading__label::before {
	-webkit-transform: none;
	display: block;
	position: absolute;
	top: .25em;
	left: 0;
	width: 16px;
	height: 16px;
	transform: none;
	border: 5px solid #a0a9e0;
	border-radius: 8px;
	background: none;
	content: "";
	box-sizing:border-box;
}



.circle_red {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color:#e60013;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.circle_orange {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color:#f39800;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
/*------------------------------------------ footer */
div#footer {
	background: #8fc31f;
	box-shadow: 0px 0px 0px 5px #8fc31f;
	border-bottom: dashed 2px #ffffff;
	border-top: dashed 2px #ffffff;
	padding: 10px;
	color: #ffffff;
	margin: 0 auto;
	max-width: 1050px;
	width: 98%;
}

/*--------------------------------------------------------------------
 *	768px未満用（SP用）の記述
 *--------------------------------------------------------------------*/
/* 768px未満用（SP用）の記述 */


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.pc_display {
		display:block;
	}
	.sp_none {
		display:none;
	}

  .top-mv {
    position: relative;
    padding-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .top-mv .top-mv-cover img {
    width: 100%;
  }

div#header {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #8fc31f;
	padding: 0 15px;
	text-align: center;
	height: 164px;
	margin: 0;
}

div#header div#header_contents h1.head {
	margin: 0;
}

/*------------------------------------------ header */


@media screen and (max-width: 640px){
	.title{
		pointer-events: all;
	}
	
	.toggle{
		display: none;
		margin: 0 0 0 11px;
		padding: 0;
	}
}

/*------------------------------------------ トップページ */

div.challenge {
	max-width: 550px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
}

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn_pink,
a.btn_pink {
	width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap_pink {
  margin: 30px auto;
	text-align: center;
}

a.btn-c_pink {
  font-size: 2rem;
  position: relative;
  color: #fff;
  background: #fbc675;
}

a.btn-c_pink span {
  font-size: 1.5rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 45%);
  display: block;
  width: 90%;
  padding: 0.2rem 0;
  color: #fbc675;
  border: 2px solid #fbc675;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c_pink:hover:before {
  left: 2rem;
}

.btn_blue,
a.btn_blue {
	width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 7rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap_blue {
	margin: 30px auto;
	text-align: center;
}

a.btn-c_blue {
  font-size: 2rem;
  position: relative;
  color: #fff;
  background: #41bdce;
}

a.btn-c_blue span {
  font-size: 1.5rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 45%);
  display: block;
  width: 90%;
  padding: 0.2rem 0;
  color: #41bdce;
  border: 2px solid #41bdce;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c_blue:hover:before {
  left: 2rem;
}


/*------------------------------------------ 第二階層 */

body#course_00 h2 {
	line-height: 60px;
	position: relative;
	height: 60px;
	margin: 2em 50px 1em;
	padding: 0 2rem;
	text-align: center;
	color: #fff;
	background: #fa4141;
	font-weight: bold;
	font-size: 2rem;
}

body#course_00 h2:before,
body#course_00 h2:after {
	position: absolute;
	top: 0;
	display: block;
	height: 48px;
	content: '';
	border: 30px solid #fa4141;
}

body#course_00 h2:before {
	left: -40px;
	border-left-width: 15px;
	border-left-color: transparent;
}

body#course_00 h2:after {
	right: -40px;
	border-right-width: 15px;
	border-right-color: transparent;
}

body#course_00 h2 span {
	position: relative;
	display: block;
}

body#course_00 nav{
	margin: 0;
}
body#course_00 ul.course_list {
	margin: 1em 1.5em 1em 1.5em;
	padding: 0;
	list-style: disc none outside;
}
body#course_00 ul.course_list li{
	list-style: none;
}

body#course_00 div.waku_course {
	margin: 24px 20px; 15px 20px;
}

body#course_00 ul.course_list li.course3 {
	margin: 0 0 15px 0;
}

div.text_box_course {
    padding: 0 15px;
}
body#course_00 ul a,
body.health ul.list_course_01 a,
body.health ul.list_course_01_01 a,
body.health ul.list_course_02 a,
body.health ul.list_course_03 a,
body.health ul.list_course_04 a,
body.health ul.list_course_05 a {
	text-decoration: underline;
	font-weight: bold;
	color: #ea5415;
}
body.health ul.list_course_01 a:hover,
body.health ul.list_course_01_01 a:hover,
body.health ul.list_course_02 a:hover,
body.health ul.list_course_03 a:hover,
body.health ul.list_course_04 a:hover,
body.health ul.list_course_05 a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ea5415;
}
div.stitch {
	background: #fffcd1;
	border: dashed 3px #f39800;
	border-radius: 9px;
	margin: 2em 0;
	padding: 0 20px;
}
div.stitch p.title_color {
	color: #6a3907;
	font-size: 1.714285714rem;
	font-weight: 700;
	text-align: center;
}
div.stitch p.title_color_02 {
	color: #6a3907;
	font-size: 1.714285714rem;
	font-weight: 700;
	text-align: center;
	padding-top: 10px;
}
div.stitch p.stitch_text {
	color: #ee7700;
}
.repo-stitchn-box-media__image,
.brushing-stitchn-box-media__image,
.challenge-stitchn-box-media__image,
.level-stitchn-box-media__image,
.course-stitchn-box-media__image {
	text-align: center;
	padding: 10px;
  }
div.voice {
	background: #fffcd1;
	border: solid 3px #fbc675;
	border-radius: 9px;
	margin: 2em 0;
	padding: 0 10px;
}
/*------------------------------------------ body#course_01 */

body#course_01 h2 {
	border-top: 6px double #fbc675;
	border-bottom: 6px double #fbc675;
	color: #fbc675;
}

/*------------------------------------------ body#course_02 */


body#course_02 h2 {
	border-top: 6px double #c6e182;
	border-bottom: 6px double #c6e182;
	color: #c6e182;
}

/*------------------------------------------ body#course_03 */

body#course_03 h2 {
	border-top: 6px double #6cc9f5;
	border-bottom: 6px double #6cc9f5;
	color: #6cc9f5;
}

/*------------------------------------------ body#course_04 */

body#course_04 h2 {
	border-top: 6px double #f9b19f;
	border-bottom: 6px double #f9b19f;
	color: #f9b19f;
}

/*------------------------------------------ body#course_05 */

body#course_05 h2 {
	border-top: 6px double #a0a9e0;
	border-bottom: 6px double #a0a9e0;
	color: #a0a9e0;
}

/*------------------------------------------ footer */

footer {
	position: relative;
	padding: 0;
}

footer p#copyright {
	margin: 0 auto;
	padding-top: 19.7%;
	padding-bottom: 15.2%;
	width: 49%;
}

/* 768px未満用（SP用）の記述 end -------------------------------------*/
}


/*--------------------------------------------------------------------
 *	768px以上用（PC用）・印刷の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
	body{
		font-size: 16px;
	}
	.hidden-pc{
		display:none !important
	}
	.pc_display {
		display:none;
	}
	.sp_none {
		display:block;
	}

/*------------------------------------------ wrapper */
#wrapper {
	margin: 0 auto;
	max-width: 1024px;
	width: 98%;
}


/*------------------------------------------ hyperlink */

a:link, a:visited {
	text-decoration: none;
	vertical-align: baseline;
}
a:hover, a:active {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/*------------------------------------------ header */


div#header {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 164px;
	position: relative;
	width: 1080px;
	height: 165px;
	margin: 0 auto;
	text-align: center;
	background-color: #8ec31f;
	margin: 0 auto;
	max-width: 1080px;
	width: 98%;
}

div#header div#header_contents h1.head {
	margin: 0;
}

div#header_contents img {
	height: 150px;
}

/*------------------------------------------ トップページ */
  .top-mv {
    text-align: center;
}
  .top-mv-cover {
    position: relative;
    flex-shrink: 0;
    width: 35.1%;
}

div.challenge {
	width: 600px;
	padding: 0 15px;
	margin: auto;
}

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn_pink,
a.btn_pink {
width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 7rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap_pink {
  margin: 30px auto;
	text-align: center;
}

a.btn-c_pink {
  font-size: 2.2rem;
  position: relative;
  color: #fff;
  background: #fbc675;
}

a.btn-c_pink span {
  font-size: 1.5rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 40%);
  display: block;
  width: 80%;
  padding: 0.2rem 0;
  color: #fbc675;
  border: 2px solid #fbc675;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c_pink:hover:before {
  left: 2rem;
}

.btn_blue,
a.btn_blue {
width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 7rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;

  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap_blue {
	margin: 30px auto;
	text-align: center;
}

a.btn-c_blue {
  font-size: 2.2rem;
  position: relative;
  color: #fff;
  background: #41bdce;
}

a.btn-c_blue span {
  font-size: 1.5rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 40%);
  display: block;
  width: 80%;
  padding: 0.2rem 0;
  color: #41bdce;
  border: 2px solid #41bdce;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c_blue:hover:before {
  left: 2rem;
}

/*------------------------------------------ トップページ/第二階層　共通 */

div#topic_area_box_02 {
	margin: 0 auto;
	max-width: 750px;
	width: 98%;
}

div#topic_area_box {
	margin: 0 auto;
	max-width: 1080px;
	width: 98%;
}

/*------------------------------------------ 第二階層 */

body#course_00 h2 {
	line-height: 60px;
	position: relative;
	height: 60px;
	padding: 0 2rem;
	text-align: center;
	color: #fff;
	background: #fa4141;
	font-weight: bold;
	font-size: 2rem;
	max-width: 300px;
	width: 98%;
	margin: 20px auto;
}
body#course_00 h2:before,
body#course_00 h2:after {
	position: absolute;
	top: 0;
	display: block;
	height: 48px;
	content: '';
	border: 30px solid #fa4141;
}
body#course_00 h2:before {
	left: -40px;
	border-left-width: 15px;
	border-left-color: transparent;
}
body#course_00 h2:after {
	right: -40px;
	border-right-width: 15px;
	border-right-color: transparent;
}
body#course_00 h2 span {
	position: relative;
	display: block;
}

body#course_00 ul.course_list {
	margin: 0;
}

body#course_00 ul.course_list li.course2 {
	margin: 0 32.6px 0 0;
}

body#course_00 ul.course_list li.course4 {
	margin: 28px 32.6px 28px 0;
}

body#course_00 ul.course_list li.course6 {
	margin: 0 32.6px 28px 0;
}

body#course_00 nav {
	width: 750px;
	margin: 0 auto;
}
body#course_00 nav ul.course_list li.ind {
	display: inline-block;
	list-style: none;
}

div.waku_course {
	margin: 24px 0 28px 0;
}

body#course_00 ul a,
body.health ul.list_course_01 a,
body.health ul.list_course_01_01 a,
body.health ul.list_course_02 a,
body.health ul.list_course_03 a,
body.health ul.list_course_04 a {
	text-decoration: none;
	color: #ea5415;
	font-weight: bold;
}
body.health ul.list_course_01 a:hover,
body.health ul.list_course_02 a:hover,
body.health ul.list_course_03 a:hover,
body.health ul.list_course_04 a:hover,
body.health ul.list_course_05 a:hover {
	text-decoration: underline;
	color: #ea5415;
	font-weight: bold;
}

div.stitch {
	background: #fffcd1;
	border: dashed 3px #f39800;
	border-radius: 9px;
	margin: 2em 10px;
	padding: 0 20px;
}

div.stitch p.title_color {
	color: #6a3907;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

div.stitch p.title_color_02 {
	color: #6a3907;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	padding-top: 20px;
}

div.stitch p.stitch_text {
	color: #ee7700;
}

div.voice {
	background: #fffcd1;
	border: solid 3px #fbc675;
	border-radius: 9px;
	margin: 2em 10px;
	padding: 0 20px;
}

/*------------------------------------------ course_01 */

body#course_01 h2 {
	border-top: 6px double #fbc675;
	border-bottom: 6px double #fbc675;
	color: #fbc675;
}

body.health ul.list_course_01 {
	list-style: url(../../img/arrow_course_01.gif);
	list-style-position: inside;
	line-height: 2em;
	margin-left: 30px;
	text-indent: -10px;
}
/*------------------------------------------ course_02 */

body#course_02 h2 {
	border-top: 6px double #c6e182;
	border-bottom: 6px double #c6e182;
	color: #c6e182;
}
body.health ul.list_course_02 {
	list-style: url(../../img/arrow_course_02.gif);
	list-style-position: inside;
	line-height: 2em;
	margin-left: 30px;
	text-indent: -10px;
}
/*------------------------------------------ course_03 */

body#course_03 h2 {
	border-top: 6px double #6cc9f5;
	border-bottom: 6px double #6cc9f5;
	color: #6cc9f5;
}
body.health ul.list_course_03 {
	list-style: url(../../img/arrow_course_03.gif);
	list-style-position: inside;
	line-height: 2em;
	margin-left: 30px;
	text-indent: -10px;
}
/*------------------------------------------ course_04 */

body#course_04 h2 {
	border-top: 6px double #f9b19f;
	border-bottom: 6px double #f9b19f;
	color: #f9b19f;
}
body.health ul.list_course_04 {
	list-style: url(../../img/arrow_course_04.gif);
	list-style-position: inside;
	line-height: 2em;
	margin-left: 30px;
	text-indent: -10px;
}
/*------------------------------------------ course_05 */

body#course_05 h2 {
	border-top: 6px double #a0a9e0;
	border-bottom: 6px double #a0a9e0;
	color: #a0a9e0;
}
div.kids_contents p {
	margin-bottom: 0;
	text-align: center;
}
div.kids_contents a:hover {
	opacity: 0.8;
}
div.kids_contents #area_01 ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
div.kids_contents #area_01 ul li {
	position: relative;
}
div.kids_contents #area_02 ul {
	list-style-type: none;
}
div.kids_contents {
	background: transparent url(img/instagram_voice_bg_01_pc.png) repeat left top;
}

div.kids_contents #area_01 ul {
	width: 678px;
	margin: 10px auto 30px;
}
div.kids_contents #area_01 ul li {
	margin: 8px;
	padding: 10px;
	width: 300px;
}
div.kids_contents #area_01 ul li img {
	width: 325px;
}
div.kids_contents #area_01 ul li span {
	position: absolute;
	top: -30px;
	left: -20px;
}
div.kids_contents #area_01 ul li span img {
	width: 69px;
}
div.kids_contents #area_01 p.title_02 {
	margin-bottom: 10px;
}

body.health ul.list_course_05 {
	list-style: url(../../img/arrow_course_05.gif);
	list-style-position: inside;
	line-height: 2em;
	margin-left: 30px;
	text-indent: -10px;
}
/*------------------------------------------ 報告 */

 .repo-stitchn-box.first-box {
    padding-right: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  .repo-stitchn-box.first-box .first-box__body {
    padding-top: 0;
  }
  .repo-stitchn-box.first-box .repo-stitch-box-media__detail {
    padding-top: 0;
  }
  .repo-stitch-box-media {
    display: flex;
  }
  .repo-stitch-box-media__detail {
    margin-right: 0;
	padding-top: 10px;
    flex-grow: 1;
  }
  .repo-stitchn-box-media__image {
    flex-shrink: 0;
  }

.repo-stitchn-box-media__image {
	padding-top: 1em;
	padding-right: 0;
}
/*------------------------------------------ チャレンジ */

 .challenge-stitchn-box.first-box {
    padding-right: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  .challenge-stitchn-box.first-box .first-box__body {
    padding-top: 0;
  }
  .challenge-stitchn-box.first-box .challenge-stitch-box-media__detail {
    padding-top: 0;
  }
  .challenge-stitch-box-media {
    display: flex;
  }
  .challenge-stitch-box-media__detail {
    margin-right: 50px;
    flex-grow: 1;
  }
  .challenge-stitchn-box-media__image {
    flex-shrink: 0;
  }

.challenge-stitchn-box-media__image {
	padding-top: 1em;
	padding-right: 0;
}

/*------------------------------------------ レベルアップ */

 .level-stitchn-box.challenge-box {
    padding-right: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  .level-stitchn-box.challenge-box .challenge-box__body {
    padding-top: 0;
  }
  .level-stitchn-box.challenge-box .level-stitch-box-media__detail {
    padding-top: 0;
  }
  .level-stitch-box-media {
    display: flex;
  }
  .level-stitch-box-media__detail {
    margin-right: 50px;
    flex-grow: 1;
  }
  .level-stitchn-box-media__image {
    flex-shrink: 0;
  }

.level-stitchn-box-media__image {
	padding-top: 1.3em;
	padding-right: 0;
}

/*------------------------------------------ チェック */

 .course-stitchn-box.attention-box {
    padding-right: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  .course-stitchn-box.attention-box .attention-box__body {
    padding-top: 0;
  }
  .course-stitchn-box.attention-box .course-stitch-box-media__detail {
    padding-top: 0;
  }
  .course-stitch-box-media {
    display: flex;
  }
  .course-stitch-box-media__detail {
    margin-right: 50px;
    flex-grow: 1;
  }
  .course-stitchn-box-media__image {
    flex-shrink: 0;
  }

.course-stitchn-box-media__image {
	padding-bottom: 20px;
}

/*------------------------------------------ お口 */

 .brushing-stitchn-box.mouth-box {
    padding-right: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  .brushing-stitchn-box.mouth-box .mouth-box__body {
    padding-top: 0;
  }
  .brushing-stitchn-box.mouth-box .brushing-stitch-box-media__detail {
    padding-top: 0;
  }
  .brushing-stitch-box-media {
    display: flex;
  }
  .brushing-stitch-box-media__detail {
    margin-right: 50px;
    flex-grow: 1;
  }
  .brushing-stitchn-box-media__image {
    flex-shrink: 0;
  }

.brushing-stitchn-box-media__image {
	padding-bottom: 20px;
}

/* 768px以上用（PC用）の記述 end -------------------------------------*/
}



/*------------------------------------------ clear */
body{
	zoom: 100%;
}

body:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}



