@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: #1fa1dd;
  font-weight: 500;
}
.article a {
  text-decoration: none;
}
a:hover {
  color: #ff9900;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
}
a.btn {
  color: #fff;
  background: #79895b;
}
a.btn:hover {
  color: #fff;
  background: #999;
}
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;
}

/*--------------------------------------------------------------
段落
---------------------------------------------------------------*/
.article p {
  margin-bottom: 1em;
}
.article p strong {
  font-weight: 500;
}

/*--------------------------------------------------------------
文字装飾
---------------------------------------------------------------*/
.leadText {
  font-size: 1.15em;
  font-weight: 700;
}
.answerText {
  font-size: 1.2em;
  color: #1fa1dd;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  padding: 0.8em;
  border-top: 4px solid #1fa1dd;
  border-bottom: 4px solid #1fa1dd;
}

/*--------------------------------------------------------------
導入
---------------------------------------------------------------*/
.headContents {
  margin-top: 50px;
}

/*--------------------------------------------------------------
table
---------------------------------------------------------------*/
.article table:not(.contactTable) {
  border-collapse: collapse;
  border-left: 1px solid #ccc;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  margin: 10px auto;
  width: 100%;
}
.article table:not(.contactTable) td,
.article table:not(.contactTable) th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}
.article table:not(.contactTable) th {
  background-color: #f7f7f7;
  text-align: center;
}

/*--------------------------------------------------------------
normalTbl
---------------------------------------------------------------*/
.article table.normalTbl {
  font-size: 1.0em;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.article table.normalTbl th, .article table.normalTbl td {
  padding: 16px;
  border: none;
  border-bottom: 1px solid #ddd;
}
.article table.normalTbl th {
  border-right: none;
  background: #f7f9f3;
  text-align: center;
}

/*--------------------------------------------------------------
リスト
---------------------------------------------------------------*/
ul.maru {
  font-size: 1.0em;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
}
#title h1 {
  width: 300px;
  height: 60px;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/176811301161601.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  height: 100px;
  background: url("/materials/176811301161602.png") right center no-repeat;
  background-size: 300px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu .topMenu li a {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}
#topMenu .topMenu li a:hover {
  background: #1fa1dd;
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
ul.topics li p.date {
  background: #1fa1dd;
}
#mainTopics .listview a, ul.topics li p.more a {
  font-size: 0.8em;
  font-weight: 400;
  background: #0159aa;
}
#mainTopics .listview a:hover, ul.topics li p.more a:hover {
  background: #1fa1dd;
}
ul.topics li h3 a {
  color: #1fa1dd;
}
ul.topics li h3 a:hover {
  color: #0159aa;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
  font-weight: 600;
}
#mainArticles h2, #listTopics h2 {
  font-size: 1.8em;
  line-height: 1.4;
  font-weight: 400;
  background: linear-gradient(to bottom, #1fa1dd 0%, #0159aa 100%);
  padding-right: 4%;
  padding-left: 4%;
}
#listTopics h2 {
  margin-bottom: 40px;
}
#mainTopics h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after, #mainArticles .article h2:after {
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #1fa1dd 0%, #1fa1dd 50%, #0159aa 50%, #0159aa 100%);
}
#mainArticles div[id^=blog] h2 {
  margin: 40px auto;
}
.article h4 {
  background: #ecf3f7;
  border: none;
}
.article h4:before {
  background: #0159aa;
}
.article h5 {
  border-left: solid 4px #1fa1dd;
}
.article h6:before {
  color: #009740;
}
/*見出し無しの記事用*/
.noneTitle h5 {
  margin-top: 0;
}

/*-------------------------------------------------------
footer
-------------------------------------------------------*/
#footer {
  background: linear-gradient(to bottom, #1fa1dd 0%, #0159aa 100%);
}
#footer_body .copyright {
  font-weight: 300;
  background: transparent;
}
#footer_body .topMenu li a, #footer_body .services li a {
  color: #fff;
  font-weight: normal;
  background: transparent;
  border-bottom: 1px solid transparent;
}
#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: transparent;
  border-bottom: 1px dotted #fff;
}

/*-------------------------------------------------------
sideContents
-------------------------------------------------------*/
.sideContents #sideServices h2:before, .sideContents #sideBlogCategories h2:before, .sideContents #sideBlogDates h2:before, .sideContents #sideMobile h2:before {
  background: #0159aa;
}

/*-------------------------------------------
サイト案内
-------------------------------------------*/
.gallery.guideBtn .gallery_grid li.galleryGrid {
  margin-bottom:15px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0 5px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image a {
  display: block;
  padding-bottom:60px;
}
.gallery.guideBtn ul.galleryGrids .comment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 10px);
  height: 50px;
  border-radius: 50vh;
  position: absolute;
  bottom: 5px;
  font-size: 0.9em;
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
  background: #1fa1dd;
  margin-bottom: 0;
  padding: 0 8px;
  pointer-events: none;
}
.gallery.guideBtn ul.galleryGrids .comment span {
  display:block;
  font-size:1.0em;
  color:#fff;
  font-weight:bold;
  line-height:1.4;
  text-align:center;
}
.gallery.guideBtn ul.galleryGrids .comment span::after {
  font-size:1.0em;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #fff;
  font-weight: bold;
  margin-left: 6px;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
.article.full.contact-block {
  text-align: center;
  background: url("/materials/176820363643701.jpg") no-repeat center bottom;
  background-size: 100%;
  margin-top: 50px;
  margin-bottom: 0;
}
.article.full.contact-block .article_body {
  margin: 50px auto;
  padding: 15px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
.article.full.contact-block h3 {
  margin-top: 0;
  padding-bottom: 0;
}
.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: 700;
  line-height: 1.5;
}
.article.full.contact-block a.tel-link {
  font-size: 2.4em;
  color: #1fa1dd;
  line-height: 1.2;
}
.article.full.contact-block a.tel-link:hover {
  color: #0159aa;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: #f5c503;
  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: #c6d6ab;
}

/*-------------------------------------------------------
freeHtml　会社概要
-------------------------------------------------------*/
.freeHtml {
  margin-top: 0;
}
#sideCompany {
  width: 100vw;
  background: #fff;
  margin: 0 calc(50% - 50vw) 50px;
  padding: 0;
}
#sideCompany .sideCompany_inner {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px 4%;
}
#sideCompany h2.logomark {
  width: 200px;
  height: 221px;
  background: url("/materials/176820273159101.png") no-repeat;
  margin: 0 auto 35px;
  padding: 0;
  background-size: 100%;
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany table {
  width: 100%;
  margin: 0 auto;
  font-size: 0.9em;
}
#sideCompany th {
  width: 27%;
  min-height: 3.0em;
  text-align: center;
  vertical-align: middle;
  font-size: 1.0em;
  color: #222;
  font-weight: 500;
  line-height: 1.25;
  padding:1.25em 1.0em;
  margin-right: 3%;
  margin-bottom: 1.0em;
  border-top: none;
  border-bottom: 1px solid #1fa1dd;
}
#sideCompany td {
  width: 70%;
  min-height: 3.0em;
  vertical-align: middle;
  font-size: 1.0em;
  color: #222;
  line-height: 1.25;
  padding:1.25em 1.0em;
  font-weight: normal;
  margin-bottom: 1.0em;
  border: none;
  border-bottom: 1px solid #ccc;
}
#sideCompany a.link-btn {
  font-size: 1.0em;
  color: #fff;
  font-weight: 400;
  background: #f5c503;
  width: 80%;
  max-width: 450px;
  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: #c6d6ab;
  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: 56.25%;
  position: relative;
  margin-bottom: 30px;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
リスト
---------------------------------------------------------------*/
ul.check-plus {
  position: relative;
  padding: 0;
}
ul.check-plus li {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 1.0em;
  padding: 15px 15px 15px 50px;
  background: #f4f2ed;
}
ul.check-plus li:before {
  top: 0.5em;
  width: 0.85em;
  border-left: 4px solid #ff3300;
  border-bottom: 4px solid #ff9900;
  top: 20px;
  left: 18px;
}

/*----------------------------------------------------------
画面下部固定のリンクパーツ
----------------------------------------------------------*/
#bLink {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  height: 100px;
  overflow: hidden;
  padding: 12px 0;
  background: #0159aa;
  box-sizing: border-box;
  border-top: 1px solid #fff;
}
#bLink_outer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1024px;
  padding-left: 32px;
  padding-right: 32px;
  margin: auto;
  position: relative;
}
#bLink p.bTel {
  display: inline-block;
  width: 39%;
  max-width: 400px;
  margin: 0 60px 0 0;
}
#bLink p.bMail {
  display: inline-block;
  width: 37%;
  max-width: 380px;
  margin: 0 0 0 40px;
}
#bLink p.bTel img, #bLink p.bMail img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#bLink .center-border {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 60px;
  background: #fff;
}
/* ボタンサイズ分の画面下部余白 */
#wrap {
  margin-bottom: 100px;
}

/*======================================================
768px
======================================================*/
@media only screen and (max-width: 768px) {
  #title h1 {
    width: 40vw;
    height: 8vw;
  }
  #title #title_outer {
    background-size: 40vw;
  }
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*toggle*/
  #toggle {
    background-color: #1fa1dd;
  }
  /*title*/
  #title h1 {
    width: 60vw;
    height: 12vw;
    max-width: 300px;
    max-height: 60px;
    padding-left: 0;
  }
  #title #title_outer {
    height: 15vw;
    min-height: 56px;
    background: none;
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.6em;
  }
  /*余白調整*/
  .article.full.contact-block {
    margin-top: 0;
  }
  /*画像サイズ調整*/
  .article.image-s .image {
    max-width: 70%;
  }
  /*お問い合わせセクション*/
  .article.full.contact-block {
    background-size: cover;
  }
  a.btn-mailform {
    width: 100%;
  }
  /*normalTbl*/
  .article table.normalTbl th, .article table.normalTbl td {
    padding: 10px;
  }
  #bLink {
    display: none;
  }
  /*sideCompany table*/
  #sideCompany th {
    width: 4.2em;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #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: #1fa1dd;
    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;
  }
}

/*===================================================================
480px以下
===================================================================*/
@media only screen and (max-width: 480px) {
  /*お問い合わせセクション*/
  .article.full.contact-block a.tel-link {
    font-size: 2.0em;
  }
}

/*-------------------------------------------------------
recaptcha バッジ非表示
-------------------------------------------------------*/
.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; }

/*編集画面*/
.ams-build .freeHtml_body {
    min-height: 40px;
}
