@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("//use.fontawesome.com/releases/v5.6.1/css/all.css");

/*--------------------------------------------------------------
レスポンシブ01 ブルー 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; }
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: #d4291e;
  transition: 0.2s ease;
}
a:hover {
  color: #ce9c16;
  font-weight: inherit;
  cursor: pointer;
}
a.tel-link {
  font-size: 1.1em;
  font-weight: 700;
  color: #d4291e;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*--------------------------------------------------------------
table
---------------------------------------------------------------*/
.article table:not(.contactTable) th {
  font-weight: 500;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
  position: relative;
}
#title_outer h1 {
  width: 600px;
  height: 54px;
  position: absolute;
  top: calc(50% - 27px);
  left: 0;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/176767979586001.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  background: url("/materials/176636605456901.png") right center no-repeat;
  background-size: 280px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu {
  background: #E5E5E5;
  background: linear-gradient(0deg,rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
#topMenu .topMenu li {
  position: relative;
  transition: 0.2s ease;
}
#topMenu .topMenu li:first-child::before {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: #999;
  position: absolute;
  top: 15%;
  left: 0;
}
#topMenu .topMenu li::after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: #999;
  position: absolute;
  top: 15%;
  right: 0;
}
#topMenu .topMenu li a {
  font-size: 17px;
  font-weight: 500;
  color: #222;
}
#topMenu .topMenu li a:hover {
  color: #fff;
}
#topMenu .topMenu li:hover {
  background-color: #d4291e;
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
#mainTopics .topics li .more a, .mainTopics .topics li .more {
  font-size: 16px;
  font-weight: 500;
}
.mainTopics .topics li .more a {
  background-color: #0084cb;
  border: none;
}
#mainTopics .topics li .more a:hover, .mainTopics .topics li .more a:hover {
  color: #fff;
  background-color: #38a4de;
  border: none;
}
#mainTopics .listview a {
  font-weight: 500;
}
#mainTopics .listview a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  margin-left: 8px;
}
.mainTopics .topics li .date {
  font-size: 15px;
}
.mainTopics .topics, #mainTopics .listview {
  border-bottom: none;
}

/*--------------------------------------------------------------
sideContents
---------------------------------------------------------------*/
.sideServices h2 {
  background: url("/materials/176637181572801.png") no-repeat left center / 25px;
}
.sideMobile h2 {
  background: url("/materials/176637120858501.png") no-repeat left center / 30px;
}
.footer ul.topMenu li a, .footer ul.services li a, .sideServices ul li a {
  font-weight: 500;
}
.footer a:hover, .footer p a:hover {
  color: #ffcc00;
}
.sideServices ul li a:hover, .sideBlogCategories a:hover, .sideBlogDates a:hover {
  color: #ffcc00;
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background: #0649A5;
}
.footer ul.topMenu li a {
  font-size: 16px;
}

/*--------------------------------------------------------------
copyright
---------------------------------------------------------------*/
.footer .copyright {
  font-size: 14px;
  padding-top: 50px;
}
.footer p.copyright a:hover {
  color: #ffcc00;
  font-weight: 400;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2 {
  font-size: 2.0em;
  font-weight: 700;
  color: #fff;
  border: none;
  padding: 1.0em 0;
  background: url("/materials/176653841534701.png") top right no-repeat;
  background-size: auto 100%;
  width: 100vw;
}
.mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2 {
  font-size: 1.7em;
  font-weight: 600;
}
#listTopics h2, #mainArticles div[id^="blog"] h2 {
  width: 100%;
  font-size: 1.7em;
  font-weight: 600;
  color: #222;
  margin-bottom: 2.0em;
  border-bottom: none;
  line-height: 1.25;
  padding: 1.0em 0 8px;
  background: none;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  clear:both;
}
.article h4, #mainBlogComments h2, #mainBlogCommentForm h2 {
  font-size: 1.25em;
  font-weight: 600;
}
#listTopics h2 {
  position:relative;
}
#listTopics h2:after {
  position: absolute;
  bottom: -0.5em;
  z-index: 2;
  content: "";
  border-radius: 2px;
}
.mainContents .article h3:after, .mainContents div.gallery h3:after, #mainServices h2:after, #mainTopics h2:after, #mainArticles div[id^="blog"] h2:after, #listTopics h2:after {
  background-color: #d4291e;
  width: 60px;
  height: 4px;
  left: calc(50% - 30px);
}
.article h4, #mainBlogComments h2, #mainBlogCommentForm h2 {
  border-bottom: 2px solid #ccc;
}
.article h4:after, #mainBlogComments h2:after, #mainBlogCommentForm h2:after {
  background-color: #d4291e;
  height: 2px;
  bottom: -2px;
}

/*--------------------------------------------------------------
サイト案内
---------------------------------------------------------------*/
.gallery.guideBtn {
  background: #f0f7f9;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image img {
  max-width: 70%;
}
.guideBtn .galleryGrid_body .comment {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  width: 90%;
  margin: -60px auto 0;
  background: #0084cb;
  padding: 0.3em;
  border-radius: 50vh;
  pointer-events: none;
}
.guideBtn .galleryGrid_body .comment::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  color: #fff;
  margin-left: 8px;
}
.gallery_grid li.galleryGrid .image {
  padding-bottom: 30px;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
.article.contact-block {
  text-align: center;
  background: url("/materials/176639670295301.jpg") no-repeat center right;
  background-size: cover;
  padding-bottom: 70px;
  margin-bottom: 0;
}
.article.contact-block .contact-wrap {
  width: 70%;
  margin: 0 auto;
  padding: 15px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
}
.article.contact-block .telnum a {
  font-size: 2.4em;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 0.5em 0;
}
.article.contact-block .biztime {
  font-size: 1.0em;
  font-weight: 500;
  line-height: 1.2;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: #0084cb;
  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: #38a4de;
}

/*-------------------------------------------------------
sideContents お問い合わせボタン
-------------------------------------------------------*/
#contact-btn-space a {
  display:block;
  width: 30%;
  min-width: 280px;
  height: auto;
  font-size: 1.1em;
  font-weight: 500;
  color: #fff;
  background: url("/materials/176639829293001.png") left 20px center no-repeat;
  background-size: 24px;
  border: 2px solid #fff;
  border-radius: 4px;
  text-align:center;
  padding: 0.4em;
  padding-left: 1.5em;
  margin: auto;
}
#contact-btn-space a::after {
  font-family: "Font Awesome 5 Free";
  content:"\f105";
  font-size: 1.2em;
  font-weight: bold;
  color: inherit;
  margin-left: 0.5em;
  vertical-align: -0.1em;
}
#contact-btn-space a:hover {
  background-color: #0084cb;
}

/*-------------------------------------------------------
GoogleMap
-------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; /*16:9*/
  margin-bottom: 30px;
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
画像サイズ小・中
---------------------------------------------------------------*/
.article.small-img .image, .article.small-img .image img {
  max-width: 200px;
  margin: 0 auto 1.0em auto;
}
.article.middle-img .image, .article.middle-img .image img {
  max-width: 300px;
  margin: 0 auto 1.0em auto;
}

/*--------------------------------------------------------------
会社情報テーブル
---------------------------------------------------------------*/
.article table.normalTbl.company th {
  font-weight: 500;
  padding: 20px 16px;
}
.article table.normalTbl td {
  padding: 20px 16px;
}

/*--------------------------------------------------------------
取引先リスト
---------------------------------------------------------------*/
ul.maru.partner li {
  padding: 0.5em 0.7em 0.5em 1.7em;
}
ul.maru.partner li::before {
  color: #0084cb;
}
ul.maru.partner li:nth-child(even) {
  background: #f0f7f9;
}

/*======================================================
800px
======================================================*/
@media only screen and (max-width: 1024px) {
  /*contact-block*/
  .article.contact-block .contact-wrap {
    width: 100%;
  }
  #title h1 {
    width: 55vw;
    height: 5vw;
    padding-left: 0;
    top: calc(50% - 2.5vw);
    left: 0;
  }
  #title #title_outer {
    background-size: 32vw;
  }
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*toggle*/
  #toggle, .active #toggle {
    background-color: #d4291e;
  }
  /*title*/
  #title h1 {
    width: 70vw;
    height: 6.3vw;
    top: calc(50% - 3vw);
  }
  #title, #title_outer, #title_body {
    height: 12vw;
    min-height: 56px;
  }
  #title #title_outer {
    height: 12vw;
    min-height: 60px;
    background: none;
    align-items: flex-start;
    padding-top: 7px;
    margin-bottom: 0;
  }
  /*topMenu*/
  #topMenu .topMenu li:first-child::before, #topMenu .topMenu li::after {
    display: none;
  }
  #topMenu {
    background: #fff;
  }
  /*見出し*/
  #mainArticles h2 {
    font-size: 6vw;
    font-weight: 700;
    color: #fff;
    border: none;
    padding: 0.7em 2.0em;
    background: url("/materials/176654258133701.png") top right no-repeat;
    background-size: auto 100%;
    width: 100vw;
  }
  .mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2, #mainArticles div[id^="blog"] h2 {
    font-size: 1.5em;
  }
  .article h4, #mainBlogComments h2, #mainBlogCommentForm h2 {
    font-size: 1.15em;
  }
  /*guideBtn*/
  .guideBtn .galleryGrid_body .comment {
    font-size: 1.0em;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #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: #002b62;
    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;
  }
}

/*======================================================
450px
======================================================*/
@media only screen and (max-width: 450px) {
  /*title*/
  #title, #title_outer, #title_body {
    height: 16vw;
  }
  #title h1 {
    top: 4.0vw;
  }
  /*お問い合わせセクション*/
  .article.contact-block .telnum a {
    font-size: 1.7em;
  }
  /*btn-mailform*/
  a.btn-mailform {
    width: 100%;
    font-size: 1.0em;
  }
}

/*-------------
バッジ非表示
---------------*/
.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;
}
