@charset "utf-8";
@import url("//share.cr-cms.net/hp_agency/hpagency.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
/*-------------------------------------------
テンプレート
ノーマル01 ブルー左メイン
-------------------------------------------*/
/*カラー*/
:root {
  --first-color-100: #3E537A;
	--first-color-50: #E6F0F0;
  --second-color: #789682;
	--accent-color: #E6B4BE;
	--text-color: #555555;
	--bg-color01: #F5F5F0;
  --bg-color02: #fff;
	--border-color: #ccc;
  --serif:font-family: 'Noto Serif JP', serif;
  
}

.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;}

html {
	scroll-behavior: smooth;
    transition: 0.5s all;
}

::selection {
	background: var(--accent-color);
}

body {
  color: #333;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

#wrap {
  min-width: 1080px;
  background:#F5F5F0;
}
#wrap_body {
  padding: 0;
}
#contents {
  width: 100%;
  margin: 0;
  padding-top: 20px;
  box-sizing: border-box;
}
#contents_outer,
#footer_outer{
  width: 1080px;
  margin: 0 auto;
}
#mainContents {
  width: 750px;
}
#title {
  width:100%;
  background: var(--bg-color02);
}
#title_outer {
  width:1080px;
  margin:0 auto;
}
#topMenu .topMenu, #topMenu_body, #topMenu_outer {
  max-width: 1080px;
  width: 100%;
  height:60px;
  background:none;
}
#mainArticles, .mainArticles .article, .mainArticles div.gallery, #mainTopics, #listTopics {
  width: 100%;
}

.mainArticles .article p {
  margin-bottom: 1.5em;
}

/*-------------------------------------------------------
  リンク設定
-------------------------------------------------------*/
a {
  color: var(--first-color-100);
  text-decoration: underline;
}
#mainArticles a:hover img, #sideBanners a:hover img,
div.freeHtml a:hover img, div.image img.gallery:hover,
#title h1:hover,#sideContact:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

a:hover {
  color: var(--second-color);
  text-decoration: none;
	
}

a.tel-link {
	font-size: 20px;
	font-weight: bold;
}

/*改行スマホのみ*/
br.sponly {
  display:none;
}

/*-------------------------------------------------------
  タイトル部分
-------------------------------------------------------*/
#title {
  padding:15px 0 12px 0;
  text-align: left;
}
#title h1 {
  margin: 0;
  /* padding: 15px 0; */
  text-align: left;
  height: 62px;
  width: 300px;
}
#title h1 a {
  display: inline-block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  height: 100%;
  width: 100%;
  background: url(/materials/178355440529801.png)left top no-repeat;
  background-size: contain;
}
#title_outer {
  background: url(/materials/178461551345501.png) no-repeat top 16px right;
  background-size: 700px;
}
#title .description {
  background: none;
  color: #666;
  font-size: 16px;
  -webkit-font-smoothing: subpixel-antialiased;
  padding:12px 0 0;
  text-align: center;
  letter-spacing: normal;
  position: relative;
  width: 100%;
}

/*-------------------------------------------------------
  トップバナー
-------------------------------------------------------*/
#mainImage {
  width: 100%;
  /*background:#cbe4f1;*/
  background: #ffffff;
}
#mainImage_outer {
  background:none;
}
#mainImage_body {
  width:100%;
  padding-bottom:0;
}
#mainImage_body img {
  border:none;
}
.mainImage img, #topMenu .topMenu {
  overflow: hidden;
}
.mainImage img {
  width: 100%;
  max-width: 100%;
}
.mainImage #slider li {
        height: auto !important;
}

/*-------------------------------------------------------
  トップメニュー
-------------------------------------------------------*/
#topMenu {
  margin-top: 0px;
  height: 60px;
  /*--background: var(--first-color-100);--*/
  background:var(--bg-color02);
  border-bottom: none;
}
#topMenu .topMenu li {
  padding: 0;
  font-weight: bold;
  width: 20%;
  height:60px;
  line-height:60px;
  background: transparent;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  border-left: none;
  border-right: none;
  position: relative;
}
#topMenu .topMenu li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 24px;
  width: 2px;
  background: #e6f0f0;
  transform: translateY(-50%);
}
#topMenu .topMenu li.first::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 24px;
  width: 2px;
  background: #e6f0f0;
  transform: translateY(-50%);
}
#topMenu .topMenu li a {
  background: transparent;
  border-bottom: 1px solid rgb(255 255 255 / 0.5);
  /*--color: #fff;--*/
  color: #3c5073;
  width: auto;
  height:60px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 17px;
  line-height:60px;
  letter-spacing: 0;
  font-feature-settings: "palt";
  /*--padding: 0 10px;--*/
  padding: 0;
  text-align: center;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
#topMenu .topMenu li a:hover {
  background: transparent;
  /*--color: var(--accent-color);--*/
  color: var(--first-color-100);
}
/*-------------------------------------------------------
  パンクズ
-------------------------------------------------------*/
.pankuz p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #777;
  text-align: right;
  border-bottom: none;
  padding-bottom: 10px;
  padding-top: 20px;
}
/*-------------------------------------------------------
  記事
-------------------------------------------------------*/
.mainArticles .article,
.mainArticles .gallery {
  margin-bottom: 30px;
}

.mainArticles .article.zero_margin,
.mainArticles .gallery.zero_margin {
  margin-bottom: 0px;
}

.gallery_grid li.galleryGrid .image a {
  display: block;
}
.gallery_grid li.galleryGrid .comment {
  font-size:15px;
  line-height:1.5;
  height:2.8em;
  text-align: center;
}
.gallery_grid li.galleryGrid .galleryGrid_outer {
  width: auto;
  padding: 0 10px 10px;
}
.galleryGrid_body {
  background:#f5f5f5;
  border: none;
  padding: 0.3em;
  box-sizing: border-box;
}

.gallery_grid li.galleryGrid .comment:empty {
	display: none;
}

.mainArticles .article .image{
  max-width: initial;
}

/* 記事半分 */
.mainArticles .articlehalf {
	width: 48.5%;
  	display: inline-block;
  	vertical-align: top;
    text-align:left;
    padding: 1%;
    box-sizing: border-box;
	margin: 0px 2px 10px 2px;
}

.mainArticles .articlehalf img {
    margin-bottom: 0px;
  	max-width: 200px;
}
.mainArticles .halfbefore {
    padding-bottom: 0px;
    margin-bottom: 5px;
}

/*-------------------------------------------------------
  最新情報
-------------------------------------------------------*/
#mainTopics {
  padding: 20px 1em 0 1em;
  background:#f9f9f7;
  mix-blend-mode: multiply;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
}
#mainTopics .topics li .date,
#mainTopics .topics li .date {
  font-size: 16px;
  color: #555;
}
#mainTopics .topics li h3 a{
  color: #555;
  font-size: 18px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.mainTopics .topics li h3{
  font-size: 18px;
}
#mainTopics .topics .description,
.mainTopics .topics li .description{
  font-size: 16px;
  color: #555;
  line-height: 1.4em;
}
#mainTopics .topics li .more a {
  padding: 6px 10px;
  text-decoration: none;
  color: var(--second-color);
  font-size: 14px;
  border: 1px solid var(--second-color);
  margin-right: 10px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background:none;
}
.mainTopics .topics li .more a{
  font-size: 14px;
}
#mainTopics .topics li .more a:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid var(--second-color);
  background: var(--second-color);
}
#mainTopics .topics li .thumb, #mainTopics .topics li .thumb img {
  max-width: 120px;
  max-height: 120px;
}
#mainTopics .listview {
  text-align: center;
  background:none;
  margin-bottom: 50px;
}
#mainTopics .listview a {
  width: 30%;
  margin:20px 0;
  padding: 6px 0;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: var(--first-color-100);
  border-radius: 4px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
#mainTopics .listview a:hover {
  text-decoration: none;
  background: var(--accent-color);
  color: var(--text-color);
}
#mainTopics h2 {
  text-align: center;
  margin-top: 0.5em;
  padding: 8px 20px;
  background: none;
  border: none;
  color: #444;
  display: block;
  font-weight: normal;
  position: relative;
}

/*-------------------------------------------------------
  見出し
-------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  width: 100%;
  font-size: 180%;
  font-weight: normal;
  line-height: 1.4em;
  margin-bottom: 10px;
  padding: 0;
  font-feature-settings: "palt";
  color: var(--first-color-100);
  border-bottom: none;
  font-family:var(--serif);
	border-bottom:2px solid var(--first-color-100);
}
.mainContents .article h3, .mainContents div.gallery h3 {
  font-size: 20px;
  color: var(--first-color-100);
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.6em;
  background-color: var(--first-color-50);
  /* background-image:url(/materials/174789933361001.png)!important;
  background-repeat: no-repeat;
  background-position: top 4px left 4px;
  background-size: 40px; */
  border:none;
  border-bottom: 1px solid var(--first-color-100);
  margin: 30px 0 18px 0;
  padding: 8px 15px 8px 50px;
  position: relative;
  font-family:var(--serif);
}
.mainContents .article h3 a,
.mainContents .article h3 a:hover{
  text-decoration: none;
  color: #333;
  line-height: 1.4em;
}
#mainTopics h2 {
  font-size:130%;
  text-align: center;
  margin:0 0 0.5em 0;
  padding: 0;
  font-family:var(--serif);
}
#mainTopics .topics li {
  border:none;
}
/*h4*/
.mainContents .article h4 {
  padding: 2px 0 8px 21px;
  margin: 20px 0 10px 0px;
  font-size: 20px;
  font-weight: bold;
  color: #222;
  line-height: 1.4em;
  position: relative;
}
.mainContents .article h4::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: var(--accent-color);
  border-radius:50%;
}
/*h5*/
.mainContents .article h5 {
  padding: 2px 0 8px;
  margin: 20px 0 10px 10px;
  font-size: 100%;
  font-weight: normal;
  color: #333;
  line-height: 1.4em;
  position: relative;
}
.article h5::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 6px;
  width: 6px;
  height: 1em;
  background: var(--bg-color01);
}

/*-------------------------------------------------------
  テーブル
-------------------------------------------------------*/
/*デフォルトテーブル*/
.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;
  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 {
  width: 8em;
  background-color: #f7f7f7;
  text-align: center;
}
.article table:not(.contactTable) td{background: #fff;}

/*ノーマルテーブル*/
.article table.normalTbl {
    border-collapse: collapse;
    border-left:none;
    border-spacing: 0;
    border-top: 1px solid #CCC;
    margin: 10px auto;
    width: 100%;
}
.article table.normalTbl th {
    /*background-color: var(--first-color-20);*/
	background:var(--bg-color02);
    border-bottom:1px solid var(--first-color-100);
    border-right: none;
    color: #333;
    height: auto;
    line-height: 150%;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    width: 30%;
}
.article table.normalTbl td {
    border-bottom: 1px solid #ccc;
    border-right: none;
    height: auto;
    line-height: 150%;
    padding: 10px;
	background:var(--bg-color02);
}


.article table.normalTbl.price td{
  text-align:right;
}

/*診療時間テーブル*/
.article table.time-table {
    width: 100%;
    border:none;
    border-bottom: #e1e1e1 solid 1px;
}
.article table.time-table thead tr th {
    border:none;
    background:none;
    border-top: #e1e1e1 solid 1px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}
.article table.time-table thead tr th:nth-child(1) {
    width: 28%;
}

.article table.time-table tbody tr th,
.article table.time-table tbody tr td{
	background:#f5f5f5;	
}

.article table.time-table tbody tr th {
    border:none;

    border-top: #e1e1e1 solid 1px;
    vertical-align: middle;
    text-align: center;
}

.article table.time-table tbody tr td {
    height: 40px;
    border:none;
    border-top: #e1e1e1 solid 1px;
    vertical-align: middle;
    text-align: center;
}

.article table.price2.normalTbl th{width: 70%;}

.article table.price.normalTbl td {
  text-align: right;
}

/*--流れ--*/
.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;
  background: transparent;
}
.article table.flowTbl td:before{
  content:"";
  width:20px;
  height:20px;
  border-radius:50%;
  background:var(--accent-color);
  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:#333;
font-weight:bold;
font-size:1.5em;
display:inline-block;
margin-bottom:0.5em;
}

/*-------------------------------------------------------
  リスト
-------------------------------------------------------*/
ul.tokucho {
	border: 1px solid var(--first-color-50);
	background:var(--first-color-20);
	padding: 1em 1.5em;
	border-radius: 3px;
	box-sizing: border-box;
	margin: 0 auto;
	}

ul.tokucho li{
	font-weight:bold;
	font-size: 1.1em;
	margin:0.5em 0;
}

ul.tokucho li::before {
	color: var(--first-color-100);
	content: "●";
	margin-left: -1em;
	margin-right:0.25em;
	font-family: sans-serif;
}

ul.linklist {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

ul.linklist li {
	width: 33%;
	padding: 0.25em 0.5em;
	box-sizing:border-box
}

ul.linklist li a.btn{
	display:block;
	border-radius:5px;
	background:var(--first-color-100);
	padding: 0.25em 0.5em;
	color:#FFF;
	text-align:center;
	text-decoration: none;
	position:relative;
	/* border: 2px solid var(--first-color-100); */
}

a.btn:after {
	content: '';
	position: absolute;
	top: 25%;
	right: 13px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg) translateY(-65%);
	transform: rotate(135deg) translateY(-65%);
}

ul.linklist li a.btn:hover {
	color: var(--first-color-100);
	background: var(--accent-color);
	font-weight: bold;
}

a.btn:hover:after {
	border-color: var(--first-color-100);
}

ul.simpleList {
    padding-left: 2em;
}
ul.simpleList li {
    list-style-type: disc;
    padding: 5px;
}

ol.number {
	counter-reset: number 0;
	list-style: outside none none;
	padding-left: 40px;
	line-height: 2;
}

ol.number li {
	margin-bottom: 0.5em;
}

ol.number li::before{
	background: var(--first-color-100);
    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;
}

/*-------------------------------------------------------
  リンクボタン
-------------------------------------------------------*/
a.linkbtn {
  width: 80%;
  margin: 1em auto;
  padding: 0.5em;
  border-radius: 2px;
  background: #f68a15;
  display: block;
  color: #fff;
  letter-spacing: normal;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  float: none;
  position: relative;
}
a.linkbtn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-65%);
  transform: rotate(45deg) translateY(-65%);
}
a.linkbtn:hover {
  background: #d57813;
  color: #fff;
}
/*-------------------------------------------------------
  サイドコンテンツ
-------------------------------------------------------*/
#sideContents {
  width:280px;
  background: none;
  color: #333;
  font-size: 100%;
  font-weight: normal;
  margin: 1.5em 0 1em 0;
  padding: 0.5em 0 0.3em;
  position: relative;
  text-align: center;
}

#sideContents h2 .logo img {
	max-width: 248px;
}

#sideServices, #sideMobile {
  width: 100%;
  background:none;
  background-color:#fff;
  border:none;
}
#sideServices, #sideBlogCategories, #sideBlogDates {
  margin-bottom:30px;
}

#sideServices h2, #sideBlogCategories h2, #sideBlogDates h2, #sideMobile h2 {
	font-size:16px;
	color:#fff;
	background: var(--first-color-100);
	border:none;
	margin:0 0 16px 0;
	padding:5px 10px;
	text-align:center;
}
.sideServices ul {
  width:100%;
  padding:0;
}
.sideServices ul li {
  width:100%;
  border:none;
  border-bottom: 1px dotted var(--first-color-100);
  background-color:#fff;
  margin-bottom:0;
  position:relative;
}
.sideServices ul li::before {
  display: block;
  content: '';
  position: absolute;
  top: 12px;
  left: 0.5em;
  width: 7px;
  height: 7px;
  border-left: 2px solid var(--first-color-50);
  border-bottom: 2px solid var(--first-color-50);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.sideServices ul li a {
  width:100%;
  border:none;
  background-image:none;
  background-color:#fff;
  color: var(--first-color-100);
  padding:8px 6px 12px 6px;
  box-sizing: border-box;
}
.sideServices ul li a:hover {
  color: var(--second-color);
}

/*サイドバナー*/
#sideBanners {
  width:280px;
}
.sideBanner {
  width:280px;
  background:#f9f9f7;
}
.sideBanner_body {
  width:270px;
}
.sideBanner_body img {
  width:270px;
}

/*サイドフリーHTML 医院概要*/
#side {
  border: 1px solid var(--first-color-100);
  padding:24px 16px 16px 16px;
  margin-bottom:30px;
}
#side h4 {
  font-size:16px;
  color:var(--first-color-100);
  background: #f5f5f5;
  border-top:1px solid var(--first-color-100);
  border-bottom:1px solid var(--first-color-100);
  margin:24px 0 8px 0;
  padding:2px;
  text-align:center;
}

/*モバイルサイト*/
#sideMobile {
  background-color: transparent;
  padding: 0;
}
#sideMobile img {
  border: 1px solid #ccc;
}
.sideMobile p {
  color: #444;
}

/*お問い合わせ*/
#sideContact {
  display: none;
}

/*-------------------------------------------------------
  フッター
-------------------------------------------------------*/
.footer .services {
  background: none;
}
#footer {
  background: none;
  background-color: var(--first-color-100);
  padding-bottom: 0;
  position: relative;
}
#footer_body {
  overflow: hidden;
}
.footer li a,
.footer .services li a{
  padding-left: 18px;
  font-size: 16px;
  color:#fff;
}
.footer .topMenu {
  background:none;
}
.footer  li a:hover, .footer .services li a:hover {
  /* color: #fff!important; */
  text-decoration: underline;
}
.footer .topMenu li a,
.footer .services li a{
  position:relative;
  background:none!important;
}
#footer li a:hover{
	color:var(--accent-color);
}

.footer li{
  padding:0 25px 0 0;
  margin-bottom:8px;
}
.footer .topMenu li a:before,.footer .services li a:before {
  display: block;
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.footer .copyright, .footer .copyright a {
  color:#fff;
}

/*-------------------------------------------
List
-------------------------------------------*/
/******noticelist******/
ol.pp {
margin-top: 1.5em;
padding-left: 2em;
}
ol.pp li {
list-style-type: decimal;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 12px;
}
ul.notes {
list-style-type: none;
margin-left:1em;
}
ul.notes li {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 12px;
}
ul.notes li::before {
content: "◆";
margin-left: -1em;
}
ul.ps {
font-size: 16px;
list-style-type: none;
margin-left:1em;
margin-bottom: 20px;
}
ul.ps li::before {
content: "※";
margin-left: -1em;
}
ul.maru {
font-size: 16px;
list-style-type: none;
margin-left:1em;
}
ul.maru li::before {
content: "●";
margin-left: -1em;
}

a.btn-reserve {
    font-size: 20px;
    color: #917f59;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    display: block;
    position: fixed;
    top: 329px;
    right: -137px;
    /*width: 50px;*/
    background: #ffdc4d;
    padding: 20px 15px;
    box-sizing: border-box;
    z-index: 9999;
  transform: rotate(90deg);
  border-radius: 0px 0px 10px 10px;
}

.freeHtml #contact-box{
  position:fixed;
  top:24px;
  right:0px;
  z-index:100;
  width:110px;
}

.footer .topMenu {
    display: none;
}

#slider .slick-slide a, #slider .slick-slide img {
    margin-left: 110px;
    margin-right: 110px;
    border-radius: 20px;
}


/*追加ボタン*/

.btn-wrap 
{
width: 200px; 
display: block; 
margin-left: auto; 
margin-right: auto;

}

.btn-wrap a
{
color: #fff; 
display: block; 
font-size: 16px; 
line-height: 30px; 
text-align: center; 
width: 200px; 
background-color: #f7f6f5; 
border: 3px solid #3e537a; 
border-radius: 25px; 
color: #3e537a; 
text-decoration: none;
}




#mainArticles_body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.article.col2{
  display: inline-block;
  width: calc(50% - 10px);
}
.article.col2 .image img{
  max-width: 100%;  
}
.mainContents .article.card{
  padding: 20px;
  border: solid 2px;
  box-sizing: border-box;
}
.mainContents .article.card h3{
  background: 0;
  padding: 0 0 10px 40px;
  margin: 0 0 20px 0;
}
.article.num{
  position: relative;
  overflow: visible;
}
.mainContents .article.num h3::before{
  content: "1";
  position: absolute;
  top: unset;
  left: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--first-color-100);
  color: #fff;
  border-radius: 50%;
}
.mainContents .article.num1 h3::before{
  content: "1";
}
.mainContents .article.num2 h3::before{
  content: "2";
}
.mainContents .article.num3 h3::before{
  content: "3";
}
.mainContents .article.num4 h3::before{
  content: "4";
}

.mainArticles .article.zero_margin, .mainArticles .gallery.zero_margin {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.mainArticles .gallery.siteGuide .galleryGrid_body{
  padding: 20px;
  border: 3px solid var(--first-color-100);
  border-radius: 10px;
}
.mainArticles .gallery.siteGuide .galleryGrid_body .image{
  background: var(--first-color-100);
  padding: 20px;
  border-radius: 10px;
}
.mainArticles .gallery.siteGuide .galleryGrid_body .image img{
  height: 100px;
  width: auto;
}
.mainArticles .gallery.siteGuide .comment{
  color: var(--first-color-100);
  font-weight: bold;
  font-size: 18px;
  height: unset;
}
.mainContents .article h3, .mainContents div.gallery h3{
  padding-left: 15px;
}
.mainContents .article h3:before, .mainContents div.gallery h3:before{
    content: "■";
    color: #7FB8BF;
}