.sub_h2Area .h2Box img {
  width: 66px;
}

.productSingleContainer {
  padding-bottom: 40px;
}

.productSingleContainer .inner {
  max-width: 1135px;
  margin: 0 auto;
  padding-top: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 110px;
  padding-bottom: 90px;
}

.productSingleContainer .inner .h3Area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.productSingleContainer .inner .imageArea {
  max-width: 600px;
  width: 53%;
  /* 600/1132 */
}

.productSingleContainer .inner .imageArea .imgBox {
  position: relative;
  width: 100%;
	margin-bottom: 15px;
}

.productSingleContainer .inner .imageArea .imgBox::before {
  content: "";
  display: block;
  padding-bottom: 66.6%;
  /* 400/600 */
}

.productSingleContainer .inner .imageArea .imgBox img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productSingleContainer .inner .imageArea .subImage_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.productSingleContainer .inner .imageArea .subImage_list .imgBox {
  display: block;
  width: 24%;
  /* 144/600 */
}

.productSingleContainer .inner .imageArea .subImage_list .imgBox::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.productSingleContainer .inner .txtArea {
  margin-left: 8.5%;
  /* 97/1135 */
  padding-top: 43px;
  width: 38.5%;
  /* 439/1132 */
}

.productSingleContainer .inner .txtArea h3 {
  font-size: 25px;
  font-weight: bold;
  display: block;
  position: relative;
  padding-bottom: 0.732em;
  margin-bottom: 22px;
  color: #000;
}

.productSingleContainer .inner .txtArea h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10em;
  height: 13px;
  background-image: url("../img/sub/menu01/wave_y_long.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.productSingleContainer .inner .txtArea p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.1em;
  text-align: justify;
  line-height: 1.8;
  padding-right: 0.2em;
  padding-left: 0.2em;
}

.productSingleContainer .inner .txtArea p:not(:first-child) {
  margin-top: 1em;
}

.productSingleContainer .inner .txtArea p.price {
  text-align: right;
  font-size: 20px;
  color: #333333;
  line-height: 1;
}

.productSingleContainer .inner .txtArea h4.outlineTtl {
  font-size: 18px;
  font-weight: bold;
  font-family: century-gothic, sans-serif;
  color: #ffffff;
  line-height: 1;
  background-color: #72b8c5;
  display: inline-block;
  padding: 0.33em 1em;
  border-radius: 15px;
  margin-bottom: 0.5em;
}

.productSingleContainer .inner .txtArea h4:not(.outlineTtl) {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  border-bottom: solid 2px #72b8c5;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #000;
}

.productSingleContainer .inner .txtArea .outline_list li {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #000;
}

.productSingleContainer .inner .txtArea .lessonDesc_list01 {
  padding-top: 3px;
}

.productSingleContainer .inner .txtArea .lessonDesc_list02 {
  margin-top: 2em;
}

.productSingleContainer .inner .txtArea .lessonDesc_list02 dt {
  margin-bottom: 0.5em;
}

.productSingleContainer .inner .txtArea .lessonDesc_list02 dt:not(:first-child) {
  margin-top: 1em;
}

.productSingleContainer .inner .txtArea .lessonDesc_list02 dd ul li:not(:first-child) {
  margin-top: 0.26em;
}

.productSingleContainer .inner .txtArea .btnArea {
  margin-top: 40px;
}

.productSingleContainer .inner .txtArea .btnArea .sub_btn01 {
  max-width: 283px;
}

.productSingleContainer .inner .txtArea .btnArea .sub_btn01:not(:first-child) {
  margin-top: 1em;
}

.productSingleContainer .inner .txtArea .btnArea .sub_btn01 p {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  padding-left: 1.62em;
}

.productSingleContainer .inner .txtArea .btnArea .sub_btn01 p::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-left: 1.62em;
}

.productSingleContainer .inner .txtArea .btnArea .sub_btn01.orange:hover p::after {
  color: #ea5e2b;
}

.productSingleContainer .inner .txtArea .btnArea .sub_btn01.blue:hover p::after {
  color: #72b8c5;
}

/* // MARK : maxW 1280px */
@media screen and (max-width: 1280px) {
  .productSingleContainer .inner {
    display: block;
    max-width: 900px;
  }
  .productSingleContainer .inner .imageArea {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .productSingleContainer .inner .imageArea .imgBox {
    width: 61.8%;
  }
  .productSingleContainer .inner .imageArea {
    margin-top: 0;
  }
  .productSingleContainer .inner .imageArea .subImage_list {
    width: 100%;
  }
  .productSingleContainer .inner .txtArea {
    margin-left: 0;
    width: 100%;
  }
}

/* // MARK : maxW 1000px */
@media screen and (max-width: 1000px) {
  .product_list_ttl {
    font-size: 19px;
  }
}

/* // MARK : maxW 767px */
@media screen and (max-width: 767px) {
  .sub_h2Area .h2Box img {
    width: auto;
    height: 6vh;
  }
  .productSingleContainer .inner {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .lesson_nav .inner ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 230px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lesson_nav .inner li {
    width: 100%;
  }
  .lesson_nav .inner li:not(:first-child) {
    margin-top: 1em;
  }
}

/* // MARK : maxW 580px */
@media screen and (max-width: 580px) {
  .product_list_ttl {
    width: 100%;
    text-align: center;
    font-size: 17px;
    padding-right: 1em;
    padding-left: 1em;
    margin-bottom: 2em;
  }
}

/* // MARK : maxW 500px */
@media screen and (max-width: 500px) {
  .product_list_ttl {
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .productSingleContainer .inner .imageArea {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .productSingleContainer .inner .imageArea .imgBox,
  .productSingleContainer .inner .imageArea {
    width: 100%;
  }
  .productSingleContainer .inner .imageArea {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .productSingleContainer .inner .txtArea {
    padding-top: 1.62em;
  }
  .productSingleContainer .inner .txtArea h3 {
    font-size: 19px;
    text-align: center;
    padding-bottom: 1.9em;
    margin-bottom: 28px;
  }
  .productSingleContainer .inner .txtArea h3::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 25px;
  }
  .productSingleContainer .inner .txtArea p {
    font-size: 13px;
  }
  .productSingleContainer .inner .txtArea h4.outlineTtl {
    font-size: 16px;
  }
  .productSingleContainer .inner .txtArea h4:not(.outlineTtl) {
    font-size: 15px;
  }
  .productSingleContainer .inner .txtArea .outline_list li {
    font-size: 15px;
  }
  .dl-table > div dt,
  .dl-table > div dd {
    font-size: 14px;
    padding-right: 0.62em;
    padding-left: 0.62em;
  }
  .productSingleContainer .inner .txtArea .btnArea .sub_btn01 {
    max-width: 100%;
  }
}

/* // MARK : maxW 374px */
@media screen and (max-width: 374px) {
  .product_list_ttl {
    letter-spacing: 0;
  }
}
/*# sourceMappingURL=productSingle.css.map */