@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/*--------------------------------------------------------------
レスポンシブ02 ブルー 1カラム
---------------------------------------------------------------*/

body {
  font-size:18px;
  color: #222;
  line-height: 2.0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 1024px) {
  body { font-size: 16px; }
}
@media only screen and (max-width: 600px) {
  body { font-size: 15px; }
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: #07a4c9;
  font-weight: 500;
}
.article a {
  text-decoration: none;
}
a:hover {
  color: #d27402;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
}
a.btn {
  color: #fff;
  background: #1c428e;
}
a.btn:hover {
  color: #fff;
  background: #ff8c00;
}
a.tel-link {
  font-size: 1.05em;
  font-weight: 900;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*--------------------------------------------------------------
レイアウト調整
---------------------------------------------------------------*/
.mainArticles {
  justify-content: space-evenly;
}
.article.col2 {
  flex-basis: 46%;
}
.article .article_left .image,
.article .article_right .image {
  margin-bottom: 1em;
}
.article .article_left .image {
  margin-right: 4%;
}
.article .article_right .image {
  margin-left: 4%;
}

/*--------------------------------------------------------------
ギャラリーコメント
---------------------------------------------------------------*/
.gallery ul.galleryGrids .comment {
  font-size: 0.9em;
}

/*--------------------------------------------------------------
段落
---------------------------------------------------------------*/
.article p {
  text-align: justify;
}
/*リード文*/
.article p.leadText {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.6;
  color: #0683cf;
  letter-spacing: 1px;
}
/*枠罫付き*/
.article p.frame-border {
  font-size: 1.2em;
  font-weight: 500;
  color: #06c3ef;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0.25em;
  border: 2px solid #06c3ef;
  width: 99%;
}

/*--------------------------------------------------------------
normalTbl-plusフォントサイズ/ボーダー
---------------------------------------------------------------*/
.article table.normalTbl-plus {
  width: 100%;
  font-size: 1.0em;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.article table.normalTbl-plus th, .article table.normalTbl-plus td {
  padding: 16px;
  border: none;
  border-bottom: 1px solid #ddd;
}
.article table.normalTbl-plus th {
  width: 20%;
  border-right: none;
  background: #ecf3f7;
}
.article table.normalTbl-plus tr:last-child th, .article table.normalTbl-plus tr:last-child td {
  border-bottom: none;
}

/*--------------------------------------------------------------
リスト maru
---------------------------------------------------------------*/
ul.maru-plus {
  font-size: 1.0em;
  margin-left: 1.0em;
  margin-bottom: 1.0em;
}
ul.maru-plus li::before {
  content: "●";
  color: #029dd3;
  margin-left: -1.0em;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
  position: relative;
  max-width: 1200px;
}
#title_outer h1 {
  width: 360px;
  height: 57px;
  position: absolute;
  top: 26px;
  left: 0;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/175758382418801.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  background: url("/materials/175758382418802.png") right center no-repeat;
  background-size: 300px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#wrap_body #topMenu {
  background: #06c3ef;
  border-bottom: 1px solid #fff;
}
#topMenu .topMenu li a {
  font-size: 1.0em;
  font-weight: 500;
  color: #fff;
}
#topMenu_outer .topMenu li a:hover {
  background: #01a3e1;
}
#topMenu_outer .topMenu li a:after {
  background: #fff;
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
ul.topics li p.date {
  background: #06c3ef;
}
ul.topics li p.more a {
  color: #06c3ef;
  font-size: 0.85em;
  background: none;
  border: 1px solid #06c3ef;
}
ul.topics li p.more a:hover {
  color: #fff;
  background: #07a4c9;
}
#mainTopics .listview a {
  font-size: 0.85em;
  background: #06c3ef;
}
#mainTopics .listview a:hover {
  background: #07a4c9;
}
ul.topics li h3 a {
  color: #07a4c9;
  font-weight: 500;
}
ul.topics li h3 a:hover {
  color: #06c3ef;
  font-weight: 500;
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background: #06c3ef;
  padding-bottom: 88px;
}
#footer_body .copyright {
  font-size: 14px;
  font-weight: 300;
  background: #029dd3;
}
.footer a:hover, .footer p a:hover {
  color: #6bdaed;
}
#footer_body {
  display: block ruby;
  padding: 32px 0;
}
#footer_body .topMenu {
  width: 20%;
}
#footer_body .services {
  width: 80%;
  flex-flow: row wrap;
}
#footer_body .services li {

}
#footer_body .topMenu li a, #footer_body .services li a {
  color: #fff;
  background: #06c3ef;
  border-bottom: none;
}
#footer_body .topMenu li a {
  border-bottom: 1px solid #9DF;
}
#footer_body .services li a {
  font-weight: normal;
  margin-right: 0.5em;
  border-bottom: 1px dotted #FFF;
  font-size: 0.9em;
}
#footer_body .topMenu li a:before, #footer_body .services li a:before {
  color: inherit;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  color: #fff;
  background: #6bdaed;
  border-bottom: 1px dotted #fff;
}

/*--------------------------------------------------------------
sideContents
---------------------------------------------------------------*/
.sideContents ul li a:hover, .sideContents dt a:hover {
  background: #6bdaed;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  background: #06c3ef;
  margin-bottom: 40px;
  font-size: 2em;
  font-weight: 600;
}
#mainTopics h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after, #mainArticles div[id^=blog] h2:after {
  background: #06c3ef;
  margin: 25px auto;
}
#mainTopics h2, .article h3, .gallery h3, .freeHtml h3 {
  font-size: 1.7em;
  font-weight: 600;
}
#mainArticles div[id^=blog] h2 {
  margin-top: 40px;
}
.article h4 {
  color: #fff;
  background: #06c3ef;
  border: none;
}
.article h4:before {
  background: #fff;
  width: 4px;
  height: 2.0em;
  left: 12px;
}
.article h5 {
  border-left: solid 4px #06c3ef;
}

/*-------------------------------------------------------
sideContents
-------------------------------------------------------*/
.sideContents #sideServices h2:before, .sideContents #sideBlogCategories h2:before, .sideContents #sideBlogDates h2:before, .sideContents #sideMobile h2:before {
  background: #06c3ef;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
.article.full.contact-block {
  text-align: center;
  background: url("/materials/175766130578901.jpg") no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 70px;
  margin-top: 50px;
  margin-bottom: 0;
}
.article.full.contact-block .contact-wrap {
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
}
.article.full.contact-block p {
  font-size: 1.1em;
  text-align: center;
}
.article.full.contact-block p.contact-lead {
  font-size: 1.15em;
  font-weight: 600;
}
.article.full.contact-block a.free-dial {
  font-size: 2.4em;
  color: #222;
  font-weight: 900;
  line-height: 1.0;
  background: url("/materials/175766151040801.png") top 0.4em left 0 no-repeat;
  background-size: 1.4em;
  padding-left: 1.5em;
  text-decoration: none;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: #029dd3;
  text-align: center;
  display: flow-root;
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  width: 70%;
  margin: 0 auto 20px;
}
a.btn-mailform::before {
  font-family:"Font Awesome 5 Free";
  content:"\f0e0";
  font-size:140%;
  color:#fff;
  font-weight:bold;
  line-height:1.0;
  margin-right:10px;
  display:inline-block;
  vertical-align:middle;
  transform:translateY(-2px);
}
a.btn-mailform::after {
  font-family:"Font Awesome 5 Free";
  content:"\f105";
  color:#fff;
  font-weight:bold;
  margin-left:10px;
}
a.btn-mailform:hover {
  color: #fff;
  background: #30b6e9;
}

/*-------------------------------------------------------
freeHtml　会社概要
-------------------------------------------------------*/
.freeHtml {
  margin-top: 0;
}
#sideCompany {
  width: 100vw;
  background: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 0;
}
#sideCompany .sideCompany_inner {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px;
}
#sideCompany h2.logomark {
  width: 360px;
  height: 57px;
  background: url("/materials/175758382418801.png") no-repeat;
  margin: 0 auto;
  padding: 0;
  background-size: 100%;
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany .company-name {
  font-size:1.1em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
#sideCompany dl {
  width: 100%;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 0.9em;
}
#sideCompany dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27%;
  min-height: 3.0em;
  font-size: 1.0em;
  color: #222;
  font-weight: 500;
  line-height: 1.25;
  margin-right: 0;
  margin-bottom: 1.0em;
  border-top: none;
  border-bottom: 1px solid #CCC;
}
#sideCompany dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  min-height: 3.0em;
  font-size: 1.0em;
  color: #222;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 1.0em;
  border-bottom: 1px solid #CCC;
}
#sideCompany a.link-btn {
  font-size: 1.0em;
  color: #fff;
  font-weight: 400;
  background: #029dd3;
  width: 50%;
  margin: 30px auto 0 auto;
  padding: 8px 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#sideCompany a.link-btn:hover {
  color: #fff;
  background: #30b6e9;
  border: 1px solid #fff;
}
#sideCompany a.link-btn span::after {
  font-family: "Font Awesome 5 Free";
  content:"\f105";
  font-size:1.0em;
  color: inherit;
  font-weight: bold;
  margin-left: 6px;
}
#sideCompany a.tel-link {
  font-size: 1.25em;
}

/*--------------------------------------------------------------
GoogleMap
---------------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  /* padding-bottom: 75%;4:3*/
  padding-bottom: 56.25%; /*16:9*/
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
YouTube 埋め込み
---------------------------------------------------------------*/
.video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
ギャラリー・サイト案内
---------------------------------------------------------------*/
.gallery.guideBtn {
  margin-bottom: 30px;
}
.gallery.guideBtn h3 {
  width: 99%;
  font-size: 1.35em;
  font-weight:500;
  color:#06c3ef;
  text-align:center;
  margin: 30px 0;
  padding:0.25em;
  border:2px solid #06c3ef;
}
.gallery.guideBtn h3:after {
  display: none;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding:0 5px 25px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image {
  margin-bottom:0;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image img {
  padding-bottom: 60px;
}
.gallery.guideBtn ul.galleryGrids .comment {
  font-size: 1.0em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 10px);
  min-height: 4.0em;
  position: absolute;
  bottom: 0;
  background: #029dd3;
  padding: 7px 5px;
  border-radius: 4px;
  pointer-events: none;
}
.gallery.guideBtn ul.galleryGrids .comment span::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  color: inherit;
  font-weight: bold;
  margin-left: 8px;
}

/*--------------------------------------------------------------
こんなお悩みありませんか？
---------------------------------------------------------------*/
#worries {
  background: url("/materials/175773511142801.jpg") no-repeat;
  background-size: 150%;
  background-position: left bottom;
  padding-bottom: 50px;
  margin-top: -40px;
  text-shadow: 1px 1px 2px #FFF;
}
#worries ul.check.worries {
  width: 80%;
  padding: 1.2em 1.5em 1.2em 3.5em;
  background: rgba(255,255,255,0.9);
}
#worries ul.check.worries li {
  font-size: 1.1em;
  border-bottom: 3px dashed #ccc;
  padding-bottom: 0.4em;
  margin-bottom: 0.7em;
}
#worries ul.check.worries li:before {
  top: 0.5em;
  width: 0.85em;
}

/*--------------------------------------------------------------
特長
---------------------------------------------------------------*/
dl.features {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
}
dl.features dt {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
}
dl.features dt span {
  display: flex;
  width: 120px;
  height: 120px;
  align-items: center;
  justify-content: center;
  font-size: 1.25em;
  color: #fff;
  font-weight: 500;
  margin: 0;
  background: #06c3ef;
  border-radius: 10px;
}
dl.features dd {
  display: inline-block;
  width: calc(100% - 135px);
  margin:0 0 15px 15px;
  padding: 10px;
}
dl.features dd h5 {
  font-size:1.3em;
  font-weight: 600;
  color: #06c3ef;
  margin:0 0 0.5em 0;
  padding: 0;
  border: none;
}
dl.features dd p {
  margin:0;
  padding:0;
}
dl.features.narrow dt {
  height: 50px;
}
dl.features.narrow dt span {
  font-size: 1.2em;
  height: 50px;
}
dl.features.narrow dd {
  height: auto;
  min-height: 50px;
}
/*--------------------------------------------------------------
サービスマスター
---------------------------------------------------------------*/
dl.features.s-master dt span {
  background: #00a1b9;
}
dl.features.s-master dd h5 {
  color: #00a1b9;
}

/*--------------------------------------------------------------
メリーメイド
---------------------------------------------------------------*/
dl.features.merry-made dt span {
  background: #d5007f;
}
dl.features.merry-made dd h5 {
  color: #d5007f;
}

/*--------------------------------------------------------------
ライフケア
---------------------------------------------------------------*/
.article h5.life-care {
  border-left: none;
  border-top: solid 2px #e93623;
  border-bottom: solid 2px #e93623;
  text-align: center;
  padding: 12px 0;
  margin: 1em 0;
}

/*--------------------------------------------------------------
サービスメニュー
---------------------------------------------------------------*/
#mainArticles .serviceMenu {
//  margin-top: 40px;
}
#mainArticles .serviceMenu .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0 16px 16px;
}
#mainArticles .serviceMenu .gallery_grid li.galleryGrid .image {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  background: #FFF;
}
#mainArticles .serviceMenu .gallery_grid li.galleryGrid .image img {
  transition: 0.5s all;
  width: 100%;
}
#mainArticles .serviceMenu .gallery_grid li.galleryGrid .image a:hover img {
  transform: scale(1.05, 1.05);
  transition: 0.3s all;
  opacity: 1;
}
#mainArticles .serviceMenu .gallery_grid li.galleryGrid .comment {
  text-align: center;
  line-height: 1.5;
  background: #029dd3;
  padding: 4px 0 6px;
  color: #FFF;
  font-size: 90%;
  font-weight: bold;
}

/*--------------------------------------------------------------
FAQ
---------------------------------------------------------------*/
ul.faq li.qus:before, ul.faq li.ans:before {
  margin: 0 12px 0 -44px;
}
ul.faq li.qus {
  font-size: 1.1em;
  font-weight: 700;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 0.5em;
}
ul.faq li.qus::before {
  width: 36px;
  height: 36px;
  line-height: 32px;
  color: #fff;
  background-color: #06c3ef;
  border-radius: 50vh;
}
ul.faq li.ans::before { 
  color: #fff;
  font-weight: 500;
  background-color: #999;
}

/*--------------------------------------------------------------
料金表テーブル
---------------------------------------------------------------*/
.article table.priceTbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 10px auto 30px;
}
.article table.priceTbl th, .article table.priceTbl td {
  width: 50%;
  height: auto;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  font-size: 1.0em;
  line-height: 1.5;
}
.article table.priceTbl th {
  font-weight: 500;
  text-align: left;
  background-color: #c2eef9;
}
.article table.priceTbl td {
  font-weight: 400;
  text-align: center;
  background-color: #fff;
}

/*--------------------------------------------------------------
作業の流れ
---------------------------------------------------------------*/
.article.articleFlow {
  display: block;
  background: #ecf3f7;
  padding: 30px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 50px;
}
.article.articleFlow  .article_outer::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 40px;
  color: #fcdf54;
  font-weight: bold;
  text-align: center;
  display: block;
  height: 40px;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 20px);
}
.article.articleFlow.last .article_outer::after {
  display: none;
}
.article.articleFlow h5 {
  font-size: 1.3em;
  font-weight: 500;
  color: #0683cf;
  margin-top: 0;
  border-left: none;
  padding-left: 0;
  padding-bottom: 0.25em;
  border-bottom: 2px dotted #0683cf;
}
.article.articleFlow dt span {
  display: block;
  position: relative;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 900;
  color: #01a3e1;
  line-height: 1.0;
  padding-left: 75px;
}
.article.articleFlow dt span::before {
  content: "STEP";
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5em;
  height: 1.3em;
  padding-bottom: 2px;
  background: #222;
  position: absolute;
  top: 40%;
  left: 0;
}

/*======================================================
contactTable
======================================================*/
#mainArticles form, #mainBlogCommentForm form {
  background: #c6ebf3;
}
#mainArticles table.contactTable tr th, #mainBlogCommentForm table.contactTable tr th {
  font-weight: normal;
  color: #333;
  background: #c6ebf3;
}
#mainArticles table.contactTable tr td, #mainBlogCommentForm table.contactTable tr td {
  background: #ecf3f7;
}
#mainArticles table.contactTable input.button, #mainBlogCommentForm table.contactTable input.button {
  background: #029dd3;
}

/*======================================================
768px
======================================================*/
@media only screen and (max-width: 768px) {
  #title #title_outer {
    background: none;
  }
  #footer_body .topMenu {
    width: 30%;
  }
  #footer_body .services {
    width: 70%;
    flex-flow: row wrap;
  }
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*toggle*/
  #toggle {
    background-color: #06c3ef;
  }
  .active #toggle {
    background-color: #07a4c9;
  }
  /*title*/
  #title h1 {
    width: 50vw;
    height: 8vw;
    top: 5px;
    left: 10px;
    padding-left: 0;
  }
  #title #title_outer {
/*    height: 70px;
    background: none;*/
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.6em;
  }
  #mainTopics h2, .article h3, .gallery h3, .freeHtml h3 {
    font-size: 1.6em;
  }
  /*記事*/
  .article.col2 {
    flex-basis: 100%;
  }
  /*Table*/
  .article table.priceTbl {
    border: 1px solid #ccc;
  }
  .article table.priceTbl th, .article table.priceTbl td {
    width: 100%;
    height: auto;
    border: none;
    padding: 10px;
    font-size: 0.9em;
    display: block;
  }
  /*footer*/
  #footer_body {
    display: block;
    padding: 16px 0;
  }
  #footer_body .topMenu, #footer_body .services {
    width: 100%;
    flex-flow: row wrap;
    margin-bottom: 0;
  }
  #footer_body .topMenu li a, #footer_body .services li a {
    border-bottom: none;
    padding: 0px 5px;
    margin: 0 1em 0.5em 0;
}
  #footer_body .copyright {
    position: absolute;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #bottomLink{
    display: block;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    z-index:1000;
    height:50px;
    overflow:hidden;
    border-top:1px solid #fff;
  }
  #bottomLink a {
    display: block;
    padding: 0;
    color: #fff;
    background: #1c449a;
    text-decoration: none;
    font-size:18px;
    font-weight: 900;
    line-height: 48px;
    height:100%;
  }
  #bottomLink a span {
    font-size:15px;
    font-weight: 700;
    display: inline-block;
  }
  #bottomLink a span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    font-size:120%;
    font-weight: bold;
    margin-right: 7px;
    margin-left: 7px;
    display:inline-block;
    transform: rotate(-30deg);
  }
  /* ボタンサイズ分の画面下部余白 */
  #wrap {
    margin-bottom: 50px;
  }
  /*こんなお悩みありませんか？*/
  #worries {
    background-size: cover;
    background-position: center bottom;
  }
  #worries ul.check.worries {
    width: 100%;
    margin-top: 50px;
    background: rgba(255, 255, 255, 0.8);
  }
  /*ギャラリー・サイト案内*/
  .gallery.guideBtn .gallery_grid li.galleryGrid .galleryGrid_outer {
    padding-bottom: 35px;
  }
  .gallery.guideBtn ul.galleryGrids .comment {
    bottom: 25px;
  }
  /*お問い合わせセクション*/
  .article.full.contact-block {
    background-size: cover;
    background-position: left bottom;
  }
  /*mainContents*/
  #mainContents {
    padding-bottom: 0;
  }
  /*サービスロゴ画像*/
  .article.lifecare_title .image {
    max-width: 200px;
  }
  .article.service-master_title .image, .article.merry-made_title .image {
    max-width: 300px;
  }
}

/*===================================================================
480px以下
===================================================================*/
@media only screen and (max-width: 480px) {
  /*title*/
  #title h1 {
    width: 240px;
    height: 40px;
    top: 10px;
    left: 0px;
  }
  #title #title_outer {
/*    height: 65px;*/
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.4em;
  }
  #mainTopics h2, .article h3, .gallery h3, .freeHtml h3 {
    font-size: 1.4em;
  }
  /*お問い合わせセクション*/
  .article.full.contact-block a.free-dial {
    font-size: 2.1em;
  }
  /*お問い合わせメールフォームボタン*/
  a.btn-mailform {
    width: 100%;
    font-size: 0.9em;
  }
  a.btn-mailform::before {
    margin-right: 4px;
  }
  a.btn-mailform::after {
    margin-left: 4px;
  }
  /*freeHtml　会社概要*/
  #sideCompany a.link-btn {
    width: 100%;
  }
  #sideCompany .sideCompany_inner {
    padding: 30px 4%;
  }
  #sideCompany h2.logomark {
    width: 80vw;
    height: 13vw;
  }
  #sideCompany .company-name {
    font-size: 1.05em;
  }
  /*特長*/
  dl.features dt, dl.features dt span {
    width: 80px;
    height: 80px;
  }
  dl.features dd {
    width: calc(100% - 95px);
    padding: 0;
    line-height: 1.5;
  }
  /*normalTbl-plus*/
  .article table.normalTbl-plus th, .article table.normalTbl-plus td {
    width: 100%;
    display: block;
    padding: 5px;
  }
}

/*-------------
バッジ非表示
---------------*/
.recaptcha_policy {
  margin-top: -40px;
  text-align: right;
  font-size: 11px !important;
  color: #999 !important;
  padding: 0 1em;
}
.recaptcha_policy a { font-weight: normal; }
.recaptcha_policy p { text-align: right; }
.grecaptcha-badge { visibility: hidden; }


/*編集画面*/
.ams-build .freeHtml_body {
    min-height: 40px;
}
