@charset "UTF-8";
/* :root {
  --main-green: #5EBB5D;
  --sub-green: #638342;
  --main-yellow: #d2bc49;
} */

/* 1, Elements  */
body {
  position: relative;
  color: #000;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0.1em;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }

  body.front-page {
    font-size: 14px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  transition: 0.3s ease;
}

a:visited {
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

p {
  margin: 0;
}

blockquote {
  position: relative;
  margin: 0 18px 1.5rem 10px;
  padding: 30px 30px 5px 40px;
  background-color: #f4f4f4;
  border-radius: 10px;
  box-sizing: border-box;
}

sup {
  vertical-align: text-top;
  font-size: 0.8em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
  vertical-align: bottom;
}
.l-footer-information-block01__map .iframe {
  width: 100%;
}

ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

ol {
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

nav ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  margin-bottom: 20px;
}

table th {
  padding: 5px;
  border: 1px solid #777;
  background-color: #efefef;
}

table td {
  padding: 5px 10px;
  border: 1px solid #777;
}

/*strong,*/
.highlight {
  position: relative;
  background: linear-gradient(transparent 50%, #F6FFA2 50% 95%, transparent 95%);
  font-style: normal;
}

/* 1-1, H1-H6 */
h1 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 1.5;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 1.5;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 35px;
  line-height: 1.5;
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 1.5;
}

h5 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  line-height: 1.5;
}

h6 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
}

.aligncenter {
  display: block;
  margin: 20px auto;
}

.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

.alignright {
  float: right;
  margin: 5px 0px 10px 20px;
}

@media screen and (max-width: 767px) {
  .alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }

  .alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* 2, Contents */
/* 基本 */
.l-container {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1090px) {
  .l-container {
    width: 100%;
    padding: 0 20px;
  }
}

/* 小さい幅 */
.l-container-small {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 0 20px;
}

@media screen and (max-width: 1090px) {
  .l-container-small {
    width: 100%;
    padding: 0 20px;
  }
}

/* ヘッダー用 */
.l-container-header {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff;
}

/* SP&paddingなし */
@media screen and (max-width: 767px) {
  .l-container-sp-padding {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

/* 下層ページ */
.l-container-page {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 1090px) {
  .l-container-page {
    width: 100%;
    padding: 0 20px;
  }
}

/* 投稿ページ */
.l-container-post {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 50px 0 50px;
}

@media screen and (max-width: 1090px) {
  .l-container-post {
    width: 100%;
    padding: 40px 20px 0 20px;
  }
}

.l-container-large {
  width: 100%;
}

/* Header */
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  margin: auto;
  padding: 0px;
  z-index: 777;
  transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
  header {
    position: -webkit-sticky;
    position: sticky;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

/* IE 用 */
@media all and (-ms-high-contrast: none) {
  header {
    position: relative;
  }
}

.l-header__area1 {
  display: flex;
  justify-content: space-between;
  height: 80px;
}

.l-header__left {
  display: flex;
  width: 360px;
  max-width: 30%;
  margin: 0px 20px 0 0;
}

@media screen and (max-width: 767px) {
  .l-header__left {
    width: 250px;
    max-width: 250px;
  }
}

.l-header__right {
  width: 780px;
  max-width: 70%;
  padding: 17px 0 0px 0;
}

@media screen and (max-width: 767px) {
  .l-header__right {
    display: none;
  }
}

.l-header-branding {
  margin: 8px 0px 0 0px;
  padding: 0px 0;
}

.l-header-branding img {
  width: 100%;
}

@media screen and (max-width: 1090px) {
  .l-header-branding {
    margin: 20px 0px 0 0px;
  }
}

@media screen and (max-width: 767px) {
  .l-header-branding {
    width: 240px;
  }
}

.l-header-branding>a:hover {
  opacity: 1;
}

.l-header-banner {
  display: flex;
  justify-content: flex-end;
}

.l-header-banner__item {
  position: relative;
  height: 45px;
  padding: 0 20px;
}

.l-header-banner__item:nth-child(3) {
  padding: 0;
}

@media screen and (max-width: 1090px) {
  .l-header-banner__item {
    padding: 0 20px;
  }
}

.l-header-banner__item:first-child {
  padding: 0 20px;
}

.l-header-banner__item:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 47px;
  background-color: #A3A3A3;
}

@media screen and (max-width: 1090px) {
  .l-header-banner__item:first-child {
    padding: 0 20px;
  }
}

.l-header-banner__item:last-child::after {
  display: none;
}

.l-header-banner__item>a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* Navi */
.l-gnav {
  display: flex;
  justify-content: center;
  position: relative;
  height: 65px;
  margin: 0;
  padding: 0px 0px 0 0px;
  background-color: rgba(94, 187, 93, 0.85);
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .l-gnav {
    display: none;
  }
}

/* スクロール時のヘッダーの挙動 */
.l-header-area1Wrap {
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0%);
  transition: 0.3s ease;
}

/* 上のスクロール時の固定 */
.l-header-area1Wrap.is-fixed {
  position: fixed;
  top: 0;
}

.l-header-area1Wrap.is-fixed+.l-gnav {
  top: 80px;
}

.l-header-area1Wrap.is-move {
  transform: translateY(-100%);
}

/* スクロール時に固定する */
.l-gnav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.l-gnav.is-move {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
}

/* --------------------------
ブログ 全体
--------------------------- */
.l-single-content__content-outer {
  margin-bottom: 150px;
}

.l-single-content p {
  margin-bottom: 2em;
  line-height: 2;
}

.l-single-content img {
  margin-bottom: 1.5em;
}

.l-single-content ul,
.l-single-content ol {
  margin-bottom: 2em;
  line-height: 1.5;
}

.l-single-content h2 {
  margin: 2em 0 1em 0;
  font-size: 28px;
  line-height: 1.5;
}

.l-single-content h3 {
  margin: 2em 0 1em 0;
  font-size: 24px;
  line-height: 1.5;
}

.l-single-content h4 {
  margin: 2em 0 1em 0;
  font-size: 21px;
  line-height: 1.5;
}

.l-single-content h5 {
  margin: 2em 0 1em 0;
  font-size: 18px;
  line-height: 1.5;
}

/* ブログ 記事一覧
--------------------------- */
/* リストのリンク */
.l-blog-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 110px 0 250px 0;
  padding: 20px 170px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-blog-pagenation {
    padding: 20px 0px;
  }
}

.l-blog-pagenation .page-numbers {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding-top: 12px;
  color: #000;
  text-align: center;
  font-size: 20px;
  /* font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif; */
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers {
    width: 25px;
    height: 25px;
    padding-top: 6px;
    font-size: 14px;
  }
}

.l-blog-pagenation .page-numbers.current {
  background-color: #000;
  color: #fff;
}

.l-blog-pagenation .page-numbers.prev,
.l-blog-pagenation .page-numbers.next {
  width: 100px;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {

  .l-blog-pagenation .page-numbers.prev,
  .l-blog-pagenation .page-numbers.next {
    width: 74px;
    font-size: 12px;
  }
}

.l-blog-pagenation .page-numbers.prev {
  position: absolute;
  top: 20px;
  left: 50px;
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers.prev {
    left: 0px;
  }
}

.l-blog-pagenation .page-numbers.prev::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #494c50;
  border-right: 1px solid #494c50;
  transform: rotate(-135deg);
}

.l-blog-pagenation .page-numbers.next {
  position: absolute;
  top: 20px;
  right: 50px;
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers.next {
    right: 0px;
  }
}

.l-blog-pagenation .page-numbers.next::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #494c50;
  border-right: 1px solid #494c50;
  transform: rotate(45deg);
}

/* ブログ 個別記事
--------------------------- */
.l-single-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #494c50;
  border-bottom: 1px solid #494c50;
  margin: 110px 0 250px 0;
  padding: 0px 0px;
  text-align: center;
  line-height: 1;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .l-single-pagenation {
    font-size: 14px;
  }
}

.l-single-pagenation__prev,
.l-single-pagenation__next {
  width: 33.3%;
}

.l-single-pagenation__prev>a,
.l-single-pagenation__next>a {
  display: inline-block;
  position: relative;
}

.l-single-pagenation__prev a {
  padding-left: 35px;
}

.l-single-pagenation__prev a::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-135deg);
}

.l-single-pagenation__next a {
  padding-right: 35px;
}

.l-single-pagenation__next a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.l-single-pagenation__center {
  width: 33.3%;
}

.l-single-pagenation__center a {
  display: inline-block;
  width: 280px;
  height: 100%;
  padding: 20px 0;
  background-color: rgba(106, 75, 75, 0.03);
}

@media screen and (max-width: 767px) {
  .l-single-pagenation__center a {
    width: 100%;
  }
}

/* page */
/* 今回はブログ記事も同じ設定にする */
.l-page__content-outer {
  margin-bottom: 150px;
  /* overflow-x: hidden; */
}

/* Sidebar */
.l-sidebar {
  width: 300px;
}

footer {
  position: relative;
}

/* 医院情報 */
.l-footer-information {
  padding: 130px 0 130px 0;
  background: url("../img/front_info01.webp") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .l-footer-information {
    padding: 20px 0 20px 0;
  }
}

.l-footer-information-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0px;
  background-color: #fff;
}

@media screen and (max-width: 1090px) {
  .l-footer-information-block01 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01 {
    padding-bottom: 0;
  }
}

.l-footer-information-block01__content {
  width: 50%;
  padding: 70px 0 0 20px;
}

@media screen and (max-width: 1090px) {
  .l-footer-information-block01__content {
    width: 100%;
    margin-bottom: 30px;
    padding: 70px 20px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__content {
    padding: 28px 18px 0 18px;
  }
}

.l-footer-information-block01__content-inner {
  width: 450px;
  max-width: 100%;
  margin: auto;
}

.l-footer-information-block01__brand {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__brand {
    text-align: center;
  }

  .l-footer-information-block01__brand img {
    width: 205px;
  }
}

.l-footer-information-block01__address {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__address {
    margin-bottom: 3px;
  }
}

.l-footer-information-block01__train {
  margin-bottom: 25px;
  font-size: 13px;
  color: #645143;
  line-height: 1.38;
  letter-spacing: 1px;
}

.l-footer-information-block01__table01 {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 18px 13px 10px;
  background-color: #0d330c;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 {
    width: calc(100% + 40px);
    padding: 10px 10px 13px 10px;
    margin: 0 -20px;
  }
  .p-front-mv__sche .l-footer-information-block01__table01{
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 375px) {
  .l-footer-information-block01__table01 {
    padding: 10px 2px 13px 2px;
  }
}

.l-footer-information-block01__table01 table {
  width: 100%;
  margin: 0;
}

.l-footer-information-block01__table01 table th {
  padding: 5px 5px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #0d330c;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.l-footer-information-block01__table01 table th span {
  margin-right: 10px;
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table th span {
    margin-right: 0px;
  }
}

.l-footer-information-block01__table01 table td {
  padding: 0 10px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table td {
    padding: 0 6px;
  }
}

.l-footer-information-block01__table01 table .p-table01-first {
  padding: 0 10px 0 15px;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table .p-table01-first {
    padding: 0 6px 0 13px;
    font-size: 11px;
  }
}

.l-footer-information-block01__table01 table tbody tr:last-child th,
.l-footer-information-block01__table01 table tbody tr:last-child td {
  border-bottom: none;
}

.l-footer-information-block01__memo {
  margin-bottom: 40px;
  display: block;
  margin: 0px 0 30px 0;
  font-size: 13px;
  color: #353c3c;
}
.p-front-mv__sche .l-footer-information-block01__memo{
  margin-top: 5px;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__memo {
    text-align: center;
  }
  .p-front-mv__sche .l-footer-information-block01__memo{
    margin-top: 10px;
    text-align: left;
  }
}

.l-footer-information-block01__info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__info {
    flex-wrap: wrap;
  }
}

.l-footer-information-block01__contact-text {
  margin-top: -3px;
  width: 108px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.38;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__contact-text {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
}

.l-footer-information-block01__tel {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__tel {
    text-align: center;
  }
}

.l-footer-information-block01__tel>a {
  display: block;
  padding: 4px 0 3px 30px;
  background: url("../img/icon_tel2.png") no-repeat 0% 0px;
  background-size: 21px auto;
  font-size: 32px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1;
  letter-spacing: 0em;
  color: #353c3c;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__tel>a {
    display: inline-block;
  }
}

.l-footer-information-block01__reserve a {
  display: block;
  width: 100%;
  padding: 18px 10px 17px 10px;
  border: 1px solid #353c3c;
  text-align: center;
  line-height: 1;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 20px;
  font-weight: 600;
  color: #353c3c;
}

.l-footer-information-block01__img {
  width: 50%;
}

@media screen and (max-width: 1090px) {
  .l-footer-information-block01__img {
    width: 100%;
    text-align: center;
  }
}

.l-footer-information-block01__map {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__map iframe {
    width: 100%;
    height: 375px;
  }
}

.l-footer-information-block01__video {
  padding: 60px 0 60px 0;
  background: rgba(109, 113, 113, 0.1);
}

.l-footer-information-block01__video-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-footer-information-block01__video iframe {
  display: block;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: auto;
  aspect-ratio: 16/9;
  border-radius: 20px;
}

/* Footer */
.l-footer-area {
  padding: 40px 0 15px 0;
  background-color: #0d330c;
}

@media screen and (max-width: 767px) {
  .l-footer-area {
    padding: 30px 0 50px 0;
  }
}

.l-footer-area .menu {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 70px;
  padding: 0;
}

@media screen and (max-width: 1090px) {
  .l-footer-area .menu {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-area .menu {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-area .menu>li {
    width: 100%;
  }
}

.l-footer-area .menu>li>a {
  display: block;
  position: relative;
  padding: 18px 25px 17px 25px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 600;
}

.l-footer-area .menu>li>a:hover {
  opacity: 1;
  color: var(--main-yellow);
}

.l-footer-area .menu>li>a>span {
  display: block;
  font-size: 12px;
  font-family: "sofia-pro", sans-serif;
  letter-spacing: 0.2em;
  opacity: 0.75;
}

.l-footer-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.l-footer-block01__privacy {
  width: 175px;
}

@media screen and (max-width: 767px) {
  .l-footer-block01__privacy {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

.l-footer-block01__privacy>a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 17.5px;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer-block01__privacy>a {
    width: 175px;
    margin: auto;
  }
}

.l-footer-block01__copylight {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer-block01__copylight {
    margin: auto;
  }
}

.blog h1 {
  font-size: 30px;
}

footer .bnr-block li {
  margin: 10px 10px;
}


/* BLOG
--------------------------- */
.l-custom__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.l-custom__post {
  width: 862px;
  padding-right: 20px;

  @media screen and (max-width: 1170px) {
    width: 862px;
    padding-right: 20px;
    margin: auto;
  }

  @media screen and (max-width: 767px) {
    width: 100%;
    padding-right: 0px;
  }
}

.l-sidebar-wrap {
  width: 250px;
  margin: 0 auto 50px auto;
  position: sticky;
  top: 100px;

  @media screen and (max-width: 767px) {
    width: 100%;
  }

  & aside {
    margin-bottom: 65px;
  }

  & .widgettitle {
    margin: 0 0 30px 0;
    padding: 0 0 15px 0;
    font-size: 20px;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-weight: 600;
    border-bottom: 1px solid #252929;
  }

  & .widgettitle+ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

    & li {
      margin-bottom: 15px;
      line-height: 1;
    }
  }

  & .widget_recent_entries {
    & li {
      margin-bottom: 15px;
      line-height: 1;

      & a {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 1;
      }
    }
  }
}