@import url("//share.cr-cms.net/hp_agency/hpagency.css");
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");

/*-------------------------------------------
テンプレート
フラット02 ブルー  1カラム
-------------------------------------------*/ 
html {scroll-behavior: smooth;}

/*フォント*/
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
#wrap_body {
  padding-top: 0;
}
#wrap {
  min-width: 980px;
}

body {
  font-size: 17px;
  color: #555555;
  line-height:1.8;
  letter-spacing: 0.05em;
  font-family:"游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  width: 100%;
  height :auto;
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #1e8bd0;
}

strong, b {
  font-weight: bold;
  color: #cfa567;
  font-size: 110%;
}

#title a:hover {
  transition: 0.2s;
}
a:hover, #topMenu .topMenu li a:hover,
.mainTopics .topics li .more a,
.mainContents .article h3 a:hover,
.sideServices ul li a:hover,
.footer li a:hover {
  text-decoration: none;
}

#mainArticles a:hover img,
#sideBanners  a:hover img,
div.freeHtml a:hover img,
div.image img.gallery:hover,
a:hover {
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
  transition: 0.2s;
}

.mainArticles .article {
  padding-bottom: 5px;
  border: none;
  margin-bottom: 20px;
}

/*改行*/
.article p {
  /*margin-bottom: 1em;*/
}

/*-------------------------------------------------
ヘッダー
-------------------------------------------------*/
/*タイトル*/
#title  {
  padding: 0;
  margin: 0 auto;
  height: 157px;
  background: none;
}
#title_outer  {
  height: auto;
  margin: auto;
  width: 980px;
  background: url(/materials/177569695302801.png) no-repeat center right;
  background-size: 300px auto;
}
#title h1 {
  background: url(/materials/177555354363701.png) no-repeat top left;
  margin: 15px 0 0 0;
  padding: 0;
  text-align: left;
  height: 85px;
  background-size: 400px auto;
}
#title h1 a {
  display: inline-block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  height: 100%;
  width: 320px;
}
#title .description {
  padding: 6px 6px 0 78px;
  color: #333;
  font-size: 15px;
  text-align: left;
}

/*TOPイメージを幅100%に*/
#mainImage {
  background-color: #00cfcf;
}
.mainImage #slider li img {
  max-width: 100%;
}
.slick-slide{
  height: 100%!important;
}

/*グローバルメニューfix*/
#topMenu  {
  width: 100%;
  position: absolute;
  top: 100px;
  min-height: auto;
  background: none;
  border-bottom: 1px solid #00cfcf;
  border-top: 1px solid #00cfcf;
  transition: padding 0.3s linear 0s;
}
#topMenu.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  background: #fff;
}

#topMenu_outer {
  background: none;
  margin: 0px auto;
  padding: 6px 0;
}
#topMenu .topMenu li {
  width: 20%;
}
#topMenu .topMenu li a {
  background: none;
  line-height: 1.6;
  padding: 8px 0;
  font-size: 17px;
  box-sizing: border-box;
  color: #555;
  letter-spacing: 0;
  margin: 0 auto;
}
#topMenu .topMenu li a:hover {
  color: #0ba1a1;
}

/*パンくず*/
.pankuz p {
  font-size: 12px;
  text-align: right;
  border-bottom: none;
  margin-bottom: 50px!important;
  display: none;
}

/*-------------------------------------------------
見出し
-------------------------------------------------*/
#mainArticles h2, #mainServices h2, #mainTopics h2, #listTopics h2  {
  margin-bottom: 0.7em;
  margin-top: 1.5em;
  padding-bottom: 100px;
  text-align: center;
  border-bottom: none;
  font-size: 32px;
  letter-spacing: 0.15em;
  /*font-weight: bold;*/
  color: #00cfcf;
  background: url(/materials/177572129044801.png) bottom no-repeat;
  background-size: 80px auto;
}
.mainContents .article h3, .mainContents div.gallery h3  {
  font-size: 1.7em;
  color: #666;
  margin: 1.4em 0 1.2em 0;
  position: relative;
  padding: 0.7em;
  text-align: center;
  /*font-weight: bold;*/
}
.mainContents .article h3::after, .mainContents div.gallery h3::after  {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(-45deg, #00cfcf 0px, #00cfcf 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}
/*ブログタイトル*/
.mainContents .article h3 a {
  color: #555;
  line-height: 1.5em;
  font-size: 21px;
}
.mainContents .article h4 {
  position: relative;
  padding: 3px 0 3px 22px;
  font-size: 1.5em;
  margin: 20px 0 10px;
  color: #0ba1a1;
  font-weight: normal;
  background: none;
  overflow: hidden;
}
.mainContents .article h4::before {
  position: absolute;
  left: 5px;
  top: 10%;
  content: '';
  width: 3px;
  height: 80%;
  background-color: #00cfcf;
}
.mainContents .article h5  {
  font-size: 1.1em;
  line-height: 1.6;
  padding: .2em 0;
  margin-bottom: 0.7em;
  margin-top: .5em;
  border-bottom: 1px dotted #00cfcf;
  color: #0ba1a1;
  display: flex;
}

/*-------------------------------------------------
サイド
-------------------------------------------------*/
#sideContents_outer {
  padding: 10px 0 150px 0;
}
#sideContact a:hover {
  transition: none;
}
#sideContents  {
  margin-top: 0;
  background: #fcfefc;
}
#sideContents p {
  margin-bottom: 0;
}
#sideContents img {
  margin-bottom: 10px;
}

.sideMobile h2, .sideMobile p,.sideServices h2,
.sideBlogCategories h2, .sideBlogDates h2,
.sideBlogCategories a, .sideBlogDates a  {
  font-size: 16px;
  color: #666;
}

.sideServices ul li a {
  font-size: 16px;
}

.freeHtml_outer  {
  font-size: 18px;
  background: none;
  text-align: center;
}

/*リスト*/
.sideServices ul,
.sideBlogCategories ul {
  overflow: hidden;
}
.sideServices ul li a,
.sideBlogCategories a {
  font-size: 15px;
  color: #555;
  background: none;
  padding: 2px 5px 3px 5px;
}
.sideServices li,
.sideBlogCategories li {
  padding: 0.5em 0 0.4em 0.2em;
  margin-right: 1em;
  margin-left: 0.2em;
  line-height: 1.5;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
  display: flex;
}

/*ブログカテゴリ*/
.sideBlogCategories h2, .sideBlogDates h2 {
  margin-bottom: 0px;
}
.sideBlogCategories li {
  margin-top: 0px;
  margin-bottom: 0px;
}

/*-------------------------------------------
フリーhtml
-------------------------------------------*/
/*ロゴ横並び*/
.side-text_l{
  float:left;
  width:25%;
  margin-top: 50px;
}
.side-text_r{
  float:right;
  width:70%;
}
.side-text .side-text_r{
  text-align: center;
  margin-top: 30px;
}
.shop-title {
  padding-bottom: 0px;
  font-size: 14px;
}
.side-logo {
  width: 460px;
  height: 125px;
  text-align: center;
  margin: 70px auto 0;
}
.sns-icon {
  margin: 20px 0;
}
.sns-icon a {
  display: inline-block;
  width: 40px;
  height: auto;
  margin:0 auto;
}
.sns-icon a img {
  width: 100%;
  height: auto;
}
.add {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.add a {
  color: #0ba1a1;
  font-size: 1.2em;
}
.time {
  line-height: 1.6em;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*-------------------------------------------------
フッター
-------------------------------------------------*/
#footer {
  background-color: #00cfcf;
}

.footer * {
  font-size: 14px;
  color: #fff;
}

.footer li a {
  color: #fff;
  font-size: 16px;
}
.footer li a:hover {
  color: #f8fbfd;
}

/*-------------------------------------------------
リスト
-------------------------------------------------*/
ol.pp {
  padding-left: 2em;
}
ol.pp li {
  list-style-type: decimal;
  padding: 5px;
}
ul.notes {
  list-style-type: none;
  margin-left: 1em;
  line-height: 1.9em;
  margin-bottom: 1em;
  margin-top: 1em;
}
ul.notes li::before {
  content: "◆";
  margin-left: -1em;
  font-family: "メイリオ", sans-serif;
}
ul.ps {
  list-style-type: none;
  margin-left:1em;
}
ul.ps li::before {
  content: "※";
  margin-left: -1em;
  font-family: "メイリオ", sans-serif;
}
ul.maru {
  list-style-type: none;
  margin: 1em;
}

ul.maru li::before {
  content: "●";
  margin-left: -1em;
  margin-right: 0.5em;
  font-family: "メイリオ", sans-serif;
  font-size: 70%;
  color: #afe9dc;
}

/*診療案内*/
ul.guide li {
  width: calc(100% / 3 - 8px);
  float: left;
  margin-right: 8px;
  margin-bottom: 0.5em;
}

/*Q＆A*/
ul.faq {
  padding: 10px 0 20px;
}
ul.faq li.qus ,
ul.faq li.ans {
  display: block;
  font-size: 100%;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 45px;
}
ul.faq li.qus::before ,
ul.faq li.ans::before {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  height: 32px;
  line-height: 32px;
  margin: 0 8px 0 -40px;
  text-align: center;
  width: 32px;
  font-weight: bold;
}
ul.faq li.qus::before {
  background-color: #dab47d;
  content: "Q";
}
ul.faq li.ans::before {
  background-color: #00cfcf;
  content: "A";
}
ul.faq li.qus {
  font-weight: bold;
  font-size: 1.1em;
}

/*フッター案内*/
ul.footerguide li {
  border: 1px solid #00cfcf;
  border-radius: 6px;
  color: #00cfcf;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 29%;
  font-size: 18px;
  letter-spacing: 0.05em;
}

/*-------------------------------------------------
テーブル
-------------------------------------------------*/
/*デフォルト*/
.article table p {
  margin: 0;
}
.article table:not(.contactTable) {
  border-collapse: collapse;
  border-left: 1px solid #ccc;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  margin: 10px auto;
}
.article table:not(.contactTable) td,
.article table:not(.contactTable) th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}
.article table:not(.contactTable) th {
  background-color: #f7f7f7;
  text-align: center;
}

/*ノーマルテーブル*/
.article table.normalTbl {
  border:none;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px auto;
  width: 100%;
}
.article table.normalTbl th {
  border: none;
  background: none;
  height: auto;
  line-height: 150%;
  padding: 16px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-bottom: solid 1px #dfdede;
  width: 30%;
}
.article table.normalTbl td {
  border:none;
  height: auto;
  line-height: 150%;
  padding: 16px;
  border-bottom: solid 1px #eee;
}

/* 診療時間 */
.article table.timeTbl,
#sideContents table.timeTbl{
  border-collapse: collapse;
  width: 100%;
  background-color: #FFF;
  margin-top: 20px;
  margin-bottom: 20px;
  border-spacing: 0;
  overflow: hidden;
  font-family: "M PLUS 1p";
}
.article table.timeTbl th,
.article table.timeTbl td,
#sideContents table.timeTbl th,
#sideContents table.timeTbl td{
  padding: 5px;
  text-align: center;
  border: 1px solid #ddd;
}
.article table.timeTbl th,
#sideContents table.timeTbl th{
  background-color: #f7f7f7;
} 


/*-------------------------------------------------
 トップの最新情報 #mainTopics
 最新情報一覧ページ #listTopics 
-------------------------------------------------*/
#mainTopics .topics li {
  padding: 15px 10px 9px;
  position: relative;
  border-bottom: dotted 1px #baa997;
}
/*日付*/
#mainTopics .topics li p.date ,
#listTopics .topics li p.date {
  font-size: 14px;
  color: #666;
}
/*リンクタイトル*/
#mainTopics .topics li h3 ,
#listTopics .topics li h3 {
  font-size: 16px;
  font-weight: normal;
}
#mainTopics .topics li h3 a ,
#listTopics .topics li h3 a {
  color: #00cfcf;
}
/*リード文*/
#mainTopics .topics li p.description ,
#listTopics .topics li p.description {
  font-size: 16px;
  color: #666;
}
/*続き*/
#mainTopics .topics li p.more ,
#listTopics .topics li p.more {
  font-size: 16px;
}

#mainTopics .topics li .more a,
.mainTopics .topics li .more a{
  border: solid 2px #00cfcf;
  color: #00cfcf;
  font-size: 13px;
  padding: 10px 20px;
  margin-right: 10px;
}

/*一覧を見る*/
#mainTopics .listview {
  font-size: 16px;
  width: 940px;
  text-align: right;
}

#mainTopics, .mainTopics .topics {
  border-bottom: none;
  background: none;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0;
  width: 980px;
}
#mainTopics .listview a {
  background: none;
  color: #00cfcf;
  border-bottom: 1px dotted #00cfcf;
  padding-bottom: 4px;
  padding-left: 0;
}


/*-------------------------------------------------
ギャラリー サイト案内・画像 
-------------------------------------------------*/
/*ギャラリー*/
.gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 1px;
}

.galleryGrids{
  margin-bottom: 20px;
}
.gallery_grid li.galleryGrid .image {
  margin-bottom: 10px;
}

div.gallery .comment {
  font-size: 15px;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-align: center;
}

div.gallery.about .comment::first-line {
  font-size: 16px;
  color: #00472f;
  font-weight:bold;
}

/*画像*/
.mainArticles .article_right img, .mainArticles .article_left img {
  /*max-width: 340px;*/
  max-width: 500px !important;
}

.mainArticles .article_right .image {
  margin: 5px 10px 0 40px;
}

.mainArticles .article_left .image {
  margin: 5px 40px 0 10px;
}

/*診療案内*/
#siteGuide {
  margin: 40px 0;
}
#siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0;
}
#siteGuide .comment{
  text-align: center;
}
#siteGuide .comment a {
  font-weight: bold;
  color: #1e8bd0;
  text-decoration: underline;
}
#siteGuide .comment::first-line {
  font-size: 115%;
  font-weight: bold;
}
#siteGuide .gallery_grid li.galleryGrid .image {
  margin-bottom: 0px;
  padding: 0;
}

/*---------------------------
特徴
----------------------------*/
div.mainArticles .article.tokucho_r,
div.mainArticles .article.tokucho_l,
div.mainArticles .article.tokucho_br,
div.mainArticles .article.tokucho_bl{
  border: none;
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  margin-bottom: 2em;
}
div.mainArticles .article.tokucho_r{
  margin-left: -7px;
  padding: 0 1em;
}
div.mainArticles .article.tokucho_r img,
div.mainArticles .article.tokucho_l img,
div.mainArticles .article.tokucho_br img,
div.mainArticles .article.tokucho_bl img{
  max-width: 100%;
  margin: 0px!important;
}
div.mainArticles .article.tokucho_bl,
div.mainArticles .article.tokucho_br{
  background: #f3fcf9;
  padding: 1.2em;
  /*height: 390px;*/
  height: 545px;
  margin-bottom: 2em;
}
div.mainArticles .article.tokucho_bl{
  margin-right: -7px;
}
div.mainArticles .article.tokucho_r h3,
div.mainArticles .article.tokucho_l h3,
div.mainArticles .article.tokucho_br h3,
div.mainArticles .article.tokucho_bl h3{
  font-size: 1.6em;
  margin: 0 0 15px 0;
  position: relative;
  padding: 0.2em;
  text-align: left;
  /*font-weight: bold;*/
  letter-spacing: 0.05em;
}
/*pc非表示*/
div.no_pc{
  display: none;
}

/*-------------------------------------------------
その他
-------------------------------------------------*/
/*囲い*/
div.envelope {
  margin-top: 15px;
  margin-bottom: 2em !important;
  margin-right: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 25px !important;
  padding-right: 40px;
  padding-left: 45px;
  background: #f3fcf9 !important;
  box-sizing: border-box;
  border-radius: 6px;
}
div.envelope p {
  margin-bottom: 0;
}
div.envelope img {
  max-width: 670px;
}
/*ボタン*/
a.btn {
  background-color: #00cfcf;
  border: 2px solid #00cfcf;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.05em;
}
a.btn::after{
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  margin-left: 1em;
}
a.btn:hover {
  background-color: #fff;
  color: #00cfcf;
}

.mainImage #slider li {
  height: auto !important;
}

#wrap {
  min-width: 1300px;
}

#title_outer, #mainContents, #footer_outer,
#topMenu_body,
#mainTopics, .mainTopics .topics,
#mainArticles,
.mainArticles .article, .mainArticles div.gallery, #mainTopics, #listTopics,
#sideContents_outer, #topMenu_outer{
  width: 1300px;
}
.mainArticles .article .image,
#topMenu .topMenu, .mainArticles .article img {
  max-width: 1300px;
}

#mainTopics .listview {
  width: 100%;
}
/*追従型ボタン*/
.freeHtml #contact-box{
  position:fixed;
  top:250px;
  right:0px;
  z-index:100;
  width:50px;
}
/*お知らせ欄*/
.news_area{
  height: 200px;
  width: 100%;
  overflow: auto !important;
  margin-top: -45px !important;
}
.-mt35{ margin-top:-35px !important; }

/*-------------------------------------------------------
GoogleMap
-------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  /*padding-bottom: 75%; /*4:3*/
  padding-bottom: 56.25%; /*16:9*/
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*-------------------------------------------------------
お問い合わせバナー
-------------------------------------------------------*/
.article.contact-bannar .image {
  width: 60%;
  height: auto;
  margin: 50px auto 0 auto;
}

/*-------------------------------------------------------
院内設備ギャラリー
-------------------------------------------------------*/
.gallery.equipment .comment {
  min-height: 80px;
  
  text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}
.gallery.equipment .comment span {
  display: block;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
  color: #00cfcf;
}

/*-------------------------------------------------------
side アイコン
-------------------------------------------------------*/
.sideServices h2 {
  background: url("/materials/175634191052002.png") 0 18px no-repeat;
  background-size: 37px;
}
.sideMobile h2 {
  background: url("/materials/175634191052001.png") 0 18px no-repeat;
  background-size: 37px;
}

/*-------------------------------------------------------
当院の歴史 テーブル
-------------------------------------------------------*/
.article table.normalTbl.history th {
  width: 20%;
  text-align: left;
}

.mainArticles .article_right img, .mainArticles .article_left img {
    /* max-width: 340px; */
    max-width: 295px !important;
}

h1, h2, h3, .heading {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700; /* ロゴの太さに合わせる場合は調整してください */
  color: #333;      /* ロゴの文字色に合わせる場合は濃いグレー系が合います */
}

/*黄金の4行*/

.text-best-practice {
  /* 1. 両端揃えで左右の端をピシッと揃える */
  text-align: justify;
  text-justify: inter-character;

  /* 2. 句読点が行頭に来るのを防ぎ、最適な改行ルールを適用 */
  line-break: strict;

  /* 3. 単語の途中で不自然に切れるのを防ぎつつ、溢れを防止 */
  overflow-wrap: anywhere;
  word-break: normal;

  /* 4. スマホで読みやすいゆったりした行間 */
  line-height: 1.8;
}


/*1文字落ち」を根絶*/

.heading-best-practice {
  /* 文脈を判断して、できるだけ意味の区切りで改行させる（最新の指定） */
  word-break: keep-all;
  overflow-wrap: anywhere;
  
  /* 1文字だけ落ちるのを防ぐ（ブラウザが対応していれば適用） */
  text-wrap: balance;
  
  /* 念のため、インラインブロック要素を併用するとさらに強力 */
  display: block;
}

/*フローテーブルの作成*/

/* ベースのスタイル */
.flow-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.flow-item {
  position: relative;
  display: flex;
  align-items: stretch;
  background: #f4f7f9; /* 薄いグレーの背景 */
  border-radius: 8px;
  margin-bottom: 40px; /* 矢印のための余白 */
  padding: 20px;
}

/* 最後のアイテムは余白なし */
.flow-item:last-child {
  margin-bottom: 0;
}

/* 矢印（三角）の設定 */
.flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -25px; /* 配置場所 */
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 15px 15px 0 15px; /* 下向きの三角形 */
  border-color: #ffd700 transparent transparent transparent; /* 黄色の矢印 */
}

/* 数字部分 */
.flow-num {
  font-size: 24px;
  font-weight: bold;
  color: #ffd700;
  margin-right: 20px;
  min-width: 40px;
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
}

/* コンテンツ部分 */
.flow-content {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
}

.flow-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  /*width: 200px;  PCでのタイトル幅 */
  flex-shrink: 0;
}

.flow-text {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #333;
}

/* --- レスポンシブ対応（スマホ） --- */
@media screen and (max-width: 768px) {
  .flow-item {
    flex-direction: column; /* 縦並びに変更 */
    padding: 15px;
  }

  .flow-num {
    margin-bottom: 10px;
  }

  .flow-content {
    flex-direction: column;
  }

  .flow-title {
    width: 100%;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .flow-text {
    font-size: 13px;
  }
}

.footer .copyright {
    text-align: center;
}

.footer .topMenu {
    margin: 0 auto;
}

