@charset "UTF-8";
.key {
  height: 420px;
  background: url(../images/adult_ortho/key01.jpg) center/cover no-repeat;
}
.key .inner {
  width: 1024px;
  padding: 60px 0 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
}
.key .lead_text {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 32px;
  text-shadow: 4px 4px 0 #fff;
}
.key .key_text {
  position: relative;
  font-weight: 700;
  font-size: 46px;
  text-shadow: 4px 4px 0 #fff;
}
.key .key_text:before {
  content: "";
  position: absolute;
  left: 100px;
  bottom: -150px;
  width: 399px;
  height: 150px;
  background: url(../images/adult_ortho/invisalign01.png) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .key {
    height: 420px;
    background: url(../images/adult_ortho/key01.jpg) center right 35%/cover no-repeat;
  }
  .key .inner {
    width: 100%;
    padding: 60px 10px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .key .lead_text {
    margin: 0 0 50px;
    font-weight: 700;
    font-size: 20px;
    text-shadow: 2px 2px 0 #fff;
  }
  .key .key_text {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    text-shadow: 2px 2px 0 #fff;
  }
  .key .key_text:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -80px;
    width: 199px;
    height: 75px;
    background: url(../images/adult_ortho/invisalign01.png) center/contain no-repeat;
  }
}

.sec01 {
  padding: 90px 0;
}
.sec01 .sec_title {
  margin: 0 0 40px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.sec01 .sec_text {
  width: 680px;
  margin: 0 auto;
  letter-spacing: 0.12em;
  line-height: 2;
  text-align: justify;
  text-justify: distribute;
}
.sec01 .info_message {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  padding: 20px 30px;
  border-radius: 7px;
  border: 5px solid #dc6c00;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  color: #dc6c00;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 80px 10px;
    box-sizing: border-box;
  }
  .sec01 .sec_title {
    margin: 0 0 40px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }
  .sec01 .sec_text {
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.12em;
    line-height: 2;
    text-align: justify;
    text-justify: distribute;
  }
  .sec01 .info_message {
    display: block;
    align-items: center;
    width: calc(100% - 20px);
    padding: 7px;
    border-radius: 7px;
    border: 4px solid #dc6c00;
    box-sizing: border-box;
    margin: 40px auto 0;
    font-size: 18px;
    font-weight: 600;
  }
}

.sec02 {
  padding: 0 0 180px;
}
.sec02 .sec_header {
  position: relative;
  width: 960px;
  padding: 20px 0;
  margin: 0 auto 60px;
  box-sizing: border-box;
  background: repeating-linear-gradient(120deg, rgba(112, 203, 200, 0.9), rgba(112, 203, 200, 0.9) 8px, rgb(112, 203, 200) 8px, rgb(112, 203, 200) 16px);
}
.sec02 .sec_header:before {
  content: "";
  position: absolute;
  left: 50px;
  top: -20px;
  width: 197px;
  height: 107px;
  background: url(../images/adult_ortho/invisalign02.png) center/contain no-repeat;
}
.sec02 .sec_title {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.sec02 .checkbox {
  width: 690px;
  padding: 60px 100px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  background: rgba(112, 203, 200, 0.22);
}
.sec02 .checkitem {
  position: relative;
  padding: 0 0 0 60px;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 2;
}
.sec02 .checkitem:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(../images/adult_ortho/check.png) center/contain no-repeat;
}
.sec02 .meritbox {
  width: 910px;
  padding: 0 0 80px;
  margin: 0 auto;
}
.sec02 .merit_header {
  position: relative;
  padding: 15px 0;
  border-top: 1px solid #70cbc8;
  border-bottom: 1px solid #70cbc8;
  margin: 0 0 60px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.sec02 .merit_header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 90%;
  margin: auto 0;
  background: #70cbc8;
}
.sec02 .merit_header:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 90%;
  margin: auto 0;
  background: #70cbc8;
}
.sec02 .merit_header .lead_text {
  font-size: 20px;
}
.sec02 .merit_header .merit_title {
  font-size: 28px;
  font-weight: 500;
  color: #70cbc8;
}
.sec02 .merit_item {
  display: flex;
}
.sec02 .merit_item:not(:last-of-type) {
  margin: 0 0 60px;
}
.sec02 .merit_item:nth-child(2n-1) .textbox {
  margin: 0 20px 0 0;
}
.sec02 .merit_item:nth-child(2n) {
  flex-direction: row-reverse;
}
.sec02 .merit_item:nth-child(2n) .item_image {
  margin: 0 20px 0 0;
}
.sec02 .textbox {
  width: 460px;
}
.sec02 .item_title {
  padding: 10px 0;
  margin: 0 0 30px;
  background: #70cbc8;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
}
.sec02 .item_text {
  padding: 0 20px;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: justify;
  text-justify: distribute;
}
.sec02 .riskbox {
  width: 910px;
  margin: 0 auto;
}
.sec02 .risk_header {
  position: relative;
  padding: 15px 0;
  border-top: 1px solid #5aa6c8;
  border-bottom: 1px solid #5aa6c8;
  margin: 0 0 60px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.sec02 .risk_header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 90%;
  margin: auto 0;
  background: #5aa6c8;
}
.sec02 .risk_header:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 90%;
  margin: auto 0;
  background: #5aa6c8;
}
.sec02 .risk_header .lead_text {
  font-size: 20px;
}
.sec02 .risk_header .risk_title {
  font-size: 28px;
  font-weight: 500;
  color: #5aa6c8;
}
.sec02 .riskbox .flex {
  display: flex;
  align-items: center;
}
.sec02 .risk_image {
  min-width: 398px;
  margin: 0 30px 0 0;
}
.sec02 .risk_text {
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: justify;
  text-justify: distribute;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 0 10px 180px;
    box-sizing: border-box;
  }
  .sec02 .sec_header {
    position: relative;
    width: 100%;
    padding: 15px 10px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    background: repeating-linear-gradient(120deg, rgba(112, 203, 200, 0.9), rgba(112, 203, 200, 0.9) 8px, rgb(112, 203, 200) 8px, rgb(112, 203, 200) 16px);
  }
  .sec02 .sec_header:before {
    content: "";
    position: absolute;
    left: 10px;
    top: -30px;
    width: 98px;
    height: 53px;
    background: url(../images/adult_ortho/invisalign02.png) center/contain no-repeat;
  }
  .sec02 .sec_title {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .sec02 .checkbox {
    width: 100%;
    padding: 20px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    background: rgba(112, 203, 200, 0.22);
  }
  .sec02 .checkitem {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 2;
  }
  .sec02 .checkitem:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../images/adult_ortho/check.png) center/contain no-repeat;
  }
  .sec02 .meritbox {
    width: 100%;
    padding: 0 0 80px;
    margin: 0 auto;
  }
  .sec02 .merit_header {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #70cbc8;
    border-bottom: 1px solid #70cbc8;
    margin: 0 0 60px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .sec02 .merit_header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    height: 90%;
    margin: auto 0;
    background: #70cbc8;
  }
  .sec02 .merit_header:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    height: 90%;
    margin: auto 0;
    background: #70cbc8;
  }
  .sec02 .merit_header .lead_text {
    font-size: 18px;
  }
  .sec02 .merit_header .merit_title {
    font-size: 20px;
    font-weight: 500;
    color: #70cbc8;
  }
  .sec02 .merit_item {
    display: block;
  }
  .sec02 .item_image {
    width: 400px;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .sec02 .merit_item:not(:last-of-type) {
    margin: 0 0 60px;
  }
  .sec02 .merit_item:nth-child(2n-1) .textbox {
    margin: 0;
  }
  .sec02 .merit_item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .sec02 .merit_item:nth-child(2n) .item_image {
    margin: 0 auto 10px;
  }
  .sec02 .textbox {
    width: 100%;
  }
  .sec02 .item_title {
    padding: 10px 0;
    margin: 0 0 30px;
    background: #70cbc8;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-align: center;
    color: #fff;
  }
  .sec02 .item_text {
    padding: 0 20px;
    line-height: 2;
    letter-spacing: 0.12em;
    text-align: justify;
    text-justify: distribute;
  }
  .sec02 .riskbox {
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .risk_header {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #5aa6c8;
    border-bottom: 1px solid #5aa6c8;
    margin: 0 0 50px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .sec02 .risk_header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    height: 90%;
    margin: auto 0;
    background: #5aa6c8;
  }
  .sec02 .risk_header:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    height: 90%;
    margin: auto 0;
    background: #5aa6c8;
  }
  .sec02 .risk_header .lead_text {
    font-size: 18px;
  }
  .sec02 .risk_header .risk_title {
    font-size: 20px;
    font-weight: 500;
    color: #5aa6c8;
  }
  .sec02 .riskbox .flex {
    display: block;
    align-items: center;
  }
  .sec02 .risk_image {
    min-width: auto;
    width: 398px;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .sec02 .risk_text {
    line-height: 2;
    letter-spacing: 0.12em;
    text-align: justify;
    text-justify: distribute;
  }
}

.sec03 {
  width: 980px;
  padding: 0 0 80px;
  margin: 0 auto;
}
.sec03 .sec_header {
  position: relative;
  width: 980px;
  padding: 20px 0;
  margin: 0 auto 50px;
  background: #39a981;
}
.sec03 .sec_header:before {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  width: 430px;
  height: 165px;
  margin: 0 auto;
  background: url(../images/facility/circle_green.png) center/contain no-repeat;
}
.sec03 .sec_header:after {
  content: "";
  position: absolute;
  top: -70px;
  right: 220px;
  width: 93px;
  height: 85px;
  background: url(../images/facility/turtle01.png) center/contain no-repeat;
}
.sec03 .sec_header .sec_title {
  position: relative;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
}
.sec03 .sec_header .sec_title:before {
  content: "おけはざま歯科の";
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}
.sec03 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec03 .item {
  width: 470px;
}
.sec03 .item:not(:last-of-type) {
  margin: 0 0 80px;
}
.sec03 .item_title {
  position: relative;
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 0 15px 60px;
  border-bottom: 1px solid #39a880;
  margin: 0 0 20px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.sec03 .item_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 44px;
  height: 30px;
  margin: auto 0;
  background: url(../images/adult_ortho/turtle01.png) center/contain no-repeat;
}
.sec03 .item_image {
  margin: 0 0 20px;
  text-align: center;
}
.sec03 .item_text {
  padding: 0 10px;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: justify;
  text-justify: distribute;
}
@media screen and (max-width: 768px) {
  .sec03 {
    width: 100%;
    padding: 0 10px 80px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec03 .sec_header {
    position: relative;
    width: 100%;
    padding: 20px 10px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    background: #39a981;
  }
  .sec03 .sec_header:before {
    content: "";
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    width: 360px;
    max-width: 100%;
    height: 165px;
    margin: 0 auto;
    background: url(../images/facility/circle_green.png) center/contain no-repeat;
  }
  .sec03 .sec_header:after {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 46px;
    height: 42px;
    background: url(../images/facility/turtle01.png) center/contain no-repeat;
  }
  .sec03 .sec_header .sec_title {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: #fff;
    text-align: center;
  }
  .sec03 .sec_header .sec_title:before {
    content: "おけはざま歯科の";
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
  }
  .sec03 .list {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec03 .item {
    width: 100%;
  }
  .sec03 .item:not(:last-of-type) {
    margin: 0 0 80px;
  }
  .sec03 .item_title {
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    padding: 0 0 15px 30px;
    border-bottom: 1px solid #39a880;
    margin: 0 0 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
  .sec03 .item_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 15px;
    width: 22px;
    height: 15px;
    margin: auto 0;
    background: url(../images/adult_ortho/turtle01.png) center/contain no-repeat;
  }
  .sec03 .item_image {
    margin: 0 0 20px;
    text-align: center;
  }
  .sec03 .item_text {
    padding: 0 10px;
    line-height: 2;
    letter-spacing: 0.12em;
    text-align: justify;
    text-justify: distribute;
  }
}

.sec04 {
  width: 960px;
  padding: 0 0 100px;
  margin: 0 auto;
}
.sec04 .sec_title {
  padding: 20px 0;
  margin: 0 0 80px;
  background: #39a880;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}
.sec04 .item:not(:last-of-type) {
  position: relative;
  margin: 0 0 50px;
}
.sec04 .item:not(:last-of-type):before {
  content: "";
  position: absolute;
  left: 70px;
  top: 0;
  width: 1px;
  height: calc(100% + 50px);
  border-left: 1px dashed #39a880;
}
.sec04 .item_header {
  position: relative;
  width: 382px;
  margin: 0 0 30px;
  box-sizing: border-box;
  background: #39a880;
}
.sec04 .num {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  display: inline-block;
  padding: 10px 20px;
  height: 90%;
  margin: auto 0;
  box-sizing: border-box;
  background: #fff;
  font-size: 28px;
  color: #39a880;
}
.sec04 .item_title {
  padding: 20px 0 20px 140px;
  box-sizing: border-box;
  font-size: 25px;
  color: #fff;
}
.sec04 .item_title02 {
  font-size: 20px;
}
.sec04 .item_header02 {
  border: 2px solid #39a880;
  background: #fff;
}
.sec04 .item_header02 .num {
  background: #39a880;
  color: #fff;
}
.sec04 .item_header02 .item_title {
  color: #39a880;
}
.sec04 .item .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec04 .item_image {
  min-width: 290px;
  margin: 0 30px 0 0;
}
.sec04 .item_text {
  width: 360px;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: justify;
  text-justify: distribute;
}
.sec04 .box {
  width: 680px;
  border: 1px solid #39a880;
  padding: 30px;
  margin: 40px auto 0;
  box-sizing: border-box;
  background: #fff;
}
.sec04 .box_title {
  padding: 0 0 10px;
  border-bottom: 1px solid #39a880;
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: 500;
  color: #39a880;
  text-align: center;
}
.sec04 .do_list {
  padding: 0 0 0 50px;
}
.sec04 .do_item {
  position: relative;
  padding: 0 0 0 1em;
  line-height: 2;
}
.sec04 .do_item:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec04 {
    width: 100%;
    padding: 0 10px 100px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec04 .sec_title {
    padding: 20px 10px;
    margin: 0 0 50px;
    background: #39a880;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
  }
  .sec04 .item {
    width: 100%;
  }
  .sec04 .item:not(:last-of-type) {
    position: relative;
    margin: 0 0 50px;
  }
  .sec04 .item:not(:last-of-type):before {
    content: "";
    position: absolute;
    left: 40px;
    top: 0;
    width: 1px;
    height: calc(100% + 50px);
    border-left: 1px dashed #39a880;
  }
  .sec04 .item_header {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 10px 0 0;
    margin: 0 0 30px;
    box-sizing: border-box;
    background: #39a880;
  }
  .sec04 .num {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    display: inline-block;
    padding: 10px;
    height: 90%;
    margin: auto 0;
    box-sizing: border-box;
    background: #fff;
    font-size: 18px;
    color: #39a880;
  }
  .sec04 .item_title {
    padding: 10px 0 10px 80px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
  }
  .sec04 .item_title02 {
    font-size: 20px;
  }
  .sec04 .item_header02 {
    border: 2px solid #39a880;
    background: #fff;
  }
  .sec04 .item_header02 .num {
    background: #39a880;
    color: #fff;
  }
  .sec04 .item_header02 .item_title {
    color: #39a880;
  }
  .sec04 .item .flex {
    display: block;
    margin: 0 0 0 80px;
  }
  .sec04 .item_image {
    min-width: auto;
    width: 290px;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .sec04 .item_text {
    width: 100%;
    line-height: 2;
    letter-spacing: 0.12em;
    text-align: justify;
    text-justify: distribute;
  }
  .sec04 .box {
    width: calc(100% - 80px);
    border: 1px solid #39a880;
    padding: 20px 10px;
    margin: 40px 0 0 auto;
    box-sizing: border-box;
    background: #fff;
  }
  .sec04 .box_title {
    padding: 0 0 10px;
    border-bottom: 1px solid #39a880;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 500;
    color: #39a880;
    text-align: center;
  }
  .sec04 .do_list {
    padding: 0;
  }
  .sec04 .do_item {
    position: relative;
    padding: 0 0 0 1em;
    line-height: 2;
  }
  .sec04 .do_item:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
}

.sec05 {
  width: 960px;
  padding: 0 0 100px;
  margin: 0 auto;
}
.sec05 .sec_title {
  padding: 30px 0;
  margin: 0 0 50px;
  background: #39a880;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.sec05 .sec_text {
  width: 560px;
  margin: 0 auto 80px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: justify;
  text-justify: distribute;
}
.sec05 .cont {
  margin: 0 0 80px;
}
.sec05 .cont_header {
  position: relative;
  width: 400px;
  padding: 10px 0 10px 25px;
  border-left: 25px solid #39a880;
  margin: 0 0 60px;
  box-sizing: border-box;
}
.sec05 .cont01 .cont_header:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  width: 51px;
  height: 37px;
  margin: auto 0;
  background: url(../images/adult_ortho/turtle02.png) center/contain no-repeat;
}
.sec05 .cont02 .cont_header:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 82px;
  height: 58px;
  margin: auto 0;
  background: url(../images/adult_ortho/turtle03.png) center/contain no-repeat;
}
.sec05 .header_text {
  font-size: 19px;
  font-weight: 500;
}
.sec05 .cont_title {
  font-size: 27px;
  font-weight: 500;
}
.sec05 .cont_body {
  width: 810px;
  margin: 0 auto;
}
.sec05 .list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
.sec05 .item {
  width: 250px;
  padding: 20px 0;
  border: 1px solid #000;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}
.sec05 .term {
  margin: 0 0 10px;
  font-size: 22px;
  color: #39a880;
}
.sec05 .description {
  font-size: 25px;
  font-weight: 700;
}
.sec05 .cont_text {
  position: relative;
  padding: 0 0 0 1.5em;
  letter-spacing: 0.2em;
  line-height: 2;
}
.sec05 .cont_text:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.sec05 .box {
  position: relative;
  width: 800px;
  padding: 70px;
  margin: 0 auto;
  box-sizing: border-box;
  background: rgba(57, 168, 128, 0.1);
}
.sec05 .box .box_title {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  width: 450px;
  padding: 15px 0;
  margin: 0 auto;
  background: #39a880;
  font-size: 27px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.sec05 .box .box_title:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 30px;
  width: 58px;
  height: 50px;
  background: url(../images/adult_ortho/ribbon01.png) center/contain no-repeat;
}
.sec05 .box .box_title:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 30px;
  width: 58px;
  height: 50px;
  background: url(../images/adult_ortho/ribbon02.png) center/contain no-repeat;
}
.sec05 .box .lead_text {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec05 .box .box_text {
  margin: 0 0 30px;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: justify;
  text-justify: distribute;
}
.sec05 .box .small_box {
  padding: 30px;
  border: 1px solid #000;
  box-sizing: border-box;
  background: #fff;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec05 .box .sb_text01 {
  margin: 0 0 10px;
  font-size: 20px;
}
.sec05 .box .sb_text02 {
  margin: 0 0 10px;
  font-size: 25px;
  font-weight: 700;
}
.sec05 .box .sb_text02 .small {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec05 {
    width: 100%;
    padding: 0 10px 100px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec05 .sec_title {
    padding: 20px 10px;
    margin: 0 0 50px;
    background: #39a880;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  .sec05 .sec_text {
    width: 100%;
    margin: 0 auto 50px;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.12em;
    text-align: justify;
    text-justify: distribute;
  }
  .sec05 .cont {
    margin: 0 0 80px;
  }
  .sec05 .cont_header {
    position: relative;
    width: 100%;
    padding: 10px 0 10px 20px;
    border-left: 10px solid #39a880;
    margin: 0 0 50px;
    box-sizing: border-box;
  }
  .sec05 .cont01 .cont_header:before {
    content: "";
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    width: 38px;
    height: 27px;
    margin: auto 0;
    background: url(../images/adult_ortho/turtle02.png) center/contain no-repeat;
  }
  .sec05 .cont02 .cont_header:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 61px;
    height: 43px;
    margin: auto 0;
    background: url(../images/adult_ortho/turtle03.png) center/contain no-repeat;
  }
  .sec05 .header_text {
    font-size: 18px;
    font-weight: 500;
  }
  .sec05 .cont_title {
    font-size: 20px;
    font-weight: 500;
  }
  .sec05 .cont_body {
    width: 100%;
    margin: 0 auto;
  }
  .sec05 .list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
  }
  .sec05 .item {
    width: 30%;
    padding: 10px 0;
    border: 1px solid #000;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
  }
  .sec05 .term {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin: 0 0 10px;
    font-size: 16px;
    color: #39a880;
  }
  .sec05 .description {
    font-size: 18px;
    font-weight: 700;
  }
  .sec05 .cont_text {
    letter-spacing: 0.2em;
    line-height: 2;
  }
  .sec05 .box {
    position: relative;
    width: 100%;
    padding: 70px 10px 30px;
    margin: 0 auto;
    box-sizing: border-box;
    background: rgba(57, 168, 128, 0.1);
  }
  .sec05 .box .box_title {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    width: 80%;
    padding: 15px 0;
    margin: 0 auto;
    background: #39a880;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
  }
  .sec05 .box .box_title:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 30px;
    width: 58px;
    height: 50px;
    background: url(../images/adult_ortho/ribbon01.png) center/contain no-repeat;
  }
  .sec05 .box .box_title:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 30px;
    width: 58px;
    height: 50px;
    background: url(../images/adult_ortho/ribbon02.png) center/contain no-repeat;
  }
  .sec05 .box .lead_text {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec05 .box .box_text {
    margin: 0 0 30px;
    letter-spacing: 0.2em;
    line-height: 2;
    text-align: justify;
    text-justify: distribute;
  }
  .sec05 .box .small_box {
    padding: 20px 10px;
    border: 1px solid #000;
    box-sizing: border-box;
    background: #fff;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec05 .box .sb_text01 {
    margin: 0 0 10px;
    font-size: 18px;
  }
  .sec05 .box .sb_text02 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
  }
  .sec05 .box .sb_text02 .small {
    font-size: 15px;
    font-weight: 700;
  }
}

.message_sec {
  position: relative;
  width: 890px;
  padding: 10px;
  border: 2px dashed #39a780;
  margin: 0 auto;
}
.message_sec .decoration {
  position: absolute;
  width: 24px;
  height: 28px;
  background: url(../images/adult_caries/decoration.png) center/contain no-repeat;
}
.message_sec .decoration01 {
  left: -24px;
  top: -28px;
}
.message_sec .decoration02 {
  right: -24px;
  top: -28px;
}
.message_sec .decoration03 {
  left: -24px;
  bottom: -28px;
}
.message_sec .decoration04 {
  right: -24px;
  bottom: -28px;
}
.message_sec .box {
  position: relative;
  width: 880px;
  padding: 50px 20px 50px 50px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #39a780;
}
.message_sec .textbox {
  width: 510px;
}
.message_sec .box_title {
  margin: 0 0 40px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
}
.message_sec .box_text {
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: justify;
  text-justify: distribute;
  color: #fff;
}
.message_sec .box_image {
  position: absolute;
  right: 20px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .message_sec {
    position: relative;
    width: calc(100% - 40px);
    padding: 10px;
    border: 2px dashed #39a780;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .message_sec .decoration {
    position: absolute;
    width: 12px;
    height: 14px;
    background: url(../images/adult_caries/decoration.png) center/contain no-repeat;
  }
  .message_sec .decoration01 {
    left: -12px;
    top: -14px;
  }
  .message_sec .decoration02 {
    right: -12px;
    top: -14px;
  }
  .message_sec .decoration03 {
    left: -12px;
    bottom: -14px;
  }
  .message_sec .decoration04 {
    right: -12px;
    bottom: -14px;
  }
  .message_sec .box {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 50px 10px 0;
  }
  .message_sec .box_image {
    position: static;
    bottom: 0;
    right: 0;
  }
  .message_sec .textbox {
    width: 100%;
    padding: 0 0 50px;
    margin: 0 10px 0 0;
  }
  .message_sec .box_text {
    line-height: 2;
    letter-spacing: 0.12em;
    text-align: justify;
    text-justify: distribute;
    color: #fff;
  }
}
@media screen and (max-width: 768px) and (max-width: 650px) {
  .message_sec .box {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px 10px 320px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #39a780;
  }
  .message_sec .textbox {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .message_sec .box_image {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}/*# sourceMappingURL=adult_ortho01.css.map */