@charset 'UTF-8';

#hero>div h2 img{
  width: 2.8rem;
}
@media screen and (min-width: 768px){
  #hero>div h2 img{
    width: 4.1rem;
  }
}

article>.wrapper{
  padding: 3.4rem calc(15 / 375 * 100vw) 0  calc(15 / 375 * 100vw);
  position: relative;
}
article>.wrapper::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -10;
  left: 0;
  right: 0;
  background-color: rgba(254, 250, 235, 0.85);
}
article>.wrapper>section,
article>.wrapper>.container>.column>section{
  padding: calc(39 / 345 * 100%) calc(25 / 345 * 100%);
  margin-bottom: 6.0rem;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255) url(../images/bg_price_section.svg) repeat 0 0;
}
article>.wrapper h3{
  padding: 0;
  font-size: 2.0rem;
  color: rgb(0, 151, 75);
}
article>.wrapper h3 .trans{
  font-weight: normal;
  letter-spacing: calc(1.1 / 22 * 1em);
  color: rgb(0, 151, 75);
}
article>.wrapper h4{
  padding: .8rem 0;
  margin: 2.0rem 0;
  border-bottom: solid 1px rgb(0, 104, 61);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  align-items: flex-end;
}
article>.wrapper h4 .name{
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: calc(1.05 / 21 * 1em);
}
article>.wrapper h4 .name span{
  font-size: 1.3rem;
}
article>.wrapper h5{
  padding: 0.7rem 0;
  margin: 2.2rem 0 0 0;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: calc(0.9 / 18 * 1em);
}
article>.wrapper .price{
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: calc(0.8 / 16 * 1em);
  color: rgb(0, 104, 61);
  white-space: nowrap;
}
article>.wrapper .price span{
  font-size: 1.3rem;
  padding-right: calc(11 / 14 * 1em);
}
article>.wrapper .notice{
  margin: 0;
  font-size: 1.4rem;
  color: rgb(217, 7, 7);
}
article>.wrapper .notes{
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.86;
  letter-spacing: calc(0.7 / 14 * 1em);
}
article>.wrapper h4+.notes,
article>.wrapper h4+.notice{
  line-height: 2.14;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
article>.wrapper h4+.notes{
  text-align: right;
}
article>.wrapper .photo.row{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
article>.wrapper .photo.row .image:not(:last-of-type){
  margin-bottom: 1.0rem;
}
article>.wrapper .image.max img{
  max-width: 19.4rem;
}
article>.wrapper .image:not(.left),
article>.wrapper .image:not(.left) p{
  text-align: center;
}
article>.wrapper .photo:not(.row) .image+.image{
  margin-top: 1.4rem;
}
article>.wrapper .image p{
  margin: 0;
  line-height: 1.88;
  letter-spacing: calc(0.8 / 16 * 1em);
}
article>.wrapper p span:not(.price){
  font-weight: 500;
}
article>.wrapper p span:not(.price) span{
  font-size: 1.4rem;
}
article>.wrapper .image+.text,
article>.wrapper .photo+.text{
  padding-top: 2.0rem;
}
article>.wrapper .column.rev{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
article>.wrapper .column.rev section:first-of-type{
  display: -webkit-box;
  display: flex;
  padding-top: 2.3rem;
  -webkit-box-pack: center;
  justify-content: center;
}
article>.wrapper .column.rev .photo p{
  text-align: left;
  font-size: 1.4rem;
}
section .sp{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
section .sp .image{
  flex-basis: calc(150 / 375 * 100vw);
}
section .sp .text{
  flex-basis: calc(123 / 375 * 100vw);
}
section h4.long{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
}
section h4.inline{
  display: block;
}
section h4.inline .price{
  display: block;
  text-align: right;
  line-height: 1.5;
  margin-top: -1.5em;
}
@media screen and (min-width: 768px){
  article>.wrapper{
    padding: 8.1rem 0 9.6rem 0;
    margin-top: 6.9rem;
  }
  article>.wrapper::before{
    left: 50%;
    right: auto;
    width: calc(100vw - 19.0rem);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  article>.wrapper>section,
  article>.wrapper>.container>.column>section{
    padding: calc(65 / 1100 * 100%) calc(85 / 1100 * 100%);
  }
  article>.wrapper h3{
    font-size: 2.9rem;
  }
  article>.wrapper h3 .trans{
    font-size: 2.2rem;
  }
  article>.wrapper h4 .name{
    font-size: 2.1rem;
    line-height: 1.43;
  }
  article>.wrapper h4 .name span{
    font-size: 1.6rem;
  }
  article>.wrapper .price{
    font-size: 1.6rem;
  }
  article>.wrapper .price span{
    font-size: 1.4rem;
  }
  article>.wrapper .notes{
    font-size: 1.4rem;
  }
  article>.wrapper .photo.row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  article>.wrapper .photo.row .image:not(:last-of-type){
    margin-bottom: 0;
  }
  article>.wrapper .image.max img{
    max-width: 100%;
  }
  article>.wrapper .container{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  article>.wrapper .container.wrap{
    flex-wrap: wrap;
  }
  article>.wrapper>section>.container>.column{
    flex-basis: calc(430 / 930 * 100%);
  }
  article>.wrapper>.container>.column{
    flex-basis: calc(528 / 1100 * 100%);
  }
  article>.wrapper>section>.container.wrap>section{
    flex-basis: calc(430 / 930 * 100%);
  }
  article>.wrapper>section>section .container>.photo{
    flex-basis: calc(532 / 930 * 100%);
  }
  article>.wrapper>section>section .container>.text{
    flex-basis: calc(368 / 930 * 100%);
    padding-top: 0;
  }
  article>.wrapper .container .container>.image{
    flex-basis: calc(194 / 430 * 100%);
  }
  article>.wrapper .container .container>.text{
    flex-basis: calc(209 / 430 * 100%);
    padding-top: 0;
  }
  article>.wrapper .column.rev{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  article>.wrapper .column.rev section:first-of-type{
    padding-top: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    align-items: center;
  }
  article>.wrapper .column.rev .photo{
    padding-top: 3.4rem;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-basis: 100%;
  }
  article>.wrapper .column.rev .photo::after{
    content: '';
    flex-basis: calc(174 / 430 * 100%);
  }
  article>.wrapper .column.rev .photo p{
    padding: .8rem 0;
    font-size: 1.6rem;
  }
  article>.wrapper .column.rev .photo .image{
    margin-bottom: 2.6rem;
    flex-basis: calc(174 / 430 * 100%);
  }
  #orthodontics section .text .container{
    -webkit-box-align: end;
    align-items: flex-end;
    padding-bottom: .5rem;
  }
  #orthodontics section .narrow{
    line-height: 1.44;
  }
  section h4.long{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  section h4.inline{
    display: -webkit-box;
    display: flex;
  }
  section h4.inline .price{
    display: inline;
    text-align: left;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast:none){
  article>.wrapper .photo.row .image img{
    width: 100%;
  }
}
