@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++
	Site: しもぐち内科
	Description: 脱WordPress・純PHP版
	Version: 01
++++++++++++++++++++++++++++++++++++++++++++++ */
/* ============================================
   @font-face — しもぐち内科

   【フォントの役割分担（実測で確定済み。触る前にSITE_CONFIG.mdを読むこと）】
   - weight 400 / 500 … Google Fonts（parts/header.php で style.css の「あと」に読み込む）
   - weight 700       … 下のサーバ設置 @font-face

   ローカルの Regular(400) は、あとから読み込まれる Google Fonts の 400 に上書きされて
   1バイトも使われていなかったため削除した（本番サイトでも未ダウンロードであることを確認済み）。

   Bold(700) は Google Fonts 側に寄せてはいけない。
   グリフ・字幅は完全一致するが、フォント縦メトリクスが異なり
   （ローカル ascent/descent = 27/4 に対し Google = 36/9）、
   ベースラインが 1〜2px 下がって太字テキストの位置が変わるため。

   ※ DIN Alternate Bold / YakuHanJP の @font-face も旧テーマにあったが、
     どの font-family 宣言からも参照されておらず未使用のため移植していない。
============================================ */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("assets/font/NotoSans_Bold.woff2") format("woff2"), url("assets/font/NotoSans_bold.woff") format("woff");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

span {
  font-weight: inherit;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* --------------------------------------------------
	Form
-------------------------------------------------- */
input,
select {
  vertical-align: middle;
}

button {
  background: none;
  border: none;
  outline: none;
  appearance: none;
}

fieldset {
  border: none;
}

input {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
}

textarea,
select,
label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

legend {
  display: none;
}

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

img {
  vertical-align: bottom;
}

img.responsive {
  width: 100%;
}

img.svg {
  width: auto;
}

/* ++++++++++++++++++++++++++++++++++++++++++
	Site: しもぐち内科
	Description: 脱WordPress・純PHP版
	Version: 01
++++++++++++++++++++++++++++++++++++++++++++++ */
/* ============================================
   サイト宣言変数 — しもぐち内科
   SITE_CONFIG.md と必ず同期させること
============================================ */
/**************************
  コンテナ幅
**************************/
/**************************
  カラーパレット
  ※ 旧テーマの色をそのまま踏襲。命名だけ正本系統に揃えた
**************************/
/**************************
  旧変数名エイリアス
  移植コードのgrep可能性を保つため残す（新規記述では上の正本名を使うこと）
**************************/
/* ============================================
   関数（定義はこのファイルだけ。mixinファイル内での重複定義禁止）
============================================ */
/*-- mixinフォルダの中の_index.scss --*/
/* ============================================
   正本mixin（棚卸し確定版 2026-03）
   これ以外の旧mixinは _m-archive.scss にあり、新規使用禁止
============================================ */
/*------------------------------------
 メディアクエリ MIXIN
---------------------------------*/
/*---------------------
 ★ 文字関連一括指定【全テキスト必須】
-----------------------*/
/*---------------------
 ★ 数値プロパティのvwシームレス可変
-----------------------*/
/*---------------------
 ★ リンク文字色 固定
-----------------------*/
/*---------------------
 ★ コンテナ
-----------------------*/
/*-------------------------------------
   レイアウト汎用（pp- = page-parts）
---------------------------------------*/
/*-----------------------------------
 上下余白（レスポンシブ2値）
-----------------------------------*/
/*-----------------------------------
 左余白（レスポンシブ）※左柱レイアウト採用サイトのみ
-----------------------------------*/
/*-----------------------------------
 改行制御
-----------------------------------*/
/*--------------------------------------------
 行数丸め…省略（複数行対応）
----------------------------------------------*/
/*-----------------------------------
 連続要素の間隔（段落間隔）
-----------------------------------*/
/* ============================================
   フォントファミリー ff-系mixin
============================================ */
/*-- mixinフォルダの中の_index.scss --*/
/* ============================================
   サイト固有mixin — しもぐち内科
   正本mixin(_m-mixin.scss)には無い、このサイト専用のもの
============================================ */
/*---------------------
 ★ CTAボタン（SP全画面メニューの各項目で使用）
-----------------------*/
/* ++++++++++++++++++++++++++++++++++++++++++
   グローバル既定
++++++++++++++++++++++++++++++++++++++++++*/
/*---------------------
 ★ 全体
 旧テーマの html{font-size:62.5%} は撤廃し、正本font-cg（1rem=16px前提）に統一した。
 body の文字指定を font-cg に載せ替えているため計算後の値は旧サイトと同一。
-----------------------*/
html {
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: inherit;
  line-height: 1.8;
}

main {
  display: block;
  flex: 1 0 auto;
}

/*---------------------
 ★ 画像
 旧テーマは img に width:100% をグローバル指定しており、
 各所のレイアウトがそれ前提で組まれているため site固有として維持する
 （正本resetは max-width:100% / height:auto のみ）
-----------------------*/
img {
  width: 100%;
  vertical-align: baseline;
}

/*---------------------
 ★ 太字強調
-----------------------*/
.b,
strong {
  font-weight: bold;
}

/*---------------------
 ★ リンク既定: 下線消去+色固定
 旧テーマは :visited/:hover/:active/:focus で lighten(20%) していたため、
 正本linkColorのあとに後置上書きして同じ見た目を再現する
-----------------------*/
a {
  color: #3d3d3d;
  text-decoration: none;
}
a:visited, a:hover, a:active, a:focus {
  color: #3d3d3d;
  text-decoration: none;
}
a:visited, a:hover, a:active, a:focus {
  color: #707070;
}

/*---------------------
 ★ アンカーリンクのスクロール位置調整（SP固定ヘッダー対策）
-----------------------*/
[id] {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 768px) {
  [id] {
    scroll-margin-top: 80px;
  }
}

/*-- componentフォルダの中の_index.scss --*/
/*---------------------
 ★ セクション共通の縦リズム・画像カラム
 旧テーマの汎用クラス。クラス名はそのまま維持
-----------------------*/
.page-section:not(:first-of-type) {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .page-section:not(:first-of-type) {
    margin-top: 45px;
  }
}
.page-section .img-block {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page-section .img-block {
    margin-top: 25px;
  }
}
.page-section .img_block_column2 {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.page-section .img_block_column2 > * {
  width: calc((100% - 15px) / 2);
}
@media screen and (max-width: 768px) {
  .page-section .img_block_column2 {
    display: block;
    margin-top: 30px;
  }
  .page-section .img_block_column2 > * {
    width: 100%;
  }
  .page-section .img_block_column2 > *:not(:first-of-type) {
    margin-top: 40px;
  }
}
.page-section .img_block_column3 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.page-section .img_block_column3 > * {
  width: calc((100% - 30px) / 3);
}
@media screen and (max-width: 768px) {
  .page-section .img_block_column3 {
    display: block;
  }
  .page-section .img_block_column3 > * {
    width: 100%;
  }
  .page-section .img_block_column3 > *:not(:first-of-type) {
    margin-top: 40px;
  }
}

/*---------------------
 ★ sectionタイトル（見出し＋英字＋右へ伸びる罫線）
-----------------------*/
.section-ttl {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: calc(30 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.05em;
  line-height: calc(27.2 / 30);
  padding: 25px 0px;
}
@media screen and (max-width: 768px) {
  .section-ttl {
    font-style: normal;
    font-weight: 400;
    font-size: calc(20 / 16 * 1rem);
    color: #3d3d3d;
    letter-spacing: 0.05em;
    line-height: calc(27.2 / 20);
    padding: 15px 0px;
  }
}
.section-ttl span {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.01em;
  line-height: calc(16 / 14);
  display: block;
  margin: 0 0.8em 0 0.5em;
  text-transform: uppercase;
}
.section-ttl::after {
  content: "";
  width: 100%;
  background-color: #bde2b0;
  height: 3px;
  flex: 1;
  flex-grow: 1;
}

/*---------------------
 ★ メインイメージ（TOP・医院案内で共用）
-----------------------*/
.mainimg-area {
  position: relative;
  height: auto;
  padding-bottom: 20px;
  text-align: center;
}
.mainimg-area .caption {
  font-style: normal;
  font-weight: 500;
  font-size: calc(28 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.025em;
  line-height: calc(44.8 / 28);
  padding: 20px 10.91%;
  background-color: #dcffe9;
  display: inline-block;
  margin: -40px;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .mainimg-area .caption {
    font-style: normal;
    font-weight: 500;
    font-size: calc(14 / 16 * 1rem);
    color: #3d3d3d;
    letter-spacing: 0.025em;
    line-height: calc(16 / 14);
  }
}

/*---------------------
 ★ 診療時間テーブル
 TOPで2箇所使用。SPでは横スクロールさせる
-----------------------*/
.time-table-area {
  margin-top: 20px;
}
.time-table-area .time-table-ttl {
  display: none;
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(22 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.05em;
  line-height: calc(22 / 22);
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 758px) {
  .time-table-area {
    box-sizing: border-box;
    overflow-x: scroll;
  }
  .time-table-area table {
    min-width: 758px;
  }
}
.time-table-area .time_table {
  margin-top: 40px;
  width: 100%;
  border: solid 10px #e2e2e2;
  background: #fff;
}
.time-table-area .time_table tr {
  border-top: 1px solid #c9c9c9;
  border-width: 1px 0;
}
.time-table-area .time_table th {
  font-weight: normal;
  border: 1px solid #c9c9c9;
  padding: 15px 10px;
  white-space: nowrap;
  text-align: center;
}
.time-table-area .time_table td {
  border: 1px solid #c9c9c9;
  padding: 10px 10px;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  display: table-cell;
}
.time-table-area .time_table td span {
  display: block;
}

/*---------------------
 ★ 発熱症状の注意書き（TOP・フッターで共用）
-----------------------*/
.hatunetu-point {
  margin-top: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.05em;
  line-height: calc(28 / 14);
}

/*-- utilityフォルダの中の_index.scss --*/
/*------------------------------------
ユーティリティ
「クラス名を新規に作るのが面倒なとき」の受け皿
---------------------------------*/
.linkline {
  text-decoration: underline;
}

.img-responsive-center {
  display: block;
  margin: 0 auto;
}

span.block {
  display: inline-block;
}

.vsp {
  display: block;
}
@media only screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}

.vpc {
  display: block;
}
@media screen and (max-width: 768px) {
  .vpc {
    display: none;
  }
}

/*-- layoutフォルダの中の_index.scss --*/
/*------------------------------------
コンテナ クラス定義
旧テーマのクラス名をそのまま維持している（HTML側を書き換えないため）
---------------------------------*/
.container {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;
  padding: 0 20px 20px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .container {
    width: 90%;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}

.sub-content-container {
  max-width: 1120px;
  width: auto;
  margin: 0 auto;
  position: relative;
}

.third-content-container {
  max-width: 980px;
  width: auto;
  margin: 0 auto;
  position: relative;
}

.container-size-840 {
  max-width: 840px;
  width: auto;
  margin: 0 auto;
  position: relative;
}

/*---------------------
Header
-----------------------*/
.header {
  border-bottom: solid 1px #eee;
  background-color: #fff;
}
.header .header-top {
  border-top: solid 10px #bde2b0;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .header .header-top {
    padding: 15px 0 10px;
  }
}
.header .header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.header .header-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.site-logo {
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  .site-logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .site-logo {
    max-width: 160px;
  }
}

.header-column_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .header-column_right {
    flex-direction: column-reverse;
    margin: 0 auto;
  }
}

.header-menu-area {
  margin-right: 30px;
}

.header-tel-area {
  max-width: 210px;
}
@media screen and (max-width: 768px) {
  .header-tel-area {
    display: none;
    max-width: 160px;
    margin: 0 auto;
  }
}

.g-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.g-menu li {
  position: relative;
}
.g-menu li a {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0em;
  line-height: calc(28.8 / 16);
  padding: 0 1.6em;
  display: block;
}

/**************************

  g-menu（SP全画面メニュー）

**************************/
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
 トリガー切り替えまとめ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav-button-wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav-button-wrap {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .header .header-menu-area {
    display: none;
  }
}
.sp-memu-display_onoff {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-memu-display_onoff {
    display: block;
  }
}

.sp-menu-cover {
  opacity: 0;
  pointer-events: none;
}
.sp-menu-cover .g-menu {
  pointer-events: none;
}

.is-active-gnav .sp-menu-cover {
  opacity: 1;
  pointer-events: auto;
}
.is-active-gnav .sp-menu-cover .g-menu {
  pointer-events: auto;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
 SP header上部固定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6000;
    width: 100%;
  }
  main {
    margin-top: 73px;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
 SP 全画面MENU
 トリガーで付与される親class(.is-active-gnav)を設定に使わないこと。
 transition制御できなくなるためメディアクエリ制御で書く
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 768px) {
  .sp-menu-cover {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(214, 220, 226, 0.95);
    height: 100vh;
    width: 100%;
    z-index: 1600;
    transition-property: opacity;
    transition-timing-function: ease-out;
    transition-duration: 0.6s;
  }
  .sp-menu-cover .sp-menu {
    width: 80%;
    position: absolute;
    top: calc(50% - 125px);
    left: 10%;
  }
  .sp-menu-cover .sp-menu .g-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .sp-menu-cover .sp-menu .g-menu li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sp-menu-cover .sp-menu .g-menu a {
    display: block;
    max-width: 278px;
    margin: 0 0 0 auto;
    background-color: #bde2b0;
    font-style: normal;
    font-weight: 400;
    font-size: calc(16 / 16 * 1rem);
    color: #ffffff;
    letter-spacing: 0.01em;
    line-height: calc(32 / 16);
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: 11.5px 0;
    position: relative;
    padding-right: 12px;
    transition: all 0.4s;
    background-color: #1d6947;
    max-width: 100%;
    margin: 0 0 0 0;
  }
  .sp-menu-cover .sp-menu .g-menu a:hover {
    background-color: #6dac56;
  }
}
.header-tel-area-sp {
  max-width: 320px;
  margin: 40px auto 0;
}

@media screen and (max-width: 480px) {
  .sp-menu-cover .sp-menu {
    top: 20%;
  }
  .sp-menu-cover .sp-menu .g-menu li {
    width: 100%;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
 開閉ボタン（ハンバーガー）
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav-button-wrap {
  position: absolute;
  right: 20px;
  top: 19px;
  width: 40px;
  height: 36px;
  z-index: 6010;
  cursor: pointer;
}
.nav-button-wrap .nav-button,
.nav-button-wrap .nav-button span {
  display: inline-block;
  transition: all 0.3s;
}
.nav-button-wrap .nav-button {
  width: 27px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 7px;
}
.nav-button-wrap .nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1b1b1b;
}
.nav-button-wrap .nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button-wrap .nav-button span:nth-of-type(2) {
  top: 8px;
}
.nav-button-wrap .nav-button span:nth-of-type(3) {
  bottom: 1px;
}
.nav-button-wrap .nav-button.active span {
  background-color: #1b1b1b;
}
.nav-button-wrap .nav-button.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.nav-button-wrap .nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-button-wrap .nav-button.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
}

/*---------------------
 ★ Footer
-----------------------*/
footer {
  text-align: center;
  margin-top: 4%;
  padding-top: 4%;
  background-color: #f2fafc;
}

.footer-map-area {
  margin-top: 30px;
  margin-bottom: 40px;
}

.info-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.info-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*---------------------
 ★ 医院情報ブロック
-----------------------*/
.foot-info-area {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 560px) {
  .foot-info-area {
    margin-bottom: 80px;
  }
}
.foot-info-area .foot-info-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
}
.foot-info-area .foot-info-column > div {
  width: 48%;
}
@media screen and (max-width: 1100px) {
  .foot-info-area .foot-info-column {
    flex-wrap: wrap;
  }
  .foot-info-area .foot-info-column > div {
    width: 100%;
  }
  .foot-info-area .foot-info-column > div:not(:first-of-type) {
    margin-top: 40px;
  }
  .foot-info-area .foot-info-column .left {
    margin-top: 10px;
  }
}

.foot-site-logo {
  max-width: 320px;
}
@media screen and (max-width: 1100px) {
  .foot-site-logo {
    margin: 10px auto;
  }
}

.foot-info-block .add {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.05em;
  line-height: calc(28 / 14);
}
@media screen and (max-width: 1100px) {
  .foot-info-block .add {
    text-align: center;
  }
}
.foot-info-block .tel {
  margin-top: 20px;
}
.foot-info-block .tel a {
  font-family: "Arial", "Helvetica", "Yu Gothic", "ヒラギノ角ゴシック", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: calc(28 / 16 * 1rem);
  color: #1d6947;
  letter-spacing: 0.05em;
  line-height: calc(18 / 28);
  color: #1d6947;
  text-decoration: none;
}
.foot-info-block .tel a:visited, .foot-info-block .tel a:hover, .foot-info-block .tel a:active, .foot-info-block .tel a:focus {
  color: #1d6947;
  text-decoration: none;
}
.foot-info-block .tel a:visited, .foot-info-block .tel a:hover, .foot-info-block .tel a:active, .foot-info-block .tel a:focus {
  color: rgb(51.0746268657, 184.9253731343, 125.0447761194);
}
@media screen and (max-width: 1100px) {
  .foot-info-block .tel {
    text-align: center;
  }
}
.foot-info-block .fax {
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  .foot-info-block .fax {
    text-align: center;
  }
}

.foot-info-txtblock .time-info {
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.02em;
  line-height: calc(28 / 14);
}
.foot-info-txtblock .time-info dl > div {
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.foot-info-txtblock .time-info dl > div dt {
  width: 13em;
  flex-shrink: 0;
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.02em;
  line-height: calc(28 / 14);
}
.foot-info-txtblock .time-info dl > div > div {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.foot-info-txtblock .time-info dl > div > div dd {
  width: calc((100% - 15px) / 2);
  min-width: 13em;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .foot-info-txtblock .time-info {
    margin: 0 auto;
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .foot-info-txtblock .time-info {
    max-width: 100%;
  }
}

/*---------------------
 ★ コピーライト帯
-----------------------*/
.foot-under-area {
  position: relative;
  text-align: center;
  padding: 1em 10px;
  background-color: #6dac56;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.05em;
  line-height: calc(28 / 14);
}
.foot-under-area .container {
  padding-bottom: 0;
}
.foot-under-area .go-top {
  position: absolute;
  top: -55px;
  right: 0;
  background: #6dac56;
  border-radius: 5px;
}
.foot-under-area .go-top a {
  display: block;
  padding: 12px 18px;
}
.foot-under-area .go-top img {
  width: 16px;
}
@media screen and (max-width: 560px) {
  .foot-under-area .go-top {
    top: -55px;
    margin-bottom: 80px;
  }
}

/*-- projectフォルダの中の_index.scss --*/
/**************************

  HOME
  ※ 旧テーマのセレクタ構造をそのまま維持している（HTMLのクラス名を変えないため）

**************************/
/*--------------
 お知らせ
---------------*/
.home-news-area {
  margin-top: 60px;
}
.home-news-area .home-news-body {
  max-width: 760px;
  margin: 50px auto 0;
}
.home-news-area .home-news-body .home-news-list > div {
  display: flex;
  padding: 20px 1em;
}
.home-news-area .home-news-body .home-news-list > div:not(:last-of-type) {
  border: dotted 1px #ddd;
  border-width: 0 0 1px 0;
}
.home-news-area .home-news-body .home-news-list > div dt {
  margin: 0 3.9% 0 0;
  width: 120px;
  flex-shrink: 0;
}
.home-news-area .home-news-body .home-news-list > div .days {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.05em;
  line-height: calc(27.2 / 14);
}
.home-news-area .home-news-body .home-news-list > div dd {
  flex: 1;
}
.home-news-area .home-news-body .home-news-list > div dd a {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.05em;
  line-height: calc(27.2 / 16);
}
@media screen and (max-width: 768px) {
  .home-news-area .home-news-body {
    margin-top: 27px;
  }
  .home-news-area .home-news-body .home-news-list-area .home-news-list > div {
    display: block;
    padding: 24px 0;
  }
  .home-news-area .home-news-body .home-news-list-area .home-news-list > div dt {
    width: auto;
    margin-bottom: 10px;
  }
}

/*--------------
 ご挨拶 / 学歴・職歴
---------------*/
.home-greeting-area {
  margin: 80px calc(50% - 50vw) 0;
  padding: 6% calc(50vw - 50%);
  background-color: #f7f7ff;
}
@media screen and (max-width: 768px) {
  .home-greeting-area {
    margin-top: 40px;
  }
}
.home-greeting-area .home-greeting-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.home-greeting-area .home-greeting-column:not(:first-of-type) {
  margin-top: 80px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1100px) {
  .home-greeting-area .home-greeting-column > div {
    width: 100%;
  }
  .home-greeting-area .home-greeting-column > div:not(:first-of-type) {
    margin-top: 50px;
  }
}
.home-greeting-area .img-block {
  flex: 0 0 340px;
}
@media screen and (max-width: 1100px) {
  .home-greeting-area .img-block {
    flex: inherit;
  }
}
.home-greeting-area .img-block figure {
  max-width: 340px;
  margin: 0 auto;
}
.home-greeting-area .txt-block {
  flex: 1;
  margin-left: 4%;
}
.home-greeting-area .txt-block .home-greeting-ttl {
  font-style: normal;
  font-weight: 400;
  font-size: calc(30 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.05em;
  line-height: calc(27.2 / 30);
  padding-bottom: 16px;
  border-bottom: solid 2px #bde2b0;
}
@media screen and (max-width: 768px) {
  .home-greeting-area .txt-block .home-greeting-ttl {
    font-style: normal;
    font-weight: 400;
    font-size: calc(20 / 16 * 1rem);
    color: #3d3d3d;
    letter-spacing: 0.05em;
    line-height: calc(32 / 20);
  }
}
.home-greeting-area .txt-block .txt {
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.02em;
  line-height: calc(30.4 / 16);
}
.home-greeting-area .txt-block .txt p:not(:first-of-type) {
  margin-top: 20px;
}
.home-greeting-area dl {
  margin-top: 20px;
}
.home-greeting-area dl > div {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.home-greeting-area dl > div dt {
  width: 13em;
  flex-shrink: 0;
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.02em;
  line-height: calc(28 / 14);
}
.home-greeting-area dl > div > div {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.home-greeting-area dl > div > div dd {
  width: calc((100% - 15px) / 2);
  min-width: 13em;
}

.home-greeting-column.gakureki .txt-block {
  margin-left: 0;
  margin-right: 4%;
}

/*--------------
 診療案内
---------------*/
.home-medicalinfo-area {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .home-medicalinfo-area {
    margin-top: 40px;
  }
}
.home-medicalinfo-area .home-medicalinfo-wrap {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .home-medicalinfo-area .home-medicalinfo-wrap {
    padding-top: 8%;
  }
}
.home-medicalinfo-area .home-medicalinfo-container {
  border: solid #d9f2e2 20px;
  padding: 6% 8% 6%;
  background-color: #ffffff;
  position: relative;
  margin-left: 110px;
}
@media screen and (max-width: 1100px) {
  .home-medicalinfo-area .home-medicalinfo-container {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .home-medicalinfo-area .home-medicalinfo-container {
    padding: 13% 8% 9%;
  }
}
@media screen and (max-width: 480px) {
  .home-medicalinfo-area .home-medicalinfo-container {
    padding: 17% 6% 6%;
  }
}
.home-medicalinfo-area .ttl-box {
  background-color: #6dac56;
  width: 220px;
  padding: 70px 1em;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 200;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .home-medicalinfo-area .ttl-box {
    padding: 30px 1em;
    min-width: 320px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.home-medicalinfo-area h3 {
  font-style: normal;
  font-weight: 700;
  font-size: calc(31 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0em;
  line-height: calc(31 / 31);
  text-align: center;
}
.home-medicalinfo-area h3::after {
  font-style: normal;
  font-weight: 500;
  font-size: calc(23 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.01em;
  line-height: calc(23 / 23);
  content: "ABOUT";
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 1100px) {
  .home-medicalinfo-area h3 {
    font-style: normal;
    font-weight: 500;
    font-size: calc(24 / 16 * 1rem);
    color: #ffffff;
    letter-spacing: 0.05em;
    line-height: calc(24 / 24);
  }
}
.home-medicalinfo-area .home-medicalinfo-block {
  max-width: 900px;
  margin: 0 auto 0 110px;
}
@media screen and (max-width: 1100px) {
  .home-medicalinfo-area .home-medicalinfo-block {
    margin: 0 auto 0 0;
  }
}
.home-medicalinfo-area .home-medicalinfo-column {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: inherit;
}
@media screen and (max-width: 1100px) {
  .home-medicalinfo-area .home-medicalinfo-column {
    margin-top: 40px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1100px) {
  .home-medicalinfo-area .home-medicalinfo-column > div {
    width: 100%;
  }
  .home-medicalinfo-area .home-medicalinfo-column > div:not(:first-of-type) {
    margin-top: 0;
  }
}
.home-medicalinfo-area .home-medicalinfo-column > div.left {
  flex: 0 0 210px;
  margin-right: 4%;
}
@media screen and (max-width: 1100px) {
  .home-medicalinfo-area .home-medicalinfo-column > div.left {
    flex: inherit;
  }
}
.home-medicalinfo-area .home-medicalinfo-column > div ul li {
  font-style: normal;
  font-weight: 500;
  font-size: calc(18 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.05em;
  line-height: calc(27.2 / 18);
  display: flex;
  align-items: flex-start;
}
.home-medicalinfo-area .home-medicalinfo-column > div ul li:not(:first-of-type) {
  margin-top: 24px;
}
.home-medicalinfo-area .home-medicalinfo-column > div ul li::before {
  content: url(img/medicalinfo_square.svg);
  margin-right: 2em;
  color: #bde2b0;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  margin-top: 1px;
}
@media screen and (max-width: 1100px) {
  .home-medicalinfo-area .home-medicalinfo-column > div.right ul li {
    margin-top: 24px;
  }
}

.home-medicalinfo_under {
  margin-top: 60px;
}
.home-medicalinfo_under h4 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(23 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.01em;
  line-height: calc(23 / 23);
}
.home-medicalinfo_under p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .home-medicalinfo_under p br {
    display: none;
  }
}

.go-clinic_guide_area {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .go-clinic_guide_area {
    margin-top: 30px;
  }
}
.go-clinic_guide_area .clinic_guide_bt,
.go-clinic_guide_area .facility_guide_bt {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .go-clinic_guide_area .clinic_guide_bt,
  .go-clinic_guide_area .facility_guide_bt {
    display: block;
    margin: 10px 0;
  }
}
.go-clinic_guide_area .clinic_guide_bt a,
.go-clinic_guide_area .facility_guide_bt a {
  display: inline-block;
  padding: 12px 30px;
  background-color: #6dac56;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.go-clinic_guide_area .clinic_guide_bt a:hover,
.go-clinic_guide_area .facility_guide_bt a:hover {
  opacity: 0.8;
}

/*--------------
 診療時間の補足カラム
---------------*/
.home-info-column {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .home-info-column {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .home-info-column {
    margin-top: 20px;
  }
}
.home-info-column > div {
  position: relative;
}
.home-info-column > div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(71, 71, 71, 0.3);
}
@media screen and (max-width: 1000px) {
  .home-info-column > div:not(:last-child)::after {
    display: none;
  }
}
.home-info-column > div:not(:first-child) {
  margin-left: 40px;
}
@media screen and (max-width: 1000px) {
  .home-info-column > div:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home-info-column > div {
    margin-bottom: 15px;
  }
}
.home-info-column > div dl > div dt {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.02em;
  line-height: calc(28 / 14);
}
.home-info-column > div dl > div > div {
  display: flex;
  position: relative;
}
.home-info-column > div dl > div > div dd {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.02em;
  line-height: calc(28 / 14);
  position: relative;
  padding-right: 20px;
}
.home-info-column > div dl > div > div dd:not(:first-of-type) {
  margin-left: 20px;
}
.home-info-column > div dl > div > div dd:not(:first-of-type)::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(71, 71, 71, 0.3);
}
@media screen and (max-width: 1000px) {
  .home-info-column > div dl > div > div dd:not(:first-of-type)::before {
    display: none;
  }
}
.home-info-column > div:last-child .home-info-txtblock .time-info dl > div {
  display: flex;
}
.home-info-column > div:last-child .home-info-txtblock .time-info dl > div dt {
  margin-bottom: 0;
  margin-right: 1em;
}

.Parking-info {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .Parking-info {
    margin-top: 20px;
  }
}

/*--------------
 院内の様子
---------------*/
.home-img_column {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px 0;
}
@media screen and (max-width: 768px) {
  .home-img_column {
    margin: 25px 0 0;
  }
}
.home-img_column .img_block_column_item {
  width: calc((100% - 60px) / 3);
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .home-img_column .img_block_column_item {
    width: 100%;
    margin: 0;
  }
  .home-img_column .img_block_column_item:not(:first-child) {
    margin-top: 25px;
  }
}
.home-img_column .img_block_column_item figure {
  width: 100%;
}
.home-img_column .img_block_column_item figure img {
  width: 100%;
  height: auto;
}
.home-img_column .img_block_column_item .cap {
  margin-top: 10px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.02em;
  line-height: calc(21 / 14);
}
@media screen and (max-width: 768px) {
  .home-img_column .img_block_column_item .cap {
    margin-top: 8px;
  }
}

/**************************

 clinic_guide（医院案内）
 ※ 旧テーマのセレクタ構造をそのまま維持している

**************************/
/*--------------
 初診の方へ
---------------*/
.cliniqueguide-first_area {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .cliniqueguide-first_area {
    margin-top: 50px;
  }
}
.cliniqueguide-first_area .list-block {
  max-width: 840px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .cliniqueguide-first_area .list-block {
    margin-top: 30px;
  }
}
.cliniqueguide-first_area .list-block .first_list {
  margin-left: 1em;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.05em;
  line-height: calc(25.6 / 16);
}
.cliniqueguide-first_area .list-block .first_list > li {
  margin-left: 0;
}
.cliniqueguide-first_area .list-block .first_list > li:not(:first-of-type) {
  margin-top: 25px;
}
.cliniqueguide-first_area .list-block .first_list > li:before {
  content: url(img/list_circle.svg);
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
  vertical-align: middle;
}

/*--------------
 駐車場について
---------------*/
.cliniqueguide-parking_area .point-txt_area {
  margin-top: 25px;
}

/*--------------
 当院の施設基準・診療体制について
---------------*/
.cliniqueguide-facility_area {
  border-top: dotted #ddd 1px;
  padding-top: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .cliniqueguide-facility_area {
    padding-top: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cliniqueguide-facility_area .section-ttl {
    flex-direction: column;
    align-items: flex-start;
  }
  .cliniqueguide-facility_area .section-ttl span {
    margin: 16px 0 0 0;
  }
  .cliniqueguide-facility_area .section-ttl::after {
    margin-top: 10px;
  }
}
.cliniqueguide-facility_area .facility-block {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .cliniqueguide-facility_area .facility-block {
    margin-top: 20px;
  }
}
.cliniqueguide-facility_area .facility-item:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .cliniqueguide-facility_area .facility-item:not(:first-of-type) {
    margin-top: 30px;
  }
}
.cliniqueguide-facility_area .facility-subttl {
  font-style: normal;
  font-weight: 500;
  font-size: calc(20 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0em;
  line-height: calc(30 / 20);
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cliniqueguide-facility_area .facility-subttl {
    font-style: normal;
    font-weight: 500;
    font-size: calc(18 / 16 * 1rem);
    color: #3d3d3d;
    letter-spacing: 0em;
    line-height: calc(27 / 18);
    margin-bottom: 15px;
  }
}
.cliniqueguide-facility_area .facility-subttl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 20px;
  background-color: #bde2b0;
}
.cliniqueguide-facility_area .facility-lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.02em;
  line-height: calc(24 / 16);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cliniqueguide-facility_area .facility-lead {
    font-style: normal;
    font-weight: 400;
    font-size: calc(14 / 16 * 1rem);
    color: #3d3d3d;
    letter-spacing: 0.02em;
    line-height: calc(21 / 14);
    margin-bottom: 15px;
  }
}
.cliniqueguide-facility_area .facility-list {
  margin-left: 2em;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.05em;
  line-height: calc(25.6 / 16);
}
@media screen and (max-width: 768px) {
  .cliniqueguide-facility_area .facility-list {
    font-style: normal;
    font-weight: 400;
    font-size: calc(14 / 16 * 1rem);
    color: #3d3d3d;
    letter-spacing: 0.05em;
    line-height: calc(22.4 / 14);
  }
}
.cliniqueguide-facility_area .facility-list > li {
  margin-left: 0;
}
.cliniqueguide-facility_area .facility-list > li:not(:first-of-type) {
  margin-top: 15px;
}
.cliniqueguide-facility_area .facility-list > li:before {
  content: url(img/list_circle.svg);
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
  vertical-align: middle;
}

/**************************

 404 Not Found（新規追加。旧サイトには専用ページが無かった）

**************************/
.not-found .not-found-body {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .not-found .not-found-body {
    min-height: 55vh;
  }
}
.not-found .not-found-code {
  font-style: normal;
  font-weight: 700;
  font-size: calc(120 / 16 * 1rem);
  color: #6dac56;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 800px) {
  .not-found .not-found-code {
    font-size: 120px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .not-found .not-found-code {
    font-size: calc(10vw + 40px);
  }
}
@media (max-width: 319px) {
  .not-found .not-found-code {
    font-size: 72px;
  }
}
.not-found .not-found-txt {
  margin-top: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #3d3d3d;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
.not-found .not-found-back {
  margin-top: 40px;
  width: 100%;
}
.not-found .not-found-back a {
  display: block;
  max-width: 278px;
  margin: 0 auto;
  padding: 12px 0;
  background-color: #6dac56;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.01em;
  line-height: 1.8;
  text-align: center;
  transition: all 0.3s ease;
}
.not-found .not-found-back a:visited, .not-found .not-found-back a:hover, .not-found .not-found-back a:active, .not-found .not-found-back a:focus {
  color: #ffffff;
}
.not-found .not-found-back a:hover {
  opacity: 0.8;
}
