div#wrapper > main > article > div.first_view {
  width: calc(100% - 90px);
  position: relative;
  margin-right: 0;
  margin-left: auto; }
  div#wrapper > main > article > div.first_view > div {
    width: 95%;
    aspect-ratio: 734 / 1326;
    position: relative;
    margin-left: 0;
    z-index: 1111;
    top: calc((100vh - 179px) / 2);
    transform: translateY(-50%); }
    div#wrapper > main > article > div.first_view > div > ul > li {
      position: absolute;
      width: 100%;
      height: 100%; }
    div#wrapper > main > article > div.first_view > div > ul > li:nth-child(1) {
      z-index: 4444;
      animation: slideAnime 12s ease 0s infinite; }
      div#wrapper > main > article > div.first_view > div > ul > li:nth-child(1) > img,
      div#wrapper > main > article > div.first_view > div > ul > li:nth-child(1) > amp-img {
        width: 300%;
        top: 43%;
        left: 13%;
        transform: translateX(-50%) translateY(-50%); }
    div#wrapper > main > article > div.first_view > div > ul > li:nth-child(2) {
      z-index: 3333;
      animation: slideAnime 12s ease 4s infinite; }
      div#wrapper > main > article > div.first_view > div > ul > li:nth-child(2) > img,
      div#wrapper > main > article > div.first_view > div > ul > li:nth-child(2) > amp-img {
        width: 350%;
        left: 15%; }
    div#wrapper > main > article > div.first_view > div > ul > li:nth-child(3) {
      display: none; }
    div#wrapper > main > article > div.first_view > div > ul > li:nth-child(4) {
      z-index: 2222;
      animation: slideAnime 12s ease 8s infinite; }
      div#wrapper > main > article > div.first_view > div > ul > li:nth-child(4) > img,
      div#wrapper > main > article > div.first_view > div > ul > li:nth-child(4) > amp-img {
        width: 300%;
        left: 19%; }
    div#wrapper > main > article > div.first_view > div::after {
      content: "";
      display: block;
      width: 100%;
      background-image: url("https://h-minatoshika.jp/wordpress/wp-content/themes/minatoshika2/images/front_page/top_slide_umi8.gif");
      aspect-ratio: 734/ 1326;
      background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5555; }
@keyframes slideAnime {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  33.33% {
    opacity: 1; }
  38.33% {
    opacity: 0; }
  100% {
    opacity: 0; } }
  div#wrapper > main > article > div.first_view > header {
    margin-top: 60px;
    z-index: 2222;
    padding-left: 20px; }
    div#wrapper > main > article > div.first_view > header > h2 {
      line-height: 1.6; }
      div#wrapper > main > article > div.first_view > header > h2 > a {
        font-size: 2rem;
        font-weight: 900;
        letter-spacing: 0px;
        color: #036eb8; }
div#wrapper > main > article > section.sect_news {
  margin-top: 43px;
  margin-right: 8%;
  margin-left: 110px;
  position: relative; }
  div#wrapper > main > article > section.sect_news header h3 a {
    font-size: 2.2rem;
    font-weight: 700;
    color: #036eb8; }
  div#wrapper > main > article > section.sect_news ul.news_list1 {
    margin: 0;
    margin-top: 10px; }
    div#wrapper > main > article > section.sect_news ul.news_list1 li {
      line-height: 1;
      display: flex;
      flex-direction: column; }
      div#wrapper > main > article > section.sect_news ul.news_list1 li p {
        margin: 0; }
        div#wrapper > main > article > section.sect_news ul.news_list1 li p a {
          font-size: 1.8rem;
          font-family: "Roboto", sans-serif;
          color: #036eb8;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          display: block; }
      div#wrapper > main > article > section.sect_news ul.news_list1 li p:nth-child(1) {
        display: inline-block; }
        div#wrapper > main > article > section.sect_news ul.news_list1 li p:nth-child(1) a {
          letter-spacing: -1px; }
      div#wrapper > main > article > section.sect_news ul.news_list1 li p:nth-child(2) {
        margin-top: 8px; }
    div#wrapper > main > article > section.sect_news ul.news_list1 > li + li {
      margin-top: 20px; }
  div#wrapper > main > article > section.sect_news p.blog_list {
    position: absolute;
    top: -17px;
    right: 1px; }
    div#wrapper > main > article > section.sect_news p.blog_list a {
      display: block;
      border: solid 3px #036eb8;
      font-size: 1.4rem;
      font-weight: 700;
      color: #036eb8;
      width: 70px;
      aspect-ratio: 1 / 1;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      line-height: 1.2;
      border-radius: 50%;
      background-color: #eee; }
  div#wrapper > main > article > section.sect_news ul.news_list2 {
    margin-top: 58px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding-right: 8%; }
    div#wrapper > main > article > section.sect_news ul.news_list2 li {
      margin: 0;
      display: flex;
      flex-direction: column; }
      div#wrapper > main > article > section.sect_news ul.news_list2 li p:nth-child(1) {
        width: 100%; }
        div#wrapper > main > article > section.sect_news ul.news_list2 li p:nth-child(1) a {
          aspect-ratio: 1 / 1;
          border: solid 1px #707070;
          display: block; }
      div#wrapper > main > article > section.sect_news ul.news_list2 li p:nth-child(2) {
        margin-top: 6px;
        width: 100%; }
        div#wrapper > main > article > section.sect_news ul.news_list2 li p:nth-child(2) a {
          display: block;
          font-size: 1.8rem;
          font-family: "Roboto", sans-serif;
          font-weight: 500;
          color: #ffffff;
          background-color: #333333;
          border: solid 1px #707070;
          letter-spacing: -1px;
          text-align: center;
          line-height: 1.6; }
      div#wrapper > main > article > section.sect_news ul.news_list2 li p:nth-child(3) a {
        display: block;
        font-size: 1.8rem;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        letter-spacing: -1px;
        text-align: center;
        line-height: 1.6; }
div#wrapper > main > article > section.sect_information {
  padding-bottom: 51px;
  margin-top: 108px;
  margin-right: 2%;
  margin-left: 110px; }
  div#wrapper > main > article > section.sect_information > div.sect_inner div.information_img {
    aspect-ratio: 276 / 125;
    width: 100%;
    border-radius: 230px;
    opacity: 0.9; }
  div#wrapper > main > article > section.sect_information > div.sect_inner header {
    width: 100%;
    margin-top: 42px;
    margin-bottom: 27px; }
    div#wrapper > main > article > section.sect_information > div.sect_inner header > h3 {
      padding-left: 8%; }
      div#wrapper > main > article > section.sect_information > div.sect_inner header > h3 a {
        font-size: 2.3rem;
        font-weight: 700;
        color: #036eb8;
        line-height: 1.4; }
  div#wrapper > main > article > section.sect_information > div.sect_inner > p {
    font-size: 2rem;
    font-weight: 500;
    color: #036eb8;
    padding-left: 8%;
    padding-right: 15%; }
  div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery {
    display: flex;
    flex-direction: column;
    margin-top: 88px;
    padding-right: 8%; }
    div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery > figure {
      width: 100%;
      position: relative; }
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery > figure > figcaption {
        font-size: 1.8rem;
        font-weight: 500;
        color: #ffffff;
        background-color: #036eb8;
        width: 222px;
        text-align: center;
        line-height: 2;
        position: absolute;
        top: -27px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2222; }
        div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery > figure > figcaption::after {
          content: "";
          background-image: url("https://h-minatoshika.jp/wordpress/wp-content/themes/minatoshika2/images/front_page/gallery_triangle.svg");
          aspect-ratio: 129 / 23;
          width: 129px;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: -10px;
          z-index: -1; }
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery > figure > span {
        border-radius: 156px 156px 200px 200px;
        aspect-ratio: 261 / 247;
        width: 100%;
        z-index: 1111; }
    div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(1) {
      order: 0; }
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(1) > span > img,
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(1) > span > amp-img {
        width: 150%;
        transform: translateX(-49%) translateY(-52%); }
    div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(2) {
      order: 1; }
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(2) > span > img,
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(2) > span > amp-img {
        width: 105%;
        transform: translateX(-50%) translateY(-50%); }
    div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(3) {
      order: 2; }
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(3) > span > img,
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(3) > span > amp-img {
        width: 145%;
        transform: translateX(-45%) translateY(-52%); }
    div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(4) {
      order: 3; }
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(4) > span > img,
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(4) > span > amp-img {
        width: 104%;
        transform: translateX(-50%) translateY(-48%); }
    div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(5) {
      order: 5; }
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(5) > span > img,
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(5) > span > amp-img {
        width: 170%;
        transform: translateX(-65%) translateY(-50%); }
    div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(6) {
      order: 4; }
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(6) > span > img,
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(6) > span > amp-img {
        width: 105%; }
    div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(7) {
      order: 6; }
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(7) > span > img,
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(7) > span > amp-img {
        width: 145%;
        transform: translateX(-54%) translateY(-51%); }
    div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(8) {
      order: 7; }
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(8) > span > img,
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(8) > span > amp-img {
        width: 155%;
        transform: translateX(-50%) translateY(-54%); }
    div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(9) {
      order: 8; }
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(9) > span > img,
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(9) > span > amp-img {
        width: 150%;
        transform: translateX(-54%) translateY(-45%); }
    div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(10) {
      order: 9; }
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(10) > span > img,
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(10) > span > amp-img {
        width: 105%;
        transform: translateX(-50%) translateY(-52%); }
    div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(11) {
      order: 10; }
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(11) > span > img,
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(11) > span > amp-img {
        width: 140%;
        transform: translateX(-63%) translateY(-48%); }
    div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(12) {
      order: 11; }
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(12) > span > img,
      div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure:nth-child(12) > span > amp-img {
        width: 145%; }
    div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure.photo_small {
      width: 70%;
      margin-top: -5px; }
    div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure.small_left {
      margin-top: -20px;
      position: relative;
      right: 40px; }
    div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure.small_right {
      margin-top: -20px;
      position: relative;
      left: 40px; }
    div#wrapper > main > article > section.sect_information > div.sect_inner div.information_gallery figure + figure {
      margin-top: 51px; }
div#wrapper > main > article > section.sect_visit_dental {
  width: calc(100% - 90px);
  padding-top: 74px;
  padding-bottom: 66px;
  margin-right: 0;
  margin-left: auto; }
  div#wrapper > main > article > section.sect_visit_dental > div.sect_inner header {
    margin-bottom: 20px; }
    div#wrapper > main > article > section.sect_visit_dental > div.sect_inner header h3 {
      padding-left: 8%; }
      div#wrapper > main > article > section.sect_visit_dental > div.sect_inner header h3 a {
        font-size: 2rem;
        font-weight: 400;
        color: #036eb8;
        line-height: 1.2; }
  div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > div.visit_left > p.visit_title {
    margin-bottom: 18px;
    padding-left: 8%;
    padding-right: 15%;
    line-height: 1.3;
    color: #036eb8;
    font-size: 2.3rem;
    font-weight: 700; }
  div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > div.visit_left > p.text {
    padding-left: 8%;
    padding-right: 19%; }
  div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > div.visit_left > p.caution {
    display: inline-block;
    width: auto;
    background-color: #036eb8;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 33px;
    padding-right: 33px;
    margin-top: 33.6px;
    position: relative;
    margin-left: 8%; }
    div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > div.visit_left > p.caution::after {
      content: "";
      display: block;
      position: absolute;
      bottom: -17px;
      left: 50%;
      transform: translateX(-50%);
      width: 30px;
      height: 18px;
      background-color: #036eb8;
      clip-path: polygon(50% 18px, 0% 0%, 30px 0%); }
  div#wrapper > main > article > section.sect_visit_dental > div.sect_inner div.visit_right {
    width: 80%; }
  div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul {
    margin-top: 50px; }
    div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li > div.visit_text {
      padding-left: 8%;
      padding-right: 19%; }
      div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li > div.visit_text > p:nth-child(1) {
        color: #036eb8;
        font-size: 2.3rem;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 18.4px; }
      div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li > div.visit_text > p:nth-child(2) {
        text-indent: 1.6rem; }
    div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li > div.visit_img {
      position: relative;
      margin-top: 30px; }
      div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li > div.visit_img::before {
        content: "";
        display: block;
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5555; }
    div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li + li {
      margin-top: 50px; }
    div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li:nth-child(1) > div.visit_img {
      aspect-ratio: 1 / 1;
      border-top-left-radius: 150px;
      border-top-right-radius: 150px;
      border-bottom-right-radius: 60px;
      border-bottom-left-radius: 200px;
      width: 80%; }
      div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li:nth-child(1) > div.visit_img > img,
      div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li:nth-child(1) > div.visit_img amp-img {
        top: 51%;
        width: 180%;
        z-index: 1111; }
      div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li:nth-child(1) > div.visit_img::before {
        background-image: url("https://h-minatoshika.jp/wordpress/wp-content/themes/minatoshika2/images/front_page/photo_ue_center_w.svg");
        width: 55px;
        aspect-ratio: 134 / 24; }
    div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li:nth-child(2) {
      position: relative; }
      div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li:nth-child(2)::after {
        content: "";
        background-image: url("https://h-minatoshika.jp/wordpress/wp-content/themes/minatoshika2/images/front_page/3minatosika-09437.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 180px;
        aspect-ratio: 348 / 154;
        position: absolute;
        left: 0;
        bottom: -52px; }
      div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li:nth-child(2) > div.visit_img {
        aspect-ratio: 305 / 518;
        border-radius: 80px 80px 200px 60px;
        width: 65%; }
        div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li:nth-child(2) > div.visit_img::before {
          width: 67px;
          background-image: url("https://h-minatoshika.jp/wordpress/wp-content/themes/minatoshika2/images/front_page/photo_ue_center_w.svg");
          aspect-ratio: 134 / 24; }
        div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li:nth-child(2) > div.visit_img > img,
        div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li:nth-child(2) > div.visit_img > amp-img {
          width: 261%; }
    div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li:nth-child(3) {
      margin-top: 86px; }
      div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li:nth-child(3) > div.visit_img {
        aspect-ratio: 305 / 518;
        border-radius: 80px 80px 60px 200px;
        width: 70%; }
        div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li:nth-child(3) > div.visit_img::before {
          width: 134px;
          background-image: url("https://h-minatoshika.jp/wordpress/wp-content/themes/minatoshika2/images/front_page/photo_ue_center_w.svg");
          width: 134px; }
        div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li:nth-child(3) > div.visit_img > img,
        div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > ul > li:nth-child(3) > div.visit_img > amp-img {
          width: 256%; }
  div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > div.contact_us {
    border-radius: 80px;
    background-image: url("https://h-minatoshika.jp/wordpress/wp-content/themes/minatoshika2/images/common/002-Watercolor-Paper.jpg");
    background-size: cover;
    margin-top: 22px;
    padding-top: 64px;
    padding-bottom: 44.4px;
    padding-left: 54px;
    padding-right: 50px; }
    div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > div.contact_us p:nth-child(1) {
      font-size: 2.3rem;
      margin-bottom: 17.4px;
      font-weight: 500;
      line-height: 1.3;
      color: #036eb8; }
    div#wrapper > main > article > section.sect_visit_dental > div.sect_inner > div.contact_us p:nth-child(2) {
      font-size: 1.6rem; }
div#wrapper > main > article > section.sect_greeting {
  background-image: url("https://h-minatoshika.jp/wordpress/wp-content/themes/minatoshika2/images/common/002-Watercolor-Paper.jpg");
  background-repeat: repeat;
  padding-top: 85px;
  padding-bottom: 65px; }
  div#wrapper > main > article > section.sect_greeting > div.sect_inner {
    padding-left: 90px;
    display: grid; }
    div#wrapper > main > article > section.sect_greeting > div.sect_inner > * {
      width: 100%;
      box-sizing: border-box; }
    div#wrapper > main > article > section.sect_greeting > div.sect_inner > div.photoDefault {
      aspect-ratio: 1 / 1;
      border-top-left-radius: 156px;
      border-top-right-radius: 156px;
      border-bottom-left-radius: 220px;
      border-bottom-right-radius: 220px;
      margin-bottom: 49.5px;
      width: 80%;
      grid-row: 2; }
      div#wrapper > main > article > section.sect_greeting > div.sect_inner > div.photoDefault > img,
      div#wrapper > main > article > section.sect_greeting > div.sect_inner > div.photoDefault > amp-img {
        width: 150%; }
    div#wrapper > main > article > section.sect_greeting > div.sect_inner > header {
      text-align: center;
      grid-row: 1; }
      div#wrapper > main > article > section.sect_greeting > div.sect_inner > header h3 {
        text-align: center;
        margin-bottom: 9px; }
        div#wrapper > main > article > section.sect_greeting > div.sect_inner > header h3 a {
          font-size: 2rem;
          font-weight: 700;
          color: #036eb8; }
    div#wrapper > main > article > section.sect_greeting > div.sect_inner > section h4 {
      text-align: center;
      margin-bottom: 35px;
      padding-left: 8%;
      padding-right: 19%; }
      div#wrapper > main > article > section.sect_greeting > div.sect_inner > section h4::before {
        content: "";
        display: block;
        width: 55px;
        aspect-ratio: 88 / 21.6;
        background-image: url("https://h-minatoshika.jp/wordpress/wp-content/themes/minatoshika2/images/common/eyecatch.svg");
        background-size: 100%;
        margin: 0 auto;
        margin-bottom: 5px; }
      div#wrapper > main > article > section.sect_greeting > div.sect_inner > section h4 a {
        display: block;
        font-size: 2rem;
        font-weight: 700;
        color: #036eb8;
        text-align: center;
        line-height: 1.4; }
    div#wrapper > main > article > section.sect_greeting > div.sect_inner > section > p {
      padding-left: 8%;
      padding-right: 19%;
      font-size: 1.7rem;
      color: #036eb8;
      letter-spacing: -0.5px; }
    div#wrapper > main > article > section.sect_greeting > div.sect_inner > section.sect_h4_1 {
      order: 3; }
    div#wrapper > main > article > section.sect_greeting > div.sect_inner > section.sect_h4_2 {
      order: 4; }
    div#wrapper > main > article > section.sect_greeting > div.sect_inner > section + section {
      margin-top: 99.7px; }
