@import url('https://fonts.googleapis.com/icon?family=Material+Icons');/*-- google マテリアルアイコン --*/



/*フォント*/
@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;
}
/*フラット02 ホワイト 1カラム*/

.pc{display:inline;}
.sp{display:none;}

.ta_c{text-align:center !important;}
.ta_r{text-align:right !important;}
.ta_l{text-align:left !important;}

.mb0{margin-bottom: 0px !important;}
.pb0{padding-bottom: 0px !important;}
.m_auto{margin-left: auto; margin-right: auto;}

.mt20{margin-top: 20px;}
.mb20{margin-bottom: 20px;}
.mt20{margin-top: 20px;}
.mb20{margin-bottom: 20px;}
.mt30{margin-top: 30px;}
.mb30{margin-bottom: 30px;}
.mt40{margin-top: 40px;}
.mb40{margin-bottom: 40px;}

.pt20{padding-top: 20px;}
.pb20{padding-bottom: 20px;}
.pt20{padding-top: 20px;}
.pb20{padding-bottom: 20px;}
.pt30{padding-top: 30px;}
.pb30{padding-bottom: 30px;}
.pt40{padding-top: 40px;}
.pb40{padding-bottom: 40px;}

.p20{padding: 20px;}

.fw_b{font-weight: bold;}

.bg1{background: #6bb070 !important;}
.bg2{background: #f9f8e6 !important;}
.bg_w{background: #fff; padding: 40px !important; box-sizing: border-box;}
.bg_w2{background: #fff;}

.mainArticles .bg_full{
  width:100vw !important;
  margin: 0 calc(50% - 50vw);
  /*--background: #d6e1d7;--*/
  padding-top: 40px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1100px) {
    .mainArticles .bg_full{width: 1100px !important; margin: 0 !important;}
}

.mainArticles .bg_full .article_body,
.mainArticles .bg_full .article_left,
.mainArticles .bg_full .article_right,
.mainArticles .bg_full .article_center{ width: 980px !important; margin-left: auto !important; margin-right: auto !important;}

body {
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",  "Avenir Next", Verdana, "Yu Gothic","游ゴシック",  Meiryo, "メイリオ", Osaka, sans-serif;
	font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 1.75;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

	::selection {
    background: #FFB22E;
    color:#474747;
	}

	/*--Firefox--*/
	::-moz-selection {
    background: #FFB22E;
    color:#474747;
	}

h2, h3, h4, #name {
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",  "Avenir Next", Verdana, "Yu Gothic","游ゴシック",  Meiryo, "メイリオ", Osaka, sans-serif;
    font-feature-settings: "palt" 1;
    font-kerning: auto;
}
#mainArticles{padding-bottom: 0; margin-bottom: 0; width: 1100px;}
#mainContents{padding-bottom: 0; width: 1100px;}
.mainArticles .article{width: 1100px;}

.mainArticles p {
    margin-bottom: 16px;
	margin-left:15px;
	margin-right:15px;	
}
  
/*TOPイメージ*/
/*TOPイメージを画面最上部に*/
div#mainImage {
    /*position: relative;*/
    width: 100%;
    z-index: -1;
    /*--margin-top: -205px;--*/
    
    /*display: flex;
    justify-content: center;
    align-items: center;*/

    /*--max-height: 750px;--*/
    overflow: hidden;
}

/*フェード用*/
li.slick-slide {
    height:  auto !important;
}

/*横スライド用*/
li.slick-slide.slick-cloned {
    height:  auto !important;
}
  
/*TOPイメージを幅100%に*/
.mainImage img,
.mainImage #slider li img {
    max-width: 100%;
}

/*TOPイメージの上に白枠透過*/
div#mainImage_body:before {
    content: "";
    display: block;
    z-index: 1;
    background: url(/materials/156289988544501.png) top center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    max-height: 900px;
}

/*-----------------------------
ナビゲーション
-----------------------------*/

/*グローバルメニューfix*/
#topMenu {
    width: 100%;
    position: absolute;
    top: 130px;
    min-height:auto;
  /*--background:rgba(255,255,255,0.7);--*/
  background: #f8f7f2;
  transition:padding 0.3s linear 0s;
}

#topMenu.fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    /*--background: rgba(255,255,255,0.9);--*/
    background: #f8f7f2;
    padding: 12px 0px;
    box-shadow: 0 0 10px #aaa;
}
  
#title, #mainImage {
    background-color: transparent;
}

#topMenu_outer {
    background: none;
    margin: 0px auto;
}
#wrap_body {
    padding-top: 0;
}
#topMenu .topMenu li {
    width: 20%;
}
#topMenu .topMenu li a {
    background:none;
    border-left: solid 1px #aaa;
    line-height: 1.6;
    padding: 8px 0;
    font-size: 18px;
    box-sizing:border-box;
    font-weight:bold;
    color: #333;
    /*--color:#6f6f6f;--*/
    /*--text-shadow: 2px 2px 1px #ffffffba, -2px 2px 1px #ffffffba, 2px -2px 1px #ffffffba, -2px -2px 1px #ffffffba;--*/
}
#topMenu .topMenu li:last-of-type a{
  border-right:solid 1px #aaa;
  
}

/*----------
アイコン設定
----------*/

#topMenu .topMenu li.first a,
#topMenu .topMenu li.second a,
#topMenu .topMenu li.third a,
#topMenu .topMenu li.fourth a,
#topMenu .topMenu li.fifth a {
    background-repeat: no-repeat;
    background-position: top 5px center;
    background-size: 16px;
    padding-top: 25px;
}

#topMenu .topMenu li a:hover,
#topMenu .topMenu li:last-of-type a:hover{
    /*--background-color: #ffffff73;--*/
    /*--color:#6af;--*/
    background-color:#22ad49;
    text-shadow:none;
    color: #333;
}

#topMenu_outer {
    background:none;
}

/*クリニック案内*/
#topMenu .topMenu li.first a{background-image: url(/materials/176352451657703.png);}
/*治療方針*/
#topMenu .topMenu li.second a{background-image: url(/materials/176352451657704.png);}
/*院内設備*/
#topMenu .topMenu li.third a{background-image: url(/materials/176352451657705.png);}
/*矯正歯科治療*/
#topMenu .topMenu li.fourth a{background-image: url(/materials/176352451657701.png);}
/*アクセス*/
#topMenu .topMenu li.fifth a{background-image: url(/materials/176352451657702.png);}

/*コンテンツ背景色設定*/
#wrap {
    background-color: unset;
    min-width: 1100px;
}
div#contents {
    background-color: #DEEDDF;
    position:relative;
    z-index:1;
    padding-top: 61px;
}


/*------------------------------
画像表示設定
---------------------------------*/
/*左右画像サイズ調整*/
.mainArticles .article_left .image,
.mainArticles .article_right .image{
    max-width: 480px;
}

.mainArticles .article_right img,
.mainArticles .article_left img {
    max-width: 480px;
}

/*画像リンクホバーアクション*/
#mainArticles a:hover img,
#sideBanners  a:hover img,
div.freeHtml a:hover img,
div.image img.gallery:hover,
#title h1 a:hover {
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}

.pankuz p{color: #333;}

/*基本設定ここまで=============================================================*/


/*タイトル*/
#title {
	text-align:left !important;
	padding:0px 0px 0px 0px !important;
	background-image:none;
	/*--background-color:rgba(255,255,255,0.7);--*/
    background: #f9f8e6;
	z-index:5;
	position:relative;
    border-top: 2px solid #6bb070;
}

#title h1{margin-top: 20px;}

#title h1 a {
    background: url(/materials/176353828643501.png);
    background-repeat: no-repeat;
    background-position: left 0px !important;
    height: 50px;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -1000%;
    white-space: nowrap;
    width: 350px;
    background-size: contain;
	margin: 0px 0px 10px 10px;
}
#title .description {
    /*--
    text-align: center;
    font-size: 14px;--*/
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

#title_outer {
    background-position: unset;
    background: url(/materials/176369286404601.png) no-repeat right;
    background-size: 280px 80px;
    background-position-y: 25px;
    border: 0px;
    margin-top: 0;
    padding-top: 10px;
    height: 120px;
}

/* ---------------------------
スマホ対応のシンプルなテーブル(角丸)
------------------------------ */
.simpleTable{
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    margin:8px 0px 20px 0px;
}
.simpleTable th,.simpleTable td{
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}
.simpleTable th{
    padding: 10px 15px;
    background: #dbfedb;
    color: #333333;
}
.simpleTable td{
    padding: 2px 5px;
    background: #FCFCFC;
    color: #333333;
    font-weight: normal;
}
.simpleTable th:last-child,.simpleTable td:last-child{
    border-right: 1px solid #CCCCCC;
}
.simpleTable tr:last-child th,.simpleTable tr:last-child td{
    border-bottom: 1px solid #CCCCCC;
}
.simpleTable tr:first-child :first-child{
	border-top-left-radius: 10px;
}
.simpleTable tr:first-child :last-child{
	border-top-right-radius: 10px;
}
.simpleTable tr:last-child :first-child{
	border-bottom-left-radius: 10px;
}
.simpleTable tr:last-child :last-child{
	border-bottom-right-radius: 10px;
}

table.simpleTable td.c{
	text-align:center;
}
  

/*上へ戻るボタン*/
a.topBtn{
  display:inline-block;
  padding:2px;
  box-sizing:border-box;
  text-align:center;
  text-decoration:none;
  border-radius:2px;
  color:#ffffff;
  position:fixed;
  bottom:1em;
  right:1em;
  z-index:1000;
  width:2em;
  height:2em;
}

/*--------------------------------------
ページ見出し
----------------------------------------*/

#mainTopics h2, #listTopics h2{ color: #645140; font-size: 40px;}

#mainArticles h2, #mainServices h2 {
    font-weight: bold;
    /*--font-size: 28px;--*/
    font-size: 40px;
    border-bottom: none;
    display: inline-block;
    position: relative;
    color: #333;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    letter-spacing: 0;
    font-feature-settings:"palt";
}

#mainArticles h2::before, #mainServices h2::before {
    background-color: #FFF;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    transform: translateY(-50%) translateX(-50%); 
    z-index: 0;
    display: block;
    width: 100%;
    height: 7px;
}

.mainContents .article h3,
.mainContents div.gallery h3 {
        font-weight: bold;
    /*--font-size: 28px;--*/
    font-size: 34px;
    border-bottom: none;
    display: inline-block;
    position: relative;
    color: #333;
    padding-bottom: 0;
    text-align: left;
    letter-spacing: 0;
    font-feature-settings:"palt";
    background: transparent;
    z-index: 2;
    background-color: transparent !important;
    /*--background: linear-gradient(transparent 70%, #AEC 0) repeat scroll 0 0;--*/
    /*--background: linear-gradient(transparent 70%, #DEEDDF 70%);--*/
    background: linear-gradient(transparent 75%, #DEEDDF 75%);

}
.mainContents .article h3>a{
    color: #FFF;
    text-decoration: none;
}
#mainArticles div[id^="blog"] h2{
    font-size: 28px;
    display: block;
    text-align: left !important;
}
#mainArticles div[id^="blog"] h2::before{background-color: transparent !important; height: 0;}

#mainArticles div[id^="blog"]{
    margin-top: 20px;
    background: #fff;
    padding: 40px !important;
    box-sizing: border-box;
    width: 1100px;
}

.mainContents .article h4{
font-size: 20px;
  line-height: 1.5em;
  font-family: "a-otf-gothic-bbb-pr6n", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  color: #22ad49;
  background: #f8f7f2;
  padding: 5px 10px;
  margin-bottom: 20px;
  border-left: 5px solid #412710;
  box-shadow: 2px 2px 5px #ccc;
  display: flex;
}

/*------------------------------
診療時間テーブル
--------------------------------*/
table.radiusTbl {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    margin:8px 0px 20px 0px;
    font-size: 18px;
}
table.radiusTbl  th,
table.radiusTbl  td{
    border-top: 2px solid #474747;
    border-left: 2px solid #474747;
    padding: 10px 15px;
    color: #333;
    text-align:center;
}

table.radiusTbl  th{
    background: #F3F3F3;
}
table.radiusTbl  td{
    background: #FCFCFC;
}
table.radiusTbl  th:last-child,
table.radiusTbl  td:last-child{
    border-right: 2px solid #474747;
}
table.radiusTbl  tr:last-child th,
table.radiusTbl  tr:last-child td{
    border-bottom: 2px solid #474747;
}
table.radiusTbl  tr:first-child :first-child{
	border-top-left-radius: 10px;
}
table.radiusTbl  tr:first-child :last-child{
	border-top-right-radius: 10px;
}
table.radiusTbl  tr:last-child :first-child{
	border-bottom-left-radius: 10px;
}
table.radiusTbl  tr:last-child :last-child{
	border-bottom-right-radius: 10px;
}

/*曜日を太字に*/
table.radiusTbl.schedule tr:first-child td {
    font-weight: bold;
}

/*-----------------------------------------
GoogleMap
-----------------------------------------*/
.mainArticles .map p {
    margin: 0 0 16px; /*記事に[map]クラス付与し余白をクリア*/
}

/*----------------------------------------
新着情報
-----------------------------------------*/
/* トップの最新情報 #mainTopics
     最新情報一覧ページ #listTopics  */
#listTopics{width: 1100px;}

#mainTopics{
    background: #fff;
    padding: 40px !important;
    box-sizing: border-box;
    width: 1100px;
}
     /*コンテンツ幅設定*/
.mainTopics .topics {
    overflow: hidden;
    width: 100%;
    padding: 40px !important;
    /*--padding: 0 40px;--*/
    margin: -20px 0 15px;
    /*border-bottom: 4px solid #e9e9e9;*/
    box-sizing: border-box;
}

#mainTopics h2, #listTopics h2{
   /*--color:#FFF;--*/
   font-weight:normal;
}

/*日付*/
#mainTopics .topics li p.date ,
#listTopics .topics li p.date {
    font-size: 14px;
    color: #333;
}
/*リンクタイトル*/
#mainTopics .topics li h3 ,
#listTopics .topics li h3
 {
    font-size: 16px;
    font-weight: normal;
}

#mainTopics .topics li h3 a:hover{color: #6bb070;}

/*リード文*/
#mainTopics .topics li p.description ,
#listTopics .topics li p.description {
    color: #333;
    font-size: 14px;
}
/*続き*/
#mainTopics .topics li p.more ,
#listTopics .topics li p.more {
    font-size: 14px;
}

#mainTopics .topics li .more a {
    padding: 3px 14px 2px;
    font-size: 14px;
}

#mainTopics .topics li .more a:hover,
.mainTopics .topics li .more a:hover {
    border: 2px solid #6bb070;
    color: #6bb070;
}

.mainTopics .topics li{
    border-bottom: 0px none;
    background: #fff;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
}

/*一覧を見る*/
#mainTopics .listview {
     font-size: 14px;
     background: #22ad49;
     border-radius: 15px;
     padding: 15px;
}

#mainTopics .listview a{background: transparent; color: #fff; padding-left: 0;}

#mainTopics .listview a::after{content: "▶";}

/*ホーム画面キャッチコピー*/
.mainArticles .article_body p.introduction {
    width: 45%;
    overflow: hidden;
    padding: 16px 0;
    margin: 0 0 1.5em;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}


/*ギャラリーコメント中央寄せ*/
.gallery_grid .comment {
    text-align: center;
    font-size: 14px;
}

/*-------------------------------------------
フッター（1カラム用）
--------------------------------------------*/
/*基本設定*/
#footer {
    padding:  15px 0;
    background: #f9f8e6;
}

.footer li a {
    /*--color: #FFF;--*/
    font-size: 14px;
}
/*--
.footer * {
    color:  #FFF;
}--*/

#footer {
    width: 100%;
    padding: 0;
    text-align: center;
}

#footer_outer{width: 100%;}

.footer li {
    float: none;
    display: inline-block;
}

.footer .copyright {
    padding:  15px 0 5px;
    clear:  both;
    font-size: 12px;
    background: #22ad49;
    color: #fff;
}

.footer .copyright a {color: #fff;}

.footer .topMenu{margin-left: auto; margin-right: auto; margin-bottom: 10px; }
.footer .topMenu a{color:#22ad49;}

/*サイドメニュー*/

#sideContents {
    /*--color: #FFF;--*/
    /*--background: transparent;--*/
    background: #f9f8e6;
    margin-top: 0;
}

.freeHtml_outer {
    padding: 10px 30px;
    background: transparent;
}

/*リンクボタン（フッタ用）*/
.clinic_info a {
    display: inline-block;
    padding: 8px 20px;
    background: #FFF;
    border-radius: 20px;
    text-decoration: none;
    margin: 5px 0 1.5em;
    font-weight: bold;
}

.clinic_info a:hover {
    color: #6af;
}

/*サイドメニュー・モバイルQR設定*/
.sideServices h2,
.sideMobile h2 {
    background: none;
    border-bottom: 1px solid #FFF;
    padding: 25px 8px 20px;
    line-height: 1.6;
}


/*サイドメニューリンク*/
#sideContents_outer {
    padding: 30px 0 30px 0;
}

.sideServices ul li a {
    font-size:  14px;
    color:  #FFF;
    background: unset;
}

.sideServices ul li a::before {
    content: "・";
    margin-left: -1em;
}

.sideServices ul li a:hover {
    background:  #FFF;
}

#sideServices {
    width: 33%;
    margin-right: 55px;
}
/*バナーエリア*/
#sideBanners {
    width: 250px;
    float: right;
    margin: 35px 0 45px 0;
}

/*配色設定（グリーン）*/
a.topBtn,
.mainContents .article h3,
#mainTopics h2,
#listTopics h2,
.mainContents div.gallery h3,
#footer,
#sideContents,
.freeHtml_outer{
/*--background:#2f937d;--*/
}

/*--#mainArticles h2, #mainServices h2, --*/
.mainArticles .article_body p.introduction,
.clinic_info a,
.sideServices ul li a:hover,
#mainTopics .topics li .more a{
color: #22ad49;
}

#mainTopics .topics li .more a{
    border: solid 2px #22ad49;
}

p.introduction{
    border-top: 2px solid #22ad49;
    border-bottom: 2px solid #22ad49;
}

/*診療時間*/
table.radiusTbl.schedule td{
    background:#f2fffa;
}

/*偶数列の背景を変更*/
table.radiusTbl.schedule td:nth-child(even) {
    background: #daffe8;
}

/*201808_IE対応---*/
div#mainImage{
	position:static;
}

div#title{
/*--background-color:rgba(255,255,255,0.5);--*/
z-index:5;
position:relative;
}


/*配色設定（ブルー）*/
a.topBtn,
.mainContents .article h3,
#mainTopics h2,
#listTopics h2,
.mainContents div.gallery h3,
#footer,
#sideContents,
.freeHtml_outer{
/*--background:#f9f8e6;--*/
}

/*--#mainArticles h2, #mainServices h2, --*/
.mainArticles .article_body p.introduction,
.clinic_info a,
.sideServices ul li a:hover,
#mainTopics .topics li .more a,
.mainTopics .topics li .more a{
color: #22ad49;
}

#mainContents h2{
	border-bottom:none;
}

#mainTopics .topics li .more a,
.mainTopics .topics li .more a{
    border: solid 2px #22ad49;
}

.mainArticles .article_body p.introduction{
    border-top: 2px solid #22ad49;
    border-bottom: 2px solid #22ad49;
}

/*診療時間*/
table.radiusTbl.schedule td{
    background:#f2fbff;
}

/*偶数列の背景を変更*/
table.radiusTbl.schedule td:nth-child(even) {
    background: #e4f1ff;
}

.mainArticles{text-align: center;}

.mainArticles .article {
    padding-bottom: 50px;
    /*--border-bottom: solid 1px #ddd;--*/
    border-bottom: 0px none;
    text-align: left;
}

.mainArticles div.gallery{text-align: left;}

.clinictable{
  margin: unset !important;
}

.clinictable th{
  vertical-align: top;
  width: 150px;
}
.chiryout td{
    width: 100%;
	border: solid 2px #199bb6;
    border-radius: 5px;
  	padding: 7px;
  margin-bottom: 15px;
}

.chiryout th{
  width: 100%;
  padding-top: 15px;
  text-align: center;
}

.freeHtml {
    width: 100%;
    clear: both;
    /*--margin: 30px 0 45px 0;--*/
    margin: 30px 0 0 0;
    font-size: 12px;
}
#title_body #contact-box {
    position: absolute;
    top: 75px;
    z-index: 1000;
    width:960px;
  	top: 30px;
    left:0;
    right:-420px;
    margin:auto;
    text-align:right;
}

.freeHtml img {
	width: auto !important;
  	height: auto !important;
}

#sideContents_outer{
position: static !important;
}


/*-------------------------------------------
フリーhtml
-------------------------------------------*/
.freeHtml_outer {
    font-size: 16px;
    /*--border-radius: 15px;--*/
    padding: 0;
}

#free_info {display: flex; padding: 0; /*--padding: 50px; text-align: center;--*/}
#free_info div{width: 45%;}
#free_info iframe{/*--width:50%;--*/ width: 55%;}
#free_info div{padding-right: 30px;}
#free_info #tel{font-size: 2.0em; line-height: 1.5;}
#free_info #tel a{color: #22ad49; text-decoration: none;}
#free_info #tel a::before{font-family: 'Material Icons'; content: "\e0b0"; vertical-align:bottom;}

#free_info p{ text-align: left !important;}

/*--#free_info img{width: 280px;}--*/


/* 診療時間 */

#free_info #table_area{
    width: 100% !important;
    /*--background-color: #add8e6;--*/
    /*--
    padding: 15px 30px;
    margin: 5px 0 0;
    --*/
    box-sizing: border-box;
    /*--color: #fff;--*/
    margin: 20px 0 0;
}

#free_info #table_area p{ margin-top: 5px;}

table.timeTbl,
#free_info table.time{
   /*---font-family: "Hannari",serif !important;--*/
	border-collapse:collapse;
	width:100%;
    background: transparent;
	/*--margin-top: 20px;--*/
}

table.timeTbl th,table.timeTbl td,
#free_info table.time th,#free_info table.time td{
  padding:5px;
  text-align:center;
  border-bottom:solid 1px #000;
  color: #645140;
  background: #fff;
}
table.timeTbl thead th,
#free_info table.time thead th{background:#645140; color: #fff;}

table.timeTbl tbody th,
#free_info table.time tbody th{font-weight: normal;}

table.timeTbl tbody td,
#free_info table.time td{font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;}

/*ボタン*/
a.linkbtn,a.read_more {
    background: #5f67da;
    font-size: 18px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
}

a.linkbtn:hover{
	color: #ffffff;
	text-decoration: none;
}
a.linkbtn{
  width: 80%;
  padding: 20px 5%!important;
  margin: 1em 5%;
  border-radius: 20px;
  border: 2px solid #5153cf;
}

.article.medical_checkup{background: #6bb070; padding-top: 40px;}

.article.medical_checkup h3{
    width: 100%;
    font-size: 40px;
    text-align: center;
    background: transparent;
    color: #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.mainContents div.medical_subject h3{
    width: 100%;
    font-size: 40px;
    text-align: center !important;
    background-color: transparent !important;
    color: #fff;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.mainContents div.medical_subject .gallery_grid{ margin-top: 50px;}


.mainContents div.medical_subject h3,
.article.medical_checkup h3::before{ background-color: transparent !important; height: 0;}

.article.medical_checkup ul{
    display: flex;
    justify-content:space-between;
    margin-left: 40px;
    margin-right: 40px;
}
.article.medical_checkup ul li{width: 25%;}

.mainContents div.medical_subject .galleryGrid_body { display: flex; flex-direction: column; justify-content: space-between;}

.mainContents div.medical_subject .image img{max-height: 150px !important;}
.mainContents div.medical_subject .image{display: flex; align-items: center; justify-content: center; height: 150px;}

/*-------------------------------------------------
リスト
-------------------------------------------------*/
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-left:1em;
}

ul.maru li::before {
    content: "●";
    margin-left: -1em;
    margin-right: 0.5em;
    font-family: "メイリオ", sans-serif;
    font-size: 70%;
    color: #ccc;
}

ul.simpleList, ol.orderList { padding-left: 1.2em; }

ul.simpleList li { list-style-type: disc; padding: 5px; }
ol.orderList li { list-style-type: decimal; padding: 5px; }

#mainTopics .topics li {
    border-bottom: dotted 1px #ddd;
}

.mainTopics .topics {
    border-bottom: none;
}

.freeHtml #contact-box{
  position:fixed;
  top:600px;
  right:0px;
  z-index:100;
  width:130px;
}