@charset "utf-8";

/* ========================================================
	course.css => コース・学習スタイル
======================================================== */
/* course_main
============================================================================================================ */
.course_main {}

@media screen and (min-width: 1025px), print {
  .course_main .content {
    position: relative;
    padding-left: 43%;
    font-size: 2.4rem;
    line-height: 2;
  }

  .course_main .content .img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .course_main .content li+li {
    margin-top: 20px;
  }

  main .course-point_ .p_ {
    width: 31.707317%;
    margin-top: 2rem;
    padding: 2rem;
    border: 4px solid #00ada9;
    box-sizing: border-box;
  }

  main #course-g-wrapper01 section {
    width: 75%;
    margin-top: 2rem;
    margin-left: 2rem;
  }

  main .developer_ {
    width: 70%;
    margin: 1rem 0 0;
    padding: 2.5rem;
    position: relative;
  }

  main .d-ph_ {
    width: 300px;
    margin-right: -250px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .course_main .content .img {
    margin-bottom: 15px;
  }

  .course_main .content {
    font-size: 1.5rem;
    line-height: 2;
  }

  .course_main .content li+li {
    margin-top: 10px;
  }

  main .d-ph_ {
    width: 100%;
/*
    left: 50%;
    bottom: -60px;
*/
	  text-align: center;
  }

  main .d-ph_ img {
	  max-width: 300px;
  }
	
  main .scratch .scratch-ph_, main .scratch .scratch-block_ h3 img {
    display: inherit;
  }

  main #course-g-wrapper01 {
	  margin-bottom: 2rem;
  }

  main #course-g-wrapper01 section {
    margin-top: 2rem;
  }

  main #course-m-wrapper04 dl {
    width: 45.487805%;
    border: 3px solid #fff;
    box-sizing: border-box;
    position: relative;
    margin: 0;
  }

  main #course-m-wrapper04 dl dt {
    width: 100%;
  }
}

.w2 {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/*  Course Desc  */
.ttl_course_desc {
  font-size: 2.6rem;
  text-align: center;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto 50px;
  font-weight: normal;
}
.ttl_course_desc:not(:first-child) {
  margin-top: 120px;
}
.study_flow__container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 120px;
}

.study_flow__container .arrow {
  -ms-align-self: center;
  align-self: center;
  font-size: 3rem;
  color: #63c66d;
}
.study_flow {
  position: relative;
  border-radius: 15px;
  background-color: rgb(255, 255, 205);
  padding: 100px 25px 25px;
  line-height: 1.6;
  font-size: 2rem;
  width: calc( ( 100% - 160px ) * .3333 );
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.study_flow p {
  text-align: center;
}
.study_flow img {
  position: absolute;
  display: block;
  max-width: 200px;
  width: 80%;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.table_course_desc {
  max-width: 1200px;
  margin: 0 auto;
	border-collapse: collapse;
	border-top: none;
	border-left: none;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.table_course_desc th,
.table_course_desc td {
  padding: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  line-height: 1.6;
}
.table_course_desc tr:first-child > *:nth-child(1) {
  width: 20%;
}
.table_course_desc tr:first-child > *:not(:nth-child(1)) {
  width: 40%;
}
.table_course_desc th {
  text-align: center;
  vertical-align: middle;
  background-color: #ffd11b;
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff;
}
.table_course_desc tr:nth-child(odd) td {
  text-align: left;
  background-color: #f0f0f0;
}
.table_course_desc tr:nth-child(even) td {
  text-align: left;
  background-color: #fafafa;
}

.caption_course_desc {
  padding: 20px;
  line-height: 1.6;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.4rem;
}

.list_course_desc {
  max-width: 1200px;
  margin: 0 auto;
}
.list_course_desc li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 1rem;
  line-height: 1.8;
  font-size: 1.8rem;
}
.list_course_desc li:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  left: .4rem;
  top: .6rem;
}

@media only screen and ( max-width : 1024px ) {
  .ttl_course_desc {
    font-size: 1.8rem;
    font-weight: normal;
    text-align: left;
    padding: 10px 15px;
    margin-bottom: 4rem;
  }
  .ttl_course_desc:not(:first-child){
    margin-top: 8rem;
  }
  .study_flow__container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin-top: 8rem;
  }
  .study_flow {
    width: 100%;
  }
  .study_flow:not(:first-child) {
    margin-top: 5rem;
  }
  .study_flow__container .arrow {
    margin-top: 3rem;
    font-size: 4rem;
  }
  .table_course_desc th,
  .table_course_desc td {
    padding: 20px 10px;
  }
  .caption_course_desc {
    padding: 20px 0;
    font-size: 1.2rem;
  }
  .list_course_desc li {
    padding-left: 35px;
    line-height: 1.8;
    font-size: 1.6rem;
  }
  .list_course_desc li:before {
    top: .25rem;
  }
}

/*course*/
@media screen and (max-width: 1024px) {
  main .page-course-block_>div:first-child {
    display: table;
    table-layout: fixed;
    margin-bottom: 2rem;
  }

  main .page-course-block_>div:first-child>div {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }

  main .page-course-block_ .course-title_ {
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
  }

  main .page-course-block_ .course-title_ br {
    display: block;
  }

  main #micra.page-course-block_>div:first-child {
    background: #00a9f0;
  }

  main #robot.page-course-block_>div:first-child {
    background: #e4007f;
  }

  main #game.page-course-block_>div:first-child {
    background: #535353;
  }

  main .m-block_ {
    display: table;
  }

  main .m-block_ section>div, main .m-block_ section>h3 {
    display: table-cell;
    vertical-align: middle;
  }

  main .m-block_ section>div {
    width: 85px;
    padding-right: 1.5rem;
  }
/*
  main .king-block_ div {
    width: 85px;
    margin-right: 1.5rem;
    float: left;
  }

  main .king-ph_ {
    margin-top: -2rem;
    background-image: url(https://coelaqanrh.com/school/images/course/m_ph_07.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 250px 170px;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    background-color: #63c66d;
  } */

  main .at_ {
    display: none;
  }

	#course-m-wrapper04 .inner_ .flex-justify {
		display: block;
	}

  main #course-m-wrapper04 dl {
	  display: flex;
	  display: -webkit-flex;
	  align-items: center;
    width: 100%!important;
    padding: 1px 0;
    position: relative;
    margin: 0;
	  
	  border: none;
	  
    /*border-bottom: 1px solid #bfbfbf;*/
    /*display: table;*/
  }

  main #course-m-wrapper04 dl:first-child {
    /*border-top: 1px solid #bfbfbf;*/
  }

  	main #course-m-wrapper04 dl dt,
	main #course-m-wrapper04 dl dd {
/*
    	display: table-cell;
    	vertical-align: middle;
*/
	}

  main #course-m-wrapper04 dl dt {
    width: 80px;
    padding-right: 1.0rem;
  }

  main #course-m-wrapper04 dl dd {
	  width: calc( 100% - 80px - 1.5rem );
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
  }

  main .r-ph_>ul {
    display: flex;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
  }

  main .r-ph_>ul li {
    width: 30%;
    margin-top: 1.5rem;
  }

  main .scratch .scratch-block_ h3 {
    height: 65px;
    margin: 0 auto 2rem;
    background: url(https://coelaqanth.com/school/images/course/g_ph_05.png) no-repeat center center / 200px 65px;
  }

  main #course-g-wrapper01 {
    position: relative;
  }
}

main .course-text_ {
  font-size: 1.1rem;
  line-height: 1.6;
}

main .course-text_+.course-text_ {
  margin-top: 1.5rem;
}

main .page-course-block_ {
  margin-top: 4rem;
}

main .page-course-block_ .course-btn_ {
  margin-top: 2rem;
  text-align: center;
}

main .page-course-block_ .course-btn_ a {
  font-size: 1.3rem;
  padding: 1.3rem;
  border: 1px solid #bfbfbf;
  border-radius: 50px;
  display: block;
}

main .page-course-block_ .course-btn_ a::after {
  content: "\f101";
  font-family: FontAwesome;
  margin-left: 1rem;
  position: relative;
  top: -1px;
}

.course main .course-ph_ {
  margin-top: 3rem;
  text-align: center;
}

main .course-point_>h3 {
  margin-top: 3rem;
  text-align: center;
}

main .course-point_>h3 span {
  background: linear-gradient(transparent 60%, #00ada9 60%);
}

main .course-point_ .p_ {
  margin-top: 1.5rem;
  padding: 1.5rem;
  border: 2px solid #00ada9;
}

main .course-point_ .p_ dl {
  display: table;
  table-layout: fixed;
  margin-bottom: 1.5rem;
}

main .course-point_ .p_ dl dt, main .course-point_ .p_ dl dd {
  display: table-cell;
  vertical-align: middle;
}

main .course-point_ .p_ dl dt {
  width: 40px;
  padding-right: 1.5rem;
}

main .course-point_ .p_ dl dd {
  font-size: 1.6rem;
  font-weight: 700;
}

main .course-point_ .p_ dl dd br {
  display: block;
}

main .course-point_ .p_ p {
  font-size: 1.3rem;
}

main #course-m-wrapper01 {
  background: url(https://coelaqanth.com/school/images/bg_w_gray.png);
}

main .m-block_ section>h3 {
  font-size: 2.1rem;
  font-weight: 400;
}

main .m-block_ section>h3 br {
  display: block;
}

main .m-block_>p {
  font-size: 1.3rem;
  margin-top: 1.5rem;
}

main #course-m-wrapper02 {
  background: url(https://coelaqanth.com/school/images/bg_green.png);
  position: relative;
  overflow: hidden;
  z-index: -2;
}

main #course-m-wrapper02::before {
  content: '';
  width: 80px;
  height: 176px;
  background-image: url(https://coelaqanth.com/school/images/course/m_ph_03.png);
  background-size: 80px 176px;
  position: absolute;
  top: -1.5rem;
  left: 0;
  z-index: -1;
}

main #course-m-wrapper02 h4 {
  font-size: 1.3rem;
  color: #00ada9;
  margin: 0 0 0 8rem;
  padding: 1rem;
  background: #000;
}

main #course-m-wrapper02 h4 span {
  font-size: 1.8rem;
}

main #course-m-wrapper02 h5 {
  font-size: 1.8rem;
  /*color: #fff;*/
  margin: 1.2rem 0;
}

main #course-m-wrapper02 p {
  font-size: 1.3rem;
  color: #fff;
}

main #course-m-wrapper02 .trial-image_ {
  margin-top: 1.5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, .55);
}

main #course-m-wrapper02 .trial-image_ dd {
  font-size: 1.2rem;
  margin-top: 1rem;
}

main #course-m-wrapper03 {
  background: url(https://coelaqanth.com/school/images/bg_brown.png);
  position: relative;
  overflow: hidden;
}

main .king-block_>h3 {
  font-size: 2.1rem;
  font-weight: 400;
  color: #00ada9;
  margin-bottom: .5rem;
}

main .king-block_>h4 {
  font-size: 1.8rem;
  /* color: #fff; */
  margin-bottom: .5rem;
  vertical-align: bottom;
}

main .king-block_>h4 span {
  font-size: 1.1rem;
  font-weight: 400;
  margin-left: .5rem;
  vertical-align: bottom;
}

main .king-block_>p {
  font-size: 1.3rem;
  /* color: #fff; */
}

main .youtube-block_>dl {
  padding: 1.5rem;
  background: #000;
}

main .youtube-block_>dl dt {
  font-size: 1.2rem;
  font-weight: 700;
  color: #00ada9;
  text-align: center;
  margin-bottom: 1rem;
}

main .course-info_ {
  width: 100%;
  border: 2px solid #00b7ee;
}

main .course-info_ th, main .course-info_ td {
  font-size: 1.2rem;
  padding: 1rem;
  vertical-align: top;
}

main .course-info_ tr+tr th, main .course-info_ tr+tr td {
  border-top: 2px solid #00b7ee;
}

main .course-info_ th {
  width: 25%;
  background: #dbf3fe;
}

main .course-info_ td .ttl-info-sub:not(:last-child),
main .course-info_ td p:not(:last-child) {
	margin-bottom: 1.5em;
}

main .course-info_ td li {
  margin-bottom: .5rem;
  padding-left: 2rem;
  position: relative;
}

main .course-info_ td li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
  color: #00b7ee;
  position: absolute;
  top: 0;
  left: 0;
}

main .course-info_ td table {
	width: 100%;
	border-bottom: 2px solid #00b7ee;
	margin: .5em 0;
}
main .course-info_ td table th {
	padding: 1rem;
}
main .course-info_ td table td {
	padding: 1rem;
}
main .course-info_ td table tr:first-child th:nth-child(1) {
	width: 25%;
}
main .course-info_ td table tr:first-child td:nth-child(2) {
	width: 30%;
}
main .course-info_ td table tr:first-child td:nth-child(3) {
	width: 45%;
}
main .course-info_ td .ta_r {
	text-align: right;
}
.small {
	font-size: 1.4rem;
}

main .course-trial-grup {
  margin-top: 3rem;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #e4007f;
}

main .course-trial-grup br {
	display: inline!important;
}

main .brFix br {
	display: inline!important;
}

main .course-trial-grup>h3 {
  font-size: 2.1rem;
  color: #e4007f;
  text-align: center;
  margin-bottom: 2rem;
  display: inline-block;
  position: relative;
}

main .course-trial-grup>h3::before {
  content: "";
  width: 15px;
  height: 18px;
  background-image: url(https://coelaqanth.com/school/images/svg/bal_l_red.svg);
  background-size: 15px 18px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -20px;
}

main .course-trial-grup>h3::after {
  content: "";
  width: 15px;
  height: 18px;
  background-image: url(https://coelaqanth.com/school/images/svg/bal_r_red.svg);
  background-size: 15px 18px;
  display: block;
  position: absolute;
  bottom: 0;
  right: -20px;
}

main .course-trial-grup>p {
  font-size: 1.3rem;
  text-align: left;
}

main .course-trial-grup a {
  font-size: 1.3rem;
  color: #fff;
  margin-top: 1.5rem;
  padding: 1.3rem;
  background: #e4007f;
  border-radius: 50px;
  display: block;
}

main .course-trial-grup a::after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
  margin-left: 1rem;
  position: relative;
  top: -1px;
}

main #course-m-wrapper04 {
  background: #edede5;
	margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
	main #course-m-wrapper04 {
		margin-bottom: 60px;
	}
}

main #course-m-wrapper04 h5 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

main #course-m-wrapper04 dl {
	width: 410px;
}

/* main #course-m-wrapper04 dl a {width: 100%;height: 100%;background: transparent;position: absolute;top:0;left:0;} */
main p.course-text_ {
  font-size: 1.8rem;
  margin: 0;
}

main p.course-text_+p.course-text_ {
  margin-top: 1.5rem;
}

main .page-course-block_ {
  display: table;
  table-layout: fixed;
  padding: 0;
  border-top: none;
}

main .page-course-block_>div {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

main .page-course-block_>div+div {
  padding: 0 2.5rem;
}

main .page-course-block_ .course-title_ {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: -.2rem;
}

main .page-course-block_ p {
  color: #fff;
}

main .page-course-block_ .course-btn_ a {
  font-size: 1.5rem;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

main .page-course-block_ .course-btn_ a::after {
  top: 0;
}

main .page-course-block_ .course-btn_ a:hover {
  color: #000;
  background: #fff;
}

main .course-ph_, main .page-course-ph_ {
  margin-top: 3rem;
}

main .course-point_>h3 {
  font-size: 3rem;
  /* margin-top: 5rem; */
}

main .course-point_ .p_ dl {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}

main .course-point_ .p_ dl dt, main .course-point_ .p_ dl dd {
  display: block;
}

main .course-point_ .p_ dl dt {
  width: 100%;
  margin-bottom: 1.5rem;
  padding-right: 0;
}

main .course-point_ .p_ dl dd {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
}

main .course-point_ .p_ p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

main .m-block_ {
  padding-left: 195px;
  position: relative;
  font-size: 1.5rem;
}

main .m-block_ section>div {
  width: 170px;
  position: absolute;
  top: 0;
  left: 0;
}

main .m-block_ section>h3 {
  font-size: 2.1rem;
  margin: 0;
}

main .m-block_ section>h3 br {
  display: none;
}

main .m-block_>p {
  font-size: 1.2rem;
  margin: 1.5rem 0 0;
  line-height: 1.7;
}

main #course-m-wrapper02::before {
  width: 228px;
  height: 501px;
  background-size: 228px 501px;
  top: 5rem;
  left: 0;
}

main #course-m-wrapper02 .flex-justify {
  padding-left: 8rem;
}




main #course-m-wrapper02 .sub_title__ {
  width: 230px;
  height: 230px;
  margin: 0;
  display: table;
  text-align: center;
  background: #fff;
  position: relative;
}

main #course-m-wrapper02 .sub_title__::before {
  content: "";
  width: 230px;
  height: 230px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

@media screen and (max-width: 1024px) {
	main #course-m-wrapper02 .sub_title__ {
	  width: 95%;
	  height: calc( 55vw - 40px );
	  margin: 0;
	  display: table;
	  text-align: center;
	  background: #fff;
	  position: relative;
	}
	main #course-m-wrapper02 .sub_title__::before {
	  content: "";
	  width: 95%;
	  height: calc( 55vw - 40px );
	  position: absolute;
	  left: 0;
	}
}

main #course-m-wrapper02 h4 {
  font-size: 1.1rem;
  color: #00ada9;
  margin: 0;
  padding: 2rem;
  background: transparent;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

main #course-m-wrapper02 h4 span {
  font-size: 1.6rem;
  display: block;
}

main #course-m-wrapper02 section {
  width: 62%;
  margin-left: 30px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
	main #course-m-wrapper02 section {
	  width: 100%;
	  margin-top: 20px;
	  margin-left: 0px;
	}
}

main #course-m-wrapper02 h5 {
  font-size: 1.5rem;
  margin: 0 0 1.5rem 0;
}

main #course-m-wrapper02 p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
}

main #course-m-wrapper02 .trial-image_wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

main #course-m-wrapper02 .trial-image_ {
  margin: 2.5rem 0 0 8rem;
  padding: 2rem 5rem;
}

main #course-m-wrapper02 .trial-image_ dd {
  font-size: 1.1rem;
  margin: 1.2rem 0 0;
}

main #course-m-wrapper03 .inner_ {
  position: relative;
}

main .king-block_ {
  max-width: 850px;
  width: 100%;
  padding-left: 195px;
  position: relative;
  z-index: 3;
  font-size: 1.5rem;
}

main .king-block_ div {
  width: 170px;
  position: absolute;
  top: 0;
  left: 0;
}

main .king-block_>h3 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1.0rem;
}

main .king-block_>h4 {
  font-size: 2rem;
  margin-bottom: 0;
  /* margin-bottom: 1.5rem; */
}

main .king-block_>h4 span {
  font-size: .85rem;
  margin-left: 1rem;
  position: relative;
  top: -.5rem;
  letter-spacing: .1em;
}

main .king-block_>p {
  font-size: 1.5rem;
  line-height: 2;
  /* color: #fff; */
  margin: 0;
}
main .king-block_>p:not(:last-child){
  margin-bottom: .5em;
}

main .king-block_> p.position {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #999;
}

main .king-ph_ {
  border-radius: 100%;
  position: relative;
  width: 260px;
  height: 260px;
  background: #63c66d;
  background-image: url(https://coelaqanth.com/school/images/course/m_ph_06.png);
  background-repeat: no-repeat;
  -webkit-background-size: auto 90%;
  background-size: auto 90%;
  background-position: center 100%;
  float: right;
  margin: -40px 0px 10px 10px;
}

@media screen and (max-width: 1024px) {
	main #course-m-wrapper02::before {
		display: none;
	  width: 13%;
	  height: 501px;
	  background-size: 100% auto;
	  background-repeat: no-repeat;
	  background-position: left center;
	  top: 5rem;
	  left: 0;
	}
	
	main #course-m-wrapper02 .flex-justify {
	  padding-left: 0%;
	}
	
	main #course-m-wrapper02 .sub_title__ {
		margin: 0 auto;
		width: 95%;
		height: calc( 55vw - 40px );
		max-width: 400px;
		max-height: 250px;
		display: table;
		text-align: center;
		background: #fff;
		position: relative;
	}
	
	main #course-m-wrapper02 .sub_title__::before {
		content: "";
		width: 95%;
		height: calc( 55vw - 40px );
		max-width: 400px;
		max-height: 250px;
	}	
	
	main #course-m-wrapper02 section {
		margin-top: 40px;
	}	

	main #course-m-wrapper02 .trial-image_ {
		margin: 0;
		padding: 2rem 0rem;
	}

	main .m-block_ {
	  padding-left: 0px;
	}
	
	main .m-block_ section {
		padding-top: 170px;
	}
	
	main .m-block_ section>div {
	  width: 170px;
	  position: absolute;
	  top: 0;
	  left: 0;
	}

	main .m-block_ section>h3 {
	  font-size: 2.1rem;
	  margin: 0;
	}

	main .m-block_ section>h3 br {
	  display: none;
	}
	
}

@media only screen and ( max-width : 1024px ){
  main .king-block_ {
    width: 100%;
    padding: 0vw 0px 0;
    position: relative;
    z-index: 3;
    font-size: 1.5rem;
  }
  main .king-ph_ {
	  float: none;
    width: 70vw;
    height: 70vw;
	  max-width: 400px;
	  max-height: 400px;
	  margin: 0 auto;
	  
/*
    position: absolute;
    margin: 0;
    top: 0vw;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
*/
  }
  main .king-block_ > div {
    width: 20vw;
    top: calc( 20vw * -699 / 340 );
  }
  main .king-block_>h3 {
	  margin-top: 20px;
    white-space: nowrap;
    line-height: 1.2;
	  text-align: center;
    /*padding-left: 25vw;*/
  }
  main .king-block_>h4 {
	  text-align: center;
    /*padding-left: 25vw;*/
  }
  main .king-block_> p.position {
	  text-align: center;
    /*padding-left: 25vw;*/
  }
}


main .youtube-block_ {
  margin-top: 5rem;
}

main .youtube-block_>dl {
  text-align: center;
  padding: 2rem 3rem;
  position: relative;
  z-index: 2;
}

main .youtube-block_>dl dt {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

main .course-info_ th, main .course-info_ td {
  font-size: 1.8rem;
  line-height: 1.7;
  padding: 2rem;
}

@media screen and (max-width: 1024px) {
	main .course-info_ th, main .course-info_ td {
	  font-size: 1.2rem;
	  padding: 1rem;
	}
}

main .course-trial-grup {
  margin-top: 5rem;
  padding: 4rem;
}

main .course-trial-grup>h3 {
  font-size: 2.6rem;
}

main .course-trial-grup>h3::before {
  content: "";
  width: 15px;
  height: 18px;
  background-image: url(https://coelaqanth.com/school/images/svg/bal_l_red.svg);
  background-size: 15px 18px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -20px;
}

main .course-trial-grup>h3::after {
  content: "";
  width: 15px;
  height: 18px;
  background-image: url(https://coelaqanth.com/school/images/svg/bal_r_red.svg);
  background-size: 15px 18px;
  display: block;
  position: absolute;
  bottom: 0;
  right: -20px;
}

main .course-trial-grup>p {
  font-size: 1.1rem;
  text-align: left;
}

main .course-trial-grup a {
  font-size: 1.7rem;
  margin-top: 2.5rem;
  padding: 1.5rem;
  border: 1px solid #e4007f;
}

main .course-trial-grup a:hover {
  color: #e4007f;
  background: transparent;
}

main #course-m-wrapper04 h5 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2.5rem;
}

/* main #course-m-wrapper04 dl a {width: 100%;height: 100%;background: transparent;position: absolute;top:0;left:0;} */
main .at_ {
  margin-top: 2rem;
  text-align: center;
  display: block;
}

main .at_ p {
  font-size: .85rem;
}

main #course-m-wrapper04 dl dd {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  padding: 1.2rem;
  text-align: center;
  background: #000;
  margin: 0;
}

main #course-m-wrapper04 dl a:hover {
  background: rgba(255, 255, 255, .5);
}

main .r-ph_ {
  width: 31.707317%;
}

main .r-ph_>h4 {
  font-size: 2.8rem;
  padding: 2.5rem 1rem;
}

main .r-ph_>ul {
  width: 70%;
  margin: 0 auto;
}

main .r-ph_>ul li {
  margin-top: 2rem;
}

main .r-ph_>p {
  font-size: 1.2rem;
  text-align: center;
}

main .r-block_ {
  width: 64.634146%;
}

main .r-block_ section+section {
  margin-top: 5rem;
}

main .r-block_ h5 {
  font-size: 1.6rem;
  border: 4px solid #bbb;
}

main .r-block_ h5 span {
  font-size: 2rem;
}

main .r-block_ .lesson_ {
  width: 48%;
}

main .r-block_ .lesson_ dt {
  font-size: 1.5rem;
}

main .r-block_ .lesson_ dd {
  font-size: 1.5rem;
}

main .scratch {
  margin-top: 5rem;
  padding: 2.5rem;
  border: 10px solid #dcdcdc;
}

main .scratch .scratch-ph_ {
  margin-right: 3rem;
}


@media screen and (max-width: 1024px) {
	main .scratch .scratch-ph_ {
		margin-right: 0rem;
		text-align: center;
	}
	main .scratch .scratch-ph_ img {
		max-width: 200px;
	}
}


main .scratch .scratch-block_ h3 {
  width: 260px;
  background: none;
  margin-bottom: 2rem;
}

main .scratch .scratch-block_ p {
  font-size: 1rem;
}

main .g-sub_title__ {
  width: 140px;
  height: 140px;
  margin: 0;
  display: table;
  text-align: center;
  background: #ccc;
  position: relative;
}

main .g-sub_title__::before {
  content: "";
  width: 140px;
  height: 140px;
  background: #00b7ee;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

main .g-sub_title__ h4 {
  font-size: 1.6rem;
  margin-bottom: 0;
  background: none;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

main #course-g-wrapper01 section>p {
  font-size: 1.3rem;
  line-height: 1.8;
}

main .developer_>h5 {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

main .developer_>h5 span {
  font-size: 1.5rem;
}

main .developer_>p {
  font-size: 1rem;
  line-height: 1.8;
}

main .developer_>p+p {
  margin-top: 1.2rem;
}

main .inner_ {
  max-width: 820px;
  margin: 0 auto;
}



.bnrArea {
	margin: 50px 0 100px;
	padding: 0px 0;
	background: #FFF;
}

@media screen and (max-width: 1024px) {
	.bnrArea {
		margin: 30px 0;
		padding: 0px 0 18px;
	}
}



#container .comAppealLst01 {
	margin-top: 30px;
	justify-content: center;
}

#container .comAppealLst01 .comAppealLst01_itm {
	margin: 10px;
	width: 32%;
}

#container .comAppealLst01 .comAppealLst01_itm .comAppealLst01_itm__tit {
	font-size: 1.8rem;
	line-height: 1.4;
}

#container .comAppealLst01 .comAppealLst01_itm .comAppealLst01_itm__txt {
	font-size: 1.8rem;
}


@media screen and (max-width: 1024px) {
	#container .comAppealLst01 .comAppealLst01_itm .comAppealLst01_itm__tit {
		font-size: 2.0rem;
		line-height: 1.4;
	}
	
	#container .comAppealLst01 .comAppealLst01_itm {
		width: 260px;
	}
}

