.key {
  position: relative;
  height: 550px;
  background: url(../images/denture/key.jpg) center bottom -200px/cover no-repeat;
}
.key:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50%;
  height: 3.9vw;
  background: url(../images/common/key_bg.png) center/cover no-repeat;
}
.key:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 50%;
  height: 3.9vw;
  transform: rotateY(180deg);
  background: url(../images/common/key_bg.png) center/cover no-repeat;
}
.key .inner {
  width: 1280px;
  margin: 0 auto;
}
.key .key_text {
  position: relative;
  padding-top: 300px;
  padding-left: 20px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.07em;
}
.key .key_text:before {
  content: "MEDICAL";
  position: absolute;
  top: 200px;
  left: 20px;
  font-size: 70px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .key {
    position: relative;
    height: 97.2vw;
    background: url(../images/denture/key.jpg) center top/cover no-repeat;
  }
  .key:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50%;
    height: 3.9vw;
    background: url(../images/common/key_bg.png) center/cover no-repeat;
  }
  .key:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 50%;
    height: 3.9vw;
    transform: rotateY(180deg);
    background: url(../images/common/key_bg.png) center/cover no-repeat;
  }
  .key .inner {
    width: 100%;
    margin: 0 auto;
  }
  .key .key_text {
    position: relative;
    padding-top: 55.5vw;
    padding-left: 5.5vw;
    font-size: 8.3vw;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.07em;
  }
  .key .key_text:before {
    content: "MEDICAL";
    position: absolute;
    top: 30vw;
    left: 5.5vw;
    width: 90%;
    font-size: 13.8vw;
    letter-spacing: 0.05em;
  }
}

.sec01 {
  padding: 80px 0;
}
.sec01 .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec01 .sec_header {
  position: relative;
  padding-right: 50px;
  margin-right: 50px;
}
.sec01 .sec_header:before {
  content: "";
  position: absolute;
  top: -80px;
  right: 0;
  width: 1px;
  height: 390px;
  background: #bf7e80;
}
.sec01 .sec_title {
  position: relative;
  width: 160px;
  padding: 100px 0 60px;
  box-sizing: border-box;
  font-family: "noto serif jp", serif;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec01 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 79px;
  height: 67px;
  margin: 0 auto;
  background: url(../images/denture/denture_icon.png) center/contain no-repeat;
}
.sec01 .sec_title:after {
  content: "denture";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  font-size: 28px;
  color: #bf7e80;
  text-align: center;
}
.sec01 .textbox {
  width: 600px;
}
.sec01 .lead_text {
  margin-bottom: 30px;
  font-family: "noto serif jp", serif;
  font-size: 28px;
  font-weight: 600;
  color: #bf7e80;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 22.2vw 5.5vw;
    box-sizing: border-box;
  }
  .sec01 .inner {
    display: block;
    justify-content: center;
    align-items: center;
  }
  .sec01 .sec_header {
    position: relative;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 5.5vw;
    margin-bottom: 5.5vw;
  }
  .sec01 .sec_header:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #bf7e80;
  }
  .sec01 .sec_title {
    position: relative;
    width: 100%;
    padding: 22.2vw 0 11.1vw;
    box-sizing: border-box;
    font-family: "noto serif jp", serif;
    font-size: 6.9vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec01 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 19.4vw;
    height: 16.4vw;
    margin: 0 auto;
    background: url(../images/denture/denture_icon.png) center/contain no-repeat;
  }
  .sec01 .sec_title:after {
    content: "denture";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    font-size: 5.5vw;
    color: #bf7e80;
    text-align: center;
  }
  .sec01 .textbox {
    width: 100%;
  }
  .sec01 .lead_text {
    margin-bottom: 8.3vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 600;
    color: #bf7e80;
    line-height: 1.8;
    letter-spacing: 0.2em;
    text-align: center;
  }
}

.sec02 {
  padding-bottom: 80px;
}
.sec02 .sec_header {
  position: relative;
  width: 1240px;
  height: 170px;
  padding-top: 30px;
  margin: 0 auto 80px;
  box-sizing: border-box;
  background: #ce807d;
}
.sec02 .sec_header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1237px;
  height: 170px;
  margin: auto;
  background: url(../images/caries/bg01.png) center/contain no-repeat;
}
.sec02 .sec_title {
  position: relative;
  z-index: 2;
  font-size: 35px;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec02 .flexbox {
  display: flex;
  width: 1200px;
  margin: 0 auto 80px;
}
.sec02 .sec_image {
  min-width: 591px;
  margin-right: 30px;
}
.sec02 .lead_text {
  margin-bottom: 30px;
  font-family: "noto serif jp", serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.sec02 .box {
  width: 1140px;
  padding: 40px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  background: rgba(182, 134, 103, 0.32);
}
.sec02 .box_title {
  width: 1000px;
  margin: 0 auto 50px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #695446;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec02 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
.sec02 .item {
  position: relative;
  width: 318px;
  height: 74px;
  padding-left: 30px;
  margin: 0 20px 20px;
  background: #fff;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  line-height: 74px;
}
.sec02 .item:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 40px;
  height: 41px;
  background: url(../images/denture/check01.png) center/contain no-repeat;
}
.sec02 .box_text {
  font-family: "noto serif jp", serif;
  font-size: 24px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-bottom: 22.2vw;
  }
  .sec02 .sec_header {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5.5vw 2.7vw;
    margin: 0 auto 8.3vw;
    box-sizing: border-box;
    background: #ce807d;
  }
  .sec02 .sec_header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(../images/caries/bg01.png) center/cover no-repeat;
  }
  .sec02 .sec_title {
    position: relative;
    z-index: 2;
    font-size: 5.5vw;
    color: #fff;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec02 .sec_body {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
    box-sizing: border-box;
  }
  .sec02 .flexbox {
    display: block;
    width: 100%;
    margin: 0 auto 80px;
  }
  .sec02 .sec_image {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 8.3vw;
  }
  .sec02 .sec_image img {
    width: 100%;
  }
  .sec02 .lead_text {
    margin-bottom: 5.5vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .sec02 .box {
    width: 100%;
    padding: 11.1vw 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
    background: rgba(182, 134, 103, 0.32);
  }
  .sec02 .box_title {
    width: 100%;
    margin: 0 auto 13.8vw;
    padding-bottom: 5.5vw;
    border-bottom: 1px dashed #695446;
    font-size: 5.5vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec02 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 13.8vw;
  }
  .sec02 .item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5.5vw 0 5.5vw 8.3vw;
    margin: 0 0 8.3vw;
    background: #fff;
    box-sizing: border-box;
    font-size: 4.4vw;
    font-weight: 700;
    line-height: 1;
  }
  .sec02 .item:before {
    content: "";
    position: absolute;
    top: 2vw;
    bottom: 0;
    left: -2.7vw;
    width: 8.3vw;
    height: 8.5vw;
    background: url(../images/denture/check01.png) center/contain no-repeat;
  }
  .sec02 .item:last-of-type {
    margin-bottom: 0;
  }
  .sec02 .box_text {
    font-family: "noto serif jp", serif;
    font-size: 5vw;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

.sec03 {
  padding-bottom: 80px;
}
.sec03 .sec_header {
  position: relative;
  width: 1240px;
  height: 170px;
  margin: 0 auto 80px;
  box-sizing: border-box;
  background: #ce807d;
}
.sec03 .sec_header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1237px;
  height: 170px;
  margin: auto;
  background: url(../images/caries/bg01.png) center/contain no-repeat;
}
.sec03 .sec_title {
  position: relative;
  z-index: 2;
  font-size: 35px;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 170px;
}
.sec03 .cont01 {
  width: 1180px;
  margin: 0 auto 80px;
}
.sec03 .cont01 .lead_text {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.sec03 .cont01 .lead_text .color {
  font-weight: 500;
  color: #bf7e80;
}
.sec03 .cont01 .flexbox {
  display: flex;
}
.sec03 .cont01 .sec_text {
  margin-right: 30px;
}
.sec03 .cont01 .sec_image {
  min-width: 589px;
}
.sec03 .cont02 {
  width: 1240px;
  margin: 0 auto;
}
.sec03 .cont02 .cont_title {
  padding: 10px 0;
  margin-bottom: 30px;
  background: #ce807d;
  font-size: 35px;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}
.sec03 .cont02 .list {
  display: flex;
  justify-content: space-between;
}
.sec03 .cont02 .item {
  width: 48%;
  padding: 30px 60px;
  box-sizing: border-box;
  background: #fcf9f2;
}
.sec03 .cont02 .item_title {
  margin-bottom: 20px;
  font-family: "noto serif jp", serif;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.sec03 .cont02 .item_image {
  margin-bottom: 20px;
}
.sec03 .cont02 .item_text {
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding-bottom: 22.2vw;
    box-sizing: border-box;
  }
  .sec03 .sec_header {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5.5vw 2.7vw;
    margin: 0 auto 8.3vw;
    box-sizing: border-box;
    background: #ce807d;
  }
  .sec03 .sec_header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(../images/caries/bg01.png) center/cover no-repeat;
  }
  .sec03 .sec_title {
    position: relative;
    z-index: 2;
    font-size: 5.5vw;
    color: #fff;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1.5;
  }
  .sec03 .cont01 {
    width: 100%;
    margin: 0 auto 22.2vw;
  }
  .sec03 .cont01 .lead_text {
    margin-bottom: 8.3vw;
    font-family: "noto serif jp", serif;
    font-size: 5.1vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: center;
  }
  .sec03 .cont01 .lead_text .color {
    font-weight: 500;
    color: #bf7e80;
  }
  .sec03 .cont01 .flexbox {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 5.5vw;
  }
  .sec03 .cont01 .sec_text {
    margin-right: 0;
  }
  .sec03 .cont01 .sec_image {
    min-width: auto;
    margin-bottom: 5.5vw;
  }
  .sec03 .cont01 .sec_image img {
    width: 100%;
  }
  .sec03 .cont02 {
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .cont02 .cont_title {
    padding: 2.7vw 0;
    margin-bottom: 8.3vw;
    background: #ce807d;
    font-size: 5.5vw;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
  }
  .sec03 .cont02 .list {
    display: block;
  }
  .sec03 .cont02 .item {
    width: 100%;
    padding: 5.5vw;
    box-sizing: border-box;
    background: #fcf9f2;
  }
  .sec03 .cont02 .item:nth-of-type(1) {
    margin-bottom: 13.8vw;
  }
  .sec03 .cont02 .item_title {
    margin-bottom: 5.5vw;
    font-family: "noto serif jp", serif;
    font-size: 5vw;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .sec03 .cont02 .item_image {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont02 .item_image img {
    width: 100%;
  }
  .sec03 .cont02 .item_text {
    text-align: justify;
    line-height: 2;
    font-size: 4.4vw;
  }
}

.sec04 {
  padding-bottom: 80px;
}
.sec04 .sec_header {
  position: relative;
  width: 1240px;
  height: 170px;
  margin: 0 auto 80px;
  box-sizing: border-box;
  background: #ce807d;
}
.sec04 .sec_header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1237px;
  height: 170px;
  margin: auto;
  background: url(../images/caries/bg01.png) center/contain no-repeat;
}
.sec04 .sec_title {
  position: relative;
  z-index: 2;
  font-size: 35px;
  line-height: 170px;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec04 .cont {
  width: 1150px;
  padding: 50px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fcf9f2;
}
.sec04 .cont:not(:last-of-type) {
  margin-bottom: 30px;
}
.sec04 .cont_header {
  display: flex;
  justify-content: center;
  width: 700px;
  margin: 0 auto 30px;
}
.sec04 .textbox {
  margin-right: 20px;
}
.sec04 .cont_title {
  margin-bottom: 30px;
  font-family: "noto serif jp", serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.sec04 .list {
  display: flex;
  justify-content: space-between;
}
.sec04 .item {
  width: 500px;
}
.sec04 .item_title {
  padding: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.sec04 .merit_item {
  position: relative;
  padding-left: 2.5em;
}
.sec04 .merit_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(../images/denture/circle.png) center/contain no-repeat;
}
.sec04 .merit_item:not(:last-of-type) {
  margin-bottom: 20px;
}
.sec04 .demerit_item {
  position: relative;
  padding-left: 2.5em;
}
.sec04 .demerit_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../images/denture/cross.png) center/contain no-repeat;
}
.sec04 .demerit_item:not(:last-of-type) {
  margin-bottom: 20px;
}
.sec04 .item:nth-of-type(1) .item_title {
  background: #ce807d;
}
.sec04 .item:nth-of-type(2) .item_title {
  background: #b4af8d;
}
.sec04 .costbox {
  display: flex;
  justify-content: center;
  width: 580px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c2837f;
  margin: 0 auto 30px;
}
.sec04 .costbox .left {
  padding-right: 50px;
  font-size: 24px;
  font-weight: 500;
}
.sec04 .costbox .cost {
  font-size: 24px;
  font-weight: 500;
}
.sec04 .cont01 .cont_image {
  min-width: 173px;
}
.sec04 {
  /*.cont02 {

      .cont_image {
          min-width: 190px;
      }
  } */
}
.sec04 .cont02 {
  position: relative;
}
.sec04 .cont02 .cont_header {
  width: 1050px;
  max-width: 100%;
}
.sec04 .cont02 .cont_text {
  margin-right: 30px;
}
.sec04 .cont02 .cont_image {
  min-width: 319px;
}
.sec04 .cont02 .cont_image img {
  width: 100%;
}
.sec04 .cont02 .box {
  width: 1050px;
  padding: 30px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  background: #fff;
}
.sec04 .cont02 .box_title {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec04 .cont02 .column01 .sec_image {
  min-width: 320px;
}
.sec04 .cont02 .column01 .sec_text {
  margin-left: 30px;
}
.sec04 .cont02 .costbox .small {
  font-size: 16px;
}
.sec04 .cont03 {
  position: relative;
}
.sec04 .cont03 .recommend {
  position: absolute;
  top: 0;
  left: 50px;
  width: 122px;
  height: 122px;
  padding: 20px 0 0;
  box-sizing: border-box;
  background: #ce807d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.sec04 .cont03 .recommend:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 30px solid #fcf9f2;
  border-top: 30px solid transparent;
  border-left: 61px solid transparent;
  border-right: 61px solid transparent;
}
.sec04 .cont03 .cont_image {
  min-width: 247px;
}
.sec04 .cont03 .box {
  width: 1050px;
  padding: 30px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  background: #fff;
}
.sec04 .cont03 .box_title {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec04 .cont03 .check_list {
  display: flex;
  flex-wrap: wrap;
}
.sec04 .cont03 .check_item {
  position: relative;
  width: 50%;
  padding-left: 2.5em;
  margin-bottom: 50px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.sec04 .cont03 .check_item:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 39px;
  height: 36px;
  background: url(../images/denture/check02.png) center/contain no-repeat;
}
.sec04 .cont03 .costbox .small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding-bottom: 22.2vw;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
    box-sizing: border-box;
  }
  .sec04 .sec_header {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5.5vw 2.7vw;
    margin: 0 auto 8.3vw;
    box-sizing: border-box;
    background: #ce807d;
  }
  .sec04 .sec_header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(../images/caries/bg01.png) center/cover no-repeat;
  }
  .sec04 .sec_title {
    position: relative;
    z-index: 2;
    font-size: 5.5vw;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec04 .cont {
    width: 100%;
    padding: 11.1vw 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fcf9f2;
  }
  .sec04 .cont:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec04 .cont_header {
    display: block;
    justify-content: center;
    width: 100%;
    margin: 0 auto 8.3vw;
  }
  .sec04 .cont_text {
    margin-bottom: 5.5vw;
  }
  .sec04 .textbox {
    margin-right: 20px;
  }
  .sec04 .cont_title {
    margin-bottom: 8.3vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 500;
    text-align: center;
  }
  .sec04 .cont_image {
    margin-bottom: 5.5vw;
    text-align: center;
  }
  .sec04 .cont_image img {
    width: 55.5vw;
  }
  .sec04 .list {
    display: block;
  }
  .sec04 .item {
    width: 100%;
  }
  .sec04 .item:nth-of-type(1) {
    margin-bottom: 13.8vw;
  }
  .sec04 .item_title {
    padding: 2.7vw;
    margin-bottom: 5.5vw;
    font-size: 5vw;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .sec04 .merit_item {
    position: relative;
    padding-left: 2em;
    font-size: 4.4vw;
  }
  .sec04 .merit_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5.5vw;
    height: 5.5vw;
    background: url(../images/denture/circle.png) center/contain no-repeat;
  }
  .sec04 .merit_item:not(:last-of-type) {
    margin-bottom: 5.5vw;
  }
  .sec04 .demerit_item {
    position: relative;
    padding-left: 2em;
    font-size: 4.4vw;
  }
  .sec04 .demerit_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5.5vw;
    height: 5.5vw;
    background: url(../images/denture/cross.png) center/contain no-repeat;
  }
  .sec04 .demerit_item:not(:last-of-type) {
    margin-bottom: 5.5vw;
  }
  .sec04 .item:nth-of-type(1) .item_title {
    background: #ce807d;
  }
  .sec04 .item:nth-of-type(2) .item_title {
    background: #b4af8d;
  }
  .sec04 .costbox {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 5.5vw;
    border-bottom: 1px solid #c2837f;
    margin: 0 auto 8.3vw;
  }
  .sec04 .costbox .left {
    min-width: 18vw;
    padding-right: 5.5vw;
    font-size: 5vw;
    font-weight: 500;
  }
  .sec04 .costbox .cost {
    font-size: 5vw;
    font-weight: 500;
  }
  .sec04 .cont01 .cont_image {
    min-width: auto;
  }
  .sec04 {
    /*_.cont02 {

        .cont_image {
            min-width: auto;
        }
    } */
  }
  .sec04 .cont02 {
    position: relative;
  }
  .sec04 .cont02 .cont_header .textbox,
  .sec04 .cont02 .cont_header .cont_text {
    margin-right: initial;
  }
  .sec04 .cont02 .cont_title {
    padding-left: initial;
  }
  .sec04 .cont02 .cont_image {
    min-width: auto;
  }
  .sec04 .cont02 .box {
    width: 100%;
    padding: 5.5vw;
    margin: 0 auto 13.8vw;
    box-sizing: border-box;
    background: #fff;
  }
  .sec04 .cont02 .box_title {
    margin-bottom: 8vw;
    font-family: "noto serif jp", serif;
    font-size: 5vw;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
  }
  .sec04 .cont02 .column01 .flexbox {
    display: block;
  }
  .sec04 .cont02 .column01 .sec_image {
    min-width: auto;
    text-align: center;
    margin: 0 auto 4.2vw;
  }
  .sec04 .cont02 .column01 .sec_image img {
    width: 67vw;
  }
  .sec04 .cont02 .column01 .sec_text {
    margin-left: initial;
  }
  .sec04 .cont02 .costbox .small {
    padding-top: 1.3vw;
    font-size: 3.4vw;
  }
  .sec04 .cont03 {
    position: relative;
  }
  .sec04 .cont03 .cont_title {
    padding-left: 22.2vw;
  }
  .sec04 .cont03 .recommend {
    position: absolute;
    top: 0;
    left: 5.5vw;
    width: 22.2vw;
    height: 22.2vw;
    padding: 2.7vw 0 0;
    box-sizing: border-box;
    background: #ce807d;
    font-size: 4.1vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
  }
  .sec04 .cont03 .recommend:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 5.5vw solid #fcf9f2;
    border-top: 5.5vw solid transparent;
    border-left: 11.1vw solid transparent;
    border-right: 11.1vw solid transparent;
  }
  .sec04 .cont03 .cont_image {
    min-width: auto;
  }
  .sec04 .cont03 .box {
    width: 100%;
    padding: 5.5vw;
    margin: 0 auto 13.8vw;
    box-sizing: border-box;
    background: #fff;
  }
  .sec04 .cont03 .box_title {
    margin-bottom: 13.8vw;
    font-family: "noto serif jp", serif;
    font-size: 5vw;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
  }
  .sec04 .cont03 .check_list {
    display: block;
  }
  .sec04 .cont03 .check_item {
    position: relative;
    width: 100%;
    padding-left: 2em;
    margin-bottom: 13.8vw;
    box-sizing: border-box;
    font-size: 4.4vw;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .sec04 .cont03 .check_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8.3vw;
    height: 7.6vw;
    background: url(../images/denture/check02.png) center/contain no-repeat;
  }
  .sec04 .cont03 .costbox .small {
    padding-top: 1.3vw;
    font-size: 3.4vw;
  }
}

.sec05 {
  padding-bottom: 80px;
}
.sec05 .sec_header {
  position: relative;
  width: 1240px;
  height: 170px;
  margin: 0 auto 80px;
  box-sizing: border-box;
  background: #ce807d;
}
.sec05 .sec_header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1237px;
  height: 170px;
  margin: auto;
  background: url(../images/caries/bg01.png) center/contain no-repeat;
}
.sec05 .sec_title {
  position: relative;
  z-index: 2;
  font-size: 35px;
  line-height: 170px;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec05 .cont {
  width: 1150px;
  padding: 50px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fcf9f2;
}
.sec05 .cont:not(:last-of-type) {
  margin-bottom: 30px;
}
.sec05 .cont_header {
  display: flex;
  justify-content: center;
  width: 700px;
  margin: 0 auto 30px;
}
.sec05 .textbox {
  margin-right: 20px;
}
.sec05 .cont_title {
  margin-bottom: 30px;
  font-family: "noto serif jp", serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.sec05 .list {
  display: flex;
  justify-content: space-between;
}
.sec05 .item {
  width: 500px;
}
.sec05 .item_title {
  padding: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.sec05 .merit_item {
  position: relative;
  padding-left: 2.5em;
}
.sec05 .merit_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(../images/denture/circle.png) center/contain no-repeat;
}
.sec05 .merit_item:not(:last-of-type) {
  margin-bottom: 20px;
}
.sec05 .demerit_item {
  position: relative;
  padding-left: 2.5em;
}
.sec05 .demerit_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../images/denture/cross.png) center/contain no-repeat;
}
.sec05 .demerit_item:not(:last-of-type) {
  margin-bottom: 20px;
}
.sec05 .item:nth-of-type(1) .item_title {
  background: #ce807d;
}
.sec05 .item:nth-of-type(2) .item_title {
  background: #b4af8d;
}
.sec05 .costbox {
  display: flex;
  justify-content: center;
  width: 580px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c2837f;
  margin: 0 auto 30px;
}
.sec05 .costbox .left {
  padding-right: 50px;
  font-size: 24px;
  font-weight: 500;
}
.sec05 .costbox .cost {
  font-size: 24px;
  font-weight: 500;
}
.sec05 .cont01 .cont_image {
  min-width: 174px;
}
.sec05 .cont02 .cont_image {
  min-width: 193px;
}
.sec05 .cont03 .cont_image {
  min-width: 186px;
}
.sec05 .cont04 {
  position: relative;
  padding-top: 80px;
}
.sec05 .cont04 .recommend {
  position: absolute;
  top: 0;
  left: 50px;
  width: 122px;
  height: 122px;
  padding: 20px 0 0;
  box-sizing: border-box;
  background: #ce807d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.sec05 .cont04 .recommend:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 30px solid #fcf9f2;
  border-top: 30px solid transparent;
  border-left: 61px solid transparent;
  border-right: 61px solid transparent;
}
.sec05 .cont04 .cont_header {
  display: block;
  width: 1000px;
}
.sec05 .cont04 .flexbox {
  display: flex;
}
.sec05 .cont04 .cont_text {
  margin-right: 30px;
}
.sec05 .cont04 .cont_image {
  min-width: 319px;
}
.sec05 .cont04 .box {
  width: 1050px;
  padding: 30px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  background: #fff;
}
.sec05 .cont04 .box_title {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec05 .cont04 .check_list {
  display: flex;
  flex-wrap: wrap;
}
.sec05 .cont04 .check_item {
  position: relative;
  width: 50%;
  padding-left: 2.5em;
  margin-bottom: 50px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.sec05 .cont04 .check_item:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 39px;
  height: 36px;
  background: url(../images/denture/check02.png) center/contain no-repeat;
}
.sec05 .cont04 .costbox {
  align-items: center;
}
.sec05 .cont04 .costbox .cost_item {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding-bottom: 22.2vw;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
    box-sizing: border-box;
  }
  .sec05 .sec_header {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5.5vw 2.7vw;
    margin: 0 auto 8.3vw;
    box-sizing: border-box;
    background: #ce807d;
  }
  .sec05 .sec_header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(../images/caries/bg01.png) center/cover no-repeat;
  }
  .sec05 .sec_title {
    position: relative;
    z-index: 2;
    font-size: 5.5vw;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec05 .cont {
    width: 100%;
    padding: 11.1vw 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fcf9f2;
  }
  .sec05 .cont:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec05 .cont_header {
    display: block;
    justify-content: center;
    width: 100%;
    margin: 0 auto 8.3vw;
  }
  .sec05 .cont_text {
    margin-bottom: 5.5vw;
  }
  .sec05 .textbox {
    margin-right: 20px;
  }
  .sec05 .cont_title {
    margin-bottom: 8.3vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 500;
    text-align: center;
  }
  .sec05 .cont_image {
    margin-bottom: 5.5vw;
    text-align: center;
  }
  .sec05 .cont_image img {
    width: 55.5vw;
  }
  .sec05 .list {
    display: block;
    justify-content: space-between;
  }
  .sec05 .item {
    width: 100%;
  }
  .sec05 .item:nth-of-type(1) {
    margin-bottom: 13.8vw;
  }
  .sec05 .item_title {
    padding: 2.7vw;
    margin-bottom: 5.5vw;
    font-size: 5vw;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .sec05 .merit_item {
    position: relative;
    padding-left: 2em;
    font-size: 4.4vw;
  }
  .sec05 .merit_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5.5vw;
    height: 5.5vw;
    background: url(../images/denture/circle.png) center/contain no-repeat;
  }
  .sec05 .merit_item:not(:last-of-type) {
    margin-bottom: 5.5vw;
  }
  .sec05 .demerit_item {
    position: relative;
    padding-left: 2em;
    font-size: 4.4vw;
  }
  .sec05 .demerit_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5.5vw;
    height: 5.5vw;
    background: url(../images/denture/cross.png) center/contain no-repeat;
  }
  .sec05 .demerit_item:not(:last-of-type) {
    margin-bottom: 5.5vw;
  }
  .sec05 .item:nth-of-type(1) .item_title {
    background: #ce807d;
  }
  .sec05 .item:nth-of-type(2) .item_title {
    background: #b4af8d;
  }
  .sec05 .costbox {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 5.5vw;
    border-bottom: 1px solid #c2837f;
    margin: 0 auto 8.3vw;
  }
  .sec05 .costbox .left {
    min-width: 18vw;
    padding-right: 5.5vw;
    font-size: 5vw;
    font-weight: 500;
  }
  .sec05 .costbox .cost {
    font-size: 5vw;
    font-weight: 500;
  }
  .sec05 .cont01 .cont_image {
    min-width: auto;
  }
  .sec05 .cont02 .cont_image {
    min-width: auto;
  }
  .sec05 .cont03 .cont_image {
    min-width: auto;
  }
  .sec05 .cont04 {
    position: relative;
  }
  .sec05 .cont04 .cont_title {
    padding-left: 22.2vw;
  }
  .sec05 .cont04 .recommend {
    position: absolute;
    top: 0;
    left: 5.5vw;
    width: 22.2vw;
    height: 22.2vw;
    padding: 2.7vw 0 0;
    box-sizing: border-box;
    background: #ce807d;
    font-size: 4.1vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
  }
  .sec05 .cont04 .recommend:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 5.5vw solid #fcf9f2;
    border-top: 5.5vw solid transparent;
    border-left: 11.1vw solid transparent;
    border-right: 11.1vw solid transparent;
  }
  .sec05 .cont04 .cont_header {
    display: block;
    width: 100%;
  }
  .sec05 .cont04 .flexbox {
    display: block;
  }
  .sec05 .cont04 .cont_text {
    margin-right: 0;
  }
  .sec05 .cont04 .cont_image {
    min-width: auto;
  }
  .sec05 .cont04 .box {
    width: 100%;
    padding: 5.5vw;
    margin: 0 auto 13.8vw;
    box-sizing: border-box;
    background: #fff;
  }
  .sec05 .cont04 .box_title {
    margin-bottom: 13.8vw;
    font-family: "noto serif jp", serif;
    font-size: 5vw;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
  }
  .sec05 .cont04 .check_list {
    display: block;
  }
  .sec05 .cont04 .check_item {
    position: relative;
    width: 100%;
    padding-left: 2em;
    margin-bottom: 13.8vw;
    box-sizing: border-box;
    font-size: 4.4vw;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .sec05 .cont04 .check_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8.3vw;
    height: 7.6vw;
    background: url(../images/denture/check02.png) center/contain no-repeat;
  }
  .sec05 .cont04 .costbox {
    align-items: center;
  }
  .sec05 .cont04 .costbox .cost_item {
    font-size: 5vw;
    font-weight: 500;
  }
}

.sec06 {
  padding-bottom: 80px;
}
.sec06 .sec_title {
  width: 1240px;
  padding: 10px 0;
  margin: 0 auto 30px;
  background: #ce807d;
  font-size: 35px;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}
.sec06 .cont {
  width: 1150px;
  padding: 50px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fcf9f2;
}
.sec06 .cont_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.sec06 .cont_title {
  margin-bottom: 30px;
  font-family: "noto serif jp", serif;
  font-size: 30px;
  font-weight: 500;
}
.sec06 .costbox {
  display: flex;
  justify-content: center;
  width: 580px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c2837f;
  margin: 0 auto 30px;
}
.sec06 .costbox .left {
  padding-right: 50px;
  font-size: 24px;
  font-weight: 500;
}
.sec06 .costbox .cost {
  font-size: 24px;
  font-weight: 500;
}
.sec06 .list {
  display: flex;
  justify-content: space-between;
}
.sec06 .item {
  width: 500px;
}
.sec06 .item_title {
  padding: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.sec06 .merit_item {
  position: relative;
  padding-left: 2.5em;
}
.sec06 .merit_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(../images/denture/circle.png) center/contain no-repeat;
}
.sec06 .merit_item:not(:last-of-type) {
  margin-bottom: 20px;
}
.sec06 .demerit_item {
  position: relative;
  padding-left: 2.5em;
}
.sec06 .demerit_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../images/denture/cross.png) center/contain no-repeat;
}
.sec06 .demerit_item:not(:last-of-type) {
  margin-bottom: 20px;
}
.sec06 .item:nth-of-type(1) .item_title {
  background: #ce807d;
}
.sec06 .item:nth-of-type(2) .item_title {
  background: #b4af8d;
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding-bottom: 22.2vw;
    box-sizing: border-box;
  }
  .sec06 .sec_title {
    width: 100%;
    padding: 5.5vw 2.7vw;
    margin: 0 auto 8.3vw;
    box-sizing: border-box;
    background: #ce807d;
    font-size: 5.5vw;
  }
  .sec06 .cont {
    width: 100%;
    padding: 11.1vw 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fcf9f2;
  }
  .sec06 .cont_header {
    display: block;
    justify-content: center;
    width: 100%;
    margin: 0 auto 8.3vw;
  }
  .sec06 .cont_title {
    margin-bottom: 8.3vw;
    font-family: "noto serif jp", serif;
    font-size: 5vw;
    font-weight: 500;
    text-align: center;
  }
  .sec06 .cont_text {
    margin-bottom: 5.5vw;
  }
  .sec06 .cont_image {
    text-align: center;
  }
  .sec06 .cont_image img {
    width: 55.5vw;
  }
  .sec06 .costbox {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 5.5vw;
    border-bottom: 1px solid #c2837f;
    margin: 0 auto 8.3vw;
  }
  .sec06 .costbox .left {
    min-width: 18vw;
    padding-right: 5.5vw;
    font-size: 5vw;
    font-weight: 500;
  }
  .sec06 .costbox .cost {
    font-size: 5vw;
    font-weight: 500;
  }
  .sec06 .list {
    display: block;
  }
  .sec06 .item {
    width: 100%;
  }
  .sec06 .item:nth-of-type(1) {
    margin-bottom: 13.8vw;
  }
  .sec06 .item_title {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .sec06 .item_title {
    padding: 2.7vw;
    margin-bottom: 5.5vw;
    font-size: 5vw;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .sec06 .merit_item {
    position: relative;
    padding-left: 2em;
    font-size: 4.4vw;
  }
  .sec06 .merit_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5.5vw;
    height: 5.5vw;
    background: url(../images/denture/circle.png) center/contain no-repeat;
  }
  .sec06 .merit_item:not(:last-of-type) {
    margin-bottom: 5.5vw;
  }
  .sec06 .demerit_item {
    position: relative;
    padding-left: 2em;
    font-size: 4.4vw;
  }
  .sec06 .demerit_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5.5vw;
    height: 5.5vw;
    background: url(../images/denture/cross.png) center/contain no-repeat;
  }
  .sec06 .demerit_item:not(:last-of-type) {
    margin-bottom: 5.5vw;
  }
  .sec06 .item:nth-of-type(1) .item_title {
    background: #ce807d;
  }
  .sec06 .item:nth-of-type(2) .item_title {
    background: #b4af8d;
  }
}

.sec07 {
  padding: 100px 0;
  background: url(../images/denture/maintenance.jpg) center/cover no-repeat;
}
.sec07 .inner {
  width: 900px;
  margin: 0 auto;
}
.sec07 .sec_title {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.sec07 .sec_text {
  color: #fff;
  margin-bottom: 80px;
}
.sec07 .link_btn {
  width: 720px;
  margin: 0 auto;
  background: #fff;
}
.sec07 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  padding-left: 180px;
  box-sizing: border-box;
  background: #ae9d79;
  color: #fff;
}
.sec07 .link_btn a:before {
  content: "";
  position: absolute;
  left: -50px;
  bottom: 0;
  width: 216px;
  height: 173px;
  background: url(../images/denture/check03.png) center/contain no-repeat;
}
.sec07 .link_btn a:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 16px;
  height: 16px;
  background: url(../images/caries/arrow02.png) center/contain no-repeat;
}
.sec07 .link_btn .textbox {
  width: 475px;
}
.sec07 .link_btn .btn_title {
  margin-bottom: 30px;
  font-size: 22px;
  letter-spacing: 0.05em;
}
.sec07 .link_btn .btn_text {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec07 {
    padding: 27.7vw 5.5vw;
    box-sizing: border-box;
    background: url(../images/denture/maintenance.jpg) center/cover no-repeat;
  }
  .sec07 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec07 .sec_title {
    margin-bottom: 13.8vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
  }
  .sec07 .sec_text {
    color: #fff;
    margin-bottom: 13.8vw;
  }
  .sec07 .link_btn {
    width: 100%;
    margin: 0 auto;
    background: #fff;
  }
  .sec07 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 11.1vw 5.5vw 40vw;
    box-sizing: border-box;
    background: #ae9d79;
    color: #fff;
  }
  .sec07 .link_btn a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 5.5vw;
    bottom: 0;
    width: 41.7vw;
    height: 33.3vw;
    margin: 0 auto;
    background: url(../images/denture/check03.png) center/contain no-repeat;
  }
  .sec07 .link_btn a:after {
    content: "";
    position: absolute;
    right: 2.7vw;
    bottom: 2.7vw;
    width: 4.4vw;
    height: 4.4vw;
    background: url(../images/caries/arrow02.png) center/contain no-repeat;
  }
  .sec07 .link_btn .textbox {
    width: 100%;
  }
  .sec07 .link_btn .btn_title {
    margin-bottom: 8.3vw;
    font-size: 5vw;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec07 .link_btn .btn_text {
    line-height: 2;
    font-size: 4.4vw;
  }
}/*# sourceMappingURL=denture01.css.map */