body {
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

.p_productlist .l_bread {
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .p_productlist .l_bread {
    padding: 0 4.6875%;
  }
}
.p_productlist .l_mainvisual_sub > .l_content_size {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p_productlist .l_mainvisual_sub > .l_content_size:before {
  content: '';
  position: absolute;
  background: url("../img/productlist/kv_obj01.png");
  width: 600px;
  height: 231px;
  background-size: cover;
  bottom: 0;
  left: -172px;
}
@media screen and (max-width: 768px) {
  .p_productlist .l_mainvisual_sub > .l_content_size:before {
    display: none;
  }
}
.p_productlist .l_mainvisual_sub > .l_content_size:after {
  content: '';
  position: absolute;
  background: url("../img/productlist/kv_obj02.png");
  width: 440px;
  height: 238px;
  background-size: cover;
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .p_productlist .l_mainvisual_sub > .l_content_size:after {
    display: none;
  }
}
.p_productlist .sec.sec_1 {
  margin: 50px 0 0;
}
.p_productlist .sec.sec_1 .l_content_size .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_1 .l_content_size .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p_productlist .sec.sec_1 .l_content_size .flex .txtwrap {
  width: 675px;
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_1 .l_content_size .flex .txtwrap {
    width: 100%;
    padding: 0 4.6875%;
  }
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_1 .l_content_size .flex .txtwrap .c_ttl_1 {
    display: none;
  }
}
.p_productlist .sec.sec_1 .l_content_size .flex .txtwrap .txt {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_1 .l_content_size .flex .txtwrap .txt {
    line-height: 2;
  }
}
.p_productlist .sec.sec_1 .l_content_size .flex .txtwrap .txt.txt1 {
  margin: 24px 0 15px;
}
.p_productlist .sec.sec_1 .l_content_size .flex .txtwrap .txt > span {
  line-height: 1.8;
}
.p_productlist .sec.sec_1 .l_content_size .flex .txtwrap .txt .bg {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #ecf55a 5%, #ecf55a 92%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%);
}
.p_productlist .sec.sec_1 .l_content_size .flex .txtwrap .txt .bold {
  font-weight: 700;
}
.p_productlist .sec.sec_1 .l_content_size .flex .imgwrap {
  padding: 0 0 0 50px;
  width: 428px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_1 .l_content_size .flex .imgwrap {
    width: 100%;
    padding: 0;
    text-align: center;
    overflow: hidden;
  }
}
.p_productlist .sec.sec_1 .l_content_size .flex .imgwrap:before {
  position: absolute;
  top: 0;
  right: -60px;
  z-index: -1;
  content: url("../img/top/bg_circle.svg");
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_1 .l_content_size .flex .imgwrap:before {
    top: 80px;
    content: url("../img/common/sp/circle.svg");
  }
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_1 .l_content_size .flex .imgwrap .c_ttl_1 {
    margin: 0 0 20px;
  }
}
.p_productlist .sec.sec_1 .l_content_size .flex .imgwrap > img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_1 .l_content_size .flex .imgwrap > img {
    width: 280px;
  }
}
.p_productlist .sec.sec_1 .l_content_size .c_list_1 {
  margin: 50px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_1 .l_content_size .c_list_1 {
    margin: 20px 0 0;
  }
}
.p_productlist .sec.sec_1 .l_content_size .c_list_1:before {
  content: url("../img/common/bg_circle.svg");
  position: absolute;
  bottom: -110px;
  left: -200px;
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_1 .l_content_size .c_list_1:before {
    content: '';
  }
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_1 .l_content_size .c_list_1 {
    padding: 0 4.6875%;
  }
}
.p_productlist .sec.sec_2 {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_2 {
    margin: 60px 0 0;
  }
}
.p_productlist .sec.sec_2 .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_2 .flex {
    padding: 0 4.6875%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p_productlist .sec.sec_2 .flex > .txtwrap {
  padding: 60px 0 0;
  width: 510px;
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_2 .flex > .txtwrap {
    padding: 0;
    width: 100%;
  }
}
.p_productlist .sec.sec_2 .flex > .txtwrap .txt {
  margin: 20px 0 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_2 .flex > .txtwrap .txt {
    line-height: 2;
  }
}
.p_productlist .sec.sec_2 .flex .item .c_list_2 {
  width: 540px;
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_2 .flex .item .c_list_2 {
    width: 100%;
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_2 .flex .item .c_list_2 > li {
    width: 100%;
  }
  .p_productlist .sec.sec_2 .flex .item .c_list_2 > li:not(:first-child) {
    margin: 10px 0 0;
  }
  .p_productlist .sec.sec_2 .flex .item .c_list_2 > li .txtwrap .btnwrap .btn1 > .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .p_productlist .sec.sec_2 .flex .item .c_list_2 > li .txtwrap .btnwrap .btn1 > .wrap > p {
    font-size: 18px;
    margin: 0 0 0 5px;
  }
  .p_productlist .sec.sec_2 .flex .item .c_list_2 > li .txtwrap .btnwrap .btn1 > .wrap > p > img {
    width: 26px;
  }
}
.p_productlist .sec.sec_3 {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_3 {
    margin: 60px 0;
  }
}
.p_productlist .sec.sec_3 .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_3 .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4.6875%;
  }
}
.p_productlist .sec.sec_3 .flex > .txtwrap {
  padding: 60px 0 0;
  width: 510px;
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_3 .flex > .txtwrap {
    padding: 0;
    width: 100%;
  }
}
.p_productlist .sec.sec_3 .flex > .txtwrap .txt {
  margin: 20px 0 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_3 .flex > .txtwrap .txt {
    line-height: 2;
  }
}
.p_productlist .sec.sec_3 .flex .item .c_list_2 {
  width: 540px;
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_3 .flex .item .c_list_2 {
    margin: 15px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_productlist .sec.sec_3 .flex .item .c_list_2 > li {
    width: 100%;
  }
  .p_productlist .sec.sec_3 .flex .item .c_list_2 > li:not(:first-child) {
    margin: 10px 0 0;
  }
  .p_productlist .sec.sec_3 .flex .item .c_list_2 > li .txtwrap .btnwrap .btn1 > .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .p_productlist .sec.sec_3 .flex .item .c_list_2 > li .txtwrap .btnwrap .btn1 > .wrap > p {
    font-size: 18px;
    margin: 0 0 0 5px;
  }
  .p_productlist .sec.sec_3 .flex .item .c_list_2 > li .txtwrap .btnwrap .btn1 > .wrap > p > img {
    width: 26px;
  }
}

/*# sourceMappingURL=p_productlist.css.map */
