/*-------------------------------
レスポンシブ02 ホワイト 1カラム
---------------------------------*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url("//use.fontawesome.com/releases/v5.6.1/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@200;300;400;500;600;700;800&display=swap');

/*-------------------------------------------
ベースレイアウト
-------------------------------------------*/
body {
  color: #333333;
  font-size: 18px;
  line-height: 1.8;
  /*font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;*/
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
#wrap {
  background: none;
}
.contents {
  overflow: hidden;
}
#mainContents {
  padding-top: 0;
  padding-bottom: 0;
}
a {
  color: #5FB770;
  font-weight: normal;
  transition: all .4s ease;
}
strong a {
  font-weight: bold;
}
a:hover {
  color: #278A24;
  font-weight: normal;
}

#title_outer, #topMenu_outer, #mainTopics_outer, #sideContents_outer {
  width: 100%;
  min-width: inherit;
  max-width: 1200px;
}
#mainArticles,#footer_outer {
  width: 100%;
  min-width: inherit;
}
#mainArticles {
  /*padding-top: 3rem;*/
}
.article, .gallery {
  width: 96%;
  max-width: inherit;
  min-width: inherit;
  margin: 0 auto 2em;
}

.article .article_body,.gallery .article_body {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.article h3 a, .gallery h3 a {
  color: #333333;
}
.article h3 a:hover, .gallery h3 a:hover {
  color:#278A24;
}

#mainTopics_outer {
  /*padding-top: 40px;*/
}
.mainArticles .article_left .image {
  margin: 0 40px 30px 0;
}
.mainArticles .article_right .image {
  margin: 0 0 30px 40px;
}
.mainArticles .article, .mainArticles .gallery {
  padding-bottom: 1em;
  padding-top: 1em;
  margin-bottom: 2em;
}
.mainArticles .article:first-of-type, .mainArticles .gallery:first-of-type {
  padding-top:0;
}
.mainArticles .article .article_body, .mainArticles .gallery .article_body {
  width: 100%;
  max-width: 1200px;
}
#mainArticles img {
  border-radius: 4px;
}
/*
.article .image {
  border-radius: 8px;
}*/
.gallery ul.galleryGrids .comment {
  font-size: 1em;
  font-weight: 500;
}
sub {
  font-size: 0.7em;
}
@media only screen and (max-width: 960px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
  #mainContents {
    padding-top: 0;
    padding-bottom: 0;
  }
  #mainTopics_outer {
  padding-top: 10px;
}
  
  
  .mainArticles .article_left .image,.mainArticles .article_right .image {
    margin: 0 0 1em;
  }
  .mainArticles .article, .mainArticles .article.col2.colSet, .mainArticles .article.col3.colSet, .article:not(.article.max), .mainArticles div.gallery, #listTopics {
    padding: 2% 4% 2%;
    margin-bottom: 0.5em;
  }
  #listTopics {
    padding-top: 0;
  }
  .article, .gallery {
    width: 100%;
  margin: 0 auto 1.5em;
}
}
/*-------------------------------------------
マージン調整
-------------------------------------------*/
.mx-0 {
  margin-right:0 !important;
  margin-left:0 !important;
}
.mx-1 {
  margin-right:1em !important;
  margin-left:1em !important;
}
.ma-1 {
  margin: 0.5em 1em !important;
}
.my-0 {
  margin-top:0 !important;
  margin-bottom:0 !important;
}
.mt-0 {margin-top:0 !important;}
.mt-1 {margin-top:1em !important;}
.mt-2 {margin-top:2em !important;}
.mt-3 {margin-top:3em !important;}
.mb-0 {margin-bottom:0 !important;}
.mb-1 {margin-bottom:1em !important;}
.mb-2 {margin-bottom:2em !important;}
.mb-3 {margin-bottom:3em !important;}

/*-------------------------------------------
パディング調整
-------------------------------------------*/
.px-0 {
  padding-right:0 !important;
  padding-left:0 !important;
}
.py-0 {
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.pt-0 {padding-top:0 !important;}
.pt-1 {padding-top:1em !important;}
.pt-2 {padding-top:2em !important;}
.pt-3 {padding-top:3em !important;}
.pb-0 {padding-bottom:0 !important;}
.pb-1 {padding-bottom:1em !important;}
.pb-2 {padding-bottom:2em !important;}
.pb-3 {padding-bottom:3em !important;}

@media only screen and (max-width: 600px) {
  .sppb-0 {
    padding-bottom:0 !important;
  }
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#title {
  height: auto;
  padding: 20px 3% 20px;
}
#title_body {
  width: 50%;
}
#title h1 {
  width: 100%;
  max-width: 512px;
  height: auto;
}
h1 a {
  display: block;
  /*height: 100px;
  width: 50%;
  max-width: 439px;*/
  background: url(/materials/175739899532501.png)left center no-repeat;
  background-size: contain;
  text-indent: -9000px;
  height: 103px;
}
#title #title_outer{
  height: 103px;
  background: url(/materials/175739900288701.png) right center no-repeat;
  background-size: auto;
}


#title description {
  display: none;
}
@media only screen and (max-width: 960px) {
  #title #title_outer {
    background-size: 33%;
    height: auto;
  } 
}
@media only screen and (max-width: 768px) {
  h1 a {
    background-size: 75%;
    height: 70px;
  }
}
@media only screen and (max-width: 600px) {
  #title, #title_outer, #title_body, h1 {
    height: auto;
  }
  h1 a {
    background-size: contain;
    height: 60px;
  }
  #title {
    padding: 10px 3%;
  }
  #title_body {
    width: calc(100% - 80px);
  }
  #title h1 {    
    background-position: left center;
    height: 60px;
    background-size: contain;
    margin: 0 auto 0 0;
  }
  #title #title_outer {
    background: none;
    height: auto;
    margin-right: auto;
  }
  #title .description {
    display: none;
  }
}

/*-------------------------------------------
メニュー
-------------------------------------------*/
#topMenu {
  background: #EFF6F1;
  padding: 0;
}
#topMenu .topMenu li {
  transition: all .4s ease;
}
#topMenu_outer .topMenu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  flex-direction: column;
  line-height: 1.5;
  padding: 1em 0;
  position: relative;
  color: #333333;
  font-weight: 500;
}

#topMenu_outer .topMenu li a::after {
  content:none;
}
#topMenu_outer .topMenu li a:hover {
  background: #5FB770;
  color: #ffffff;
}
#topMenu_outer .topMenu li a:hover::after {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #topMenu .topMenu li {
    width: calc(100% / 3);
  }
  #topMenu .topMenu li a {
    flex-direction: row;
  }
}
@media only screen and (max-width: 600px) {
  #toggle {
    top: 10px;
    right: 10px;
    border-radius: 4px;
  }
  #topMenu {
    padding: 0;
  }
  #topMenu .topMenu li,
  #topMenu_outer .topMenu li:last-of-type {
    width: 100%;
    border:none;
    border-top: solid 1px #d5e3d9;
    border-radius: 0;
  }
  #toggle,
  .active #toggle {
    background-color: #5FB770;
  }
  body.active #topMenu {
    height: 255px;
  }
}

/*-------------------------------------------
メイン画像
-------------------------------------------*/
#mainImage {
  /*margin-bottom: 2em;*/
  background: url(/materials/175739902499201.png) repeat-x center top;
  background-size: auto;
}

@media only screen and (max-width: 600px) {
  #mainImage {
    margin-bottom: 0;
  }
/*
  #mainImage {
    margin-bottom: 1rem;
  }
  #mainImage img {
    object-fit: cover;
    object-position: top center;
    min-height: 240px;
  }

  #mainImage_body li:nth-of-type(1) {
    display: none !important;
  }
  #mainImage_body li:nth-of-type(2) {
    display: block !important;
  }
*/
}

/*-------------------------------------------
見出し
-------------------------------------------*/
#mainArticles h2, #mainServices h2, #mainTopics h2, #listTopics h2 {
  min-width: inherit;
}
#mainArticles h2,#listTopics h2,#mainArticles div[id^="blog"] h2 {
  min-width: inherit;
  background: #5FB770;
  padding: 1.2em 0.5em;
  /*width: 100%;*/
  width: 100vw;
  margin: 0 auto 1em;
  margin-left: calc(50% - 50vw);
  font-size: 2.6em;
  color: #ffffff;
  line-height: 1.85;
  font-weight: 500;
}
#listTopics h2 strong {
  display: none;
}
#mainArticles div[id^="blog"] h2 {
  margin-bottom: 2em;
}
.mainContents .article h3,
.mainContents div.gallery h3,
#mainServices h2,
#mainTopics h2 {
  color: #333333;
  font-size: 2em;
  padding:0;
  margin: 2em auto 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  flex-direction: column;
  font-weight: 500;
}

.mainContents .article h3 strong, .mainContents div.gallery h3 strong, #mainServices h2 strong, #mainTopics h2 strong {
  color: #5FB770;
  padding: 0.2em 1em;
  font-size: 0.4em;
  border-radius: 3em;
  margin-top: 1em;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.mainContents .article h3:after, .mainContents div.gallery h3:after, #mainServices h2:after, #mainTopics h2:after {
  content: none;
}
#mainArticles div[id^="blog"] h2:after {
  content: none;
}
#mainArticles div[id^="blog"] h3 a {
  font-weight: 500;
}
.article h4 {
  background: #F9DADA;
  padding: 0.8em 1.2em;
  margin-bottom: 1em;
  margin-top: 1.5em;
  font-size: 1.3em;
  border:none;
  line-height: 1.6;
  border-radius: 0;
  position: relative;
  font-weight: 500;
}
.article h4::before {
  content: none;
}
.article h4::after {
  content: none;
}
.article h5 {
  background: #ECE5D7;
  padding: 12px 18px;
  margin-bottom: 1em;
  margin-top: 1.5em;
  font-size: 1em;
  border-bottom: none;
  display: flow-root;
  line-height: 1.6;
  border-radius: 4px;
  border:none;
  font-weight: 500;
}
.article h5::before {
  content: none;
}

@media only screen and (max-width: 600px){
  #mainArticles h2,#listTopics h2,#mainArticles div[id^="blog"] h2 {
    padding: 25px 10px;
    margin-left: calc(50% - 50vw);
    font-size: 1.8em;
    margin-bottom: 0.5em;
  }
  #mainArticles div[id^="blog"] h2 {
    margin-bottom: 1em;
  }
  .mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
  .article h4 {
    font-size: 1.2em;
    margin-bottom: 1em;
    width: 100%;
  }
  .article h5 {
    width: 100%;
  }
  .mainContents .article.h3in h3 {
    align-items: center;
    width: 100%;
    margin-top: 0;
  }
}

/*-------------------------------------------
リンクボタン
-------------------------------------------*/
.btnLink {
  display: inline-flex;
  padding: 0.7em 1.5em;
  background: #5FB770;
  color: #ffffff;
  font-weight:normal;
  text-decoration: none !important;
  align-items: center;
  line-height: 1.4;
  border-radius: 0;
}
.btnLink::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-right:solid 1px #ffffff;
  border-bottom:solid 1px #ffffff;
  transform:rotate(-45deg);
}
.btnLink:hover {
  background: #5FB770;
  color: #ffffff;
  font-weight: normal;
}
.btnLink:hover::after {
  border-right:solid 1px #ffffff;
  border-bottom:solid 1px #ffffff;
}
@media only screen and (max-width: 600px) {
  .btnLink {
    padding: 0.6em 1.2em;
  }
}

/*-------------------------------------------
サイドコンテンツ
-------------------------------------------*/
.sideContents {
  padding: 0 3% 2em;
}
.sideAddress {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 2em 15px 3em;
  margin-bottom: 20px;
  text-align: center;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-weight: normal;
  border-top:none;
  font-size: 0.9em;
}
.sideAddress .logo {
  margin-bottom: 1.5em;
}
.sideAddress .txt {
  margin-bottom: 1em;
}
.sepa {
  display: inline;
}
.spbr {
  display: none;
}
.sideAddress .red {
  color: #cc0000;
}
@media only screen and (max-width: 600px) {
  .sideAddress {
    flex-direction: column;
    text-align: center;
    margin: 0;
    width: 100%;
    padding: 2em 4% 3em;
  }
  .sideAddress .logo {
    width: 80%;
    max-width: 451px;
    margin: 0 auto 1.5em;
  }
  .sideAddress .logo img {
    width: 100%;
  }
  .sideAddress .footermap {
  width: 100%;
}
  .sepa {
    display: none;
  }
  .spbr {
    display: inherit;
  }
}

#sideContents {
  padding-top: 0;
  background: #EFF6F1;
  padding-bottom: 25px;
  margin-top: 2em;
}
.sideContents #sideServices h2, .sideContents #sideBlogCategories h2, .sideContents #sideBlogDates h2, .sideContents #sideMobile h2 {
  background: none;
    padding: 0;
    margin-bottom: 1em;
  color: #333333;
  border: none;
  font-size: 1.2em;
  font-weight: normal;
}
.sideContents #sideServices h2:before, .sideContents #sideBlogCategories h2:before, .sideContents #sideBlogDates h2:before, .sideContents #sideMobile h2:before {
  background: #5FB770;
}

#sideServices a, #sideBlogCategories a, #sideBlogDates a, #sideMobile a {
  display: flex;
  padding: 8px 15px;
  background: #ffffff;
  align-items: center;
  color: #333333;
  margin-bottom: 0.5em;
  border-radius: 0;
  border: none;
}
#sideBlogDates ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sideBlogDates ul li {
  width: 49%;
}
.sideBlogCategories li {
  width: 100%;
}
#sideServices a::before, #sideBlogCategories a::before, #sideBlogDates a::before, #sideMobile a::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background: none;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  transform: rotate(-45deg);
}
#sideServices a:hover, #sideBlogCategories a:hover, #sideBlogDates a:hover, #sideMobile a:hover {
  text-decoration: none;
  background: #5FB770;
  color: #ffffff;
}
#sideServices a:hover::before, #sideBlogCategories a:hover::before, #sideBlogDates a:hover::before, #sideMobile a:hover::before {
  background: none;
  content:"";
  display: block;
  width: 6px;
  height: 6px;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  transform: rotate(-45deg);
  
}
#sideServices, #sideBlogCategories, #sideBlogDates, #sideMobile {
 margin: 25px 0; 
}
.sideContents ul li, .sideContents dl dt {
  border: none;
}
.sideContents .sideMobile p {
  color: #333333;
  padding: 0;
}
.sideContents .sideMobile .qrcode {
  margin: 0 1em 0 0;
}
.freeHtml {
  margin: 0;
}
.sideContents #sideBanners {
  padding: 1em 0 0;
}
@media only screen and (max-width: 600px) {
  .sideContents {
    padding: 0 0 2em;
  }
  #sideContents_outer {
    padding: 0;
  }
  #sideContents {
    padding: 0;
    margin-top: 1em;
  }
  #sideContents h2 {
    width: 92%;
    margin: 1.5em auto 1em;
    padding: 0.2em 0.5em;
  }
  #sideServices, #sideBlogCategories, #sideBlogDates, #sideMobile {
    margin: 0;
  }
  #sideServices {
    display: block;
  }
  .sideServices ul,
  .sideBlogCategories ul,
  .sideBlogDates dl {
    padding: 0 4%;
  }
  .sideContents #sideBanners {
    padding: 2em 0 0;
  }
}

/*-------------------------------------------
フッター
-------------------------------------------*/
#footer {
  background: #FFFFFF;
  padding: 0;
  overflow: hidden;
  font-size: 1em;
}
.footer li {
  flex: none;
}
#footer_body .copyright {
  background: #5FB770;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  color: #ffffff;
  padding-bottom: 30px;
  margin: 10px 0 0;
  position: relative;
  font-weight: normal;
}
.footer .copyright a,.footer .copyright a:hover {

  color: #ffffff;
}
.footer ul.topMenu, .footer ul.services {
  justify-content: center;
}
.footer ul.topMenu a,
.footer ul.services a {
	display: flex;
	align-items: center;
  margin: 10px 5px;
  padding: 5px 12px;
	justify-content: center;
  color: #333333;
  font-size: 0.9em;
  border-radius: 2px;
}
.footer ul.topMenu a:hover,
.footer ul.services a:hover {
  color: #ffffff;
  background: #5FB770;
  font-weight: normal;
}
#footer_body {
  flex-wrap: wrap;
  font-size: 0.9em;
  justify-content: center;
  padding: 10px 0 0;
  /*flex-direction: column;*/
  align-items: center;
}
#footer_body .topMenu, #footer_body .services {
  width: auto;
  flex-direction: row;
  margin: 0;
}
#footer_body .topMenu li, #footer_body .services li {
  /*margin: 0 5px;*/
  line-height: inherit;
}
#footer_body .topMenu li a, #footer_body .services li a {
  background: none;
  color: #333333;
  padding: 0.3em 0.8em;
  margin: 0.4em 0;
  border-radius: 0;
}
#footer_body .topMenu li a:before, #footer_body .services li a:before {
  content: none;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  background: #5FB770;
  color: #ffffff;
}
.footer a:hover, .footer p a:hover {
  font-weight: normal;
}
@media only screen and (max-width: 600px) {
  #footer {
    padding-top: 0;
    margin-bottom: 70px;
  }
  #footer_body {
    padding: 0;
  }
  #footer_body .topMenu, #footer_body .services {
    background: #FFFFFF;
    flex-direction: column;
    margin: 0;
  }
  #footer_body .topMenu li, #footer_body .services li {
    border-bottom: solid 1px #d4d4d4;
    width: 100%;
    padding: 0 4%;
  }
  #footer_body .topMenu:before, #footer_body .services:before {
    background: #d8d8d8;
    color: #333333;
    padding-left: 25px;
    margin-bottom: 0;
  }
  #footer_body ul.topMenu li a, #footer_body ul.services li a {
    font-weight: normal;
    color: #333333;
    font-size: 1.1em;
  }
  #footer_body .copyright {
    margin-top: 0;
    font-size: 0.85em;
    padding: 2em 0;
  }
}

/*-------------------------------------------
最新情報
-------------------------------------------*/
ul.topics {
  width: 100%;
  margin: auto;
  max-width: 1200px;
}
.mainTopics .topics {
  background: #FFFFFF;
  margin-top: 30px;
  padding: 1em 1em 0.5em;
  border-radius: 4px;

}
.mainTopics .topics li {
  background: #ffffff;
  margin-bottom: 10px;
  min-height: 190px;
  border-bottom: dashed 1px #d4d4d4;
  border-radius: 0;
}
.mainTopics .topics li:last-of-type {
  background: #ffffff;
  border-bottom: none;
}
#mainTopics {
  margin-bottom: 1.5em;
  padding: 2em 2em 4em;
  background: #EFF6F1;
}
#listTopics {
  margin-bottom: 2em;
  padding-bottom: 3em;
  background: #EFF6F1;
}
ul.topics li h3 {
  font-weight: 500;
}
#listTopics .topics {
  background: #ffffff;
  margin: 3em auto 1em;
  width: 96%;
  padding: 1.5em;
}
#listTopics ul.topics li {
  padding: 0.5em;
}

#mainTopics .topics li .thumb, #mainTopics .topics li .thumb img {
  max-width: 180px;
  max-height: 160px;
}
#mainTopics .topics h3, #mainTopics .topics .description {
  padding-right: 0;
  font-size: 0.9em;
  color: #666666;
}
.mainTopics .topics li .date {
  display: inline-block;
  font-size: 0.8em;
  color: #5FB770;
  margin-bottom: 0.3em;
  background: none;
  padding: 0;
}
#mainTopics .topics h3 a,.mainTopics .topics li h3 a {
  text-decoration: none;
  color: #333333;
  font-size: 1.2em;
  font-weight: 500;
}
#mainTopics .topics h3 a:hover,.mainTopics .topics li h3 a:hover {
  color: #278A24;  
}
#mainTopics .topics li .more {
  position: relative;
  bottom: inherit;
  right: inherit;
    margin-top: 10px;
}
#mainTopics .topics li .more a,.mainTopics .topics li .more a {
  background:#5FB770;
  border: none;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  color: #ffffff;
  padding: 12px 18px;
  font-weight: normal;
  font-size: 0.9em;
  border-radius: 0;
}
#mainTopics .topics li .more a::before, .mainTopics .topics li .more a::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin: 0 10px 0 0;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  transform: rotate(-45deg);
}

#mainTopics .topics li .more a:hover,.mainTopics .topics li .more a:hover {
  background:#278A24;
  color: #ffffff;
  border: none;
}
#mainTopics .topics li .more a:hover::before,.mainTopics .topics li .more a:hover::before {
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
.mainTopics .topics, #mainTopics .listview {
  min-width: inherit;
}
#mainTopics .listview {
  text-align: right;
}
#mainTopics .listview a {
  color: #ffffff;
  display: inline-flex;
  padding: 10px 15px;
  line-height: 1.2;
  align-items: center;
  background: #5FB770;
  border-radius: 0;
  font-size: 0.9em;
}

#mainTopics .listview a::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin: 0 10px 0 0;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  transform: rotate(-45deg);
}

#mainTopics .listview a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #278A24;
}

#mainTopics .listview a:hover::before {
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
#listTopics ul.topics li:last-of-type {
  border-bottom: none;
}
#listTopics ul.topics li p.description {
  color: #666666;
}
ul.topics li .thumb,ul.topics li .thumb img {
  max-width: 240px;
  max-height: 160px;
}
@media only screen and (max-width: 600px) {
  #mainTopics {
    padding: 0em 1em 1.5em;
    margin: 0;
    width: auto;
    border-radius: 0;
  }
  .mainTopics {
    background: none;
  }
  .mainTopics .topics {
    margin-top: 0;
    margin-bottom: 5%;
  }
  #listTopics .mainTopics .topics {
    padding: 1em;
  }
  #mainTopics .topics li {
    padding: 0.5em 0.5em 1em;
    min-height: inherit;
  }
  #mainTopics .topics li .thumb {
    margin: 0 auto 4%;
    padding: 0;
    text-align: center;
    float: none;
    max-height: inherit;
    max-width: inherit;
  }
  #mainTopics .topics li .thumb img {
    width: 100%;
    max-width: 480px;
    max-height: inherit;
  }
  #mainTopics .topics .description {
    font-size: 0.9em;
  }
  #mainTopics .topics li .more a {
    font-size: 0.9em;
  }
  .mainTopics .topics, #mainTopics .listview {
    margin-top: 1.5em;
  }
  ul.topics li .thumb {
    width: 100%;
    max-height: inherit;
    float: none;
    margin: 0 auto 1em;
    max-width: 300px;
  }
  ul.topics li .thumb img {
    width: 100%;
    max-width: inherit;
    max-height: inherit;
  }
  #mainTopics .topics li .thumb img {
    max-width: 300px;
  }
  #listTopics ul.topics li {
    padding: 0.5em 0.5em 1.5em;
    margin-bottom: 1em;
  }
  #listTopics ul.topics li:last-of-type {
    padding-bottom: 0.5em;
    margin-bottom: 0;
  }
}


/*-------------------------------------------
サイト案内
-------------------------------------------*/
.gallery.siteLink {
  background: #5FB770;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2em 2em;
  max-width: inherit;
  width: 100%;
}
.gallery.siteLink .article_body {
  max-width: 1200px;
  margin: auto;
}
.gallery.siteLink .galleryGrids {
  display: flex;
  justify-content: center;
  height: inherit !important;
  flex-wrap: wrap;
}
.gallery.siteLink .galleryGrids li.galleryGrid {
  width: 30%;
  padding:0;
  margin: 0.8% 0.8%;
  position: relative !important;
  top: inherit !important;
  left: inherit !important;
  float: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery.siteLink .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0;
}
.gallery.siteLink .galleryGrid_body {
  max-width: inherit;
  background: #ffffff;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 6px 6px 4px 4px;
}
.gallery.siteLink .image {
  margin-bottom: 0 !important;
}
#mainArticles .gallery.siteLink .image img {
  border-radius: 4px 4px 0 0;
  width: 100%;
}
.gallery.siteLink ul.galleryGrids .comment {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
  padding: 0.5em 3em 0.5em 1em;
  width: 100%;
  border-radius: 0 0 8px 8px;
  color: #333333;
  min-height: 4.4em;
  font-size: 0.9em !important;
  text-align: left !important;
  font-weight: 500;
}

.gallery.siteLink .comment::after {
  content: "";
  position: absolute;
  right: 1.6em;
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top:solid 1px #000000;
  border-right:solid 1px #000000;
  transform: rotate(45deg);
}
@media only screen and (max-width: 600px) {
  .gallery.siteLink {
    padding: 1em 0 !important;
    margin: 0 !important;
  }
  .gallery.siteLink .galleryGrids {
    /*flex-direction: column;*/
    margin: 0 2%;
  }
  .gallery.siteLink .galleryGrids li.galleryGrid {
    width: 49% !important;
    padding: 2%;
    margin: 0 auto 1%;
  }
  .gallery.siteLink ul.galleryGrids .comment {
    font-size: 0.8em;
    padding: 0.5em 2em 0.5em 0.8em;
    text-align: left;
  }
  .gallery.siteLink .comment::before {
  width: 1em;
  height: 1em;
  right: 0.5em;
}
.gallery.siteLink .comment::after {
  content: "";
  position: absolute;
  right: 0.9em;
  display: block;
  width: 0.3em;
  height: 0.3em;
  border-top:solid 1px #000000;
  border-right:solid 1px #000000;
  transform: rotate(45deg);
}
}

/*-------------------------------------------
table
-------------------------------------------*/
.article table p {
    margin: 0;
}
.article table:not(.contactTable) {
    border-collapse: collapse;
    border-left: 1px solid #ffffff;
    border-spacing: 0;
    border-top: 1px solid #ffffff;
    margin: 10px auto;
    width: 100%;
}
.article table:not(.contactTable) td,
.article table:not(.contactTable) th {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
  background: #f0f0f0;
}
.article table:not(.contactTable) th {
    background-color: #ffecc7;
  color: #333333;
    text-align: center;
}

.article table.normalTable {
  width: 100%;
}
.article table.normalTable th, .article table.normalTable td {
  padding: 10px 15px;  
}
.article table.normalTable th {
  width: 20%;
}

@media only screen and (max-width: 600px) {
  .article table.normalTable th {
    white-space: nowrap;
    width: 100%;
  }
  .article table.normalTable th,
  .article table.normalTable td{
    display:block;
    text-align:left;
  }
}
.article table:not(.contactTable) td, .article table:not(.contactTable) th {
  padding: 10px 15px;
}
/*概要テーブル*/
#mainArticles table.companyTable {
  width: -webkit-fill-available;
  border: none;
  border: solid 10px #ECE5D7;
  margin: 0 auto 1.5em;
}
#mainArticles table.companyTable td,
#mainArticles table.companyTable th {
  text-align: left;
  background: #FFFFFF;
  padding: 0.6em 1em;
  border: solid 1px #ECE5D7;
  font-weight: normal;
}
#mainArticles table.companyTable th {
  width: 20%;
  color: #333333;
  background: #F9F7EC;
  white-space: nowrap;
}

#mainArticles table.companyTable p {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  #mainArticles table.companyTable {
    border: solid 5px #ECE5D7;
  }
  #mainArticles table.companyTable td,
  #mainArticles table.companyTable th {
    display: block;
    padding: 8px 12px;
  }
  #mainArticles table.companyTable tr th {
    width: 100%;
    background: #F9F7EC !important;
  }
}
/*診療時間テーブル*/
#mainArticles table.timeTable {
  width: -webkit-fill-available;
  border: none;
  border: solid 10px #ECE5D7;
  margin: 0 auto 1.5em;
  max-width: 800px;
}
#mainArticles table.timeTable td,
#mainArticles table.timeTable th {
  text-align: center;
  background: #FFFFFF;
  padding: 0.6em 1em;
  border: solid 1px #ECE5D7;
  font-weight: normal;
  white-space: nowrap;
}
#mainArticles table.timeTable th {
  width: 20%;
  color: #333333;
  background: #F9F7EC;
  
}
#mainArticles table.timeTable p {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  #mainArticles table.timeTable {
    width: 100%;
    border: solid 5px #ECE5D7;
  }
  #mainArticles table.timeTable td,
  #mainArticles table.timeTable th {
    padding: 5px 8px;
    width: 100%;
    font-size: 0.9em;
  }
  #mainArticles table.timeTable tr th {
    background: #F9F7EC !important;
  }
}
/*紹介テーブル*/
#mainArticles table.listTable {
  width: -webkit-fill-available;
  border: none;
  border-top: solid 1px #d4d4d4;
  margin: 0 auto 1.5em;
}
#mainArticles table.listTable td,
#mainArticles table.listTable th {
  text-align: left;
  background: none;
  padding: 0.6em 1em;
  border: none;
  border-bottom: solid 1px #d4d4d4;
  font-weight: normal;
  font-size: 0.9em;
}
#mainArticles table.listTable th {
  width: 20%;
  color: #000000;
  background: none;
  white-space: nowrap;
}
#mainArticles table.listTable p {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  #mainArticles table.listTable {
    width: 100%;
  }
  #mainArticles table.listTable td,
  #mainArticles table.listTable th {
    padding: 8px 12px;
    display: block;
    width: 100%;
  }
  #mainArticles table.listTable tr th {
    background: #F0F0F0 !important;
  }
}
#mainArticles table.addressTable {
  width: max-content;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  #mainArticles table.addressTable {
  width: 100%;
    margin: 0 auto;
  }
  #mainArticles table.addressTable th,#mainArticles table.addressTable td {
    text-align: center;
  }
}

/*-------------------------------------------
リスト
-------------------------------------------*/
ul.kome {
  padding: 0 0 1em;
}
ul.kome li {
  margin-bottom:0;
  position: relative;
  padding-left: 1.3em;
}
ul.kome li:last-of-type {
  margin-bottom: 0;
}
ul.kome li:before {
  content: "※";
  position: absolute;
  top:0;
  left:0;
}
ol.pp {
  padding-left: 1.5em;
  font-size: 1em;
}
ol.pp li {
  list-style: decimal;
}
ul.notes {
  margin-bottom: 1em;
  font-size: 1em;
}
ol.numlist {
  padding-left: 1.5em;
  display: flow-root;
}
ol.numlist li {
  list-style: decimal;
  font-weight: bold;
  border-bottom: dotted 1px #b4b4b4;
  padding: 0.5em;
}
ol.numlist li::marker {
  color: #5FB770;
}
/*
ul.cklist {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1em;
}
ul.cklist li {
  padding: 1em 0;
  margin-bottom: 0;
  display: block;
  margin-right: 0.3em;
  align-items: center;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-left: 45px;
  border-bottom: dotted 1px #d4d4d4;
  width: 100%;
}
ul.cklist li::before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  background: url(/materials/175656004085601.png) no-repeat center top;
  background-size: contain;
}*/
ul.half li {
  width: 48%;
}
ul.pointlist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1em;
}
ul.pointlist li {
  padding: 0.8em 1em;
    margin-bottom: 0;
    display: block;
    margin-right: 0.3em;
    align-items: center;
    line-height: 1.4;
    font-weight: 500;
    position: relative;
    padding-left: 32px;
    border-bottom: dotted 1px #d4d4d4;
    width: 100%;
}
ul.pointlist li::before {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 1em;
  border:solid 4px #5FB770;
  border-radius: 50%;
}

@media only screen and (max-width: 600px) {
  ul.half li {
    width: 100%;
  }
  ul.pointlist li {
    padding-left: 26px;
  }
  ul.pointlist li::before {
    width: 10px;
    height: 10px;
    top: 0.8em;
  }
}

/*-------------------------------------------
お問い合わせバナー
-------------------------------------------*/
.article.contactBox {
  background: #EFF6F1;
  padding: 3em 0;
  width: 100%;
  max-width: inherit;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.article.contactBox .article_center .image {
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .article.contactBox {
    padding: 1em !important;
  }
}

/*-------------------------------------------
お知らせページ
-------------------------------------------*/
#mainArticles div[id^="blog"] {
  margin: 0 auto 0;
  border-bottom: dashed 1px #b4b4b4;
  max-width: 1200px;
  padding-bottom: 2em;
}

#mainArticles div[id^="blog"]:last-of-type {
 border-bottom: none; 
  padding-bottom: 0;
}
#mainArticles div[id^="blog"]:first-of-type {
 padding-top: 0; 
}
/*-------------------------------------------
各ページカスタム
-------------------------------------------*/

.small {
  font-size: 0.8em;
}
.big {
  font-size: 1.2em;
}
.article.txtcenter {
  text-align: center;
}
.article.col2left .article_outer {
  margin: 0 0 0 auto;
  max-width: 590px;
}
.article.col2right .article_outer {
  margin: 0 auto 0 0;
  max-width: 590px;
}
.article.col2 {
  flex-basis: 49%;
}

.mainArticles .article.col2left .article_body,.mainArticles .article.col2right .article_body {
  width: 100%;
}
.article.boxtop {
  margin-top: 3em;
}
@media only screen and (max-width: 600px) {
  .article.col2left .article_outer,.article.col2right .article_outer {
    margin: 0;
    max-width: inherit;
    width: 100%;
  }
  .article.col2 {
    flex-basis: 100%;
  }
  .article.boxtop {
  margin-top: 2em;
}
}
.gallery_grid li.galleryGrid .galleryGrid_outer {
  padding-bottom: 1.5em;
}

/*bg*/
.article.bglgreen {
  background: #EFF6F1;
  width: 100%;
  padding: 2em 0 3em;
  margin-bottom: 0.5em;
}
.article.bglgreen .article_body {
  width: 96%;
}
.article.bglyellow {
  background: #F9F7EC;
  width: 100%;
  padding: 2em 0 3em;
  margin-bottom: 0.5em;
}
.article.bglyellow .article_body {
  width: 96%;
}
.article.bggreen {
  background: #5FB770;
  width: 100%;
  color: #ffffff;
  padding: 2em 0 3em;
  margin-bottom: 0.5em;
}
.article.bggreen .article_body {
  width: 96%;
}
.article.bggreen .article_body h3 {
  color: #ffffff;
}
.article.bggreen .article_body h3 strong {
  color: #ffffff;
}
.article.bggreen .article_body h4 {
  background: #FFFFFF;
}
.article.bggreen .article_body h5 {
  background: #71CB82;
  color: #ffffff;
}
/*feature*/
.article.feature {
  width: 100%;
  padding: 2em 0 4em !important;
  background: url(/materials/175656002630201.jpg) no-repeat center top;
  background-size: cover;
}
.article.feature .article_body {  
  width: 96%;
  max-width: 1200px;
}
.article.feature div.featureBox {
  background: #ffffff;
  padding: 3em 2em;
  position: relative;
  margin-bottom: 1em;
}
.article.feature div.featureBox::before {
  content: "";
  display: block;
  width: 100px;
  height: 2em;
  top: 0;
  left: 2em;
  position: absolute;
}
.article.feature div.featureBox:nth-of-type(1)::before {
  background: #42BCB1;
}
.article.feature div.featureBox:nth-of-type(2)::before {
  background: #429FC8;
}
.article.feature div.featureBox:nth-of-type(3)::before {
  background: #4D7DD1;
}
.article.feature div.featureBox:nth-of-type(4)::before {
  background: #6E6EDE;
}
.article.feature div.featureBox h4 {
  border-bottom: none;
  padding: 0;
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.article.feature div.featureBox h4::before {
  content: none;
}
.article.feature div.featureBox h4 span {
  font-size: 1.8em;
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.article.feature div.featureBox:nth-of-type(1) h4 span {color: #42BCB1;}
.article.feature div.featureBox:nth-of-type(2) h4 span {color: #429FC8;}
.article.feature div.featureBox:nth-of-type(3) h4 span {color: #4D7DD1;}
.article.feature div.featureBox:nth-of-type(4) h4 span {color: #6E6EDE;}
.article.feature div.featureBox p {
  margin-bottom: 0;
}
/*bf*/
.gallery.bf {
  margin-bottom: 0.2em;
}
.gallery.bf ul.galleryGrids {
  display: flex;
  align-items: center;
  height: auto !important;
}
.gallery.bf ul.galleryGrids li.galleryGrid {
  float: none;
  position: inherit !important;
  top: inherit !important;
  left: inherit !important;
  display: flex;
  align-items: center;
  width: 47%;
}
.gallery.bf ul.galleryGrids li.galleryGrid:first-of-type {
  margin-right: 6%;
}
.gallery.bf ul.galleryGrids li.galleryGrid:first-of-type::after {
  position: absolute;
    right: -10%;
    content: "";
    display: block;
    width: 8%;
    height: 6em;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background: #b4b4b4;
    margin: 0 auto;
    margin-bottom: 3.5em;
}
@media only screen and (max-width: 600px) {
  .gallery.bf ul.galleryGrids {
    flex-direction: column;
    align-items: center;
  }
  .gallery.bf ul.galleryGrids li.galleryGrid {
    width: 100%;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
  }
  .gallery.bf ul.galleryGrids li.galleryGrid:first-of-type {
    margin-right: auto;
    margin-bottom: 0;
  }
  .gallery.bf ul.galleryGrids li.galleryGrid:first-of-type::after {
    position: relative;
    right: inherit;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    width: 30vw;
    height: 5vw;
    margin-bottom: 5%;
  }
  .gallery.bf .gallery_grid li.galleryGrid .galleryGrid_outer {
    padding-bottom: 4%;
  }
}
/*基本方針*/
ul.policylist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1em;
}
ul.policylist li {
  padding: 0.8em 0;
    margin-bottom: 0;
    display: flex;
    margin-right: 0.3em;
    align-items: center;
    line-height: 1.4;
    font-weight: 500;
    position: relative;
    border-bottom: dotted 1px #d4d4d4;
    width: 100%;
}
ul.policylist li strong {
  display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-right: 0.5em;
    background: #5FB770;
    color: #ffffff;
    font-size: 1.3em;
    line-height: 1;
    padding: 0.5em;
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: normal;
}


/*flow*/
.article.flow {
  padding: 1em 1em 0.5em;
  margin-bottom:0;
}
.article.flow .article_outer {
  margin:0 auto 1em;
  border: solid 5px #5FB770;
  background: #ffffff;
  position: relative;
  overflow: inherit;
  max-width: 1200px;
  padding: 1.5em;
  border-radius: 0;
}
.article.flow .article_body {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
}
.article.flow .article_body .number {
  display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-right: 0.5em;
    background: #5FB770;
    color: #ffffff;
    font-size: 1.3em;
    line-height: 1;
    padding: 0.5em;
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: normal;  
}
.article.flow .article_body p {
  margin-bottom: 0;
}
.article.flow .article_body::after {
  content: "";
  display: block;
  clear: both;
}
.article.flow .article_outer::after {
  content:"";
  display: block;
  position: absolute;
  bottom: -60px;
  left: calc(50% - 30px);
  width: 0;
  height: 0;
  border: 30px transparent solid;
  border-top-color:#5FB770;
}
.article.flow .article_body .image {
  width: 360px;
  margin: 0 0 0 1.5em;
}
.article.flowend {
  padding-bottom: 2em;
}
.article.flowend .article_outer::after {
  content: none;
}
@media only screen and (max-width: 600px) {
  .article.flow {
    margin-bottom: 0 !important;
  }
  .article.flow .article_outer {
    margin: 0 0 10px !important;
    padding: 1em !important;
  }
  .article.flow .article_outer::after {
    bottom: -40px;
    left: calc(50% - 20px);
    border: 20px transparent solid;
    border-top-color:#5FB770;
  }
  .article.flow .article_body .number {
    width: 40px;
    height: 40px;
  }
  .article.flow .article_body p {
    text-align: left;
  }
  .article.flow .article_body {
    display: flex;
  }
  .article.flow .article_body .image {
  width: 100%;
  margin: 1em auto 0;
    order: 1;
}

}
/*faq*/
.article table.faq {
	width: 100%;
	border: none;
}
.article table.faq th,
.article table.faq td {
	text-align: left;
	vertical-align: top;
  padding: 10px 3px;
	border: none;
  background: none;
  line-height: 1.6;
}
.article table.faq th {
  font-weight: bold;
}
.article table.faq th:first-of-type,
.article table.faq td:first-of-type {
	width: 50px;
}
.article table.faq th:last-of-type,
.article table.faq td:last-of-type {
  vertical-align: middle;
}
.article table.faq th:last-of-type {  
  font-size: 1em;
}
.article table.faq th span.faq_q,
.article table.faq td span.faq_a {
	display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 0;
  margin: 0 10px 0px 0;
  text-align: center;
  font-size: 1.4em;
	width: 1.6em;
	height: 1.6em;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.article table.faq th span.faq_q {
  background:#5FB770;
}
.article table.faq td span.faq_a {
	background: #E68129;
}
@media only screen and (max-width: 600px) {

.article.faq {
  padding: 1em;
}
.article.faq table th:first-of-type,
.article.faq table td:first-of-type {
	width: 45px;
}

.article.faq table th span.faq_q,
.article.faq table td span.faq_a {
  padding: 0;
  margin: 0 10px 0px 0;
	width: 36px;
	height: 36px;
}
}



/*フォーム*/
.article.contactblock {
  background: #f0f0f0;
}
table.contactTable label {
  width: auto;
  margin-right: 1em;
}
.article .article_body.contact form {
  background: none;
}
.article .article_body.contact table.contactTable {
  width: 100%;
  margin: 0;
  background: #ffffff;
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
}
#mainArticles table.contactTable tr th,
#mainArticles table.contactTable tr td {
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
      padding: 24px 24px 24px 15px;
}
#mainArticles table.contactTable tr.must th {
  padding: 1em 56px 1em 16px;
}
#mainArticles table.contactTable tr th {
  background-color: #EFF6F1;
  color: #333333;
  font-weight: 500;
}
#mainArticles table.contactTable tr td {
  background-color: #f0f0f0;
}
#mainArticles table.contactTable tr td.th_headline {
  background: #E6F6EA;
  font-size: 1em;
}

table.contactTable input[type="text"], table.contactTable input[type="password"], table.contactTable textarea, table.contactTable select {
  background-color: #ffffff;
  border: solid 1px #d4d4d4 !important;
}
#mainArticles form {
  background: #ddefe0;
  margin: 2em auto 0;
  max-width: 1200px;
}
#mainArticles table.contactTable input.button {
  background: #5FB770;
}
#mainArticles table.contactTable input.button:hover, #mainArticles table.contactTable input[type="button"]:hover {
  opacity: 1;
  background: #278A24;
}
#mainArticles table.contactTable label {
  display: block;
}
#mainArticles table.contactTable, #mainBlogCommentForm table.contactTable {
  border-top: solid 2px #ffffff;
    border-left: solid 2px #ffffff;
}
@media only screen and (max-width: 600px) {
  table.contactTable {
    border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
    border-bottom: none;
    border-right: none;
  }
  #mainArticles table.contactTable tr th, #mainArticles table.contactTable tr td,#mainArticles table.contactTable tr.must td {
    padding: 12px;
  }
  table.contactTable td:last-of-type {
    border-bottom: solid 2px #ffffff;
  }
  #mainArticles form {
    margin-bottom: 0;
  }
  #mainArticles table.contactTable tr td label {
    width: 100%;
  }
}

/*mapbox*/
.mapbox {
  display: flow-root;
}
@media only screen and (max-width: 600px) {
  .mapbox {
    width: 100%;
  }
}


/*下三角*/
.article.undertri {
  position: relative;
  overflow: inherit;
  margin-bottom: 4em;
}
.article.undertri::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 2em solid #aaaaaa; 
  border-right: 2em solid transparent;
  border-left: 2em solid transparent;
}

/*envelope*/
#mainArticles .envelope {
  background: #E6F6EA;
  margin: 0 auto 1em;
  padding: 1em;
}

@media only screen and (max-width: 600px) {
  #mainArticles .envelope {
    padding: 0.6em;
  }
}



/*マージン調整*/
.article.mgn, .gallery.mgn {
  padding-top: 0 !important;
}

/*SP時ギャラリー調整*/
@media only screen and (max-width: 600px) {
  .gallery_grid2 li.galleryGrid, .gallery_grid3 li.galleryGrid, .gallery_grid4 li.galleryGrid, .gallery_grid5 li.galleryGrid {
    width: 100% !important;
  }
  .mainArticles div.gallery {
    padding: 1em 4%;
  }
  .gallery.sp2col .gallery_grid4 li.galleryGrid {
    width: 49.9% !important;
  }
}



/*イメージ最下部配置*/
.article.imgbtm .article_body {
  display: flex;
  flex-direction: column;
}
.article.imgbtm .image {
  order: 1;
  margin-top: 1em;
}

@media only screen and (max-width: 600px) {
.article.spimgbtm .article_body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article.spimgbtm .image {
  order: 1;
  margin-top: 1em;
}
}


/*表示・非表示*/
.forsp {
  display: none;
}
.forpc {
  display: inherit;
}
@media only screen and (max-width: 600px) {
  .forsp {
  display: inherit;
}
.forpc {
  display: none;
}
}
/*電話をかける*/
div#bottomLink {
  display: none;
}
.ams-build div#bottomLink {
  display: block;
}
@media only screen and (max-width: 600px) {
  div#bottomLink {
    display: block;
    position: fixed;
    bottom: 0;
    background: #43A256;
    width: 100%;
    z-index: 100;
  }
  div#bottomLink a {
    display: flex;
    height: 70px;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.7em;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.3;
  }
  div#bottomLink a > span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 6px;
  }
  div#bottomLink a::before {
    content: "";
    display: block;
    background: url(/materials/175742595258001.png) no-repeat center center;
    background-size: contain;
    width: 39px;
    height: 39px;
    margin-right: 10px;
  }
  
  div#bottomLink a .small {
    display: block;
    font-size: 0.5em;
    letter-spacing: 0.3px;
  }
}

/*-------------
バッジ非表示
---------------*/
.recaptcha_policy {
padding: 0;
margin: 0;
text-align: center;
font-size: 11px !important;
color: #444 !important;
}
.recaptcha_policy a {
font-size: 11px !important;
color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }

