@charset "UTF-8";
/*
@mixin light{
  font-family: 'mplus-1p-light', sans-serif;
}
@mixin medium{
  font-family: 'mplus-1p-medium', sans-serif;
}
@mixin bold{
  font-family: 'mplus-1p-bold', sans-serif;
}
@mixin heavy{
  font-family: 'mplus-1p-heavy', sans-serif;
}*/
/* CSS Document */
/* program 共通 */
/* 以下 各ページ独自 */
.ttl_01 {
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .ttl_01 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.ttl_02 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .ttl_02 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.robotics_box_01 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .robotics_box_01 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .robotics_box_01 {
    margin-bottom: 40px;
    margin-right: -10px;
    margin-left: -10px;
  }
}
.robotics_box_01 .separate_box {
  display: flex;
  flex-wrap: wrap;
}
.robotics_box_01 .separate_box .img_box {
  width: 50%;
}
.robotics_box_01 .separate_box .img_box img {
  padding-right: 50px;
}
.robotics_box_01 .separate_box .txt_box {
  width: 50%;
}
.robotics_box_01 .separate_box .txt_box p {
  margin-bottom: 1em;
}
.robotics_box_01 .separate_box .txt_box p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .robotics_box_01 .separate_box .img_box {
    width: 100%;
  }
  .robotics_box_01 .separate_box .img_box img {
    padding-right: 0;
  }
  .robotics_box_01 .separate_box .txt_box {
    width: auto;
    background: #fff;
    margin: -50px 20px 0 20px;
    padding: 20px 20px 0 20px;
  }
}

.robotics_box_02 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .robotics_box_02 {
    margin-bottom: 40px;
  }
}
.robotics_box_02 .stick_box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
.robotics_box_02 .stick_box .stick_item {
  padding: 0 25px 25px 25px;
  width: 33.33%;
}
.robotics_box_02 .stick_box .stick_item .stick_tit {
  background: #f39800;
  color: #fff;
  font-size: 20px;
  padding: 4px 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .robotics_box_02 .stick_box {
    margin-left: 0px;
    margin-right: 0px;
  }
  .robotics_box_02 .stick_box .stick_item {
    padding: 0 0 0 0;
    width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .robotics_box_02 .stick_box .stick_item .stick_tit {
    font-size: 14px;
    padding: 2px 10px;
    margin-bottom: 10px;
  }
}

.robotics_box_03 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .robotics_box_03 {
    margin-bottom: 40px;
  }
}
.robotics_box_03 figure.course_img {
  margin-bottom: 30px;
}
.robotics_box_03 figure.course_img figcaption span {
  display: inline-block;
  float: right;
  font-size: 12px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .robotics_box_03 figure.course_img figcaption span {
    font-size: 10px;
    display: block;
    margin-top: 10px;
  }
}
.robotics_box_03 .lesson_box {
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 0 30px;
  background: url(/hirakukids/assets/images/program/robotics/section3_bg_pc.png);
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 14px;
}
.robotics_box_03 .lesson_box .lesson_item {
  border: 2px solid #f39800;
  padding: 14px 20px;
  width: 470px;
}
.robotics_box_03 .lesson_box .lesson_item .lesson_item_tit {
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #a0a0a0;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .robotics_box_03 .lesson_box {
    display: block;
    padding: 15px 0px 0 0px;
    background: none;
  }
  .robotics_box_03 .lesson_box .lesson_item {
    padding: 5px 10px;
    width: 100%;
  }
  .robotics_box_03 .lesson_box .lesson_item .lesson_item_tit {
    font-size: 15px;
    padding: 0 0 5px 0;
  }
  .robotics_box_03 .lesson_box .next {
    display: block;
    content: "";
    background: url(/hirakukids/assets/images/program/robotics/section3_bg_sp.png);
    margin: 10px auto;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
}

.robotics_box_04 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .robotics_box_04 {
    margin-bottom: 40px;
  }
}
.robotics_box_04 .separate_box_01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.robotics_box_04 .separate_box_01 .img_box {
  width: 395px;
  text-align: right;
}
.robotics_box_04 .separate_box_01 .txt_box {
  width: calc(100% - 395px);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.robotics_box_04 .separate_box_01 .txt_box p {
  margin-bottom: 1em;
}
.robotics_box_04 .separate_box_01 .txt_box p:last-of-type {
  margin-bottom: 0;
}
.robotics_box_04 .separate_box_01 .txt_box .txt_box_plof {
  font-size: 12px;
}
@media (max-width: 768px) {
  .robotics_box_04 .separate_box_01 {
    margin-bottom: 40px;
  }
  .robotics_box_04 .separate_box_01 .img_box {
    width: 100%;
  }
  .robotics_box_04 .separate_box_01 .txt_box {
    display: block;
    width: 100%;
  }
  .robotics_box_04 .separate_box_01 .txt_box .txt_box_plof {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 10px;
  }
  .robotics_box_04 .separate_box_01 .txt_box .txt_box_plof figure {
    width: 115px;
  }
  .robotics_box_04 .separate_box_01 .txt_box .txt_box_plof p {
    width: calc(100% - 10px - 115px);
  }
}
.robotics_box_04 .separate_box_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 2px solid #f39800;
  padding: 30px;
}
.robotics_box_04 .separate_box_02 .img_box {
  width: 190px;
  text-align: right;
}
.robotics_box_04 .separate_box_02 .txt_box {
  width: calc(100% - 30px - 190px);
}
@media (max-width: 768px) {
  .robotics_box_04 .separate_box_02 {
    display: block;
    padding: 15px;
  }
  .robotics_box_04 .separate_box_02 .img_box {
    width: 100%;
  }
  .robotics_box_04 .separate_box_02 .txt_box {
    width: 100%;
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=robotics.css.map */
