/*-------------------------------
レスポンシブ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=Kiwi+Maru:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');
@import url("//use.fontawesome.com/releases/v5.6.1/css/all.css");

/*-------------------------------------------
ベースレイアウト
-------------------------------------------*/
body {
  color: #696767;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  
  /*font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  
  */
}
#wrap {
  background: none;
}
.contents {
  overflow: hidden;
}
#mainContents {
  padding-top: 0;
  padding-bottom: 0;
}
a {
  color: #25c0c6;
  font-weight: normal;
  transition: all .4s ease;
}
a:hover {
  color: #f28339;
  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;
}

#mainTopics_outer {
  /*padding-top: 40px;*/
}
.mainArticles .article_left .image {
  margin: 0 40px 0 0;
}
.mainArticles .article_right .image {
  margin: 0 0 0 40px;
}
.mainArticles .article, .mainArticles .gallery {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  margin-bottom: 2.5em;
}
.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: 8px;
}
.comment {
  font-size: 1em;
}
@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: 0.3em 4%;
    margin-bottom: 0.5em;
  }
  .mainArticles .article:first-of-type, .mainArticles .gallery:first-of-type {
  padding-top: 0;
}
  #listTopics {
    padding-top: 0;
  }
  .article, .gallery {
    width: 100%;
  margin: 0 auto 1.5em;
}
}
#mainArticles .article:last-of-type {
  margin-bottom: 3em;
}
/*-------------------------------------------
マージン調整
-------------------------------------------*/
.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;
}
.mb-0 {
  margin-bottom:0 !important;
}
.mt-1 {
  margin-top:1em !important;
}
.mb-1 {
  margin-bottom:1em !important;
}
.mb-2 {
  margin-bottom:2em !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;
}
.pb-0 {
  padding-bottom:0 !important;
}
.pt-1 {
  padding-top:1em !important;
}
.pb-1 {
  padding-bottom:1em !important;
}
.pt-2 {
  padding-top:2em !important;
}
.marginauto {
  margin: auto !important;
}
/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#title {
  height: auto;
  padding: 15px 3% 15px;
  background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
#title_body {
  width: 50%;
}
#title h1 {
  width: 100%;
  max-width: 518px;
  height: auto;
}
h1 a {
  display: block;
  /*height: 100px;
  width: 50%;
  max-width: 439px;*/
  background: url(/materials/174378016216301.png)left center no-repeat;
  background-size: contain;
  text-indent: -9000px;
  height: 63px;
}
#title #title_outer{
  height: 63px;
  background: url(/materials/174378017014801.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: #f3f6f8;
  padding: 0;
}
#topMenu .topMenu li {
  transition: all .4s ease;
}
#topMenu_outer .topMenu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  flex-direction: column;
  line-height: 1.5;
  padding: 0.5em 0;
  position: relative;
  font-family: "Kiwi Maru", serif;
  font-weight: 200;
  font-style: normal;
  color: #696767;
}
#topMenu_outer .topMenu li a::after {
  content: none;
}

#topMenu_outer .topMenu li a:hover {
  background: #7baac7;
  color: #ffffff;
}


@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 #dee6eb;
    border-radius: 0;
  }
  #toggle,
  .active #toggle {
    background-color: #7baac7;
  }
  body.active #topMenu {
    height: 300px;
  }
}

/*-------------------------------------------
メイン画像
-------------------------------------------*/
#mainImage {
  margin-bottom: 2em;
}
#mainImage img {
  margin-top: 0 !important;
  width: 100%;
}
#mainImage_body {
  margin: auto;
  background: none;
}

@media only screen and (max-width: 600px) {
  #mainImage {
    margin-bottom: 1rem;
  }
  #mainImage img {
    object-fit: cover;
    object-position: top center;
    min-height: 260px;
  }
}

/*-------------------------------------------
見出し
-------------------------------------------*/
#mainArticles h2, #mainServices h2, #mainTopics h2, #listTopics h2 {
  min-width: inherit;
}
#mainArticles h2,#listTopics h2,#mainArticles div[id^="blog"] h2 {
  min-width: inherit;
  background: #7cacc8;
  padding: 1.1em 0.5em 0;
  /*width: 100%;*/
  width: 100vw;
  margin: 0 auto 2em;
  margin-left: calc(50% - 50vw);
  font-size: 2.4em;
  color: #ffffff;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  display: flex;
  flex-direction: column;
}
#mainArticles h2::after,#listTopics h2::after,#mainArticles div[id^="blog"] h2::after {
  content:"";
  display:block;
  position:absolute;
  left: 0;
  bottom:-1.5em;
  width:100vw;
  height:2em;
  background: url(/materials/174383700835701.png);
  background-position: center bottom;
  background-size: cover;
  z-index: -1;
}

#mainArticles div[id^="blog"] h2 {
  margin-bottom: 3em;
  padding-bottom: 1em;
}

.mainContents .article h3,
.mainContents div.gallery h3,
#mainServices h2,
#mainTopics h2 {
  color: #696767;
  font-size: 2em;
  padding:0;
  margin: 1.5em auto 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  flex-direction: column;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
}
.mainContents .article h3 strong, .mainContents div.gallery h3 strong, #mainServices h2 strong, #mainTopics h2 strong {
  display: block;
  margin-top: 1em;
  font-size: 0.4em;
  color: #7baac7;
  font-weight: normal;
}
.mainContents .article h3:after, .mainContents div.gallery h3:after, #mainServices h2:after, #mainTopics h2:after {
  content: none;
}

.article h4 {
  background: #7baac7;
  padding: 0.5em 1.2em;
  margin-bottom: 1em;
  margin-top: 1.5em;
  font-size: 1.4em;
  border:none;
  line-height: 1.6;
  border-radius: 4px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  color: #ffffff;
  font-weight: normal;
}
.article h4::after,.article h4::before{
  content: none;
}
.article h5 {
  color: #37500a;
  padding: 0;
  margin-bottom: 1em;
  margin-top: 1.5em;
  font-size: 1.2em;
  border-bottom: none;
  display: flex;
  align-items: center;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  border: none;
}
.article h5::before {
  content: "";
  display: block;
  background: #7baac7;
  width: 6px;
  height: 2em;
  border-radius: 4px;
  margin-right: 1em;
}
#mainArticles .article[id^="blog"] {
  padding-top: 0;
}
.mainContents .article.h3in h3 {
  align-items: flex-start;
  width: auto;
  margin-top: 0;
}
@media only screen and (max-width: 600px){
  #mainArticles h2,#listTopics h2,#mainArticles div[id^="blog"] h2 {
    padding: 25px 10px 5px;
    margin-left: calc(50% - 50vw);
    font-size: 1.8em;
    margin-bottom: 1.5em;
  }
  #mainArticles h2::after,#listTopics h2::after {
    bottom: -1.2em;
  }
  .mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2 {
    font-size: 1.6em;
    margin-bottom: 1em;
  }
  #mainArticles div[id^="blog"] h2 {
    margin-bottom: 2em;
  }
  .mainContents .article h3:after, .mainContents div.gallery h3:after, #mainServices h2:after, #mainTopics h2:after {
    width: 40px;
    height: 4px;
    left: calc(50% - 20px);
  }
  .article h4 {
    font-size: 1.2em;
    margin-bottom: 1em;
  }
  .mainContents .article.h3in h3 {
    align-items: center;
    width: 100%;
    margin-top: 0;
  }
  .article h5 {
    width: 100%;
  }
}

/*-------------------------------------------
リンクボタン
-------------------------------------------*/
.btnLink {
  display: inline-flex;
  padding: 0.7em 1.5em;
  background: #7baac7;
  color: #ffffff;
  font-weight:normal;
  text-decoration: none !important;
  align-items: center;
  line-height: 1.4;
  border-radius: 4rem;
  border: 1px solid #fff;
  /*border:solid 1px #b4b4b4;*/
}
.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: #437ea2;
  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: 40px 15px 30px;
  margin-bottom: 20px;
  background: #e6f0f8;
  font-weight: normal;
  font-size: 0.9em;
  position: relative;
}
.sideAddress::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4em;
  background: url(/materials/174386160420201.png) center top;
  background-size: cover;
  left: 0;
  top: -3em;
}
.sideAddress .sideAddress__wrap {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sideAddress .sideAddress__wrap > p {
  padding: 0 1em;
}
.sepa {
  display: inline;
}
.spbr {
  display: none;
}
@media only screen and (max-width: 600px) {
  .sideAddress {
    text-align: center;
    margin: 0;
    width: 100%;
    padding: 2em 4% 1em;
  }
  .sideAddress img {
    width: 70%;
    margin: 0 auto;
    max-width: 349px;
  }
  .sideAddress .sideAddress__wrap {
    flex-direction: column;
  }
  .sideAddress .sideAddress__wrap > p {
    padding: 0 0 1em;
  }
  .sepa {
    display: none;
  }
  .spbr {
    display: inherit;
  }
}

#sideContents {
  padding-top: 0;
  background: #e6f0f8;
  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: #696767;
  border: none;
  font-size: 1.2em;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: normal;
}
.sideContents #sideServices h2:before, .sideContents #sideBlogCategories h2:before, .sideContents #sideBlogDates h2:before, .sideContents #sideMobile h2:before {
  background: #7baac7;
  border-radius: 4px;
}

#sideServices a, #sideBlogCategories a, #sideBlogDates a, #sideMobile a {
  display: flex;
  padding: 8px 15px;
  background: #ffffff;
  align-items: center;
  color: #696767;
  margin-bottom: 0.5em;
  border-radius: 4px;
  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: #7baac7;
  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: #696767;
}
.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: #7baac7;
  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: #000000;
  font-size: 0.9em;
  border-radius: 4px;
}
.footer ul.topMenu a:hover,
.footer ul.services a:hover {
  color: #ffffff;
  background: #006ba3;
  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: 3px 6px;
}
#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: #7baac7;
  color: #ffffff;
}
.footer a:hover, .footer p a:hover {
  font-weight: normal;
}
@media only screen and (max-width: 600px) {
  #footer {
    padding-top: 0;
  }
  #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: #000000;
    padding-left: 25px;
    margin-bottom: 0;
  }
  #footer_body ul.topMenu li a, #footer_body ul.services li a {
    font-weight: normal;
    color: #000000;
    font-size: 1.1em;
  }
  #footer_body .copyright {
    margin-top: 0;
    font-size: 0.85em;
    padding: 2em 0;
  }
  .sideContact{ display: none; }
}

/*-------------------------------------------
最新情報
-------------------------------------------*/
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;
  border-bottom: none;
  min-height: 190px;
  padding: 1.2em;
  border-bottom: 1px dotted #bbbbbb;
}
.mainTopics .topics li:last-of-type {
  background: #ffffff;
}
#mainTopics {
  background: #7cacc8;
  width: 100%;
  max-width: inherit;
  padding: 1em 0 3em;
  margin: 3em auto;
  position: relative;
  overflow: visible;
}
#mainTopics h2 {
  color: #ffffff;
}
#mainTopics h2 strong {
  color: #ffffff;
}
#mainTopics #mainTopics_outer {
  width: 96%;
  margin: 0 auto;
}
#mainTopics::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3em;
  background: url(/materials/174383700409701.png) center top;
  background-size: cover;
  left: 0;
  top: -3em;
}
#mainTopics::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5em;
  background: #7cacc8;
  left: 0;
  bottom: -4em;
}
#mainTopics h3 {
  color: #ffffff;
}
#mainTopics h3 strong {
  color: #acebf8;
}





#listTopics {
  margin-bottom: 2em;
}
#listTopics .mainTopics .topics {
  background: #7baac7;
    margin: 6em auto;
    border-radius: 8px;
}
#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;
  padding: 10px;
  background:#e6f0f8;
  font-size: 0.9em;
  color: #4c7a97;
}
#mainTopics .topics h3 a,.mainTopics .topics li h3 a {
  text-decoration: none;
  color: #696767;
  font-size: 1.2em;
}
#mainTopics .topics h3 a:hover,.mainTopics .topics li h3 a:hover {
  color: #ff6600;  
}
#mainTopics .topics li .more {
  position: relative;
  bottom: inherit;
  right: inherit;
    margin-top: 10px;
}
#mainTopics .topics li .more a,.mainTopics .topics li .more a {
  background:#7baac7;
  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: 4px;
}
#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:#437ea2;
  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 {
  border-bottom: none;
  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: #7baac7;
  border-radius: 4px;
  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: #437ea2;
}

#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;
}
@media only screen and (max-width: 600px) {
  #mainTopics {
    padding: 0em 1em 1.5em;
    margin: 5em 0 3em;
    width: auto;
    border-radius: 0;
  }
  .mainTopics {
    background: none;
  }
  .mainTopics .topics {
    margin-top: 0;
    margin-bottom: 5%;
    background: #ffffff;
  }
  #listTopics .mainTopics .topics {
    background: #7baac7;
    margin: 4em auto 3em;
  }
  #mainTopics .topics li {
    padding: 0.5em;
    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: 1em;
  }
}


/*-------------------------------------------
table
-------------------------------------------*/
.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 {
    background-color: #f7f7f7;
    text-align: center;
}

.article table.normalTable {
  width: 100%;
}
.article table.normalTable th, .article table.normalTable td {
  padding: 10px 15px;  
}

@media only screen and (max-width: 600px) {
  .article table.normalTable th {
    white-space: nowrap;
  }
  .article table.normalTable th,
  .article table.normalTable td{
    display:block;
    text-align:center;
  }
}
.article table:not(.contactTable) td, .article table:not(.contactTable) th {
  padding: 10px 15px;
}
/*概要テーブル*/
#mainArticles table.companyTable {
  /*width: 100%;*/
  border: none;
  border-top: solid 1px #eef7dc;
  border-left: solid 1px #eef7dc;
  width: -webkit-fill-available;
}
#mainArticles table.companyTable td,
#mainArticles table.companyTable th {
  text-align: left;
  background: #ffffff;
  padding: 10px 15px;
  border: none;
  border-bottom: solid 1px #eef7dc;
  border-right: solid 1px #eef7dc;
}
#mainArticles table.companyTable th {
  width: 240px;
  color: #ffffff;
  background: #7baac7;
}
#mainArticles table.companyTable p {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  #mainArticles table.companyTable td,
  #mainArticles table.companyTable th {
    display: block;
    padding: 8px 12px;
  }
  #mainArticles table.companyTable tr th {
    width: 100%;
    background: #7baac7 !important;
    color: #ffffff;
  }
}
/*診療時間*/
.timeTable_frame {
  padding: 6px;
  background: #7baac6;
  border-radius: 6px;
  width: 90%;
  margin: 0 auto 0.5em;
  max-width: 800px;
}
.timeTable_notice {
  text-align: right;
  font-size: 0.9em;
  color: #7baac6;
  width: 90%;
  max-width: 800px;
  margin: auto
}
#mainArticles table.timeTable {
  width: -webkit-fill-available;
  border: none;
  border-top: solid 2px #7baac6;
  border-left: solid 2px #7baac6;
  margin: 0 auto;
}
#mainArticles table.timeTable td,
#mainArticles table.timeTable th {
  background: #ffffff;
  color: #7baac6;
  padding: 10px 15px;
  border: none;
  border-bottom: solid 2px #7baac6;
  border-right: solid 2px #7baac6;
  text-align: center;
  white-space: nowrap;
  width: 5em;
}
#mainArticles table.timeTable th {
  width: 240px;
  background: #e5f0f8;
}
#mainArticles table.timeTable p {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .timeTable_frame {
    width: 100%;
  }
  #mainArticles table.timeTable td,
  #mainArticles table.timeTable th {
    white-space: inherit;
    padding: 3px 4px;
    font-size: 0.9em;
  }
}

/*料金一覧*/
#mainArticles table.feeTable {
  width: -webkit-fill-available;
  border: none;
  border: solid 8px #dfebce;
}
#mainArticles table.feeTable td,
#mainArticles table.feeTable th {
  text-align: left;
  background: #ffffff;
  padding: 10px 15px;
  border: none;
  border-bottom: solid 1px #dfebce;
  border-right: solid 1px #dfebce;
}
#mainArticles table.feeTable th {
  width: 30%;
  color: #ffffff;
  background: #7baac7;
}
#mainArticles table.feeTable p {
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  #mainArticles table.feeTable td,
  #mainArticles table.feeTable th {
    /*display: block;*/
    padding: 8px 12px;
  }
  #mainArticles table.feeTable tr th {
    width: 40%;
    background: #f8f8f8 !important;
    color: #000000;
  }

}

/*noborder*/
#mainArticles table.noborder {
  border: none;
  width: auto;
  margin: 0;
}
#mainArticles table.noborder th,#mainArticles table.noborder td {
  padding: 0;
  border: none;
  background: none;
}

/*-------------------------------------------
リスト
-------------------------------------------*/
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: #7baac7;
}


ul.pointlist {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 1em;
  padding: 0.3em 0.5em 0;
}
ul.pointlist li {
  display: flex;
  margin-right: 0.3em;
  align-items: center;
  line-height: 1.4;
  border-bottom: dotted 1px #cccccc;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  font-weight: bold;
  font-size: 1em;
}
ul.pointlist li span {
  font-weight: normal;
  margin-left: 1em;
  font-size: 1em;
}
ul.pointlist li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 0.5em;
  flex-shrink: 0;
  border-radius: 50%;
  background: #7baac7;
}
@media only screen and (max-width: 600px) {
  ul.pointlist {
    width: 100%;
  }
}
ul.pointlist2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 1em;
  padding: 0.3em 0.5em 0;
}
ul.pointlist2 li {
  display: flex;
  margin-right: 0.3em;
  align-items: center;
  line-height: 1.4;
  border-bottom: dotted 1px #cccccc;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  font-size: 1em;
}
ul.pointlist2 li strong {
  font-weight: normal;
  color: #df4864;
  margin-left: 1em;
  font-size: 1em;
}
ul.pointlist2 li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 0.5em;
  flex-shrink: 0;
  border-radius: 50%;
  background: #7baac7;
}
@media only screen and (max-width: 600px) {
  ul.pointlist2 {
    width: 100%;
    margin-bottom: 0.5em;
  }
}



ul.cklist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1em;
}
ul.cklist li {
  padding: 0.8em 1em;
  margin-bottom: 0;
  display: flex;
  margin-right: 0.3em;
  align-items: center;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  border-bottom: dotted 1px #93b4ce;
  width: 100%;
}
ul.cklist li::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  background: #7baac7;
  border-radius: 4px;
}
ul.cklist li::after {
  display: block;
  content: "";
  width: 6px;
  height: 12px;
  border-right:solid 3px #ffffff;
  border-bottom:solid 3px #ffffff;
  position: absolute;
  left: 11px;
  margin-bottom: 5px;
  transform: rotate(45deg);
}

/*-------------------------------------------
各ページカスタム
-------------------------------------------*/

.small {
  font-size: 0.7em;
}
.big {
  font-size: 1.2em;
}
.red{
  color: #df4864;
}
.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%;
}
.article .image {
  border-radius: 4px;
}
.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;
}
}

/*feature*/
.article.feature {
  background: #7cacc8;
  width: 100%;
  max-width: inherit;
  padding: 1em 0 3em;
  margin: 3em auto;
  position: relative;
}
.article.feature .article_outer {
  width: 96%;
  margin: 0 auto;
}
.article.feature::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3em;
  background: url(/materials/174383700409701.png) center top;
  background-size: cover;
  left: 0;
  /*top: -2em;*/
  top: -2.8em;
}
.article.feature::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3em;
  background: url(/materials/174383700835701.png) center bottom;
  background-size: cover;
  left: 0;
  /*bottom: -2em;*/
  bottom: -2.8em;
}

.article.feature h3 {
  color: #ffffff;
}
.article.feature h3 strong {
  color: #acebf8;
}

.article.feature p {
  color: #ffffff;
}
.article.feature h5 {
  color: #ffffff;
}
.article.feature h5::before {
  background: #acebf8;
}
.article.feature ul.pointlist li {
  color: #ffffff;
  border-bottom: dashed 1px #a3c4d8;
}
.article.feature ul.pointlist li::before {
  background: #acebf8;
}
@media only screen and (max-width: 600px) {
  .article.feature {
    margin: 3em 0 !important;
  }
}

/*serviceLink*/
.gallery.serviceLink li.galleryGrid {
  padding: 1em;
}
.gallery.serviceLink li.galleryGrid .galleryGrid_outer {
  box-shadow: 0 0 15px rgba(200,200,200,0.4);
  border-radius: 8px;
}
@media only screen and (max-width: 600px) {
  .gallery.serviceLink li.galleryGrid {
    width: 50% !important;
    padding: 0.5em;
  }
  .gallery.serviceLink li.galleryGrid .galleryGrid_outer {
    box-shadow: 0 0 10px rgba(200,200,200,0.4);
    border-radius: 4px;
  }
}

/*downflow*/
.article.downflow h5 {
  margin: 0;
    border: solid 1px #7baac7;
    padding: 0.5em 1em;
    border-radius: 8px;
  color: #437ea2;
  font-weight: normal;
}
.article.downflow h5::before {
  content: none;
}
.article.downflow .downarrow {
  display: block;
  margin: 1em 0 1.5em 2em;
  padding: 0 0 0 1.2em;
  position: relative;
  border-left: solid 0.4em #7baac7;
}
.article.downflow .downarrow::before {
  content: "";
    display: block;
    width: 1.2em;
    height: 0.8em;
    background: #7baac7;
    position: absolute;
    left: -0.8em;
    bottom: -0.6em;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media only screen and (max-width: 600px) {
  .article.downflow h5 {
    flex-direction: column;
    align-items: flex-start;
  }
  .article.downflow .downarrow {
    margin: 1em 0 1.5em 1em;
  }
}

.article.downflow .downarrow:last-child{
border-left:0px;
}
.article.downflow .downarrow:last-child::before{
     display: none;
}


/*boxshadow*/
.article.boxshadow .article_outer {
  padding: 1em;
  box-shadow: 0 0 15px rgba(200,200,200,0.4);
  border-radius: 8px;
  max-width: 1200px;
  height: 100%;
}

/*col3*/
.article.col3 {
  flex-basis: inherit;
}
.article.col3left,.article.col3center,.article.col3right {
  padding: 0 !important;
  margin: 0 0 4em !important;
}
.article.col3left h4,.article.col3center h4,.article.col3right h4 {
  font-size: 1.2em;
}
.article.col3center {
  max-width: 390px;
}
.article.col3left,.article.col3right {
  width: calc(50% - 195px);
}
.article.col3left .article_outer {
  max-width: 380px;
  margin: 0 1em 0 auto;
}
.article.col3center .article_outer {
  max-width: 380px;
  margin: 0 auto;
}
.article.col3right .article_outer {
  max-width: 380px;
  margin: 0 auto 0 1em;
}

@media only screen and (max-width: 1200px) {
  .article.col3left,.article.col3center,.article.col3right {
    width: 31.5%;
    margin: 0 0.5% 4em !important;
  }
  .article.col3left .article_outer,.article.col3center .article_outer,.article.col3right .article_outer {
    width: 100%;
    margin: auto;
  }
  .article.col3left {
    margin-left: 1% !important;
  }
  .article.col3right {
    margin-right: 1% !important;
  }
  .article.col3left h4,.article.col3center h4,.article.col3right h4 {
  font-size: 1.1em;
}
}
@media only screen and (max-width: 600px) {
  .article.col3left,.article.col3center,.article.col3right {
    width: 100%;
    margin: 0 auto 3% !important;
    max-width: 480px;
  }
  .article.col3right {
    margin-bottom: 4em !important;
  }
  .article.col3left .article_outer,.article.col3center .article_outer,.article.col3right .article_outer {
    max-width: 560px;
  }
}

/*ギャラリーコメント*/
.gallery.aboutphoto ul.galleryGrids .comment {
  font-weight: normal;
  text-align: left;
}
.gallery.aboutphoto ul.galleryGrids .comment span {
  font-weight: bold;
    font-size: 1.2em;
    display: block;
    color: #629cbf;
    margin-bottom: 0.5em;
    margin-top: 0.8em;
}
.gallery.aboutphoto ul.galleryGrids li.galleryGrid {
  margin-bottom: 1em;
}

/*フォーム*/
.article.contactblock {
  background: #e5f0f8;
}
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: #e5f0f8;
  border-top: solid 2px #e5f0f8;
  border-left: solid 2px #e5f0f8;
}
#mainArticles table.contactTable tr th,
#mainArticles table.contactTable tr td {
  border-bottom: solid 2px #e5f0f8;
  border-right: solid 2px #e5f0f8;
      padding: 24px 24px 24px 15px;
}
#mainArticles table.contactTable tr.must th {
  padding: 1em 56px 1em 16px;
}
#mainArticles table.contactTable tr th {
  background-color: #7baac7;
  color: #ffffff;
}
#mainArticles table.contactTable tr td {
  background-color: #ffffff;
}
#mainArticles table.contactTable tr td.th_headline {
  background: #98c3dd;
  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;
}
#mainArticles form {
  background: #98c3dd;
  margin: 2em auto 0;
  max-width: 1200px;
}
#mainArticles table.contactTable input.button {
  background: #7baac7;
}
#mainArticles table.contactTable input.button:hover, #mainArticles table.contactTable input[type="button"]:hover {
  opacity: 1;
  background: #437ea2;
}
#mainArticles table.contactTable label {
  display: inline-block;
}

@media only screen and (max-width: 600px) {
  table.contactTable {
    border-top: solid 2px #e5f0f8;
  border-left: solid 2px #e5f0f8;
    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 #e5f0f8;
  }
  #mainArticles form {
    margin-bottom: 0;
  }
  #mainArticles table.contactTable tr td label {
    width: 100%;
  }
}


/*envelope*/
#mainArticles .envelope {
  background: #d4f2f7;
  margin: 0 auto;
  padding: 1em 1.5em;
}
#mainArticles .envelope strong {
  color:#088ca3;
}

@media only screen and (max-width: 600px) {
  #mainArticles .envelope {
    padding: 0.6em 1em;
  }
}



/*マージン調整*/
.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: #629cbf;
    width: 100%;
    z-index: 100;
  }
  div#bottomLink a {
    display: flex;
    height: 50px;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.3em;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.3;
    font-family: "Kiwi Maru", serif;
    font-style: normal;
  }
  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/174394996906101.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;
  }
}

/*Custom parts*/
@media only screen and (min-width: 601px) {
.sideContents .freeHtml ul#bottomlinkList {
display: none;
}
}

@media only screen and (max-width: 600px) {
#wrap {
margin-bottom: 70px;
}
.sideContents .freeHtml ul#bottomlinkList {
display:flex;
height:64px;
width: 100%;
position:fixed;
bottom: 0px;
left: 0;
padding: 0;
z-index: 1000;
}
.sideContents .freeHtml ul#bottomlinkList li {
border: none;
flex-basis: calc(100% / 3);
text-align: center;
align-items: center;
display: flex;
justify-content: center;
}
.sideContents .freeHtml ul#bottomlinkList li a {
font-size: 0.85em;
color: #fff;
padding: 0;
}
.sideContents .freeHtml ul#bottomlinkList li a:before {
display: block;
margin: auto;
font-size: 1.5em;
line-height: 1.25;
  width: 2em;
  height: 2em;
}
.sideContents .freeHtml ul#bottomlinkList li.menu_price a:before {
content:"";
  background: url(/materials/168616462188802.png) no-repeat center center / contain;
}
.sideContents .freeHtml ul#bottomlinkList li.reserved a:before {
content:"";
  background: url(/materials/168616462188801.png) no-repeat center center / contain;
}
.sideContents .freeHtml ul#bottomlinkList li.phone a:before {
content:"";
  background: url(/materials/168616462188803.png) no-repeat center center / contain;
}

.sideContents .freeHtml ul#bottomlinkList li.menu_price {
background: #6f5642;
}
.sideContents .freeHtml ul#bottomlinkList li.reserved {
background: #6f5642;
}
.sideContents .freeHtml ul#bottomlinkList li.phone {
background: #6f5642;
}
}


/*商品紹介*/
.mainArticles .article.items .article_right .image, .mainArticles .article.items .article_left .image {
    margin: 0;
    max-width: 640px;
    width: 640px;
}
.article.items {
    background: #f5f5f5;
    max-width: 1200px;
    padding: 0;
}
.article.items table.item_table {
    width: calc(100% - 640px - 2em);
    border: none;
    margin: 0 1em;
    text-align: center;
}
.article.items table.item_table td {
    border: none;
}
.article.items table.item_table td.item_spec, .article.items table.item_table td.item_price span {
    font-size: 2em;
    font-weight: bold;
}
.article.items table.item_table td.item_spec, .article.items table.item_table td.item_spec {
    padding-top: 3em;
}
.article.items table.item_table td.item_price {
    border-top: solid;
    border-bottom: solid;
    padding: 32px 0;
    line-height: 1.5;
}
.mainContents div.madori h3 {
    font-size: 1.25em;
}

.mainContents div.madori h3:after {
    background: #000;
    width: 100%;
    height: 3px;
}
@media only screen and (max-width: 1024px){
.mainArticles .article.items .article_right .image, .mainArticles .article.items .article_left .image {
float: none;
max-width: 100%;
width: auto;
margin: auto;
}
.article.items {
width: 100%;
padding: 40px;
}
.article.items table.item_table {
width: 100%;
margin: 0;
}
.article.items table.item_table td.item_spec, .article.items table.item_table td.item_spec {
padding-top: 1em;
}
}
@media only screen and (max-width: 600px){
.mainArticles .article.items .article_right .image, .mainArticles .article.items .article_left .image {
width: 100%;
}
.article.items {
padding: 0 4%;
}
}

/*-------------
バッジ非表示
---------------*/
.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; }

/*追加分*/
.article.bg1 {
    background: #e6f0f8;
    width: 100%;
    max-width: inherit;
    padding: 1em 0 3em;
    margin: 3em auto;
    position: relative;
}
.article .article_left .image, .article .article_right .image {
    max-width: 40%;
}
@media only screen and (max-width: 768px) {
.article .article_left .image, .article .article_right .image {
    max-width: 85%;
    margin: 0 auto;
}
}
.top_b{ border-top: 2px dotted #c4c4c4; }