@charset "UTF-8";

.section .fp-tableCell .top_slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    padding: 0% 0;
}


@media screen and (max-width: 759px) {
.section .fp-tableCell .top_slide {
  width: 100%;
  height: 100vh;
  background-image: url(../img/top/slide_top.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
	.section .fp-tableCell .top_slide video {
    display: none;
}
}
.section .fp-tableCell .top_slide .page_title {
  width: 20%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 55px;
  margin-top: 7vw;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .section .fp-tableCell .top_slide .page_title {
    width: 60%;
    margin-top: 100px;
  }
}

.section .fp-tableCell .top_slide .top_txt {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 17px;
  letter-spacing: .35em;
  font-weight: 400;
  text-align: center;
}

.section .fp-tableCell .top_slide .page_btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin: 70px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section .fp-tableCell .top_slide .page_btn-flex .page_btn-chi {
  display: block;
  width: 15%;
  height: auto;
  margin-right: 5%;
}

.section .fp-tableCell .top_slide .page_btn-flex .page_btn-chi:last-child {
  display: block;
  width: 15%;
  height: auto;
  margin-right: 0;
}

.section .fp-tableCell .top_slide video {
  position: absolute;
  min-width: 100%;
  min-height: 100vh;
  z-index: -3;
}

.section .fp-tableCell .content-area {
  text-align: center;
  padding: 10% 0;
  width: 100%;
  height: 100vh;
}

@media only screen and (max-width: 640px) {
  .section .fp-tableCell .content-area {
    padding: 40% 5%;
    width: 90%;
  }
}

.section .fp-tableCell .content-area .sec-title {
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  font-size: 45px;
  letter-spacing: .3em;
  font-weight: 300;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .section .fp-tableCell .content-area .sec-title {
    font-size: 26px;
  }
}

.section .fp-tableCell .content-area .sec-txt {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 17px;
  letter-spacing: .35em;
  font-weight: 400;
}

@media only screen and (max-width: 640px) {
  .section .fp-tableCell .content-area .sec-txt {
    font-size: 14px;
  }
}

.section .fp-tableCell .content-area .line {
  position: absolute;
  border-right: solid 1px #fff;
  width: 1px;
  height: 110px;
  bottom: 24%;
  -webkit-transition: .5s;
  transition: .5s;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.section .fp-tableCell .content-area .sec_btn-chi {
  display: block;
  width: 75px;
  height: auto;
  margin-top: auto;
  margin-bottom: 0%;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.section .fp-tableCell .content-area .sec_btn-chi:hover + .line {
  bottom: 27%;
  -webkit-transition: .5s;
  transition: .5s;
}

.section .fp-tableCell #sec_01 {
  width: 100%;
  height: 100vh;
  background-image: url(../img/top/slide_01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section .fp-tableCell #sec_02 {
  width: 100%;
  height: 100vh;
  background-image: url(../img/top/slide_02.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section .fp-tableCell #sec_03 {
  width: 100%;
  height: 100vh;
  background-image: url(../img/top/slide_03.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section .fp-tableCell #sec_04 {
  width: 100%;
  height: 100vh;
  background-image: url(../img/top/slide_04.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-content section .common-inner .contents-body h2 {
  position: relative;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body h2 {
    font-size: 20px;
  }
}

.main-content section .common-inner .contents-body .lube::before {
  content: "サスティナブルマテリアル";
  position: absolute;
  font-size: 15px;
  top: -10%;
  left: 56%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .lube::before {
    width: 200px;
    left: 61%;
    font-size: 10px;
  }
}

.main-content section .common-inner .contents-body .yama_flex-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .yama_flex-area {
    display: block;
  }
}

.main-content section .common-inner .contents-body .yama_flex-area .yama_flex-chi {
  width: 45%;
  margin-right: 10%;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .yama_flex-area .yama_flex-chi {
    width: 100%;
    margin-bottom: 60px;
  }
}

.main-content section .common-inner .contents-body .yama_flex-area .yama_flex-chi:nth-child(2n) {
  margin-right: 0%;
}

.main-content section .common-inner .contents-body .carbon-area2 .carbon-btn_area {
  text-align: center;
}

.main-content section .common-inner .contents-body .carbon-area2 .carbon-btn_area .btn-chi {
  display: block;
  background-color: #135B13;
  color: #fff;
  width: 40%;
  margin: 15px auto;
  border-radius: 25px;
  padding: 5px;
  font-size: 17px;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .carbon-area2 .carbon-btn_area .btn-chi {
    width: 100%;
  }
}

.main-content section .common-inner .contents-body .carbon-area2 .carbon-btn_area .btn-chi img {
  margin-top: 13px;
  margin-left: 10px;
}

.main-content section .common-inner .contents-body .carbon-area2 .carbon-area2_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .carbon-area2 .carbon-area2_flex {
    display: block;
  }
}

.main-content section .common-inner .contents-body .carbon-area2 .carbon-area2_flex .carbon-area2_flex-chi {
  width: 50%;
  border: solid 1px #DCDCDC;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .carbon-area2 .carbon-area2_flex .carbon-area2_flex-chi {
    width: 100%;
  }
}

.main-content section .common-inner .contents-body .carbon-area2 .carbon-area2_flex .carbon-area2_flex-chi h3 {
  background-color: #135B13;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-size: 20px;
  font-weight: 400;
  border-right: solid 1px #fff;
  margin-bottom: 0;
  margin-top: 0;
}

.main-content section .common-inner .contents-body .carbon-area2 .carbon-area2_flex .carbon-area2_flex-chi .carbon-area2_flex-wrap {
  padding: 19px;
}

.main-content section .common-inner .contents-body .carbon-area2 .carbon-area2_flex .carbon-area2_flex-chi .carbon-area2_flex-wrap .carbon-area2-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}

.main-content section .common-inner .contents-body .carbon-area2 .carbon-area2_flex .carbon-area2_flex-chi .carbon-area2_flex-wrap .carbon-area2-txt {
  margin-top: 10px;
}

.main-content section .common-inner .contents-body .carbon-area2 .carbon-area2_flex .carbon-area2_flex-chi .carbon-area2_flex-wrap .carbon-area2-anno {
  background-color: #F8F7F1;
  font-size: 15px;
  color: #8E8E8E;
  padding: 25px;
}

.main-content section .common-inner .contents-body .carbon-area2 .anno {
  font-size: 15px;
  color: #8E8E8E;
  text-align: right;
}

.main-content section .common-inner .contents-body .btn-chi-live {
  display: block;
  background-color: #135B13;
  color: #fff;
  width: 200px;
  margin: 15px 0;
  border-radius: 25px;
  padding: 10px;
  font-size: 17px;
  text-align: center;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .btn-chi-live {
    width: 100%;
  }
}

.main-content section .common-inner .contents-body .btn-chi-live img {
  margin-top: 3px;
  margin-left: 10px;
}

.main-content section .common-inner .contents-body .carbon-area3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .carbon-area3 {
    display: block;
  }
}

.main-content section .common-inner .contents-body .carbon-area3 .flex-chi {
  width: 45%;
  margin-right: 10%;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .carbon-area3 .flex-chi {
    width: 100%;
    margin-bottom: 50px;
  }
}

.main-content section .common-inner .contents-body .carbon-area3 .flex-chi .carbon-title {
  margin-top: 0;
}

.main-content section .common-inner .contents-body .carbon-area3 .flex-chi .carbon-txt {
  font-size: 15px;
  color: #8E8E8E;
  line-height: 20px;
}

.main-content section .common-inner .contents-body .carbon-area3 .flex-chi:nth-child(2n) {
  margin-right: 0%;
}

.main-content section .common-inner .contents-body .flex-chart__wrap .flex-chart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 15px;
  border: solid 1px #000000;
  margin-bottom: 10px;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .flex-chart__wrap .flex-chart {
    display: block;
    text-align: center;
  }
}

.main-content section .common-inner .contents-body .flex-chart__wrap .flex-chart .flex-chart-chi {
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.main-content section .common-inner .contents-body .flex-chart__wrap .flex-chart .flex-chart-chi .color1 {
  color: #135B13;
}

.main-content section .common-inner .contents-body .flex-chart__wrap .flex-chart .flex-chart-chi .color2 {
  color: #D8A100;
}

.main-content section .common-inner .contents-body .flex-chart__wrap .flex-chart .flex-chart-chi .color3 {
  color: #34A9D0;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .flex-chart__wrap .flex-chart .flex-chart-chi {
    margin-right: 0;
  }
}

.main-content section .common-inner .contents-body .flex-chart__wrap .flex-chart .flex-chart-chi:last-child {
  margin-right: 0;
}

.main-content section .common-inner .contents-body .use_flex-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .use_flex-img {
    display: block;
  }
}

.main-content section .common-inner .contents-body .use_flex-img .use_flrx-chi {
  width: 32%;
  margin-right: 3%;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .use_flex-img .use_flrx-chi {
    width: 100%;
    margin-bottom: 40px;
  }
}

.main-content section .common-inner .contents-body .use_flex-img .use_flrx-chi:last-child {
  width: 32%;
  margin-right: 0%;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .use_flex-img .use_flrx-chi:last-child {
    width: 100%;
    margin-bottom: 40px;
  }
}

.main-content section .common-inner .contents-body .anno-area {
  background-color: #F8F7F1;
  color: #8E8E8E;
  font-size: 15px;
  line-height: 25px;
  padding: 30px;
}

.main-content section .common-inner .contents-body .anno {
  font-size: 15px;
  color: #8E8E8E;
  text-align: right;
}

.main-content section .common-inner .contents-body .kihon-area_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .kihon-area_01 {
    display: block;
  }
}

.main-content section .common-inner .contents-body .kihon-area_01 p {
  margin-right: 30px;
  width: 60%;
  margin-top: 0;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .kihon-area_01 p {
    width: 100%;
  }
}

.main-content section .common-inner .contents-body .kihon-area_01 img {
  width: 40%;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .kihon-area_01 img {
    width: 100%;
    height: auto;
  }
}

.main-content section .common-inner .contents-body .kihon-area02 .kihon-area02_chi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .kihon-area02 .kihon-area02_chi {
    display: block;
    margin-bottom: 80px;
  }
}

.main-content section .common-inner .contents-body .kihon-area02 .kihon-area02_chi .kihon-area02_chi_left {
  width: 60%;
  margin-right: 10%;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .kihon-area02 .kihon-area02_chi .kihon-area02_chi_left {
    width: 100%;
  }
}

.main-content section .common-inner .contents-body .kihon-area02 .kihon-area02_chi .kihon-area02_chi_left h3 {
  margin-top: 0;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .kihon-area02 .kihon-area02_chi img {
    width: 100%;
  }
}

.main-content section .common-inner .contents-body .jas-area-flex .jas-area01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .jas-area-flex .jas-area01 {
    display: block;
    margin-bottom: 100px;
  }
}

.main-content section .common-inner .contents-body .jas-area-flex .jas-area01 .jas-area01_left {
  width: 50%;
  margin-right: 5%;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .jas-area-flex .jas-area01 .jas-area01_left {
    width: 100%;
  }
}

.main-content section .common-inner .contents-body .jas-area-flex .jas-area01 iframe {
  width: 50%;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .jas-area-flex .jas-area01 iframe {
    width: 100%;
  }
}

.main-content section .common-inner .contents-body .jas-area-flex .jas-area01 .right-area {
  width: 50%;
  margin-right: 5%;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .jas-area-flex .jas-area01 .right-area {
    width: 100%;
  }
}

.main-content section .common-inner .contents-body .jas-area-flex .jas-area01 .right-area ul {
  list-style-type: none;
}

.main-content section .common-inner .contents-body .jas-area-flex .jas-area01 .right-area ul li {
  font-size: 17px;
  color: #135B13;
  font-weight: 600;
  margin-bottom: 10px;
}

.main-content section .common-inner .contents-body .jas-area-flex .jas-area01 .right-area ul li img {
  margin-right: 5px;
  margin-top: 3px;
}

.main-content section .common-inner .contents-body .jas-area-flex .jas-area01 .right-area a {
  text-align: center;
  display: block;
  background-color: #135B13;
  color: #fff;
  width: 80%;
  margin: 15px 0;
  border-radius: 25px;
  padding: 5px;
  font-size: 17px;
}

.main-content section .common-inner .contents-body .jas-area-flex .jas-area01 .right-img {
  width: 50%;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .jas-area-flex .jas-area01 .right-img {
    width: 100%;
    margin-top: 20px;
  }
}

.main-content section .common-inner .contents-body .jas-area01_anno {
  background-color: #F8F7F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .jas-area01_anno {
    display: block;
    margin-top: 60px;
  }
}

.main-content section .common-inner .contents-body .jas-area01_anno p {
  width: 85%;
  margin-right: 5%;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .jas-area01_anno p {
    width: 100%;
  }
}

.main-content section .common-inner .contents-body .jas-area01_anno .jas-mark {
  width: 10%;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .jas-area01_anno .jas-mark {
    width: 100%;
  }
}

.main-content section .common-inner .contents-body .anno {
  text-align: left;
}

.main-content section .common-inner .contents-body .jas-kozo_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .jas-kozo_area {
    display: block;
  }
}

.main-content section .common-inner .contents-body .jas-kozo_area .jas-kozo-chi {
  width: 30%;
  margin-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .jas-kozo_area .jas-kozo-chi {
    width: 100%;
  }
}

.main-content section .common-inner .contents-body .jas-kozo_area .jas-kozo-chi h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.main-content section .common-inner .contents-body .jas-kozo_area .jas-kozo-chi p {
  margin-top: 0;
  margin-bottom: auto;
}

.main-content section .common-inner .contents-body .jas-kozo_area .jas-kozo-chi a {
  text-align: center;
  display: block;
  background-color: #135B13;
  color: #fff;
  width: 60%;
  margin: 15px auto;
  border-radius: 25px;
  padding: 5px;
  font-size: 17px;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .jas-kozo_area .jas-kozo-chi a {
    width: 100%;
  }
}

.main-content section .common-inner .contents-body .jas-kozo_area .jas-kozo-chi a img {
  margin-top: 13px;
  margin-left: 10px;
}

.main-content section .common-inner .contents-body .jas-kozo_area .jas-kozo-chi:nth-child(3n) {
  margin-right: 0%;
}

.main-content section .common-inner .contents-body .goho-area .goho-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .goho-area .goho-flex {
    display: block;
  }
}

.main-content section .common-inner .contents-body .goho-area .goho-flex .goho-flex_left {
  width: 80%;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .goho-area .goho-flex .goho-flex_left {
    width: 100%;
  }
}

.main-content section .common-inner .contents-body .goho-area .goho-flex .goho-flex_right {
  width: 20%;
  margin: 20px 0;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .goho-area .goho-flex .goho-flex_right {
    width: 100%;
  }
}

.main-content section .common-inner .contents-body .goho-youtube_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .goho-youtube_flex {
    display: block;
  }
}

.main-content section .common-inner .contents-body .goho-youtube_flex .goho-youtube_chi {
  width: 30%;
  margin-right: 5%;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .goho-youtube_flex .goho-youtube_chi {
    width: 100%;
  }
}

.main-content section .common-inner .contents-body .goho-youtube_flex .goho-youtube_chi h3 {
  margin-bottom: 20px;
}

.main-content section .common-inner .contents-body .goho-youtube_flex .goho-youtube_chi iframe {
  width: 100%;
  height: 230px;
}

.main-content section .common-inner .contents-body .goho-anno {
  text-align: center;
  padding: 20px;
  background-color: #F8F7F1;
  margin-top: 60px;
}

.main-content section .common-inner .contents-body .goho-anno .btn-chi {
  text-align: center;
  display: block;
  background-color: #135B13;
  color: #fff;
  width: 40%;
  margin: 15px auto;
  border-radius: 25px;
  padding: 5px;
  font-size: 17px;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .goho-anno .btn-chi {
    width: 100%;
  }
}

.main-content section .common-inner .contents-body .goho-anno .btn-chi img {
  margin-top: 13px;
  margin-left: 10px;
}

.main-content section .common-inner .contents-body .live-flex-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .live-flex-area {
    display: block;
  }
}

.main-content section .common-inner .contents-body .live-flex-area .live-flex-chi {
  padding: 7%;
  width: 48%;
  margin-right: 4%;
  position: relative;
}

@media screen and (max-width: 759px) {
  .main-content section .common-inner .contents-body .live-flex-area .live-flex-chi {
    width: 100%;
    margin-bottom: 20px;
  }
}

.main-content section .common-inner .contents-body .live-flex-area .live-flex-chi h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
  margin-top: 0;
}

.main-content section .common-inner .contents-body .live-flex-area .live-flex-chi h3:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: solid 1px #fff;
  width: 134px;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.main-content section .common-inner .contents-body .live-flex-area .live-flex-chi p {
  color: #fff;
}

.main-content section .common-inner .contents-body .live-flex-area .live-flex-chi .btn-chi-live {
  margin: 0 auto;
  padding: 0;
}

.main-content section .common-inner .contents-body .live-flex-area .live-flex-chi .btn-chi-live img {
  margin-top: 13px;
}

.main-content section .common-inner .contents-body .live-flex-area .live-flex-chi:first-child {
  background-image: url(../img/live/builder.jpg);
	    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main-content section .common-inner .contents-body .live-flex-area .live-flex-chi:last-child {
    background-image: url(../img/live/item.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main-content section .common-inner .contents-body .with-shadow .box1 .chartbox-3 .flex-chart__wrap .flex-chart .flex-chart-chi {
  margin: 5px 0;
}

.lightbox-detail {
  padding: 0;
}

.lightbox-detail .contents-body .detail-content {
  width: 100%;
}

.lightbox-detail .contents-body .detail-content .live-sample-title {
  font-size: 33px;
}

@media screen and (max-width: 759px) {
  .lightbox-detail .contents-body .detail-content .live-sample-title {
    text-align: left;
    width: 95%;
    font-size: 26px;
  }
}

.lightbox-detail .contents-body .detail-content .live-sample-txt {
  font-size: 17px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 759px) {
  .lightbox-detail .contents-body .detail-content .live-sample-txt {
    width: 95%;
  }
}

.lightbox-detail .contents-body .detail-content .live-sample-img {
  width: 80%;
  margin: 0 auto;
}

.lightbox-detail .contents-body .detail-content .live-sample-add {
  background-color: #F8F7F1;
  padding: 60px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 759px) {
  .lightbox-detail .contents-body .detail-content .live-sample-add {
    padding: 30px;
    display: block;
  }
}

.lightbox-detail .contents-body .detail-content .live-sample-add .left-img {
  width: 30%;
  margin-right: 5%;
}

@media screen and (max-width: 759px) {
  .lightbox-detail .contents-body .detail-content .live-sample-add .left-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .lightbox-detail .contents-body .detail-content .live-sample-add .left-img img {
    width: 100%;
  }
}

.lightbox-detail .contents-body .detail-content .live-sample-add .righr-area {
  width: 65%;
}

@media screen and (max-width: 759px) {
  .lightbox-detail .contents-body .detail-content .live-sample-add .righr-area {
    width: 100%;
  }
}

.lightbox-detail .contents-body .detail-content .live-sample-add .righr-area .righr-area-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0%;
}

.lightbox-detail .contents-body .detail-content .live-sample-add .righr-area .righr-area-txt {
  font-size: 17px;
  line-height: 35px;
  margin-top: 10px;
}

.lightbox-detail .contents-body .detail-content .live-sample-add .righr-area .righr-area-txt a {
  color: #000;
}
/*# sourceMappingURL=restyle.css.map */
