@charset "UTF-8";
/* ===== デフォルトテーマ（白） ===== */
:root {
  /* 白背景に黒のところは、全部この変数にする */
  --base-text-color: #404040;
  --base-background-color: #ffffff;
  --base-highlight-color: #ff0000;
  /* 白背景に、青のところのテキストには、全部この変数に。黒背景になったときは、この色は黄色に。青背景のときは、白。 */
  --base-primary-color: #2f66ed;
  --base-primary-on_txtcolor: #fff;
  /* 青背景の上にあるテキスト色＝background-colorでいいか */
  /* --base-primary-ontext-color: #ffffff; */
  /* VK Buttonは、背景色にprimaryカラーだけを使うことにする */
  /* その時、必ずテキストカラーもプリセットカラーの色を指定すること */
  /* wordpressのプリセットカラーは、黒、白、青、黄グレー、オレンジ、赤色だけにする */
  --wp--preset--color--base: #404040;
  --wp--preset--color--contrast: #ffffff;
  --wp--preset--color--primary: #2f66ed;
  --wp--preset--color--secondary: #ffe7cf;
  --wp--preset--color--tertiary: #ff8c00;
  --wp--preset--color--quaternary: #e50011;
  /* ※※※※※ 見出し色変数は、使わず、primaryとbaseのカラー変数にする */
  /* テーブルの色 */
  --table-th-border-color: #ffffff;
  --table-th-background-color: #2f66ed;
  --table-th-text-color: #ffffff;
  --table-td-border-color: #d5d5d5;
  --table-td-background-color: #ffffff;
  --table-td-text-color: #404040;
  /* リンクの色 */
  --link-color: #ff8c00;
  --link-visited-color: #f8a814;
  --link-hover-color: #f8a814;
  --link-active-color: #ff8c00;
  /* Newsの色 */
  --news-ltgray-color: #97b2f6;
  /* アイコンのURL */
  /* Wordpressに持っていくと、ルートパスが変わるので変更必要！！ */
  --site-logo-url: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/site_logo_blue.svg);
  --site-logo_v2-url: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/site_logo_v2_blue.svg);
  --site-logo_magazine-url: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/site_log_magazine_blue.svg);
  --ico-yaji06-url: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/ico_yaji06.svg);
  --ico-bookmark-url: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/ico_bookmark.svg);
  --ico-search-url: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/ico_search.svg);
  /* トップアイコンURL */
  --icon-url01: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/ico_kao_fukidashi.svg);
  --icon-url02: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/ico_kao_speaker.svg);
  --icon-url03: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/ico_kao_book.svg);
  --icon-url04: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/ico_kao_kensa.svg);
  --icon-url05: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/ico_kao_namida.svg);
  --icon-url06: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/ico_kao_kusuri.svg);
  --icon-url07: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/ico_kao_online.svg);
  --icon-url08: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/ico_kao_pen.svg);
  --icon-url09: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/ico_kao_search.svg);
  /* グレー背景のところは、黒・青背景のときは、濃いグレーにする */
  /* その他の色変更ルールはそのままにする */
  --gray01-bg-color: #ececec;
  --gray01-bg_on_txt_b: #2f66ed;
  --gray02-bg-color: #faf9fd;
  --gray03w-bg-color: #fcf8ec;
  /* --gray-bg-on_bg_base-color: #fff;
            --gray-bg-ontext-a: #0003d1;
            --gray-bg-ontext-b: #000000; */
  /* グレー罫線 */
  --gray-kei-color: #d5d5d5;
  --grayblue-kei-color: #d1ddfb;
  /* 見出し背景グラデ */
  --md_bg_grade01: #e6edfd;
  --md_bg_grade02: #e0e8fc;
  /* サイド：見出し背景グラデ */
  --side_md_bg_grade01: #3a6eef;
  --side_md_bg_grade02: #2f66ee;
  /* フッター */
  --footer-bg-gray: #eaf0fd;
}

/* ===== 黒テーマ ===== */
[data-theme=black] {
  /* 変更する変数のみ指定 */
  --base-text-color: #ffffff;
  --base-background-color: #000000;
  --base-highlight-color: #ff0000;
  --base-primary-color: #fffb04;
  --base-primary-on_txtcolor: #000000;
  --wp--preset--color--base: #ffffff;
  --wp--preset--color--contrast: #000000;
  --wp--preset--color--primary: #fffb04;
  --wp--preset--color--secondary: #353433;
  --wp--preset--color--tertiary: #ff8c00;
  --wp--preset--color--quaternary: #e50011;
  /* テーブルの色 */
  --table-th-border-color: #000000;
  --table-th-background-color: #fffb04;
  --table-th-text-color: #000000;
  --table-td-border-color: #d5d5d5;
  --table-td-background-color: #000000;
  --table-td-text-color: #ffffff;
  --link-color: #ffee00;
  --link-visited-color: #eee568;
  --link-hover-color: #fffb00;
  --link-active-color: #fbff00;
  /* アイコンのURL */
  --site-logo-url: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/site_logo_white.svg);
  --site-logo_magazine-url: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/site_log_magazine_white.svg);
  /* Newsの色 */
  --news-ltgray-color: #c4ab72;
  --gray01-bg-color: #3f3f3f;
  --gray01-bg_on_txt_b: #ffee00;
  --gray02-bg-color: #575757;
  --gray03w-bg-color: #746851;
  /* 見出し背景グラデ */
  --md_bg_grade01: #3f3f3f;
  --md_bg_grade02: #575757;
  /* サイド：見出し背景グラデ */
  --side_md_bg_grade01: #ececec;
  --side_md_bg_grade02: #f5f5f5;
  /* フッター */
  --footer-bg-gray: #3f3f3f;
}

/* ===== 青テーマ ===== */
[data-theme=blue] {
  --base-text-color: #ffffff;
  --base-background-color: #0003d1;
  --base-highlight-color: #ffee00;
  --base-primary-color: #fff;
  --base-primary-on_txtcolor: #0003d1;
  --wp--preset--color--base: #ffffff;
  --wp--preset--color--contrast: #0003d1;
  --wp--preset--color--primary: #ffffff;
  --wp--preset--color--secondary: #001830;
  --wp--preset--color--tertiary: #ffbb00;
  --wp--preset--color--quaternary: #e50011;
  /* テーブルの色 */
  --table-th-border-color: #0003d1;
  --table-th-background-color: #ffffff;
  --table-th-text-color: #0003d1;
  --table-td-border-color: #d5d5d5;
  --table-td-background-color: #0003d1;
  --table-td-text-color: #ffffff;
  --link-color: #ffee00;
  --link-visited-color: #eee568;
  --link-hover-color: #fffb00;
  --link-active-color: #fbff00;
  /* アイコンのURL */
  --site-logo-url: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/site_logo_white.svg);
  --site-logo_magazine-url: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/site_log_magazine_white.svg);
  /* Newsの色 */
  --news-ltgray-color: #98b0e0;
  --gray01-bg-color: #292f50;
  --gray01-bg_on_txt_b: #ffee00;
  --gray02-bg-color: #41465f;
  --gray03w-bg-color: #536180;
  /* 見出し背景グラデ */
  --md_bg_grade01: #292f50;
  --md_bg_grade02: #41465f;
  /* サイド：見出し背景グラデ */
  --side_md_bg_grade01: #bacaf1;
  --side_md_bg_grade02: #ccd7f1;
  /* フッター */
  --footer-bg-gray: #292f50;
}

/* 設定 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:root body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--base-text-color);
  background-color: var(--base-background-color);
  padding-left: 74px;
  padding-right: 74px;
  margin: 0;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 768px) {
  :root body {
    padding-top: 63px;
    padding-left: 0;
    padding-right: 0;
  }
}

a {
  color: var(--link-color);
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: var(--link-visited-color);
}

a:hover {
  color: var(--link-hover-color);
  text-decoration: underline;
}

a:active {
  color: var(--link-active-color);
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    color: #404040;
  }
}
:target {
  scroll-margin-top: 68px;
}

#contents-container {
  margin: 0 auto;
}

#main-contents {
  line-height: 1.7;
}
#main-contents a {
  word-break: break-all;
}
#main-contents #main-contents-inner {
  padding-left: min(60px, 6vw);
  padding-right: min(60px, 6vw);
}
#main-contents #main-contents-inner > .entry-title:first-child {
  margin-top: 3em;
}

/* ページヘッダー */
a.skiplink {
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0;
}

.page-header {
  display: block;
  background-color: var(--base-background-color);
}

#header-container {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 10px;
}
#header-container .header_sitename {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 222px;
  max-width: 222px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#header-container .header_sitename.scr_hidden {
  opacity: 0;
}
#header-container .header_sitename h1 {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: var(--site-logo_magazine-url);
  background-size: contain;
  height: 55px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#header-container .header_sitename .online_shinryo_btn {
  display: none;
}
@media screen and (max-width: 768px) {
  #header-container .header_sitename {
    width: 55%;
  }
  #header-container .header_sitename h1 {
    height: 45px;
    margin-top: 0px;
  }
}
#header-container .header_lead {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 1%;
}
@media screen and (max-width: 768px) {
  #header-container .header_lead {
    display: none;
  }
}
#header-container .header_rt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 1%;
}
#header-container .header_rt .header_tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header-container .header_rt .header_tools .header_colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1em;
}
#header-container .header_rt .header_tools .header_colors ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header-container .header_rt .header_tools .header_colors ul li {
  margin: 0 2px;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
#header-container .header_rt .header_tools .header_colors ul li[data-theme=white] {
  border: 1px solid #d4d7e2;
  background-color: #fff;
}
#header-container .header_rt .header_tools .header_colors ul li[data-theme=black] {
  background-color: #000000;
}
#header-container .header_rt .header_tools .header_colors ul li[data-theme=blue] {
  background-color: #0000ff;
}
#header-container .header_rt .header_tools .header_lang select {
  width: 140px;
  border: 1px solid #ccc;
  padding: 3px;
}
@media screen and (max-width: 768px) {
  #header-container .header_rt {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header-container {
    position: fixed;
    z-index: 9800;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background-color: var(--base-background-color);
    border-bottom: 1px solid var(--gray-kei-color);
  }
}

#header_fix_container {
  position: sticky;
  top: 0;
  z-index: 9850;
}
#header_fix_container .header_sidebar {
  position: absolute;
  top: 0;
  right: -55px;
  width: 56px;
  border-top: 1px solid var(--gray-kei-color);
  border-left: 1px solid var(--gray-kei-color);
  border-right: 1px solid var(--gray-kei-color);
  border-top-right-radius: 10px;
  background-color: var(--base-background-color);
}
#header_fix_container .header_sidebar .hs_bookmark {
  width: 56px;
  height: 56px;
  border-bottom: 1px solid var(--gray-kei-color);
}
#header_fix_container .header_sidebar .hs_bookmark a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-image: var(--ico-bookmark-url);
          mask-image: var(--ico-bookmark-url);
  -webkit-mask-size: 22px auto;
          mask-size: 22px auto;
  background-color: var(--base-primary-color);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #header_fix_container .header_sidebar .hs_bookmark {
    border-top: 1px solid var(--gray-kei-color);
    border-left: 1px solid var(--gray-kei-color);
    border-bottom: none;
  }
}
#header_fix_container .header_sidebar .hs_search {
  width: 56px;
  height: 56px;
  border-bottom: 1px solid var(--gray-kei-color);
}
#header_fix_container .header_sidebar .hs_search .hs_search_btn {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-image: var(--ico-search-url);
          mask-image: var(--ico-search-url);
  -webkit-mask-size: 24px auto;
          mask-size: 24px auto;
  background-color: var(--base-primary-color);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #header_fix_container .header_sidebar .hs_search {
    border-bottom: none;
    border-top: 1px solid var(--gray-kei-color);
    border-left: 1px solid var(--gray-kei-color);
    border-top-left-radius: 10px;
  }
}
#header_fix_container .header_sidebar .hs_online_shinryo {
  width: 56px;
}
#header_fix_container .header_sidebar .hs_online_shinryo .hs_search_btn {
  width: 56px;
  padding: 1.5em 2px 1.5em 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  color: var(--base-primary-on_txtcolor);
  background-color: var(--base-primary-color);
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 768px) {
  #header_fix_container .header_sidebar .hs_online_shinryo {
    display: none;
    opacity: 0;
    width: auto;
    -webkit-transition-property: opacity, display;
    transition-property: opacity, display;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    transition-behavior: allow-discrete;
  }
  #header_fix_container .header_sidebar .hs_online_shinryo.scr_show {
    opacity: 1;
    display: block;
  }
  @starting-style {
    #header_fix_container .header_sidebar .hs_online_shinryo.scr_show {
      /* トランジション前 */
      /* ここにdisplay:none;は書かない */
      opacity: 0;
    }
  }
  #header_fix_container .header_sidebar .hs_online_shinryo .hs_search_btn {
    width: auto;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    border-radius: 8px;
    margin-right: 14px;
    margin-top: 5px;
    padding: 15px 15px 15px 15px;
    position: relative;
  }
  #header_fix_container .header_sidebar .hs_online_shinryo .hs_search_btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    width: 10px;
    height: 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
            mask-position: 50% 50%;
    -webkit-mask-image: var(--ico-yaji06-url);
            mask-image: var(--ico-yaji06-url);
    -webkit-mask-size: 6px auto;
            mask-size: 6px auto;
    background-color: var(--base-primary-on_txtcolor);
  }
}
@media screen and (max-width: 389px) {
  #header_fix_container .header_sidebar .hs_online_shinryo .hs_search_btn {
    padding-left: 10px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  #header_fix_container .header_sidebar {
    width: auto;
    top: 6px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    border-top: none;
    border-right: none;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  #header_fix_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

#header_search_container {
  display: block;
  padding: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  overflow: hidden;
  background-color: var(--base-background-color);
}
#header_search_container.search_box_open {
  padding: 20px;
  border-left: 1px solid var(--gray-kei-color);
  border-right: 1px solid var(--gray-kei-color);
  border-bottom: 1px solid var(--gray-kei-color);
}
#header_search_container.search_box_open .header_search {
  display: block;
  margin: 0 1em;
}
#header_search_container .header_search {
  display: none;
  margin: 0;
}
#header_search_container .header_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header_search_container .header_search input[type=text] {
  background-repeat: no-repeat;
  background-position: 1% 50%;
  background-image: url("../images/ico_search.svg") !important;
  background-size: auto 80%;
  background-color: transparent;
  border: 1px solid var(--gray-kei-color);
  width: 300px;
  padding: 8px;
  padding-left: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header_search_container .header_search input[type=submit] {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 0;
  border: 1px solid var(--gray-kei-color);
}
@media screen and (max-width: 768px) {
  #header_search_container {
    position: absolute;
    left: 0;
    top: 64px;
    width: 100%;
  }
}

#gnavi {
  background-color: var(--base-background-color);
}
#gnavi ul {
  font-size: clamp(0.875rem, 0.7433206107rem + 0.5089058524vw, 1.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid var(--gray-kei-color);
  border-left: 1px solid var(--gray-kei-color);
  border-bottom: 1px solid var(--gray-kei-color);
  border-top-left-radius: 10px;
}
#gnavi ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-right: 1px solid var(--gray-kei-color);
}
#gnavi ul li a {
  display: block;
  padding: 22px 5px;
  font-weight: bold;
  text-align: center;
  color: var(--base-primary-color);
}
#gnavi ul li a:hover {
  color: var(--base-primary-color);
  text-decoration: none;
}
#gnavi ul li:last-child {
  border-right: none;
}
#gnavi > ul > li {
  position: relative;
}
#gnavi > ul > li:hover > .sub-menu {
  display: block;
}
#gnavi > ul > li > .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: calc(50% - 150px);
  width: 300px;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #gnavi {
    display: none;
  }
}

/* パンクズ */
#breadcrumb {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--gray-pankuzu-color);
}
#breadcrumb a {
  color: var(--gray-pankuzu-color);
}
#breadcrumb ul {
  padding: 1em 16px 1.5em !important;
  list-style-type: none !important;
  overflow: hidden;
  line-height: 1.3;
}
#breadcrumb ul li {
  margin: 0;
  padding: 0 16px 0 0;
  float: left;
}
#breadcrumb ul li:last-child {
  background: none;
}

#main-contents #subpage_header_container .subpage_header_inner_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: min(90px, 9vw);
  padding-left: min(60px, 6vw);
  padding-right: min(60px, 6vw);
}
#main-contents #subpage_header_container .subpage_header_inner_row .subpage_header_tools ul {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  #main-contents #subpage_header_container .subpage_header_inner_row .subpage_header_tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main-contents #subpage_header_container .subpage_header_inner_row .subpage_header_tools ul {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  #main-contents #subpage_header_container .subpage_header_inner_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 3vw;
  }
}
#main-contents #subpage_header_container .subpage_header_col {
  padding-bottom: min(25px, 2.5vw);
}
#main-contents #subpage_header_container .subpage_header_col h2 {
  font-size: clamp(1.0625rem, 0.963740458rem + 0.3816793893vw, 1.25rem);
  font-weight: bold;
  color: var(--base-primary-color);
  padding: 12px 0 12px 55px;
  margin: 0 min(15px, 1.5vw) min(15px, 1.5vw) 0;
  display: inline-block;
  position: relative;
}
#main-contents #subpage_header_container .subpage_header_col h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 52px;
  background-image: var(--icon-url03);
}
@media screen and (max-width: 768px) {
  #main-contents #subpage_header_container .subpage_header_col h2 {
    padding-left: 40px;
  }
  #main-contents #subpage_header_container .subpage_header_col h2:before {
    width: 36px;
    background-size: auto 40px;
  }
}
#main-contents #subpage_header_container .subpage_header_col h2.symptoms:before {
  background-image: var(--icon-url04);
}
#main-contents #subpage_header_container .subpage_header_col h2.drugs:before {
  background-image: var(--icon-url06);
}
#main-contents #subpage_header_container .subpage_header_col h2.disease:before {
  background-image: var(--icon-url05);
}
#main-contents #subpage_header_container .subpage_header_col h2.new_column:before {
  background-image: var(--icon-url08);
}
#main-contents #subpage_header_container .subpage_header_col h2.online_shinryo:before {
  background-image: var(--icon-url07);
}

/* ページフッター */
#footer-container {
  margin-top: min(50px, 5vw);
}
#footer-container .ft_inner {
  text-align: center;
}
#footer-container .ft_inner h5 {
  margin: 0 auto 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: var(--site-logo_magazine-url);
  background-size: contain;
  width: 175px;
  height: 47px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#footer-container .ft_inner .addtoany_shortcode {
  margin-bottom: 30px;
}
#footer-container .ft_inner .addtoany_shortcode .a2a_button_facebook svg path,
#footer-container .ft_inner .addtoany_shortcode .a2a_button_x svg path,
#footer-container .ft_inner .addtoany_shortcode .a2a_button_line svg path {
  fill: var(--base-primary-color);
}
#footer-container .ft_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px;
  padding: 0;
}
#footer-container .ft_inner ul li {
  margin: 0 10px;
}
#footer-container .ft_inner ul li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--base-primary-color);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#footer-container .ft_inner ul li.ico_instagram a {
  -webkit-mask-image: url("../images/ico_insta.svg");
          mask-image: url("../images/ico_insta.svg");
}
#footer-container .ft_inner ul li.ico_x a {
  -webkit-mask-image: url("../images/ico_x.svg");
          mask-image: url("../images/ico_x.svg");
}
#footer-container .ft_inner ul li.ico_facebook a {
  -webkit-mask-image: url("../images/ico_facebook.svg");
          mask-image: url("../images/ico_facebook.svg");
}
#footer-container .ft_inner ul li.ico_line a {
  -webkit-mask-image: url("../images/ico_line.svg");
          mask-image: url("../images/ico_line.svg");
}
@media screen and (max-width: 768px) {
  #footer-container {
    padding-bottom: 120px;
  }
}

#ft_navi ul {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
#ft_navi ul li {
  display: inline-block;
  margin: 0 1em 0 0;
}
#ft_navi ul li a {
  color: var(--base-text-color);
  text-decoration: none;
}
#ft_navi ul li a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #ft_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #ft_navi ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}

.ft_copyright {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0;
  margin: min(50px, 5vw) 0;
  text-align: center;
}
.ft_copyright small {
  font-style: normal;
}

#btn_dryeye_selfcheck {
  position: fixed;
  z-index: 6000;
  right: 20px;
  bottom: 20px;
  display: none;
}
#btn_dryeye_selfcheck.btn_show {
  display: block;
}
#btn_dryeye_selfcheck .dryeye_inner {
  position: relative;
  display: block;
  margin: 0 0 0 auto;
  width: 176px;
  height: 176px;
}
#btn_dryeye_selfcheck .dryeye_inner .close_btn {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 1000;
  top: -5px;
  right: -10px;
  width: 20px;
  height: 20px;
}
#btn_dryeye_selfcheck .dryeye_inner .close_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 4px;
  background-color: var(--base-primary-color);
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
#btn_dryeye_selfcheck .dryeye_inner .close_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 4px;
  background-color: var(--base-primary-color);
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
#btn_dryeye_selfcheck a {
  display: block;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/ico_dryeye_check_2x.webp");
  background-size: 100px auto;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
#btn_dryeye_selfcheck a:hover {
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
          box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 768px) {
  #btn_dryeye_selfcheck .dryeye_inner {
    width: 120px;
    height: 120px;
  }
  #btn_dryeye_selfcheck a {
    width: 120px;
    height: 120px;
    padding-top: 120px;
    background-size: 75px auto;
  }
}

#backtopbtn {
  position: fixed;
  z-index: 8800;
  bottom: 20px;
  right: 0px;
  width: 36px;
  height: 36px;
  display: none;
}
#backtopbtn a {
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/btn_pagetop.png") 0 0 no-repeat;
}

@media screen and (min-width: 769px) {
  #backtopbtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: none;
  }
  #backtopbtn a {
    display: block;
    width: 50px;
    height: 50px;
    background: url("../images/btn_pagetop.png") 0 0 no-repeat;
  }
}
/* コンテンツエリア */
#main-contents h1 {
  color: var(--base-primary-color);
  font-size: clamp(1.375rem, 1.1116412214rem + 1.0178117048vw, 1.875rem);
  font-weight: bold;
  margin: 3.5em 0 1em;
  line-height: 1.4;
}
#main-contents h1:first-child {
  margin-top: 0;
}
#main-contents h2 {
  color: var(--base-primary-color);
  font-size: clamp(1.375rem, 1.1116412214rem + 1.0178117048vw, 1.875rem);
  font-weight: bold;
  margin: 3.5em 0 1em;
  line-height: 1.4;
  position: relative;
}
#main-contents h2:first-child {
  margin-top: 0;
}
#main-contents h3 {
  text-align: left;
  color: var(--base-primary-color);
  font-size: clamp(1.0625rem, 0.8979007634rem + 0.6361323155vw, 1.375rem);
  font-weight: bold;
  margin: 2em 0 1em;
  line-height: 1.4;
  padding-bottom: 8px;
  border-bottom: 1px dotted var(--base-primary-color);
}
#main-contents h3:first-child {
  margin-top: 0;
}
#main-contents h3.h3_t2 {
  color: var(--base-primary-color);
  font-size: clamp(1.0625rem, 0.8979007634rem + 0.6361323155vw, 1.375rem);
  font-weight: bold;
  margin: 2em 0 1em;
  line-height: 1.4;
  padding-left: 0;
  padding-bottom: 8px;
  border-bottom: none;
}
#main-contents h3.h3_t2:first-child {
  margin-top: 0;
}
#main-contents h4 {
  color: var(--base-primary-color);
  font-size: clamp(1rem, 0.901240458rem + 0.3816793893vw, 1.1875rem);
  font-weight: bold;
  margin: 1.6em 0 1em;
  padding: 0 0 0 14px;
  line-height: 1.4;
  position: relative;
}
#main-contents h4:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5%;
  width: 5px;
  height: 90%;
  background-color: var(--base-primary-color);
  border-radius: 20px;
}
#main-contents h4:first-child {
  margin-top: 0;
}
#main-contents h5 {
  color: var(--base-primary-color);
  font-size: clamp(0.9375rem, 0.8716603053rem + 0.2544529262vw, 1.0625rem);
  font-weight: bold;
  margin: 1.6em 0 0.7em;
  padding-left: 0.8em;
  line-height: 1.4;
  position: relative;
}
#main-contents h5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--base-primary-color);
}
#main-contents h5:first-child {
  margin-top: 0;
}
#main-contents h6 {
  color: var(--base-primary-color);
  font-size: clamp(0.9375rem, 0.9045801527rem + 0.1272264631vw, 1rem);
  font-weight: bold;
  margin: 1.2em 0 0.4em;
  line-height: 1.4;
}
#main-contents h6:first-child {
  margin-top: 0;
}

#main-contents #main-contents-inner.blog_contents h2.entry-title {
  font-size: clamp(1.25rem, 0.9208015267rem + 1.272264631vw, 1.875rem);
  font-weight: bold;
  color: var(--base-text-color);
  border: none;
  margin: 0.75em 0 0.75em;
  padding: 0;
}
#main-contents #main-contents-inner.blog_contents h2.entry-title:before, #main-contents #main-contents-inner.blog_contents h2.entry-title:after {
  content: none;
}
#main-contents #main-contents-inner.blog_contents h2.entry-title:first-child {
  margin-top: 0.75em;
}
#main-contents #main-contents-inner.blog_contents h2 {
  color: var(--base-primary-color);
  font-size: clamp(1.125rem, 0.828721374rem + 1.1450381679vw, 1.6875rem);
  font-weight: bold;
  margin: 3.5em 0 1em;
  padding: 0.5em 0.6em;
  line-height: 1.4;
  position: relative;
}
#main-contents #main-contents-inner.blog_contents h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  border: 2px solid var(--base-primary-color);
  border-right: none;
}
#main-contents #main-contents-inner.blog_contents h2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  height: 100%;
  border: 2px solid var(--base-primary-color);
  border-left: none;
}
#main-contents #main-contents-inner.blog_contents h2:first-child {
  margin-top: 3.5em;
}
#main-contents #main-contents-inner.blog_contents h5 {
  padding: 0;
}
#main-contents #main-contents-inner.blog_contents h5:before {
  content: none;
}
#main-contents #main-contents-inner.blog_contents h5:first-child {
  margin-top: 1.6em;
}
#main-contents #main-contents-inner.blog_contents .post_extinfo + h5 {
  font-size: clamp(1rem, 0.8683206107rem + 0.5089058524vw, 1.25rem);
}
#main-contents #main-contents-inner.blog_contents p {
  margin-bottom: 1em;
}
#main-contents #main-contents-inner.blog_contents .sub_title {
  color: var(--base-primary-color);
  font-weight: bold;
  font-size: clamp(1rem, 0.8683206107rem + 0.5089058524vw, 1.25rem);
  margin-bottom: 1em;
}

#main-contents table.table_normal {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
}
#main-contents table.table_normal th {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-weight: normal;
  padding: 4px 4px;
  background-color: #efefef;
}
#main-contents table.table_normal td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 4px 4px;
}

#main-contents ul {
  list-style-type: disc;
  margin: 0.5em 0 0.8em 1.5em;
}
#main-contents ul li {
  line-height: 1.5;
  margin-bottom: 0.4em;
}
#main-contents ol {
  list-style-type: decimal;
  margin: 0.5em 0 0.8em 1.5em;
}
#main-contents ol li {
  line-height: 1.5;
  margin-bottom: 0.4em;
}

/* コンテンツ共通パーツ */
.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

#main-contents .has-c-red-color,
#top_contents .has-c-red-color {
  color: #e50011 !important;
}
#main-contents .has-c-red-background-color,
#top_contents .has-c-red-background-color {
  background-color: #e50011 !important;
}
#main-contents .c-red,
#top_contents .c-red {
  color: #e50011 !important;
}
#main-contents .center,
#top_contents .center {
  text-align: center !important;
}
#main-contents .right,
#top_contents .right {
  text-align: right !important;
}

#main-contents .font-xs,
#top_contents .font-xs {
  font-size: clamp(0.625rem, 0.5591603053rem + 0.2544529262vw, 0.75rem) !important;
}
#main-contents .font-s,
#top_contents .font-s {
  font-size: clamp(0.75rem, 0.6841603053rem + 0.2544529262vw, 0.875rem) !important;
}
#main-contents .font-m,
#top_contents .font-m {
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem) !important;
}
#main-contents .font-l,
#top_contents .font-l {
  font-size: clamp(1rem, 0.9341603053rem + 0.2544529262vw, 1.125rem) !important;
}
#main-contents .font-xl,
#top_contents .font-xl {
  font-size: clamp(1.125rem, 1.0591603053rem + 0.2544529262vw, 1.25rem) !important;
}

#main-contents ul.sitemap {
  margin-left: 0;
  margin-top: 1em;
  list-style-type: none;
}
#main-contents ul.sitemap ul {
  list-style-type: none;
}
#main-contents ul.sitemap > li {
  padding-bottom: 0.5em;
  padding-left: 1em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #bbb;
  background: none;
}
#main-contents ul.sitemap > li ul.children {
  list-style-type: none;
  margin-top: 0.5em;
  margin-left: 0;
  padding-left: 0;
}
#main-contents ul.sitemap > li ul.children li {
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #ccc;
}
#main-contents ul.sitemap > li ul.children li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #main-contents ul.sitemap > li {
    padding-left: 0.5em;
  }
  #main-contents ul.sitemap > li ul.children li {
    padding-left: 1em;
  }
  #main-contents ul.sitemap > li ul.children li:last-child {
    border-bottom: none;
  }
}

.wp-pagenavi {
  margin-top: 30px !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block !important;
  margin-bottom: 5px !important;
  padding: 5px 10px !important;
}

#main-contents .search-item {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
#main-contents .search-item h5 {
  margin-top: 5px;
}

#main-contents .wpcf7-spinner {
  display: block;
}
#main-contents .hissu {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  padding: 0 5px;
  margin: 0 8px;
  color: #fff;
  background-color: #e50011;
}
#main-contents .hissu_rel {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  position: relative;
  right: auto;
  top: -2px;
  padding: 0 5px;
  margin: 0 5px 0 0;
  color: #fff;
  background-color: #e50011;
}
#main-contents .your-toikomoku .wpcf7-list-item {
  display: block;
}
#main-contents table.table-toiawase {
  border-top: 1px solid #b6c2d3;
  border-left: 1px solid #b6c2d3;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
}
#main-contents table.table-toiawase input[type=checkbox] {
  margin-right: 5px;
}
#main-contents table.table-toiawase th {
  border-right: 1px solid #b6c2d3;
  border-bottom: 1px solid #b6c2d3;
  width: 28%;
  position: relative;
  padding: 10px;
  padding-right: 48px;
  background-clip: padding-box;
}
#main-contents table.table-toiawase td {
  border-right: 1px solid #b6c2d3;
  border-bottom: 1px solid #b6c2d3;
  position: relative;
  padding: 10px;
  background-clip: padding-box;
}
#main-contents table.table-toiawase td .hissu {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  position: relative;
  right: auto;
  top: -2px;
  padding: 0 5px;
  margin: 0 5px 0 0;
  color: #fff;
  background-color: #e50011;
}
#main-contents table.table-toiawase td .space_hissu {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  position: relative;
  right: auto;
  top: -2px;
  padding: 0 5px;
  margin: 0 5px 0 0;
  color: #fff;
  background-color: transparent;
}
#main-contents table.table-toiawase td p {
  margin-bottom: 5px;
}
#main-contents table.table-toiawase td label {
  display: inline;
}
#main-contents table.table-toiawase td input[type=radio] {
  margin-right: 5px;
}
#main-contents table.table-toiawase td .radio_office_kibo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main-contents table.table-toiawase td .radio_office_kibo span.wpcf7-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
#main-contents table.table-toiawase td .check_keii {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main-contents table.table-toiawase td .check_keii span.wpcf7-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
#main-contents table.table-toiawase td .keii_etc {
  width: 90%;
  margin-left: 1em;
}
#main-contents .submitbtn {
  margin-top: 20px;
  text-align: center;
}
#main-contents .submitbtn input {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 8px 25px;
  cursor: pointer;
}
#main-contents .submitbtn input:disabled {
  color: #ccc;
  cursor: not-allowed;
}
#main-contents .wpcf7cp-btns {
  text-align: center;
}
#main-contents .wpcf7cp-btns .wpcf7-form-control {
  margin: 0 10px;
}
#main-contents #wpcf7cpcnf table th {
  width: 30%;
}
#main-contents #wpcf7cpcnf table td {
  width: 70%;
}
#main-contents .wpcf7 .ajax-loader {
  display: block;
}
#main-contents .wd5 {
  width: 5%;
}
#main-contents .wd15 {
  width: 15%;
}

#main-contents .wd100 {
  width: 100%;
}
#main-contents .wd90 {
  width: 90%;
}
#main-contents .wd80 {
  width: 80%;
}
#main-contents .wd75 {
  width: 75%;
}
#main-contents .wd70 {
  width: 70%;
}
#main-contents .wd65 {
  width: 65%;
}
#main-contents .wd60 {
  width: 60%;
}
#main-contents .wd55 {
  width: 55%;
}
#main-contents .wd50 {
  width: 50%;
}
#main-contents .wd45 {
  width: 45%;
}
#main-contents .wd40 {
  width: 40%;
}
#main-contents .wd35 {
  width: 35%;
}
#main-contents .wd30 {
  width: 30%;
}
#main-contents .wd25 {
  width: 25%;
}
#main-contents .wd20 {
  width: 20%;
}
#main-contents .wd15 {
  width: 15%;
}
#main-contents .wd10 {
  width: 10%;
}

#main-contents .wp-block-columns.space_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main-contents .mrgbtm0 {
  margin-bottom: 0;
}
#main-contents .mrgbtm0 figure {
  margin-bottom: 0;
}
#main-contents .mrgbtm05 {
  margin-bottom: 0.5em;
}
#main-contents .mrgbtm1 {
  margin-bottom: 1em;
}
#main-contents .mrgbtm2 {
  margin-bottom: 2em;
}
#main-contents .mrgbtm3 {
  margin-bottom: 3em;
}
#main-contents .mrgleft1 {
  margin-left: 1em;
}
#main-contents .mrgleft2 {
  margin-left: 2em;
}
#main-contents .mrgleft3 {
  margin-left: 3em;
}

#main-contents .clear_float::after {
  clear: both;
  content: "";
  display: table;
}

#main-contents details {
  margin: 1px 0;
  padding: 0px 10px;
  border: 1px solid #bdcddb;
  border-radius: 6px;
}
#main-contents details summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  padding: 0.5em 0;
  padding-left: 20px;
  margin: 0;
  position: relative;
}
#main-contents details summary:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url("../images/ico_yaji_yoko_blue01.png");
  background-size: contain;
}
#main-contents details summary:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: -10px;
  width: calc(100% + 20px);
  height: 100%;
  border-radius: 6px 6px 0 0;
}
#main-contents details summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
#main-contents details[open] {
  padding-bottom: 14px;
}
#main-contents details[open] summary {
  margin-bottom: 10px;
}
#main-contents details[open] summary:before {
  background-image: url("../images/ico_yaji_shita_blue01.png");
}
#main-contents details[open] summary:after {
  content: "";
  background-color: #f1f5f9;
}

#main-contents .post_extinfo .post_date {
  font-size: clamp(1rem, 0.8354007634rem + 0.6361323155vw, 1.3125rem);
  font-weight: bold;
  color: var(--base-primary-color);
  margin-bottom: 1em;
}
#main-contents .post_extinfo .post_tags {
  margin-bottom: 1em;
}
#main-contents .post_extinfo .post_tags ul.tag_label li {
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
  font-weight: bold;
}

#main-contents .ggmap iframe {
  width: 100%;
  height: 450px;
}
#main-contents .youtube_iframe {
  width: 100%;
  aspect-ratio: 1/0.5625;
}
#main-contents .youtube_iframe iframe {
  width: 100%;
  height: 100%;
}

#main-contents .wp-block-columns.column_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main-contents .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

#main-contents .table-wrap {
  overflow: auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  #main-contents {
    /* 2列テーブルを1列に */
  }
  #main-contents .table-wrap:before {
    content: "表は左右にスクロールできます"; /* 文字化け対策のためUnicode変換 */
    color: #fff;
    font-size: 12px;
    background-color: #e07903;
    position: absolute;
    top: 0px;
    border-radius: 5px;
    padding: 0.05em 0.5em;
  }
  #main-contents .table-wrap {
    padding-top: 24px;
    overflow: scroll;
  }
  #main-contents .table-wrap table {
    width: 840px !important;
    max-width: none;
  }
  #main-contents .table-wrap .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
    width: 840px !important;
    max-width: none;
  }
  #main-contents .table-1col th,
  #main-contents .table-1col td {
    width: 100% !important;
    display: block;
    border-top: none;
  }
  #main-contents .table-1col tr:first-child th {
    border-top: 1px solid #ddd;
  }
}

.news_container .new_mark {
  font-size: clamp(0.625rem, 0.5920801527rem + 0.1272264631vw, 0.6875rem);
  display: inline-block;
  line-height: 1.2;
  position: relative;
  top: -2px;
  padding: 1px 5px;
  margin-right: 5px;
  color: #fff;
  background-color: #e50011;
}
.news_container dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
}
.news_container dl:first-child {
  padding-top: 0;
}
.news_container dl dt {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: bold;
  color: var(--news-ltgray-color);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 110px;
}
.news_container dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
  font-weight: bold;
  line-height: 1.4;
}
.news_container dl dd a {
  color: var(--base-primary-color);
}
.news_container dl dd a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .news_container dl {
    display: block;
    padding: 10px 0;
  }
  .news_container dl:first-child {
    padding-top: 10px;
  }
  .news_container dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
}

#main-contents .sec_row,
#topsec_news .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto;
}
#main-contents .sec_row .sec_col_lt,
#topsec_news .sec_row .sec_col_lt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  padding: 0 1em 0 min(100px, 10vw);
}
#main-contents .sec_row .sec_col_lt ul.cat_buttons,
#topsec_news .sec_row .sec_col_lt ul.cat_buttons {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.2;
}
#main-contents .sec_row .sec_col_lt ul.cat_buttons li,
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li {
  font-size: clamp(0.875rem, 0.8420801527rem + 0.1272264631vw, 0.9375rem);
  font-weight: bold;
  margin-bottom: 1em;
  color: var(--news-ltgray-color);
  cursor: pointer;
}
#main-contents .sec_row .sec_col_lt ul.cat_buttons li:before,
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li:before {
  content: "#";
  margin-right: 4px;
}
#main-contents .sec_row .sec_col_lt ul.cat_buttons li:hover,
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li:hover {
  color: var(--base-primary-color);
  text-decoration: none;
}
#main-contents .sec_row .sec_col_lt ul.cat_buttons li a,
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li a {
  color: var(--news-ltgray-color);
}
#main-contents .sec_row .sec_col_lt ul.cat_buttons li a:hover,
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li a:hover {
  color: var(--base-primary-color);
  text-decoration: none;
}
#main-contents .sec_row .sec_col_lt ul.cat_buttons li.cat_active,
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li.cat_active {
  color: var(--base-primary-color);
}
#main-contents .sec_row .sec_col_lt ul.cat_buttons li.cat_active a,
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li.cat_active a {
  color: var(--base-primary-color);
}
#main-contents .sec_row .sec_col_rt,
#topsec_news .sec_row .sec_col_rt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  padding: 0 1em;
}
#main-contents .sec_row .sec_col_rt .news_container,
#topsec_news .sec_row .sec_col_rt .news_container {
  display: none;
}
#main-contents .sec_row .sec_col_rt .news_container.cat_active,
#topsec_news .sec_row .sec_col_rt .news_container.cat_active {
  display: block;
}
@media screen and (max-width: 768px) {
  #main-contents .sec_row,
  #topsec_news .sec_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main-contents .sec_row .sec_col_lt,
  #topsec_news .sec_row .sec_col_lt {
    display: contents;
    padding: 0;
  }
  #main-contents .sec_row .sec_col_lt ul.cat_buttons,
  #topsec_news .sec_row .sec_col_lt ul.cat_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 0.5em 2%;
    margin-bottom: 30px;
  }
  #main-contents .sec_row .sec_col_lt ul.cat_buttons li,
  #topsec_news .sec_row .sec_col_lt ul.cat_buttons li {
    text-align: center;
    margin-bottom: 0;
    border-bottom: 2px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #main-contents .sec_row .sec_col_lt ul.cat_buttons li:before,
  #topsec_news .sec_row .sec_col_lt ul.cat_buttons li:before {
    content: none;
  }
  #main-contents .sec_row .sec_col_lt ul.cat_buttons li.cat_active,
  #topsec_news .sec_row .sec_col_lt ul.cat_buttons li.cat_active {
    border-bottom: 2px solid var(--base-primary-color);
  }
  #main-contents .sec_row .sec_col_lt .link_btn,
  #topsec_news .sec_row .sec_col_lt .link_btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #main-contents .sec_row .sec_col_rt,
  #topsec_news .sec_row .sec_col_rt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
}

#main-contents .page_btm_container,
#top_contents .page_btm_container {
  margin-top: min(40px, 4vw);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5fr 1fr;
  grid-template-columns: 1fr 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

#main-contents .page_btm_container > *:nth-child(1), #top_contents .page_btm_container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#main-contents .page_btm_container > *:nth-child(2), #top_contents .page_btm_container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#main-contents .page_btm_container > *:nth-child(3), #top_contents .page_btm_container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#main-contents .page_btm_container .sht_toiawase_btn,
#top_contents .page_btm_container .sht_toiawase_btn {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
#main-contents .page_btm_container .sht_toiawase_btn a,
#top_contents .page_btm_container .sht_toiawase_btn a {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 20px 16px;
  border-radius: 150px;
  color: var(--base-primary-color);
  background-color: var(--gray02-bg-color);
  position: relative;
}
#main-contents .page_btm_container .sht_toiawase_btn a:hover,
#top_contents .page_btm_container .sht_toiawase_btn a:hover {
  text-decoration: none;
  opacity: 0.75;
}
#main-contents .page_btm_container .sht_toiawase_btn a:after,
#top_contents .page_btm_container .sht_toiawase_btn a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 10px;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0% 50%;
          mask-position: 0% 50%;
  -webkit-mask-image: url("../images/ico_yaji06.svg");
          mask-image: url("../images/ico_yaji06.svg");
  -webkit-mask-size: 7px auto;
          mask-size: 7px auto;
  background-color: var(--base-primary-color);
}
#main-contents .page_btm_container .sht_toiawase_btn a h5,
#top_contents .page_btm_container .sht_toiawase_btn a h5 {
  font-size: clamp(1.125rem, 0.9933206107rem + 0.5089058524vw, 1.375rem);
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
#main-contents .page_btm_container .sht_toiawase_btn a h5:before,
#top_contents .page_btm_container .sht_toiawase_btn a h5:before {
  content: none;
}
#main-contents .page_btm_container .sht_toiawase_btn a h5:first-child,
#top_contents .page_btm_container .sht_toiawase_btn a h5:first-child {
  margin-top: 0 !important;
}
#main-contents .page_btm_container .sht_toiawase_btn a .ft_email,
#top_contents .page_btm_container .sht_toiawase_btn a .ft_email {
  font-size: clamp(0.8125rem, 0.7795801527rem + 0.1272264631vw, 0.875rem);
  margin-bottom: 5px !important;
}
#main-contents .page_btm_container .sht_clip_snn_btns,
#top_contents .page_btm_container .sht_clip_snn_btns {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
@media screen and (max-width: 1140px) {
  #main-contents .page_btm_container,
  #top_contents .page_btm_container {
    display: block;
  }
  #main-contents .page_btm_container .sht_clip_snn_btns,
  #top_contents .page_btm_container .sht_clip_snn_btns {
    margin-top: 1.5em;
  }
}
#main-contents .sht_clip_btn,
#top_contents .sht_clip_btn {
  text-align: right;
  margin-bottom: 10px;
}
#main-contents .sht_clip_btn .simplefavorite-button,
#top_contents .sht_clip_btn .simplefavorite-button {
  cursor: pointer;
  display: inline-block;
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
  font-weight: bold;
  color: var(--base-primary-color);
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  text-decoration: none;
}
#main-contents .sht_clip_btn .simplefavorite-button:after,
#top_contents .sht_clip_btn .simplefavorite-button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 100%;
  background-color: var(--base-primary-color);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-image: var(--ico-bookmark-url);
          mask-image: var(--ico-bookmark-url);
  -webkit-mask-size: 25px auto;
          mask-size: 25px auto;
}
@media screen and (max-width: 768px) {
  #main-contents .sht_clip_btn .simplefavorite-button,
  #top_contents .sht_clip_btn .simplefavorite-button {
    top: -5px;
  }
}
#main-contents .sht_sns_btns .addtoany_shortcode,
#top_contents .sht_sns_btns .addtoany_shortcode {
  text-align: right;
}
#main-contents .sht_sns_btns .addtoany_shortcode .a2a_button_facebook svg path,
#main-contents .sht_sns_btns .addtoany_shortcode .a2a_button_x svg path,
#main-contents .sht_sns_btns .addtoany_shortcode .a2a_button_line svg path,
#top_contents .sht_sns_btns .addtoany_shortcode .a2a_button_facebook svg path,
#top_contents .sht_sns_btns .addtoany_shortcode .a2a_button_x svg path,
#top_contents .sht_sns_btns .addtoany_shortcode .a2a_button_line svg path {
  fill: var(--base-primary-color);
}
#main-contents .sht_sns_btns ul,
#top_contents .sht_sns_btns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  list-style-type: none;
}
#main-contents .sht_sns_btns ul li,
#top_contents .sht_sns_btns ul li {
  margin: 0 0 0 10px;
}
#main-contents .sht_sns_btns ul li a,
#top_contents .sht_sns_btns ul li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--base-primary-color);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#main-contents .sht_sns_btns ul li.ico_instagram a,
#top_contents .sht_sns_btns ul li.ico_instagram a {
  -webkit-mask-image: url("../images/ico_insta.svg");
          mask-image: url("../images/ico_insta.svg");
}
#main-contents .sht_sns_btns ul li.ico_x a,
#top_contents .sht_sns_btns ul li.ico_x a {
  -webkit-mask-image: url("../images/ico_x.svg");
          mask-image: url("../images/ico_x.svg");
}
#main-contents .sht_sns_btns ul li.ico_facebook a,
#top_contents .sht_sns_btns ul li.ico_facebook a {
  -webkit-mask-image: url("../images/ico_facebook.svg");
          mask-image: url("../images/ico_facebook.svg");
}
#main-contents .sht_sns_btns ul li.ico_line a,
#top_contents .sht_sns_btns ul li.ico_line a {
  -webkit-mask-image: url("../images/ico_line.svg");
          mask-image: url("../images/ico_line.svg");
}

#top_contents ul.cate_label,
#main-contents ul.cate_label {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#top_contents ul.cate_label li,
#main-contents ul.cate_label li {
  font-size: clamp(0.75rem, 0.6841603053rem + 0.2544529262vw, 0.875rem);
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
  padding: 3px 10px;
  margin-right: 4px;
  margin-bottom: 5px;
  color: var(--base-primary-on_txtcolor);
  background-color: var(--base-primary-color);
  border-radius: 20px;
}
#top_contents ul.cate_label li a,
#main-contents ul.cate_label li a {
  color: var(--base-primary-on_txtcolor);
  position: relative;
}
#top_contents ul.cate_label li a:hover,
#main-contents ul.cate_label li a:hover {
  text-decoration: none;
  opacity: 0.75;
}
#top_contents ul.tag_label,
#main-contents ul.tag_label {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#top_contents ul.tag_label li,
#main-contents ul.tag_label li {
  font-size: clamp(0.75rem, 0.6841603053rem + 0.2544529262vw, 0.875rem);
  font-weight: 500;
  color: var(--base-text-color);
  line-height: 1.4;
  display: inline-block;
  padding: 3px 0;
  margin-right: 8px;
  margin-bottom: 5px;
}
#top_contents ul.tag_label li:before,
#main-contents ul.tag_label li:before {
  content: "#";
  margin-right: 3px;
}
#top_contents ul.tag_label li a,
#main-contents ul.tag_label li a {
  color: var(--base-text-color);
  position: relative;
}
#top_contents .sec_header,
#main-contents .sec_header {
  margin-bottom: min(40px, 4vw);
}
#top_contents .sec_header h2,
#main-contents .sec_header h2 {
  font-size: clamp(1.0625rem, 0.963740458rem + 0.3816793893vw, 1.25rem);
  font-weight: bold;
  color: var(--base-primary-color);
  padding: 12px 12px 12px 70px;
  background: repeating-linear-gradient(45deg, var(--md_bg_grade01), var(--md_bg_grade01) 5px, var(--md_bg_grade02) 0, var(--md_bg_grade02) 8px);
  border-top: 1px solid var(--gray-kei-color);
  border-bottom: 1px solid var(--gray-kei-color);
  position: relative;
}
#top_contents .sec_header h2:before,
#main-contents .sec_header h2:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 48px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 52px;
  background-image: var(--icon-url03);
}
@media screen and (max-width: 768px) {
  #top_contents .sec_header h2,
  #main-contents .sec_header h2 {
    padding-left: 60px;
  }
  #top_contents .sec_header h2:before,
  #main-contents .sec_header h2:before {
    background-size: auto 45px;
  }
}
#top_contents .sec_header:has(.detail_link),
#main-contents .sec_header:has(.detail_link) {
  position: relative;
}
#top_contents .catch_txt,
#main-contents .catch_txt {
  font-size: clamp(1.0625rem, 0.963740458rem + 0.3816793893vw, 1.25rem);
  font-weight: bold;
  margin-bottom: 1em;
}
#top_contents .detail_link,
#main-contents .detail_link {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
#top_contents .detail_link a,
#main-contents .detail_link a {
  display: inline-block;
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
  font-weight: bold;
  color: var(--base-primary-color);
  padding-right: 15px;
  position: relative;
  text-decoration: none;
}
#top_contents .detail_link a:after,
#main-contents .detail_link a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: var(--base-primary-color);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-image: var(--ico-yaji06-url);
          mask-image: var(--ico-yaji06-url);
  -webkit-mask-size: 7px auto;
          mask-size: 7px auto;
}
#top_contents .btn_link,
#main-contents .btn_link {
  margin-top: min(50px, 5vw);
  text-align: center;
  line-height: 1.2;
}
#top_contents .btn_link a,
#main-contents .btn_link a {
  display: inline-block;
  font-size: clamp(0.875rem, 0.776240458rem + 0.3816793893vw, 1.0625rem);
  font-weight: bold;
  min-width: 310px;
  padding: 16px 50px 16px 30px;
  border-radius: 50px;
  text-align: center;
  color: var(--base-primary-on_txtcolor);
  background-color: var(--base-primary-color);
  position: relative;
}
#top_contents .btn_link a:hover,
#main-contents .btn_link a:hover {
  text-decoration: none;
  opacity: 0.75;
}
#top_contents .btn_link a:before,
#main-contents .btn_link a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  width: 10px;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
  -webkit-mask-image: url("../../images/ico_yaji06.svg");
          mask-image: url("../../images/ico_yaji06.svg");
  -webkit-mask-size: 7px auto;
          mask-size: 7px auto;
  background-color: var(--base-primary-on_txtcolor);
}
#top_contents #topsec_recommend .sec_header,
#main-contents #topsec_recommend .sec_header {
  margin-bottom: 0;
}
#top_contents #topsec_recommend .sec_header h2:before,
#main-contents #topsec_recommend .sec_header h2:before {
  background-image: var(--icon-url03);
}
#top_contents #topsec_eye_symptom .sec_header,
#main-contents #topsec_eye_symptom .sec_header {
  margin-bottom: 0;
}
#top_contents #topsec_eye_symptom .sec_header h2,
#main-contents #topsec_eye_symptom .sec_header h2 {
  border-top: none;
}
#top_contents #topsec_eye_symptom .sec_header h2:before,
#main-contents #topsec_eye_symptom .sec_header h2:before {
  background-image: var(--icon-url04);
}
#top_contents #topsec_sickness_symptom .sec_header,
#main-contents #topsec_sickness_symptom .sec_header {
  margin-bottom: 0;
}
#top_contents #topsec_sickness_symptom .sec_header h2,
#main-contents #topsec_sickness_symptom .sec_header h2 {
  border-top: none;
}
#top_contents #topsec_sickness_symptom .sec_header h2:before,
#main-contents #topsec_sickness_symptom .sec_header h2:before {
  background-image: var(--icon-url05);
}
#top_contents #topsec_medicine_selfcare .sec_header,
#main-contents #topsec_medicine_selfcare .sec_header {
  margin-bottom: 0;
}
#top_contents #topsec_medicine_selfcare .sec_header h2,
#main-contents #topsec_medicine_selfcare .sec_header h2 {
  border-top: none;
}
#top_contents #topsec_medicine_selfcare .sec_header h2:before,
#main-contents #topsec_medicine_selfcare .sec_header h2:before {
  background-image: var(--icon-url06);
}
#top_contents #topsec_online_shinryo .sec_header,
#main-contents #topsec_online_shinryo .sec_header {
  margin-bottom: 0;
}
#top_contents #topsec_online_shinryo .sec_header h2,
#main-contents #topsec_online_shinryo .sec_header h2 {
  border-top: none;
}
#top_contents #topsec_online_shinryo .sec_header h2:before,
#main-contents #topsec_online_shinryo .sec_header h2:before {
  background-image: var(--icon-url07);
}
#top_contents #topsec_column_whatsnew .sec_header,
#main-contents #topsec_column_whatsnew .sec_header {
  margin-bottom: 0;
}
#top_contents #topsec_column_whatsnew .sec_header h2,
#main-contents #topsec_column_whatsnew .sec_header h2 {
  border-top: none;
}
#top_contents #topsec_column_whatsnew .sec_header h2:before,
#main-contents #topsec_column_whatsnew .sec_header h2:before {
  background-image: var(--icon-url08);
}

#main-contents #top_mid_row {
  border-left: 1px solid var(--gray-kei-color);
  border-right: 1px solid var(--gray-kei-color);
}
#main-contents #top_mid_row #top_mid_col_lt {
  border-bottom: 1px solid var(--gray-kei-color);
  padding-bottom: min(60px, 6vw);
}
@media screen and (max-width: 768px) {
  #main-contents #top_mid_row #top_mid_col_lt {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 14px;
  }
}
#main-contents #top_mid_row #top_mid_col_sidebar section .sec_header h2 {
  margin: 0;
}
#main-contents #top_mid_row #top_mid_col_sidebar section:first-child .sec_header h2 {
  border-top: none;
}
#main-contents #top_mid_row #magazine_list_container .sec_header {
  margin-bottom: 0;
}
#main-contents #top_mid_row #magazine_list_container .sec_header h2 {
  margin-bottom: 0;
  padding-left: 16px;
}
#main-contents #top_mid_row #magazine_list_container .sec_header h2:before {
  content: none;
}
#main-contents #top_mid_row #magazine_list_container .sec_post_list_row .sec_pl_col .slide_title {
  padding: 0;
  margin: 0 0 10px;
}
#main-contents #top_mid_row #magazine_list_container .sec_post_list_row .sec_pl_col .slide_title:before {
  content: none;
}

#top_mid_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top_mid_row #top_mid_col_lt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-right: 1px solid var(--gray-kei-color);
}
@media screen and (max-width: 768px) {
  #top_mid_row #top_mid_col_lt {
    border-right: none;
  }
}
#top_mid_row #top_mid_col_sidebar {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 266px;
  border-bottom: 1px solid var(--gray-kei-color);
}
#top_mid_row #top_mid_col_sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#top_mid_row #top_mid_col_sidebar .sec_header {
  margin-bottom: 0;
}
#top_mid_row #top_mid_col_sidebar .sec_header h2 {
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
  font-weight: bold;
  color: var(--base-text-color);
  padding: 10px 12px 10px 12px;
  background: var(--gray01-bg-color);
  border-top: 1px solid var(--gray-kei-color);
  border-bottom: 1px solid var(--gray-kei-color);
  position: relative;
}
#top_mid_row #top_mid_col_sidebar .sec_header h2:before {
  content: none;
}
#top_mid_row #top_mid_col_sidebar #sidesec_recommend .recom_item {
  border-bottom: 1px solid var(--gray-kei-color);
  text-align: center;
}
#top_mid_row #top_mid_col_sidebar #sidesec_ranking {
  padding-bottom: 30px;
}
#top_mid_row #top_mid_col_sidebar #sidesec_ranking .sec_header {
  margin-bottom: 0;
}
#top_mid_row #top_mid_col_sidebar #sidesec_ranking .sec_header h2 {
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
  font-weight: bold;
  color: var(--base-primary-on_txtcolor);
  background: repeating-linear-gradient(45deg, #3a6eef, #3a6eef 5px, #2f66ee 0, #2f66ee 8px);
  background: repeating-linear-gradient(45deg, var(--side_md_bg_grade01), var(--side_md_bg_grade01) 5px, var(--side_md_bg_grade02) 0, var(--side_md_bg_grade02) 8px);
}
#top_mid_row #top_mid_col_sidebar #sidesec_ranking .ul_ranking ul {
  font-size: clamp(0.875rem, 0.8420801527rem + 0.1272264631vw, 0.9375rem);
  line-height: 1.5;
  counter-reset: ranking-counter;
  padding: 1em 1em;
}
#top_mid_row #top_mid_col_sidebar #sidesec_ranking .ul_ranking ul li {
  position: relative;
  counter-increment: ranking-counter;
  padding: 16px 0;
  padding-left: 30px;
  border-bottom: 1px dotted var(--gray-kei-color);
}
#top_mid_row #top_mid_col_sidebar #sidesec_ranking .ul_ranking ul li a {
  color: var(--base-text-color);
  text-decoration: none;
}
#top_mid_row #top_mid_col_sidebar #sidesec_ranking .ul_ranking ul li:before {
  content: counter(ranking-counter);
  position: absolute;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  top: 0.75em;
  left: 0;
  width: 25px;
  height: 25px;
  color: var(--base-primary-on_txtcolor);
  background-color: var(--base-primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top_mid_row #top_mid_col_sidebar #sidesec_category .side_cate {
  padding: 1em;
}
#top_mid_row #top_mid_col_sidebar #sidesec_tag .side_tag {
  padding: 1em;
}
#top_mid_row #top_mid_col_sidebar #sidesec_onlineshinryo_banner {
  padding: 2em 0.5em;
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
  border-top: 1px dotted var(--gray-kei-color);
  border-bottom: 1px dotted var(--gray-kei-color);
}
#top_mid_row #top_mid_col_sidebar #sidesec_onlineshinryo_banner h3 {
  border-bottom: none;
  margin: 0 0 0.5em;
}
#top_mid_row #top_mid_col_sidebar #sidesec_onlineshinryo_banner h3 a {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: var(--site-logo-url);
  background-size: contain;
  width: 217px;
  padding: 0;
  margin: 0 auto 5px;
  height: 45px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
}
#top_mid_row #top_mid_col_sidebar #sidesec_onlineshinryo_banner p {
  margin-bottom: 15px;
  text-align: center;
}
#top_mid_row #top_mid_col_sidebar #sidesec_show_clip_post {
  padding: 2em 0.5em;
  border-bottom: 1px dotted var(--gray-kei-color);
  text-align: center;
}
#top_mid_row #top_mid_col_sidebar #sidesec_show_clip_post a {
  display: inline-block;
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
  font-weight: bold;
  color: var(--base-primary-color);
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  text-decoration: none;
}
#top_mid_row #top_mid_col_sidebar #sidesec_show_clip_post a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 100%;
  background-color: var(--base-primary-color);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-image: var(--ico-bookmark-url);
          mask-image: var(--ico-bookmark-url);
  -webkit-mask-size: 25px auto;
          mask-size: 25px auto;
}
#top_mid_row #top_mid_col_sidebar .detail_link {
  position: relative;
  top: auto;
  right: auto;
  text-align: center;
  height: auto;
  display: block;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  #top_mid_row #top_mid_col_sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_mid_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec_post_list_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec_post_list_row .sec_pl_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  border-right: 1px solid var(--gray-kei-color);
  border-bottom: 1px solid var(--gray-kei-color);
}
.sec_post_list_row .sec_pl_col:nth-child(3n) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 34%;
          flex: 0 1 34%;
  border-right: none;
}
.sec_post_list_row .sec_pl_col:nth-child(3n) a .slide_pho {
  aspect-ratio: 1/0.637;
}
.sec_post_list_row .sec_pl_col a {
  display: block;
  text-decoration: none;
  line-height: 1.4;
  padding: 16px;
}
.sec_post_list_row .sec_pl_col a .slide_pho {
  margin-bottom: 5px;
  text-align: center;
  aspect-ratio: 1/0.66;
  overflow: hidden;
}
.sec_post_list_row .sec_pl_col a .slide_pho img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec_post_list_row .sec_pl_col a .slide_date {
  margin-bottom: 5px;
  font-size: clamp(0.75rem, 0.6841603053rem + 0.2544529262vw, 0.875rem);
  font-weight: bold;
  color: var(--base-primary-color);
}
.sec_post_list_row .sec_pl_col a .slide_title {
  margin-bottom: 10px;
  font-size: clamp(0.9375rem, 0.8716603053rem + 0.2544529262vw, 1.0625rem);
  font-weight: bold;
  color: var(--base-text-color);
}
@media screen and (max-width: 768px) {
  .sec_post_list_row {
    display: block;
  }
  .sec_post_list_row .sec_pl_col {
    border-right: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .sec_post_list_row .sec_pl_col:nth-child(3n) {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .sec_post_list_row .sec_pl_col a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* スマホメニュー */
.sliding-menu-content {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 50%;
  height: 100vh;
  min-height: 720px;
  background-color: var(--base-background-color);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 999900;
  -webkit-overflow-scrolling: touch;
}
.sliding-menu-content a {
  color: var(--base-primary-color);
}
.sliding-menu-content .drawer-menu {
  margin: 0;
  padding: 20px 0px 40px 0px;
  list-style: none;
}
.sliding-menu-content .drawer-menu ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.sliding-menu-content .drawer-menu li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 1em;
  border-bottom: 1px dotted #ccc;
}
.sliding-menu-content .drawer-menu li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.sliding-menu-content .drawer-menu > li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sliding-menu-content.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sliding-menu-content .smc_inner {
  padding: clamp(1.25rem, -0.0667938931rem + 5.0890585242vw, 3.75rem) clamp(0.625rem, -0.0333969466rem + 2.5445292621vw, 1.875rem);
}
.sliding-menu-content .smc_inner .smc_logo {
  margin: 0 auto;
  width: 147px;
  height: 100px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../images/site_logo_v2_blue.svg");
  background-size: contain;
}
.sliding-menu-content .smc_inner ul {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sliding-menu-content .smc_inner ul li {
  display: block;
  font-size: clamp(0.9375rem, 0.7729007634rem + 0.6361323155vw, 1.25rem);
  font-weight: bold;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #d5d5d5;
}
.sliding-menu-content .smc_inner ul li a {
  display: block;
  position: relative;
}
.sliding-menu-content .smc_inner ul li a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.sliding-menu-content .smc_inner .smc_btm_row {
  margin-top: min(50px, 5vw);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 500px;
}
.sliding-menu-content .smc_inner .smc_btm_row .smc_btm_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
.sliding-menu-content .smc_inner .smc_btm_row .smc_btm_col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}
.sliding-menu-content .smc_inner .smc_btm_row .smc_btm_col:last-child ul li {
  margin: 0;
  border-bottom: none;
}
.sliding-menu-content .smc_inner .smc_btm_row .smc_btm_col:last-child ul li a {
  font-size: clamp(0.9375rem, 0.8716603053rem + 0.2544529262vw, 1.0625rem);
  font-weight: bold;
  display: block;
  padding: 10px 15px;
  padding-right: 25px;
  text-align: center;
  color: var(--base-primary-on_txtcolor);
  background-color: var(--base-primary-color);
  border-radius: 60px;
  position: relative;
  text-decoration: none;
}
.sliding-menu-content .smc_inner .smc_btm_row .smc_btm_col:last-child ul li a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: var(--base-primary-on_txtcolor);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-image: var(--ico-yaji06-url);
          mask-image: var(--ico-yaji06-url);
  -webkit-mask-size: 7px auto;
          mask-size: 7px auto;
}
.sliding-menu-content .smc_inner .addtoany_shortcode {
  margin-top: min(30px, 3vw);
  text-align: center;
}
.sliding-menu-content .smc_inner .addtoany_shortcode .a2a_button_facebook svg path,
.sliding-menu-content .smc_inner .addtoany_shortcode .a2a_button_x svg path,
.sliding-menu-content .smc_inner .addtoany_shortcode .a2a_button_line svg path {
  fill: var(--base-primary-color);
}
.sliding-menu-content .smc_inner ul.sns_btns {
  margin-top: min(30px, 3vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.sliding-menu-content .smc_inner ul.sns_btns li {
  margin: 0 10px;
  border-bottom: none;
}
.sliding-menu-content .smc_inner ul.sns_btns li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--base-primary-color);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.sliding-menu-content .smc_inner ul.sns_btns li.ico_instagram a {
  -webkit-mask-image: url("../images/ico_insta.svg");
          mask-image: url("../images/ico_insta.svg");
}
.sliding-menu-content .smc_inner ul.sns_btns li.ico_x a {
  -webkit-mask-image: url("../images/ico_x.svg");
          mask-image: url("../images/ico_x.svg");
}
.sliding-menu-content .smc_inner ul.sns_btns li.ico_facebook a {
  -webkit-mask-image: url("../images/ico_facebook.svg");
          mask-image: url("../images/ico_facebook.svg");
}
.sliding-menu-content .smc_inner ul.sns_btns li.ico_line a {
  -webkit-mask-image: url("../images/ico_line.svg");
          mask-image: url("../images/ico_line.svg");
}
.sliding-menu-content .smc_inner .smc_etc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sliding-menu-content .smc_inner .smc_etc a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.sliding-menu-content .smc_inner .smc_etc .hs_bookmark {
  font-size: clamp(0.875rem, 0.7433206107rem + 0.5089058524vw, 1.125rem);
  font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--gray-kei-color);
}
.sliding-menu-content .smc_inner .smc_etc .hs_bookmark a {
  display: block;
  padding-left: 30px;
  position: relative;
}
.sliding-menu-content .smc_inner .smc_etc .hs_bookmark a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0% 50%;
          mask-position: 0% 50%;
  -webkit-mask-image: var(--ico-bookmark-url);
          mask-image: var(--ico-bookmark-url);
  -webkit-mask-size: 22px auto;
          mask-size: 22px auto;
  background-color: var(--base-primary-color);
}
.sliding-menu-content .smc_inner .smc_etc .hs_search {
  font-size: clamp(0.875rem, 0.7433206107rem + 0.5089058524vw, 1.125rem);
  font-weight: bold;
  color: var(--base-primary-color);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--gray-kei-color);
}
.sliding-menu-content .smc_inner .smc_etc .hs_search .hs_search_btn {
  display: block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.sliding-menu-content .smc_inner .smc_etc .hs_search .hs_search_btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0% 50%;
          mask-position: 0% 50%;
  -webkit-mask-image: var(--ico-search-url);
          mask-image: var(--ico-search-url);
  -webkit-mask-size: 22px auto;
          mask-size: 22px auto;
  background-color: var(--base-primary-color);
}
@media screen and (max-width: 768px) {
  .sliding-menu-content {
    width: 100%;
  }
}

.menu-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #313437;
  opacity: 0;
  visibility: hidden;
  z-index: 999800;
}
.menu-screen.is-visible {
  opacity: 0.4;
  visibility: visible;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: 0;
  -webkit-transition: right 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 56px;
  height: 56px;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
  padding: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  border: 0;
  outline: 0;
  color: var(--base-primary-color);
  background: transparent;
  border-bottom: 1px solid var(--gray-kei-color);
}
@media screen and (max-width: 768px) {
  .drawer-hamburger {
    border-top: 1px solid var(--gray-kei-color);
    border-left: 1px solid var(--gray-kei-color);
    border-bottom: none;
  }
}

.drawer-hamburger:hover {
  cursor: pointer;
  opacity: 0.75;
}

.dh_icons {
  display: inline-block;
  width: 24px;
}
.dh_icons .drawer-hamburger-icon {
  position: relative;
  display: block;
  display: block;
  width: 24px;
  height: 3px;
  margin-top: 4px;
  background-color: var(--base-primary-color);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer-open .drawer-hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999910;
  border-top: none;
  border-bottom: none;
  border-left: none;
  background-color: transparent;
}
.drawer-open .drawer-hamburger .dh_icons .drawer-hamburger-icon {
  margin: 0;
}
.drawer-open .drawer-hamburger .dh_icons .drawer-hamburger-icon.dhi01 {
  -webkit-transform-origin: 40% 50%;
          transform-origin: 40% 50%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.drawer-open .drawer-hamburger .dh_icons .drawer-hamburger-icon.dhi02 {
  -webkit-transform-origin: 40% 50%;
          transform-origin: 40% 50%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.drawer-open .drawer-hamburger .dh_icons .drawer-hamburger-icon.dhi03 {
  opacity: 0;
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}