/*ノーマル01 ピンク 右メイン*/
@import url("//share.cr-cms.net/hp_agency/hpagency.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

.flex{display: flex !important;}

.pc{display:inline;}
.sp{display:none;}

.ta_c{text-align:center !important;}
.ta_r{text-align:right !important;}
.ta_l{text-align:left !important;}

.mt0{margin-top: 0px !important;}
.ml0{margin-left: 0px !important;}
.mb0{margin-bottom: 0px !important;}
.pb0{padding-bottom: 0px !important;}
.m_auto{margin-left: auto; margin-right: auto;}

.fw_b{font-weight: bold;}

.mt10{margin-top: 10px !important;}
.mb10{margin-bottom: 10px !important;}
.mt20{margin-top: 20px !important;}
.mb20{margin-bottom: 20px !important;}
.mt20{margin-top: 20px !important;}
.mb20{margin-bottom: 20px !important;}
.mt30{margin-top: 30px !important;}
.mb30{margin-bottom: 30px !important;}
.mt40{margin-top: 40px !important;}
.mb40{margin-bottom: 40px !important;}

.ml10{margin-left: 10px !important;}
.mr10{margin-right: 10px !important;}
.ml20{margin-left: 20px !important;}
.mr20{margin-right: 20px !important;}

.pt10{padding-top: 10px !important;}
.pb10{padding-bottom: 10px !important;}
.pt20{padding-top: 20px !important;}
.pb20{padding-bottom: 20px !important;}
.pt20{padding-top: 20px !important;}
.pb20{padding-bottom: 20px !important;}
.pt30{padding-top: 30px !important;}
.pb30{padding-bottom: 30px !important;}
.pt40{padding-top: 40px !important;}
.pb40{padding-bottom: 40px !important;}


body {
	color: #555;
  line-height: 1.7;
  font-size: 17px;
  /*font-weight:500;*/
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrap {
    background-color: #fff;
	background: url(/materials/175697132018501.png) no-repeat top #fdf4f6;
	background-size: 100%;
	background-attachment: fixed;
}


#wrap_body {
    padding-top: 0;
    /*--background-color: #fbf9f6;--*/
    background: none;
	border-top: 26px solid #feeef2;
}
#contents {
    width: 1160px;
    margin: 0 auto;
    /*--padding: 30px 24px 20px 24px;--*/
    padding: 30px 0px 20px;
    /*--
    background: #fff;
    border-radius: 20px;--*/
    box-sizing: border-box;
   word-break: break-all;
   /*--background-color: #FFFFFF80;--*/
   background: rgba(255, 255, 255, 0.8);
}
#contents_outer, #footer_outer {
    width: 1160px;
    margin: 0 auto;
}
#mainContents,#listTopics, #mainTopics,#mainArticles, .mainArticles .article{
  width: 820px;
  margin-bottom: 40px;
}

#mainContents{  margin-left: 30px;}

a {
	text-decoration: none;
	color: #db7093;
  transition: 0.2s;
}
a:hover{
  color:#488051;
}
strong, b {
    font-weight: bold;
	font-size: 110%;
	color: #488051;
}

/*改行*/
.article p {
    margin-bottom: 1em;
}

#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{
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
  transition:0.5s;
}

.mainArticles .article, .mainArticles div.gallery, #mainTopics, #listTopics {
    margin-bottom: 10px;
}

.mainArticles .article {
    padding-bottom: 5px;
    border: none;
}

/*-------------------------------------------------
ヘッダー
-------------------------------------------------*/
/*タイトル*/
#title {
    padding: 0;
    margin: 0 auto;
    height: 90px;
    /*--background: #fff;--*/
    background: transparent;
}
#title_outer {
    height: auto;
    width: 980px;
    margin: auto;
    background: url(/materials/175740130610101.png) no-repeat right;
   background-size: 300px auto;
}
#title h1 {
    background: url(/materials/175739824390001.png) no-repeat top 9px left;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 90px;
    background-size: 280px auto;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 360px;
}

#title .description {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 2px 10px;
    line-height: 1.6em;
    /*--color: #999;--*/
    color: #488051;
    position: absolute;
    top: 0;
    display: block;
    width: 980px;
}
/*TOPイメージを幅100%に*/
#mainImage, #mainImage_outer, #mainImage_body {
    background: none;
    width:100%;
  padding-bottom: 0;
}
.mainImage #slider li img, .mainImage img {
    max-width: 100%;
}
.slick-slide{
    height: 100%!important;
}

/*---------------------------
グローバルメニュー
----------------------------*/
#topMenu {
    min-height: 75px;
    position: static;
    box-sizing: border-box;
    clear: both;
  /*--background:none;--*/
  background: rgba(255, 255, 255, 0.8);
}
#topMenu_body,
#topMenu_outer {
    margin-top: 0;
    background: none;
}
#topMenu .topMenu {
    padding-top: 10px;
}
#topMenu .topMenu li{
	position: relative;
	height: 55px;
	box-sizing: border-box;
  background:none;
}
#topMenu .topMenu li a {
	background: none;
  position: relative;
  width:100%;
	color: #488051;
	box-sizing: border-box;
	font-size: 16px;
	letter-spacing: 0.05em;
  border-left:1px dashed #715d63;
 transition:background 0.5s;
  z-index:1;
}
#topMenu .topMenu li:last-child a {
  border-right:1px dashed #715d63;
}

#topMenu .topMenu li:first-child a:before {
    content: '';
    width: 2px;
    height: 30px;
        /* background: #fadce5;*/
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#topMenu .topMenu li a::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition-duration: .3s;
  opacity: 0;
  background:url(/materials/175739484226101.png) no-repeat center center / contain;
  z-index:-1;
}
#topMenu .topMenu li a:hover{
  background:none;
}
#topMenu .topMenu li a:hover::after {
  opacity: 1;
}
/*-------------------------------------------------
見出し
-------------------------------------------------*/
/*フォント*/
#mainArticles h2, #mainServices h2, #listTopics h2, #mainTopics h2,
.mainContents .article h3, .mainContents div.gallery h3,.mainContents .article h4,
.mainContents .article h5,.mainContents .article h6 {
    /*--font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;--*/
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#mainArticles h2, #mainServices h2, #listTopics h2, #mainTopics h2 {
    background: url(/materials/175739599797701.png) no-repeat center;
  background-size: contain;
    margin-bottom: 1em;
    margin-top: 1.2em;
    padding: 50px 127px;
    text-align: center;
    border-bottom: none;
    font-size: 40px;
    line-height: 1.6;
  font-weight:bold;
    letter-spacing: 0.07em;
    color: #488051;
  border:none;
}

.mainContents .article h3, .mainContents div.gallery h3 {
    font-size: 27px;
    letter-spacing: 0.1em;
    color: #715d63;
    line-height: 1.5;
    padding:0.1em 0.3em;
    margin: 2em 0 1.5em;
    border:none;
    font-weight: bold;
    background:none;
}
.mainContents .article h3::first-letter, .mainContents div.gallery h3::first-letter {
  color:#db7093;
}
/*ブログタイトル*/
.mainContents .article h3 a {
  line-height: 1.5;
  font-size: 24px;
  color: #715d63;
}
/*ブログ一覧お知らせ*/
.mainContents .article h3 a, .article h3 a:hover {
  text-decoration: none;
  font-size: 22px;
  color: #715d63;
}
.mainContents .article h4 {
  color: #555;
  font-size: 24px;
  /*--background: #ffb6c1;--*/
  background: url(/materials/175739724495901.png) repeat-y left top;
  margin: 0.5em 0.2em;
  /*--padding: 0.1em 0.3em;--*/
  padding: 10px;
  /*--
  box-shadow: 0 0 0 5px #ffb6c1;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;--*/
  border: 1px solid #fce9ed;
  display:flex;
  font-weight:500;
  line-height: 1.3;
}
.mainContents .article h5 {
    font-size: 24px;
    line-height: 1.5;
    margin: 0.8em 0;
    padding: 0.4em 0.2em;
    color: #eb6d8d;
}

.mainContents .article h6 {
    font-size: 26px;
    text-align: left;
    line-height: 1.5;
    color: #2f4ba3;
    margin-bottom: 0.8em;
    position: relative;
    padding: 0.2em;
}
.mainContents .article h6::first-letter {
    color: #eb6d8d;
	font-weight: bold;
    font-size: 130%;
    margin-right: 10px;
    padding-right: 10px;
    font-family: 游ゴシック体, YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", メイリオ, Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-right: 3px dotted #f4aebb;
}

/*最新情報*/
/*#mainTopics h2{
    background: url(/materials/164192638254501.png) no-repeat center;
    background-size: 228px auto;
    padding: 30px 0;
    margin: 25px 0 5px;
    font-size: 26px;
    letter-spacing: 0.15em;
    border: none;
    color: #715D62;
    font-weight: bold;
}*/

/*-------------------------------------------------
サイド
-------------------------------------------------*/
#sideContents_outer {
    padding: 10px 0 30px 0;
}

#sideContact a:hover {
  transition: none;
}
#sideContents {
    margin-top: 0;
    background: #fce9ed;
}
#sideContents p {
	margin-bottom: 0;
}
#sideContents img {
    margin-bottom: 20px;
}

.sideMobile h2, .sideMobile p,.sideServices h2,
.sideBlogCategories h2, .sideBlogDates h2,
.sideBlogCategories a, .sideBlogDates a  {
    /* font-size: 16px; */
}
#sideServices h2,
.sideBlogCategories h2, .sideBlogDates h2{
  background:#db7093;
  color:#FFF;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: solid 1px #e53e88;
}
.sideServices ul li a, .sideBlogCategories a{
    font-size: 16px;
}

.freeHtml_outer {
    font-size: 16px;
    border-radius: 15px;
}

/*リスト*/
.sideServices ul,
.sideBlogCategories ul {
    overflow: hidden;
    width: 100%;
}
.sideServices ul li a,
.sideBlogCategories a {
	font-size: 15px;
    background: none;
	padding: 2px 5px 3px 5px;
}
.sideServices ul li a, .sideBlogCategories a, .sideBlogDates a{
  /* background-color:#fff; */
  border:none;
  border-color:#fff !important;
  text-decoration:none;
  line-height:20px;
  display:block;
  padding: 4px 0;
}
.sideServices ul li a::before{
  color: #999;
  content: "\025b6";
  font-size: 70%;
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
}
.sideServices ul li, .sideBlogCategories ul li, .sideBlogDates dl ul li {
    padding: 0.5em 0 0.4em 0.2em;
    /* margin-right: 1em; */
    /* margin-left: 0.2em; */
    line-height: 1.5;
    border:none;
    border-bottom: 1px dotted #f4aebb;
    font-weight: bold;
    background:none;
    width: 100%;
}

/*ブログカテゴリ*/
.sideBlogCategories h2, .sideBlogDates h2 {
    margin-bottom: 0;
}
.sideBlogCategories li {
    margin-top: 0px;
    margin-bottom: 0px;
}
#sideMobile {
    width: 250px;
    margin-top: 30px;
}
/*-------------------------------------------
フリーhtml
-------------------------------------------*/
#side{
  margin:0 0 30px 0;
  text-align:center;
  padding:10px;
  border:0px solid #ccc;
 }
#side img{
  text-align:center;
  display:block;  
  padding:1.5em 0;
  margin:0 auto;
	width:100%;
}
#side p{
  margin:0 0 15px 0;
  text-align:center;
  font-size:16px;
}
#side strong{
  color: #715d63;
  display:block;
  padding:10px;
  margin:1.5em 0.5em 0.5em 0.5em;
  background:#fff;
	border-radius:20px;
	line-height:1.0;
}

#side span.tel{
  font-size:20px;
  padding-top:10px;
  font-weight:bold;
}

#side span.ttl{
  font-size:16px;
  padding-top:10px;
  font-weight:bold;
  color:#488051;
  display:block;
}
#side span.ps{
  font-size:14px;
  padding-top:10px;
  font-weight:normal;
  color:#666;
	line-height:1.5;
  display:block;
}

/*-------------------------------------------------
フッター
-------------------------------------------------*/
#footer {
    /*--background: #ffb6c1;--*/
    background: url(/materials/175705211907801.png) top center no-repeat;
    background-size: 100%;
}
.footer .topMenu {
    background: none;
    border-bottom: 1px solid #fff;
}
.footer *, .footer p, .footer p a {
    font-size: 14px;
    color: #715d63;
}
.footer li{
  padding-right:25px;
}
.footer li a {
    color: #715d63;
    font-size: 16px;
}
.footer li a:hover {
    color: #fadce5;
}

/*バナーエリア背景*/
.sideBanner{margin-bottom: 0;}

.sideBanner_body{text-align: center;}

#sideBanners li img{
	padding:6px;
	background-color: #fce9ed;
    width: initial !important;
    /*--max-width: 240px;--*/
    max-width: 187px;
    margin-bottom: 0;
}
/*-------------------------------------------------
リスト
-------------------------------------------------*/

ul.simpleList { padding-left: 1em; }
ol.orderList { padding-left: 2em; }

ul.simpleList > li { list-style-type: disc; padding: 5px; }
ol.orderList li { list-style-type: decimal; padding: 5px; }

ul.triangle li::before,
ul.star li::before{margin-left: -1em;}

ul.star {list-style-type: none; margin-left:1em;}
ul.star li::before {content: "☆";}

ul.triangle{list-style-type: none; margin-left:1em;}
ul.triangle li::before{content: "▲";}

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 !important;
margin-left:1em;
padding: 0 !important;
}
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.check {
    padding: 0.5em 0 0.5em;
}
.mainContents .check li {
    background: url(/materials/164189931742601.png) left center no-repeat;
    background-size: 40px auto;
    border-bottom: 1px dotted #ffc5cc;
    color: #715d63;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    padding: 0.3em 0 0.5em 56px;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
    display: flex;
}
/*チェックマーク付きリスト　区切り線 */
ul.StyleCheckList {
    position: relative;
    padding: 0.5em 0.5em 1em;
    list-style-type: none;
}
ul.StyleCheckList li {
    padding: 0 0 0 2.2em;
    /*--padding: 0.6em 0 0.5em 2.2em;
    color: #715d63;
    border-bottom: 1px dashed #ccc;--*/
    font-weight: bold;
    font-size: 18px;
    display: flex;
}
ul.StyleCheckList li::before {
	font-size: 110%;
    position: absolute;
    content: "\002713";
    color: #F7B2AD;
    font-weight: bold;
    left: .8em;
}

/*マーク付きリスト */
ul.markList {
    padding-left: 3px;
	margin-top: 10px;
}
ul.markList li {
    list-style-type: none;
	font-size: 110%;
	font-weight: bold;
}
ul.markList li::before {
    color: #ffc5cc;
    content: "»";
    display: inline-block;
    font-size: 115%;
    margin-right: 6px;
}
ul.markList li a {
    text-decoration: none;
}

/*list01（桜）*/
ul.list01 {
list-style-type: none;
/*--margin-left:1em;--*/
margin-bottom: 2em;
  
}
ul.list01 > li{
/*background: url(/materials/175739634275901.png) 0 0 no-repeat;
  background-size:32px;*/
    margin: 0;
  margin-bottom:14px;
padding: 4px 0px 4px 0px;
  font-weight:bold;
  border-bottom: 1px dashed #ffc5cc;
  list-style-type: initial;
}


ol.orderList {
    counter-reset: number 0;
    list-style: outside none none;
    padding-left: 40px;
    line-height: 2;
}
ol.orderList li::before {
    background: #db7093;
    border-radius: 50%;
    color: #fff;
    content: counter(number, decimal);
    counter-increment: number 1;
    display: inline-block;
    height: 2em;
    margin-left: -40px;
    margin-right: 0.5em;
    text-align: center;
    width: 2em;
}
ol.orderList li {
    margin-bottom: 0.4em;
}

/*-------------------------------------------------
テーブル
-------------------------------------------------*/
/*デフォルト*/
.article table:not(.contactTable) {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    margin: 20px auto;
    width: 100%;
}
.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;
}

/*baseTable*/
.article table.baseTable {
border:none;
border-collapse: collapse;
border-spacing: 0;
margin: 20px auto;
width: 100%;
}
.article table.baseTable th {
    border: none;
    background: none;
    height: auto;
    line-height: 150%;
    padding: 16px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    border-bottom: dotted 1px #D7BFB2;
    width: 50%;
   background-color: #f3f3f3;
}
.article table.baseTable td {
border:none;
height: auto;
line-height: 150%;
padding: 16px;
border-bottom: dotted 1px #ccc;
  background-color: #ebebeb;
}

/* 診療時間 */
.article table.timeTbl,
#sideContents table.timeTbl{
	border-collapse:collapse;
	width:100%;
	background-color: #FFF;
	margin-top: 20px;
}
.article table.timeTbl th,
.article table.timeTbl td,
#sideContents table.timeTbl th,
#sideContents table.timeTbl td{
  padding:5px;
  text-align:center;
  border:solid 1px #ccc;
}
.article table.timeTbl th,
#sideContents table.timeTbl th{
  background:#f7f7f7;
} 
/*contact*/
table.contactTable {
    border-left: none;
  width:100%;
}
table.contactTable tr td label {
    display: block;
    margin-left: 6px;
}
table.contactTable th, table.contactTable td {
    padding: 16px 5px;
    border-top: dotted 1px #aaa;
    border-right: none;
  background:#fff;
}
table.contactTable td {
    padding-left: 30px;
}
table.contactTable input.button, table.contactTable input[type="button"] {
    display: block;
    float: left;
    width: 33%;
    line-height: 56px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    height: 56px;
    margin: 8px;
    margin-bottom: 16px;
    border: none;
    border-radius: 4px;
    background: #db7093;
    cursor: pointer;
}
table.contactTable input[type="button"]:hover {
    opacity:0.7;
    cursor: pointer;
}
table.contactTable input.button:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
table.contactTable input[type="button"],
table.contactTable input[type="button"]:hover {
    background: #666;
    padding:0px 10px !important;
}
table.contactTable .textField {
    padding: 6px;
    border: solid 1px #b6b6b6;
    font-size: 16px;
    margin-left: 6px;
  width:90%;
}
table.contactTable td p.contact-note {
    font-size: 90%;
    margin: 6px 8px 0;
}
.validator-form .validator-message-valid,
.validator-form .validator-message-invalid{
    padding-left: 24px;
    font-size: 14px;
    padding-top: 2px;
}

.contactTable select {
    font-size: 16px;
}



/*流れ*/
.article table.flowTbl {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 30px auto;
    width: 95%;
		list-style:none;
		border-left:1px dashed #999;
		padding-left:0;
}
.article table.flowTbl td {
    border:none;
    border-radius: 8px;
    display: block;
    height: auto;
    margin-bottom: 40px;
    padding: 0 0 0 4%;
    position: relative;
}
.article table.flowTbl td:before{
		content:"";
		width:20px;
		height:20px;
		border-radius:50%;
		background:#fce9ed;
		position:absolute;
		left:-0.6em;
		top:0.5em;
}

.flowTbl td::after {
content: "";
border-bottom: 1px solid;
width: 18px;
background: #2f2e2e;
position: absolute;
top: 1.1em;
left: 4px;
}

.article table.flowTbl strong{
	color:#eb6d8d;
	font-weight:bold;
	font-size:1.1em;
	display:inline-block;
	margin-bottom:0.2em;
}


/*-------------------------------------------------
 トップの最新情報 #mainTopics
 最新情報一覧ページ #listTopics 
-------------------------------------------------*/
#listTopics h2 {
    font-size: 30px;
}
#mainTopics .topics li {
    padding: 20px 20px 20px;
    position: relative;
  border:none;
    border-bottom: dotted 1px #ffb0bd;
}
/*日付*/
#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: #488051;
}
/*リード文*/
#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 1px #488051;
    color: #488051;
    font-size: 13px;
    padding: .5em 1em;
  background:none;
}

/*一覧を見る*/
#mainTopics .listview {
    font-size: 16px;
    width: auto;
    text-align: right;
    background:none;
}

#mainTopics, .mainTopics .topics {
    border-bottom: none;
    margin: 30px 0;
    margin-bottom: 30px;
    background: #fce9ed;
    padding:10px 10px 30px 10px;
    border-radius: 10px;
}
#listTopics .mainTopics .topics{
 border-top:none; 
}
#mainTopics .listview a {
    background: none;
    color: #666;
    border-bottom: 1px dotted #f4aebb;
   padding: 10px 0 0 0;
    padding-left: 0;
  display:inline-block;
}
#mainTopics .listview a::after{
  content:"\025b6";
  font-size:70%;
  display:inline-block;
  margin-left: 10px;
}
#mainTopics .listview a:hover{
  background:none;  
}

/*-------------------------------------------------
ギャラリー サイト案内・画像 
-------------------------------------------------*/
/*ギャラリー*/
.gallery_grid li.galleryGrid .galleryGrid_outer {
    padding: 20px;
}

.galleryGrids{
    margin-bottom: 20px;
}
.gallery_grid li.galleryGrid .image {
    margin-bottom: 10px;
}

div.gallery .comment {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.8;
}
#siteGuide .comment{
  text-align:center;
}

/*iframe*/
.article iframe {
    margin-bottom: 30px;
}

/*画像*/
.mainArticles .article .image{
  max-width:820px;
  margin-bottom: 20px;
}
.mainArticles .article_right img, .mainArticles .article_left img {
    max-width: 360px;
}

.mainArticles .article_right .image {
    margin: 5px 10px 0 30px;
}

.mainArticles .article_left .image {
    margin: 5px 30px 0 10px;
}

/*診療案内*/
#siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {
    padding: 10px;
	margin-bottom: 30px;
}
#siteGuide .comment{
    font-size: 19px;
	text-align: center;
    margin: 0 20px;
    padding: 10px 0;
    font-weight: bold;
    line-height: 1.6;
    color: #715d63;
    border-bottom: 3px dashed #ffc5cc;
    border-top: 3px dashed #ffc5cc;
}
#siteGuide .comment a {
	font-weight: bold;
	color: #715d63;
	text-decoration: underline;
}
#siteGuide .gallery_grid li.galleryGrid .image {
    margin-bottom: 0px;
    padding: 15px;
}

/*-------------------------------------------------
パーツ
-------------------------------------------------*/

/*ボタン*/

a.linkbtn {
  background: #488051;
  color: #fff;
  display: block;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 115%;
  width: 50%;
  box-sizing: border-box;
  letter-spacing: 1px;
  overflow: hidden;
  text-decoration:none !important;
  border-radius: 4px;
}
/*--a.linkbtn::after{content:"≫";}--*/

a.linkbtn::after{
  font-family: 'Material Icons';
  content:"\e5cc";
  font-size: 1.2em;
  vertical-align: middle;
}

a.linkbtn:hover {
  background: #F7B2AD;
}


.medical_btn{display: flex; flex-wrap: wrap;}
.medical_btn li{width: 50%; padding: 10px; box-sizing: border-box;}
.medical_btn li .linkbtn{width: 100%;}

/*囲い*/
div.envelope {
    margin-top: 15px;
    margin-bottom: 2em!important;
    padding-top: 1.5em;
    padding-bottom: 2em!important;
    padding-right: 2em;
    padding-left: 2.5em;
    background: #fffbed;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #fde184;
}
div.envelope3{ background: #fff0f4;}

div.envelope p {
margin-bottom: 0!important;
}
 div.envelope img {
    max-width: 320px!important;
}

div.envelope_b0 {
    margin-top: -10px;
    padding-top: 1.5em;
    padding-bottom: .5em!important;
    padding-right: 2em;
    padding-left: 3em;
    background: #fff;
    box-sizing: border-box;
}

div.envelope_b0 img {
    max-width: 100%!important;
}

/*ハーフ記事*/
.mainArticles .article.half{
    width: 47%;
    display: inline-block;
    box-sizing: border-box;
    padding: 1em 1.5em;
    margin: 40px 1%;
    vertical-align: top;
    border-radius: 10px;
    border:1px solid #ccc;
}
div.mainArticles .article.half h3{
  text-align:center;
  position:relative;
  z-index:1;
}
div.mainArticles .article.half h3::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:80px;
  height:80px;
  border-radius:50%;
  background:#FFDBE1;
  z-index:-1;
}
div.mainArticles .article.half h3::first-letter{
  color:#715d63;
}
.mainArticles .article.half img{
    max-width: 100%;
    margin: 0px;
}
.mainArticles .article.half .article_right img {
    max-width: 120px;
}
div.mainArticles .article.half p{
margin-bottom: 0!important;
}

div.mainArticles .article.half strong {
    font-size: 24px;
    text-align: center;
    color: #7cc0d2;
    line-height: 1.7;
    padding: 0.2em 0;
    margin: 1em 0.5em;
    border-left: 4px dashed #ffc5cc;
    border-right: 4px dashed #ffc5cc;
    letter-spacing: 0.05em;
    display: block;
}
/*-------------------------------------------
フロー図（記事）W80%
-------------------------------------------*/
.mainArticles .article.articleFlow {
    border-radius: 10px;
    display: block;
    position: relative;
    margin: 66px auto;
    box-sizing: border-box;
    padding: 30px;
    overflow: visible;
    border: solid 3px #f7f4ef;
    background: #fff;
    width: 80%;
}
.mainArticles .article.articleFlow.first{
	margin-top:0px;
}
.mainArticles .article.articleFlow::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-right: 3px solid #f4aebb;
    border-bottom: 3px solid #f4aebb;
    position: absolute;
    left: 50%;
    bottom: -40px;
    margin-left: -11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
}
.mainArticles .article.articleFlow.last::after {
    display: none;
}

.mainArticles .article.articleFlow img {
    margin-bottom: 15px;
    max-width: 260px;
}

#mainContents, #listTopics, #mainTopics, #mainArticles, .mainArticles .article {}

#contents * {
    box-sizing: border-box;
    border-radius: 5px;
}

#sideContents{order: 1; float: initial;}
#mainContents{order: 2; float: initial;}

#mainTopics .topics li h3, #listTopics .topics li h3 {
    font-size: 18px;
}

.contents {
    display: flex;
    /*--justify-content: space-between;
    align-content: flex-start;--*/
    justify-content: center;
}


.sideBlogCategories ul, .sideBlogDates dl {
    background: #FaFaFa;
    padding: 10px 10px 5px 10px;
}

.sideBlogDates dl ul li {
    font-size: 14px;
}

#wrap {
    min-width: 1200px;
}
table.contactTable th {
    width: 240px;
}

.sideBlogDates dt a {
    font-weight: bold;
}

/*追従*/
.freeHtml #contact-box{
  position:fixed;
  top:110px;
  right:0px;
  z-index:100;
  width:104px;
}

/*追加*/
div.envelope2 {
    margin-top: 15px;
    margin-bottom: 2em !important;
    padding-top: 1.5em;
    padding-bottom: 2em !important;
    padding-right: 2em;
    padding-left: 2.5em;
    background: #ebf6e4;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #fde184;
}
div.envelope2  h3::first-letter{
  color:#468150 !important;
}
div.envelope2 img{
  width:100%;
}

#mainTopics h2{
    font-style: italic;
}
a.linkbtn2{ background: #eb6d8d; }