@charset "utf-8";
@import url("//share.cr-cms.net/hp_agency/hpagency.css");

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&family=Zen+Maru+Gothic:wght@400;500&display=swap');

/*@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap');*/

/*フラット02 グリーン 1カラム*/

/*-------------------------------------------
Common
-------------------------------------------*/

.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;}

.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;}


html{
  scroll-behavior: smooth;
}

body {
 	font-size:16px;
 	line-height:1.8;
  font-weight:500;
  letter-spacing: 0.5px;
	color:#2a2a2a;
font-family: 'Zen Maru Gothic', sans-serif;
  /*font-family:"Zen Maru Gothic Regular 400","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif !important;*/
}



iframe{
	margin-bottom:1.5em;
}

/*-------------------------------------------
Wrap
-------------------------------------------*/
#wrap{
  background:#fff url(/materials/165727654396601.png) left top repeat-x;
}

#wrap_body {
    /*--padding-top: 160px;--*/
    padding-top: 163px;
}

hr.line {
    width: 80%;
    margin: 16px auto;
}

/*-------------------------------------------
Link
-------------------------------------------*/
a {
	color: #009a44;
	text-decoration: underline;
	font-weight: normal;
  transition:0.6s;
}
a:hover {
	color: #bcd64e;
	text-decoration: underline;
  
}
a img {
	text-decoration:none;
	border:none;
  transition:0.6s;
}
#title h1:hover,
.text-link:hover,
#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;
}


/*-------------------------------------------
Image
-------------------------------------------*/
#mainArticles img,
.mainArticles .article .image{
  overflow:inherit;
}
.mainArticles .article .article_center {
	max-width: 1024px;
}

.mainArticles .article .article_center .image{max-width: 1024px;}
.mainArticles .article img {
  margin: 5px 0 15px;
}

.mainArticles .article .article_center img{  max-width: 1024px;}

.mainArticles .article .article_center img{margin-left: auto; margin-right: auto}

.gallery_grid li.galleryGrid .image img{
}



/*-------------------------------------------
Title
-------------------------------------------*/
#wrap_body #title{
    background:transparent;
}

#wrap_body #title {
  padding:0;
  width: 100%;
  /*--height: 160px;---*/
  position: absolute;
  top: 10px;
  background: #fff;
}
#title_outer{
  height:auto;
  width: 1024px;
  margin:auto;
  background: url(/materials/174426279761001.png) right center no-repeat;
}
/*ロゴ*/
#title h1 {
	margin: 0;
	/*--padding: 0.7em 0;--*/
	text-align: left;
	height: 93px;
	width: 300px;
}
#title h1 a {
    background: url(/materials/174426099834601.png) no-repeat left center / contain;
	display: inline-block;
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap;
	height: 100%;
	width: 100%;
  background-size:300px 93px;
}
#title .description {
  color: #666;
  font-size: 1em;
  margin: 0;
  line-height:1.3;
  text-align:center;
  padding: 6px 0 0;
	font-size:14px;
	display:none;
}

/*-------------------------------------------
Mainimage
-------------------------------------------*/
#mainImage {
		margin:0;
    width: 100%;
    background-color:transparent;
    min-width:1024px;
}
.mainImage img {
    width: 100%;
    min-width:1024px;
}


/*スライド*/
#slider .slick-slide {
	display: flex;
	justify-content: center;
}
.mainImage #slider li {
	height: auto !important;
}
.mainImage #slider li img {
	max-width: 100%;
	min-width: 1024px;
}

/*-------------------------------------------
Topmenu
-------------------------------------------*/
#topMenu_outer,  #topMenu_body, #topMenu .topMenu {
	width: 1024px;
	max-width: 1024px;
}
#topMenu {
    min-height: 40px;
    position: absolute;
    top: 115px;
    /*--background:transparent;--*/
    background: #bcd64e;
    margin:0;
}

#topMenu_outer {
    margin: 0 auto;
    background: transparent;
}

#topMenu_body {
  border-right: 0px #aaa dotted;
}
#topMenu .topMenu li {
  width: 20%;
  height: 100%;
  box-sizing:border-box;
  padding:0;
  position: relative;
  border-left: 0px #aaa dotted;
}

#topMenu .topMenu li a {
    box-sizing: border-box;
    /*--color: #2a2a2a;--*/
    color: #009a44;
    font-size:18px;
    font-weight: bold;
    letter-spacing: 0;
    padding:8px 0;
    width: 100%;
		background:none;
font-family: 'Shippori Mincho B1', serif;
	/*font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif*/
}
#topMenu .topMenu li a:hover {
    /*--color: #009a44;--*/
    color: #fff;
    transition:0.5;
}


/*-------------------------------------------
contents
-------------------------------------------*/
#contents {
    margin: 0;
    padding:0;
    width: 100%;
    box-sizing:border-box;
    background:#fff;
}

/*maincontent*/
#mainContents {
	padding:0 0 40px 0;
	background:#fff url(/materials/167341925865502.jpg) repeat-x left top;
	width: 100%;
	background-size:90px auto;
}

#mainContents_outer{
    width: 100%;
    margin:0 auto;
}


.mainArticles .article .article_body , #mainContents #listTopics #listTopics_body{
	width:1024px;
	margin:0 auto;
}



.mainArticles .article {
	padding-bottom: 0px;
	border-bottom: none;
}


/*--
.mainArticles .article p {
	padding-bottom: 20px;
}--*/
.mainArticles .article_right .image {
    margin-right: 0;
}
.mainArticles .article_left .image {
    margin-left: 0;
}
.mainArticles .article_right .image,
.mainArticles .article_left .image {
    max-width:50%;
}
#mainArticles, .mainArticles .article, .mainArticles div.gallery, #mainTopics, #listTopics {
    width: 100%;
    margin-bottom: 0em;
}
#mainArticles{
}


/*ぱんくず*/
#pankuz {
  display:auto;
}
#pankuz_body {
  width: 1024px;
  margin: auto;
}
.pankuz p {
  padding-top:10px;
  margin-bottom: 0;
  font-size: 1em;
  color: #666;
  text-align: right;
	
	display:none;
}

/*段落*/
#contents .article p {
  /*--margin-bottom: 1em;--*/
  margin-bottom: 0.5em;
}

/*-------------------------------------------
最新情報
-------------------------------------------*/
#mainTopics {
  margin:3em auto;
  padding:0 1.5em 1.5em 1.5em;
  border-bottom: none;
  border:2px solid #bcd64e;
  width:1024px;
	box-sizing:border-box;
}

#mainTopics h2{
    font-size: 180%;
    text-align: center;
    padding: 0 0 15px 0;
    margin-top:1em;
    margin-bottom: 32px;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #444;
    background: #fff;
}
#mainTopics .topics li .thumb, #mainTopics .topics li .thumb img {
	max-width: 100px;
	max-height: 100px;
}
#mainTopics .topics li .date, .mainTopics .topics li .date {
	font-size: 1em;
}
#mainTopics .topics h3, .mainTopics .topics li h3 {
	font-size: 1em;
}
.mainTopics .topics li h3 a {
	text-decoration: underline;
}
.mainTopics .topics li h3 a:hover {
	text-decoration: underline;
}
#mainTopics .topics .description, .mainTopics .topics li .description {
	font-size: 1em;
	color: #aaa;
	margin-top: 0px;
}
#mainTopics .topics li .more a, .mainTopics .topics li .more {
	padding: 8px 16px;
	font-size: 1em;
}
.mainTopics .topics li .more a {
    border: none;
    background-color: #009a44;
    color: #fff;
    border: 2px solid #009a44;
		transition: all 0.5s ease-out;
	  /*font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;*/
}
.mainTopics .topics li .more a:hover {
    color: #009a44;
    background-color: #fff;
    border: 2px solid #009a44;
}
.mainTopics .topics {
		width: auto;
		padding: 0;
		margin: 0 auto;
  	border-bottom: none;
}
.mainTopics .topics li {
		padding: 40px 0px;
		font-size: 1em;
}
#mainTopics .listview {
    width: 110px;
    font-size: 1em;
    margin: 1em auto 0 auto;
}
#mainTopics .listview a {
    background: none;
    padding: 4px 8px;
    color: #444;
}


/*-------------------------------------------
見出し
-------------------------------------------*/
#mainArticles h2, #mainServices h2, #mainTopics h2, #listTopics h2 {
	padding:1.7em 0 0.5em 0;
	text-align: center;
	font-size:2.4em;
	letter-spacing: 0.1em;
	color:#2a2a2a;
	font-weight:normal;
	line-height:1.2;
	margin:0 0 1em 0;
	border:none;
  position: relative;
font-family: 'Shippori Mincho B1', serif;
	/*font-family:"Shippori Mincho B1";*/
}


#mainArticles h2:before, #mainServices h2:before, #mainTopics h2:before, #listTopics h2:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #009a44;
}

.mainContents .article h3, .mainContents div.gallery h3, #mainServices h2 {
    font-size: 2.2em;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 0;
    margin: 3em auto 2em auto;
    color: #2a2a2a;
    font-weight:normal;
    line-height:1.5;
    position: relative;

	font-family:"Shippori Mincho B1", serif;
}


.mainContents .article h3 a, .mainContents .article h3 a:hover {
    color: #2a2a2a;
    text-decoration: none;
}

.mainContents .article h4 {
    line-height: 1.4em;
    font-size: 1.4em;
    /*--margin: 3em 0 1em 0;--*/
    margin: 1em 0 0.5em;
    font-weight: bold;
    padding: 0;
    /*--padding: 0 0 5px 1.5em;--*/
    /*--color: #2a2a2a;--*/
    color: #009a44;
    display:flex;
    /*--border-bottom:1px dotted #bcd64e;--*/
		position:relative;
font-family: 'Shippori Mincho B1', serif;
	/*font-family:"Shippori Mincho B1", serif*/
}

/*--
.mainContents .article h4:before {
		position:absolute;
		content:"\025a0";
		color:#009a44;
		left:0;
		top:0em;
		width:2em;
		height:1em;
		margin:auto;
		box-sizing:border-box;
}--*/


.mainContents .article h4.lead {
	font-size: 1.5em;
	padding:0;
	color: #009a44;
	margin: 1.5em 0 0.5em 0;
	font-weight:bold;
	border:none;

	font-family:"Shippori Mincho B1", serif
}
.mainContents .article h4.lead:before {
	display:none;
}


.mainContents .article h5 {
  font-size: 1.3em;
  color: #009a44;
  margin: 1.5em 0 0.2em 0;
  font-weight:bold;
	display:inline-block;

	font-family:"Shippori Mincho B1", serif
}

/*mainservice*/
#mainServices .services {
    padding: 0 36px;
}


/*-------------------------------------------
サイドコンテンツ
-------------------------------------------*/

#sideContents {
    background:#bcd64e;
    padding-top: 20px;
}

#sideContents a{
  color:#2a2a2a;
}

#sideContents a.linkbtn{
	color:#fff;
}


#sideContents a:hover{
  color:#009a44;
}


#sideContents_outer {
    padding: 0;
  width: 1024px;
}
sideBlogCategories, #sideBlogDates {
    margin: 0;
}
.freeHtml {
    font-size: 1em;
}
.sideServices ul li a,
.sideBlogCategories a, 
.sideBlogDates a
{
    font-size: 0.95em;
    background:none;
    color:#2a2a2a;
    padding:0 15px 0 5px;
    text-decoration:underline;
}


.sideServices ul li a:before , .sideBlogCategories a:before ,  .sideBlogDates a:before{
  content: "\025b6";
  font-size: 70%;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.sideMobile p{
    font-size: 1em;
}

.sideServices ul li a:hover , .sideBlogCategories a:hover , .sideBlogDates a:hover{
  color:#009a44;
}

.freeHtml_outer {
    padding: 0;
    background: none;
}
.side-logo {
    text-align: center;
    margin-bottom: 30px;
}
.side-logo img {
    max-width: 200px;
}

/*サイドコンテンツ*/

#sideContents .side{
	display:flex;
	margin-top:1.5em;
	justify-content:space-between;
}
#sideContents .side1{
	width:50%;
	margin-right:2em;
}
#sideContents .side1 p{
	margin-bottom:20px;
}

#sideContents .side2{
	width:50%;
}
#sideContents .side2 p{
	margin-bottom:15px;
}


.sideServices h2 , .sideMobile h2{
  font-size:1.5em;
  background:none;
	padding:0 0 5px 0;
	margin:2em 0 0 0;
font-family: 'Shippori Mincho B1', serif;
	/*font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif*/
}

.sideBlogCategories h2, .sideBlogDates h2{
		font-size:1.5em;
		background:none;
		padding:0 0 5px 0;
		margin-top:2em;
		margin-right:1.5em;
		color:#2a2a2a;
font-family: 'Shippori Mincho B1', serif;
	/*font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif*/

}
.sideBlogCategories h2:before, .sideBlogDates h2:before{
  display:none;
}


.sideBlogCategories h2:after, .sideBlogDates h2:after{
  display:none;
}


/*-------------------------------------------
Footer
-------------------------------------------*/
#footer{
  background:#fff;
	padding:2em 0 1em 0;
}

.footer * {
    font-size: 1em;
    color: #2a2a2a;
}
.footer li a {
    color: #2a2a2a;
    font-size: 1em;
}

.footer li a:hover {
  text-decoration:underline;
  color: #2a2a2a;
}
.footer .copyright{
  text-align:center;
}

.footer .topMenu{
  width:max-content;
  margin:0 auto;
}
.footer p a:hover{
  text-decoration:underline;
  color: #2a2a2a;
}

.footer a:hover , .footer p a:hover{
  color:#2a2a2a;
}

/*-------------------------------------------
Table
-------------------------------------------*/


.article table:not(.contactTable) {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    margin: 10px 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;
}

/*-------------------------------------
テーブル
---------------------------------------*/

/*テーブル*/
.article table.table{
  border-collapse:collapse;
  width:100%;
  margin:0 0 15px 0 !important;
}
.article table.table th,
.article table.table td{
  padding:15px;
  background-color:#fff;
  border-bottom:solid 1px #ccc;
}
.article table.table th{
  background:#f7f7f7;
  width:30%;
}




/*-------------------------------------
テーブル(診療時間)
---------------------------------------*/

.article table.table2 , #sideContents table.table2{
  border-collapse:collapse;
  margin:0 0 20px 0;
  width:100%;
}
.article table.table2 th,#sideContents table.table2 th,
.article table.table2 td,#sideContents table.table2 td{
  padding:7px;
  text-align: center;
  color:#2a2a2a;
  background:#fff !important;
  border:solid 1px #ccc;
}
.article table.table2 th,#sideContents table.table2 th{
  background:#009a44 !important;
  color:#fff;
}


/*-------------------------------------------
Gallery
-------------------------------------------*/
.gallery_grid {
	width:1024px;
	margin:20px auto 0 auto;
}
.gallery_grid2 li.galleryGrid { width: 50%;}
.gallery_grid3 li.galleryGrid { width: 33.33%;}
.gallery_grid4 li.galleryGrid { width: 25%;}s
.gallery_grid5 li.galleryGrid { width: 20%;}

.gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0 10px 18px;
}
.gallery_grid li.galleryGrid .image {
  margin-bottom: 0;
}
.gallery_grid li.galleryGrid .comment {
  text-align: center;
  font-size: 1em;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 15px;
}


/*-------------------------------------------
お問い合わせテーブル
-------------------------------------------*/
table.contactTable {
    width: 100%;
    border-bottom: solid 1px #aaa;
}
table.contactTable tr td label {
    display: block;
    margin: 0 0 8px 10px;
}
table.contactTable th {
    width: 34%;
    background:#fbf7eb;
}
table.contactTable th, table.contactTable td {
    padding: 18px;
    border-top: solid 1px #aaa;
}
table.contactTable input.button, table.contactTable input[type="button"] {
  background-color: #bbdbf3;
  border: 2px solid #bbdbf3;
  border-radius: 5px;
  color: #fff;
  display: block;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  max-width: 640px;
  font-size: 1em;
  width:300px;
  box-sizing: border-box;
  letter-spacing: 1px;
  overflow: hidden;
  text-decoration:none !important;

}
select.validator-input {
    font-size: 1em;
}
table.contactTable .textField {
width: 100%;
}
table.contactTable input.button:hover,table.contactTable input[type="button"]:hover {
  background-color: #FFF;
  color: #2a2a2a !important;
}
.mainArticles .article p.contact-note {
    padding: 6px 0 0;
    font-size: 1em;
    color: #666;
}
table.contactTable .th_headline {
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.16em;
    color: #8bbf1b;
}
table.contactTable input.button{
	width: 33%;
}
table.contactTable input.button,
table.contactTable input.button:hover {
}
table.contactTable input[type="button"]{
        width:33%;
	background: #aaa;
        border:2px solid #aaa;
}
table.contactTable input[type="button"]:hover {
  filter:alpha(opacity=80);
  opacity:0.8;
  transition:0.5;
}
table.contactTable input[type="text"], table.contactTable input[type="password"], table.contactTable textarea {
    padding: 6px;
    border: solid 1px #b6b6b6;
    font-size: 1em;
    margin-left:0;
}
.validator-form .validator-message-valid,
.validator-form .validator-message-invalid{
    padding-left: 24px;
    font-size: 1em;
    padding-top: 2px;
}
body.body-media-pc.ams-build #sideContact {
    position: absolute;
}



/*-------------------------------------------
List
-------------------------------------------*/

ol.pp {
  padding-left: 2em;
}
ol.pp li {
  list-style-type: decimal;
  padding: 5px;
}

ul.notes {
  list-style-type: none;
  margin-left:1em;
  /*--margin-bottom:1em;--*/
  /*--font-weight:bold;--*/
}
ul.notes li{
  /*--margin:1em 0;--*/
}
ul.notes li::before {
  content: "◇";
  margin-left: -1em;
  /*--font-family: "メイリオ", sans-serif;--*/
}

ul.ps {
  list-style-type: none;
  margin-left:1em;
  /*--color:#666;--*/
}
ul.ps li::before {
  content: "※";
  margin-left: -1em;
  font-family: "メイリオ", sans-serif;
}

ul.maru {
  list-style-type: none;
  margin-left:1em;
  margin-top:1em;
  margin-bottom:1em;
  font-weight:normal;
  font-size:1.1em;
}
ul.maru li::before {
  color:#ffdead;
  content: "●";
  margin-left: -1em;
  font-family: "メイリオ", sans-serif;
}

ol.StyleOrderList {
  counter-reset: number 0;
  list-style: outside none none;
  padding-left: 40px;
  line-height: 2;
}
ol.StyleOrderList li::before {
  background: #009a44;
  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;
  font-family: monospace;
}
ol.StyleOrderList li {
  margin-bottom: 0.4em;
}

ul.StyleIconList {
  list-style: outside none;
  line-height: 2;
  padding-left: 2.2em;
}
ul.StyleIconList li {
  position: relative;
  font-size: 16px;
}
ul.StyleIconList li::before ,
ul.StyleIconList li::after {
  display: block;
  content: '';
  position: absolute;
}
ul.StyleIconList li::before {
  top: 0.4em;
  left: -1.9em;
  width: 1.2em;
  height: 1.2em;
  background-color: #009a44;
  border-radius: 100%;
}
ul.StyleIconList li::after {
  top: 0.8em;
  left: -1.6em;
  width: 0.3em;
  height: 0.3em;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

ul.ten {
  list-style-type: none;
  margin-left:1em;
  margin-bottom:1em;
  /*--
  font-weight:normal;
  font-size:1.1em;--*/
}
ul.ten li::before {
  color:#2a2a2a;
  content: "・";
  margin-left: -1em;
  /*--font-family: "メイリオ", sans-serif;--*/
}

/*--括弧付き数字--*/
ol.parentheses li {
  list-style-type: none;
  padding-left: 25px;
}

ol.parentheses li:before {
  margin-left: -25px;
  right: calc(100% + 0.5rem);  /* 0.5remは連番とテキストとの余白 */
  content: "[" counter(list-item) "]";
  padding-right: 0.5em;
}

.ol_process{margin-bottom: 1em;}

.ol_process li:not(:last-child)::after{
  content: "▼";
  color: #bcd64e;
  display: block;
  margin-left: -25px;
}

/*-------------------------------------------
Button
-------------------------------------------*/
a.linkbtn {
  border: 2px solid #009a44;
  color: #fff;
  display: block;
  margin: 8px auto;
  padding: 8px 2em;
  width:fit-content;
  text-align: center;
  text-decoration: none;
  font-size:1em;
  box-sizing: border-box;
  letter-spacing: 1px;
  overflow: hidden;
  background: #009a44;
	transition: all 0.5s ease-out;
}
a.linkbtn:hover {
  background:#fff;
	color:#009a44;
}
a.linkbtn:before {
  content: "\025b6";
  font-size: 70%;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}



/*-------------------------------------------
その他
-------------------------------------------*/

strong{
  font-weight:bold;
  font-size:1.2em;
font-family: 'Zen Maru Gothic', sans-serif;

  /*font-family:"Zen Maru Gothic Medium 500","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif !important;*/
}


/*ハーフ記事2*/
.mainArticles .article.half2 , .mainArticles .article.half2b {
  border: none;
  width: calc((1024px / 2) - 20px);
  display: inline-block;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 3em 0;
  text-align:left;
  vertical-align: top;
  background: #fff;
}

.mainArticles .article.half2:nth-of-type(2n+1) {
	margin-left:calc((100% - 1024px) / 2 );
}

.mainArticles .article.half2:nth-of-type(2n) {
	margin-right:calc((100% - 1024px) / 2);
}


.mainArticles .article.half2b:nth-of-type(2n+1) {
	margin-right:calc((100% - 1024px) / 2 );
}

.mainArticles .article.half2b:nth-of-type(2n) {
	margin-left:calc((100% - 1024px) / 2);
}


.mainArticles .article.half2 .article_body , 
.mainArticles .article.half2b .article_body{
	width:100%;
}

/*h4*/
.mainContents .article.half2 h4 , .mainContents .article.half2b h4{
    line-height: 1.4em;
    font-size: 1.4em;
    margin: 0 0 1em 0;
    font-weight: bold;
    /*--padding: 0 0 5px 1.5em;--*/
    padding: 0 0 5px 0;
    /*--color: #2a2a2a;--*/
    color: #009a44;
    display:flex;
    /*--border-bottom:1px dotted #bcd64e;--*/
		position:relative;
}
/*--
.mainContents .article.half2 h4:before ,
.mainContents .article.half2b h4:before{
		position:absolute;
		content:"\025a0";
		color:#009a44;
		left:0;
		top:0em;
		width:2em;
		height:1em;
		margin:auto;
		box-sizing:border-box;
}--*/

.mainContents .article.half2 img ,
.mainContents .article.half2b img{
  max-width:480px !important;
}


/*ハーフ記事3*/
.mainArticles .article.half3 {
  border: none;
  width: calc((1024px / 3) - 2em );
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
	/*--height:490px;--*/
  text-align:left;
  vertical-align: top;
  background: #fff;
	/*--border-radius:1em;--*/
	border:1px solid #ccc;
}

.mainArticles .article.half3:nth-of-type(3n+1) {
	margin-left:calc((100vw - 1024px) / 2 ); 
	margin-right:1.5em; 
	margin-bottom:2em;
}

.mainArticles .article.half3:nth-of-type(3n) {
	margin-right:calc((100vw - 1024px) / 2 );
	margin-bottom:2em;
}

.mainArticles .article.half3:nth-of-type(3n+2) {
	margin-right:1.5em;
	margin-bottom:2em;
}
.mainArticles .article.half3 .article_body{
	width:100%;
}

.mainContents .article.half3 img{
  max-width:310px !important;
	margin:0;
}

.mainArticles .article.half3 p{
	padding:0 1em;
}

/*h4*/
.mainContents .article.half3 h4{
  font-size: 1.4em;
  color: #2a2a2a;
  padding:0;
  border:none;
  width:auto;
  margin:0 1em 0.7em 1em;
  text-align:center;
  background:none;
	line-height:1.5;
	display:block;
}

.mainContents .article.half3 h4:before{
	display:none;
}



/*中央寄せ*/
.align_c{
  text-align:center;
}

/*右寄せ*/
.align_r{
  text-align:right;
}
.mainTopics .topics li .date {
	font-weight:bold;
	color: #009a44;
}




/*診療内容*/
#serviceList{
  background: #ffdead url(/materials/167713402556401.png)no-repeat;
    background-size: cover;
  margin:5em 0 0 0;
  padding:0 0 2em 0;
}

#serviceList h3{
	margin:2em auto;
	text-shadow:0 0 5px #fff;
}

#serviceList ul.galleryGrids li.galleryGrid .galleryGrid_outer{
  margin:5%;
  padding:0;
}
#serviceList ul.galleryGrids li.galleryGrid .image{
  padding:3em 2em;
  background:#fff;
  border:none;
	border-radius:0;
}
#serviceList ul.galleryGrids li.galleryGrid .image img{
  max-width:100%;
}
#serviceList ul.galleryGrids li.galleryGrid .comment{
  color:#fff;
  font-weight:normal;
	background:#009a44;
	padding:0.5em 0;
}





/*院長挨拶*/
ol.greeting{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
	padding:2em;
	border:1px solid #009a44;
	margin-bottom:2em;
}
ol.greeting li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
	width:100%;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol.greeting li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #009a44;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}




/*ナンバーリスト*/
ol.number {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:1em;
  background: #f7f7f7;
	overflow:hidden;
}
ol.number li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
	float:left;
	width:45%;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol.number li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #009a44;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*感染対策*/
.mainArticles .article.disinfecting{
    background-color: #f1f3ec;
    margin: 0;
    padding:0 0 4em 0;
}

ul.StyleCheckList {
    list-style: outside none;
    line-height: 2;
    padding-left: 2.5em;
}
ul.StyleCheckList li {
    position: relative;
    font-size: 16px;
}
ul.StyleCheckList li::before {
    display: block;
    content: '';
    position: absolute;
    top: 0.4em;
    left: -2em;
    width: 0.9em;
    height: 0.5em;
    border-left: 4px solid #E55;
    border-bottom: 4px solid #E55;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bannar{
	margin:2em 0;
}

/*追記*/
ul.galleryGrids li.galleryGrid .comment{
  font-family: 'Zen Maru Gothic', sans-serif;
 /* font-family:"Zen+Maru+Gothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif !important;*/
}
p{
  font-family: 'Zen Maru Gothic', sans-serif;
/*font-family:"Zen+Maru+Gothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif !important;*/
}
/*追従型ボタン*/
.freeHtml #contact-box{
  position:fixed;
  top:250px;
  right:0px;
  z-index:100;
  width:50px;
}


/*囲い*/
div.envelope  {
  margin-top: 1em;
  margin-bottom: 2em !important;
  margin-right: 0;
  margin-left: 0;
  padding: 2em;
  background: #fff;
  box-sizing: border-box;
  border: #bcd64e 1px solid;
  /*--border-radius: 20px;--*/
}

div.envelope p{
margin-bottom: 0;
}
div.envelope img{
  max-width: 670px;
  margin-bottom: 0!important;
}

.mainArticles .article.articleFlow{
	overflow:visible;
}

.mainArticles .article.articleFlow{width: 1024px; margin-left: auto; margin-right: auto;}

.mainArticles .articleFlow{
	position:relative;
	border-bottom:solid 1px #b4b4b4;
}
/*--
.mainArticles .articleFlow .article_outer {
    padding-left: 120px;
}--*/
/*--
.mainArticles .articleFlow:before{
	counter-increment: count-number 1;
    content: counter(count-number, decimal-leading-zero);
    display: inline-block;
    color: #FFF;
    background-color: #dcc09f;
    padding: 25px;
    line-height: 1;
    font-size: 28px;
    position: absolute;
    left: 0;
}--*/

.articleFlow:after{
	content: "";
    width: 30px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -15px;
    background-color: #FFF;
    height: 30px;
    border: 1px solid;
    border-color: transparent transparent #b4b4b4 #b4b4b4;
    transform: rotate(-45deg);
}

.articleFlow.last:after{
	display:none;
}