@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; }
}

/*余白調整*/
#mainContents {
  padding-bottom: 0;
}
.sideContents {
  padding-top: 0;
}

/*--------------------------------------------------------------
変数
---------------------------------------------------------------*/
:root {
  --site-keycolor: #18a6fd;
  --site-subcolor: #014080;
}

/*envelope*/
#mainArticles .envelope, #mainBlogCommentForm .envelope {
  background: #ebf9ff;
}
/*normalTbl*/
.article table.normalTbl td {
  border-left: none;
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: var(--site-subcolor);
  font-weight: 500;
}
.article a {
  text-decoration: none;
}
a:hover {
  color: var(--site-keycolor);
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
}
a.btn {
  color: #fff;
  background: #b5c7c9;
}
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;
}

/*--------------------------------------------------------------
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;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
  position: relative;
}
#title_outer h1 {
  width: 438px;
    height: 104px;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/176042270403101.png") center left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  background: url("/materials/175920634078301.png") right center no-repeat;
  background-size: 320px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu .topMenu li a {
  font-size: 1.0em;
  font-weight: 500;
  color: #222;
}
#topMenu .topMenu li a:hover {
  background: var(--site-keycolor);
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
ul.topics li p.date {
  background: var(--site-subcolor);
}
ul.topics li p.more a {
  color: var(--site-subcolor);
  font-size: 0.85em;
  background: none;
  border: 1px solid var(--site-subcolor);
}
ul.topics li p.more a:hover {
  color: #fff;
  background: var(--site-keycolor);
  border: 1px solid var(--site-keycolor);
}
#mainTopics .listview a {
  font-size: 0.85em;
  background: var(--site-subcolor);
}
#mainTopics .listview a:hover {
  background: var(--site-keycolor);
}
ul.topics li h3 a {
  color: var(--site-subcolor);
  font-weight: 500;
}
ul.topics li h3 a:hover {
  color: var(--site-keycolor);
  font-weight: 500;
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background: var(--site-keycolor);
}
#footer_body {
  padding-bottom: 120px;
}
#footer_body .copyright {
  font-size: 14px;
  font-weight: 300;
  background: var(--site-subcolor);
}
.footer a:hover, .footer p a:hover {
  color: #6bdaed;
}
#footer_body .topMenu li a, #footer_body .services li a {
  color: #fff;
  font-weight: normal;
  background: var(--site-keycolor);
  border-bottom: 1px solid var(--site-keycolor);
}
#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: #000;
  background: var(--site-keycolor);
  border-bottom: 1px dotted #fff;
}

/*-------------------------------------------------------
sideContents
-------------------------------------------------------*/
.sideContents #sideServices h2:before, .sideContents #sideBlogCategories h2:before, .sideContents #sideBlogDates h2:before, .sideContents #sideMobile h2:before {
  background: var(--site-keycolor);
}
.sideContents ul li a:hover, .sideContents dt a:hover {
  background: var(--site-keycolor);
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  background: var(--site-subcolor);
  margin-bottom: 0;
  background:url("/materials/175966127653801.jpg") center no-repeat;
  background-size: cover;
  padding: 4vw 4%;
}
#mainTopics h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after, #mainArticles div[id^=blog] h2:after {
  background: var(--site-keycolor);
  margin: 25px auto;
}
#mainArticles div[id^=blog] h2 {
  margin-top: 40px;
}
.article h4 {
  color: #fff;
  font-weight: 600;
  border-radius: 0;
  background: var(--site-subcolor);
  border: none;
}
.article h4:before {
  background: #fff;
  width: 4px;
  height: 2.0em;
  left: 12px;
}
.article h5 {
  border-left: solid 4px var(--site-keycolor);
}
.article h5.leadcopy {
  font-size: 1.5em;
  color: var(--site-keycolor);
  line-height: 1.5;
  font-weight: 700;
  border: none;
  padding-left: 0;
}

/*-------------------------------------------------------
freeHtml　会社概要
-------------------------------------------------------*/
.freeHtml {
  margin-top: 0;
}
#sideCompany {
  width: 100vw;
  background: #ebf9ff;
  margin: 0 calc(50% - 50vw) 50px;
  padding: 0;
}
#sideCompany .sideCompany_inner {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 70px 4%;
}
#sideCompany h2.logomark {
  width: 80%;
  max-width: 300px;
  height: 40px;
  background: url("/materials/175920634078302.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 {
  display: inline-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: 3%;
  margin-bottom: 1.0em;
  border-top: none;
  border-bottom: 1px solid #999;
}
#sideCompany td {
  display: inline-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: none;
}
#sideCompany a.link-btn {
  font-size: 1.0em;
  color: #fff;
  font-weight: 400;
  background: var(--site-keycolor);
  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: var(--site-subcolor);
  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;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
.article.full.contact-block {
  text-align: center;
  background: url("/materials/175958566782301.jpg") no-repeat center center;
  background-size: cover;
  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.tel-link {
  font-size: 2.4em;
  color: var(--site-keycolor);
  line-height: 1.2;
}
.article.full.contact-block a.tel-link:hover {
  color: #5dbdf9;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: var(--site-keycolor);
  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: var(--site-subcolor);
}

/*======================================================
contactTable
======================================================*/
#mainArticles form, #mainBlogCommentForm form {
  background: #ddf2fb;
}
#mainArticles table.contactTable tr th, #mainBlogCommentForm table.contactTable tr th {
  font-weight: normal;
  color: #333;
  background: #ddf2fb;
}
#mainArticles table.contactTable tr td, #mainBlogCommentForm table.contactTable tr td {
  background: #f0f9fc;
}
#mainArticles table.contactTable input.button, #mainBlogCommentForm table.contactTable input.button {
  background: var(--site-subcolor);
}

/*--------------------------------------------------------------
ギャラリー・サイト案内
---------------------------------------------------------------*/
.gallery.full.guideBtn {
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 100px;
}
.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: var(--site-subcolor);
  padding: 7px 5px;
  border-radius: 4px;
  pointer-events: none;
}
.gallery.guideBtn ul.galleryGrids .comment::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  color: inherit;
  font-weight: bold;
  margin-left: 8px;
}

/*--------------------------------------------------------------
GoogleMap
---------------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
about
---------------------------------------------------------------*/
#about.full.article {
  background: url("/materials/175957670792601.jpg") right center no-repeat;
  background-size: cover;
  padding-bottom: 70px;
}
.article.full.top-message p {
  font-size: 1.15em;
  font-weight: 500;
  padding: 1.5em 2.0em;
  background: rgba(255,255,255,0.8);
  box-shadow: 10px 10px var(--site-keycolor);
}

/*--------------------------------------------------------------
article 装飾
---------------------------------------------------------------*/
#safety, #simple, #flexible, #performance {
  position: relative;
}
#safety .article_body, #simple .article_body, #flexible .article_body, #performance.article_body {
  position: relative;
  z-index: +1;
}
#safety::after {
  content: "SAFETY";
  font-size: 100px;
  font-weight: 200;
  color: #eee;
  position: absolute;
  left: 0;
  bottom: -60px;
  letter-spacing:0.15em;
}
#simple::after {
  content: "SIMPLE";
  font-size: 100px;
  font-weight: 200;
  color: #eee;
  position: absolute;
  left: 0;
  bottom: -60px;
  letter-spacing:0.15em;
}
#flexible::after {
  content: "FLEXIBLE";
  font-size: 100px;
  font-weight: 200;
  color: #eee;
  position: absolute;
  left: 0;
  bottom: -60px;
}
#performance::after {
  content: "PERFORMANCE";
  font-size: 100px;
  font-weight: 200;
  color: #eee;
  position: absolute;
  left: 0;
  bottom: -60px;
}

/*--------------------------------------------------------------
製品紹介　特長
---------------------------------------------------------------*/
.article.features table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 12px;
}
.article.features table, .article.features table th, .article.features table td {
  border: none;
}
.article.features table th {
  font-size: 1.1em;
  color: #fff;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  background: #f99301;
  border-radius: 8px;
  white-space: nowrap;
}

/*======================================================
800px
======================================================*/
@media only screen and (max-width: 800px) {
  /*title*/
  #title_outer h1 {
    width: 248px;
        height: 75px;
  }
  #title #title_outer {
    height: 90px;
    background-size: 32vw;
  }
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*toggle*/
  #toggle {
    background-color: var(--site-subcolor);
    top: 7px;
    right: 10px;
  }
  .active #toggle {
    background-color: var(--site-keycolor);
  }
  /*title
  #title h1 {
    width: 45vw;
    height: 5.8vw;
    top: 3.5vw;
    padding-left: 0;
  }*/
  #title #title_outer {
    height: 75px;
    background: none;
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.6em;
  }
  #mainTopics h2, .article h3, .gallery h3, .freeHtml h3 {
    font-size: 1.6em;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #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: var(--site-subcolor);
    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;
  }
  /*article 装飾*/
  #safety::after, #simple::after, #flexible::after, #performance::after {
    font-size: 12vw;
    left: auto;
    right: 4%;
  }
  /*footer*/
  #footer_body {
    padding-bottom: 0;
  }
  /*ギャラリー・サイト案内*/
  .gallery.guideBtn ul.galleryGrids .comment {
    bottom: 20px;
  }
  /*normalTbl*/
  .article table.normalTbl th {
    text-align: center;
    background: #f5f5f5;
  }
}

/*===================================================================
480px以下
===================================================================*/
@media only screen and (max-width: 480px) {
  /*title*/
  #title h1 {
    width: 232px;
    /*height: 6.4vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    padding-left: 0;*/
  }
  /*見出し*/
  #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.tel-link {
    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;
  }
  /*製品紹介　特長*/
  .article.features table th, .article.features table td {
    display: block;
    width: 100%;
  }
  .article.features table th {
    white-space: normal;
  }
}


/*-------------------------------------------------------
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;
}
ul.maru, ol.pp, ul.notes, ul.ps {
font-size: 1em;
}

.article.caution h4 {
    background: none;
    border: none;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0;
}

.article.caution h4:before {
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    font-size: 1.25em;
    color: #ff3500;
    font-weight: bold;
    height: inherit;
    width: inherit;
    position: unset;
}

.article.caution h5 {
    border-left: solid 4px #ff3500;
}