@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: #ea7700;
  font-weight: 500;
}
a:hover {
  color: #99cc00;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
}
a.btn {
  color: #fff;
  background: #ea7700;
}
a.btn:hover {
  color: #fff;
  background: #989f67;
}
a.btn.border {
  color: #000;
  border: 1px solid #000;
  background: none;
}
a.btn.border:hover {
  color: #fff;
  background: #555;
  border: 1px solid #555;
}
a.tel-link {
  font-size: 1.05em;
  font-weight: bold;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*--------------------------------------------------------------
全幅記事
---------------------------------------------------------------*/
.article.full, .gallery.full {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
リスト maru
---------------------------------------------------------------*/
ul.maru.plus {
  font-size: 1.0em;
}

/*-------------------------------------------------------
テーブル・シンプル
-------------------------------------------------------*/
.article table.simpleTbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: none;
  margin: 24px auto;
}
.article table.simpleTbl th, .article table.simpleTbl td {
  padding: 10px;
  border-right: none;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.article table.simpleTbl th {
  width: 25%;
  background-color: #f7f7f7;
  text-align: center;
  font-weight: normal;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
}
#title h1 {
  width: 240px;
  height: 55px;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/175144199368201.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  height: 100px;
  background: url("/materials/175144425539501.png") right center no-repeat;
  background-size: 320px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu_outer .topMenu li a {
  color: #222;
  font-weight: 400;
}
#topMenu_outer .topMenu li a:hover {
  background: #003f0e;
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
ul.topics li p.date {
  background: #ea7700;
}
ul.topics li p.more a, #mainTopics .listview a {
  background: #003f0e;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  font-weight: 400;
  background: #003f0e;
  padding-right: 4%;
  padding-left: 4%;
  margin-bottom: 0;
}
#mainTopics h2, .article h3, .gallery h3, .freeHtml h3, #mainArticles div[id^=blog] h2 {
  margin-top: 40px;
  padding-top: 40px;
  background: url("/materials/175169390291401.png") top center no-repeat;
  background-size: 46px;
}
#mainTopics h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after, #mainArticles .article h2:after {
  height: 5px;
  background: #003f0e;
}

/*-------------------------------------------------------
footer
-------------------------------------------------------*/
#footer {
  background: #003f0e;
}
#footer_body .copyright {
  font-weight: 300;
  background: #003f0e;
}
#footer_body .topMenu li a, #footer_body .services li a {
  color: #fff;
  font-weight: normal;
  background: #003f0e;
  border-bottom: 1px dotted #003f0e;
}
#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: #003f0e;
  border-bottom: 1px dotted #fff;
}

/*-------------------------------------------------------
sideContents
-------------------------------------------------------*/
.sideContents #sideServices h2:before, .sideContents #sideBlogCategories h2:before, .sideContents #sideBlogDates h2:before, .sideContents #sideMobile h2:before {
  background: #003f0e;
}
.sideContents ul li a:hover, .sideContents dt a:hover {
  background: #99cc00;
}

/*-------------------------------------------------------
freeHtml　会社概要
-------------------------------------------------------*/
#sideCompany {
  width: 100vw;
  background: #f8faf0;
  margin: 0 calc(50% - 50vw) 40px;
  padding: 0;
}
#sideCompany .sideCompany_inner {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px;
}
#sideCompany h2.logomark {
  width: 240px;
  height: 55px;
  background: url("/materials/175144199368201.png") no-repeat;
  margin: 30px auto 50px auto;
  padding: 0;
  background-size: 100%;
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany dl {
  width: 100%;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 1.0em;
}
#sideCompany dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27%;
  height: 3.0em;
  color: #fff;
  font-weight: normal;
  margin-right: 3%;
  margin-bottom: 1.0em;
  background: #003f0e;
}
#sideCompany dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  color: #000;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 0.7em;
}
#sideCompany a.link-btn {
  font-size: 1.1em;
  color: #003f0e;
  font-weight: 400;
  background: none;
  width: 50%;
  margin: 30px auto 0 auto;
  padding: 8px 16px;
  border: 1px solid #003f0e;
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#sideCompany a.link-btn:hover {
  color: #003f0e;
  background: #99cc00;
  border: 1px solid #99cc00;
}
#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 {
  color: #ea7700;
  font-size: 1.25em;
}
#sideCompany a.tel-link:hover {
  color: #99cc00;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
.article.full.contact-block {
  background: url("/materials/175161778429101.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: -64px;
  padding-bottom: 40px;
}
.article.full.contact-block .image {
  max-width: 600px;
  margin: 0 auto 50px auto;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 120%;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: #ea7700;
  text-align: center;
  display: flow-root;
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  width: calc(100% - 60px);
  margin: 0 30px 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: #99cc00;
}

/*-------------------------------------------------------
サイト案内
-------------------------------------------------------*/
.gallery.guideBtn ul.galleryGrids .comment span::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  color: #ea7700;
  font-weight: bold;
  margin-left: 8px;
}

/*-------------------------------------------------------
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%;
}

/*-------------------------------------------------------
テクノドアについて
-------------------------------------------------------*/
.article.full.about-block {
  width: 100vw;
  background: #f4f4f4 url("/materials/175161920955201.jpg") no-repeat;
  padding:10px 40px 60px 40px;
  background-size: cover;
  background-position: left center;
}

/*-------------------------------------------------------
4つの特長
-------------------------------------------------------*/
.features {
  width:100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  padding: 1.0em;
  background: #f2f6ea;
  border-radius: 1.0em;
}
.features.f01 {
  background: #f2f6ea url("/materials/175153153959401.png") no-repeat left bottom / 120px;
}
.features.f02 {
  background: #f2f6ea url("/materials/175158970612201.png") no-repeat left bottom / 120px;
}
.features.f03 {
  background: #f2f6ea url("/materials/175159035998201.png") no-repeat left bottom / 120px;
}
.features.f04 {
  background: #f2f6ea url("/materials/175159035998202.png") no-repeat left bottom / 120px;
}
.features dt {
  width: 120px;
  height: 100px;
}
.features dt span {
  display: inline-block;
  width: 120px;
  height: 120px;
  font-size:100px;
  color: #ccc;
  font-weight: 900;
  line-height:1.0;
  text-align: center;
  margin: 0;
  position: relative;
}
.features dt span::after {
  content: "";
  display:block;
  width: 2px;
  height:100px;
  background: #ccc;
  position: absolute;
  top: 10px;
  right: 0;
}
.features dd {
  display: inline-block;
  width: calc(100% - 135px);
  margin:0 0 0 15px;
  padding: 10px;
}
.features dd h5 {
  font-size:1.3em;
  color: #ea7700;
  font-weight: 700;
  margin:0 0 0.5em 0;
  padding: 0;
  border: none;
}
.features dd p {
  margin:0;
  padding:0;
  text-align: justify;
}

/*-------------------------------------------------------
こんなお悩み
-------------------------------------------------------*/
.article.full.worries-block {
  width: 100vw;
  background: #f4f4f4 url("/materials/175161850206401.png") no-repeat;
  padding:10px 40px 60px 40px;
  background-size: 40%;
  background-position: right bottom;
}
ul.worries {
  display: flex;
  flex-direction:column;
}
ul.worries li {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 1.0em 0;
  padding-bottom: 0.5em;
  border-bottom: 4px dotted #ccc;
  padding-left: 1.9em;
  text-indent: -1.9em;
}
ul.worries li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5b4";
  font-size: 150%;
  color: #ea7700;
  font-weight: bold;
  margin-right: 0.25em;
  vertical-align: -0.15em;
}

/*-------------------------------------------------------
ご利用の流れ
-------------------------------------------------------*/
.service-chart {
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.service-chart dt {
  width: 52px;
}
.service-chart dt span {
  display: inline-block;
  width: 48px;
  height: 48px;
  font-size:24px;
  color: #fff;
  font-weight: bold;
  line-height:48px;
  text-align: center;
  background: #fdae04;
  border-radius: 50vh;
  margin: 0;
  position: relative;
}
.service-chart dt span::after {
  content: "";
  display: block;
  width: 1px;
  height: 3.0em;
  border-left: 8px dotted #fdae04;
  position: absolute;
  top: 62px;
  left: 21px;
}
.service-chart dd {
  display: inline-block;
  width: calc(100% - 52px);
  margin:0;
  padding: 10px;
}
.service-chart dd h5 {
  font-size:1.3em;
  font-weight:bold;
  margin:0 0 0.5em 0;
  padding: 0;
  border: none;
}
.service-chart dd p {
  margin:0.5em 0;
  padding:0;
}
.article.service-flow .image {
  max-width: 200px;
}

/*-------------------------------------------------------
FAQ
-------------------------------------------------------*/
dl.faq-plus {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
dl.faq-plus dt.qus-head, dl.faq-plus dt.ans-head {
  display: inline-block;
  width: 74px;
  height: 2.0em;
  border-radius: 4px;
  font-size: 1.0em;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
  text-align: center;
  margin: 0 6px 1.0em 0;
}
dl.faq-plus dt.qus-head {
  font-size: 110%;
  background: #003f0e;
}
dl.faq-plus dt.ans-head {
  background: #ea7700;
}
dl.faq-plus dd {
  display: inline-block;
  font-size: 100%;
  margin-bottom: 1em;
  width: calc(100% - 80px);
}
dl.faq-plus dd.qus {
  font-size: 1.05em;
  font-weight: 500;
}

/*-------------------------------------------------------
問い合わせフォームテーブル
-------------------------------------------------------*/
#mainArticles table.contactTable input.button, #mainBlogCommentForm table.contactTable input.button {
  background: #003f0e;
}

/*-------------------------------------------------------
署名
-------------------------------------------------------*/
p.signature {
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
}

/*-------------------------------------------------------
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;
}

/*======================================================
1024px
======================================================*/
@media only screen and (max-width: 1024px) {
  /*パンくずリスト*/
  #pankuz {
    padding-right: 2%;
    padding-left: 2%;
  }
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*
  title
  ------------------------------------------------*/
  #title #title_outer {
    height: 75px;
    background: none;
  }
  /*
  toggle
  ------------------------------------------------*/
  #toggle {
    background-color: #003f0e;
    top: 8px;
    right: 10px;
  }
  .active #toggle {
    background-color: #99cc00;
  }
  /*
  freeHtml　会社概要
  -------------------------------------------------------*/
  #sideCompany a.link-btn {
    width: 80%;
  }
  /*
  こんなお悩み
  -------------------------------------------------------*/
  .article.full.worries-block {
    padding-bottom: 150px;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #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: #ea7700;
    text-decoration: none;
    font-size:20px;
    line-height: 48px;
    height:100%;
  }
  #bottomLink a span{
    font-size:15px;
    font-weight: bold;
    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 table.simpleTbl th, .article table.simpleTbl td {
    display: block;
    width: 100%;
  }
  /*
  title
  -------------------------------------------------------*/
  #title h1 {
    width: 220px;
    height: 51px;
  }
  /*
  freeHtml　会社概要
  -------------------------------------------------------*/
  #sideCompany .sideCompany_inner {
    padding: 30px 4%;
  }
  /*
  お問い合わせメールフォームボタン
  -------------------------------------------------------*/
  a.btn-mailform {
    font-size: 1.0em;
    width: 100%;
    margin: 0 0 20px;
  }
  /*
  4つの特長
  -------------------------------------------------------*/
  .features {
    padding-bottom: 90px;
  }
  .features dt {
    width: 60px;
    height: 60px;
  }
  .features dt span {
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 1.25;
  }
  .features dt span::after {
    height: 50px;
    right: -10px;
  }
  .features dd {
    width: calc(100% - 75px);
  }
  .features dd h5 {
    margin-bottom: 1.0em;
  }
  .features dd p {
    margin-left: -75px;
  }
}

.article table.normalTbl {
font-size: 1em;
}
.article table.normalTbl th {
    white-space: nowrap;
}
a.btn.blankLnk {
    margin: 2em 0;
    &:after {
    content: "\f35d";
    }
}
a.pdfLnk:after {
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    margin-left: .5em;
}

ul.faq li.ans::before {
    background-color: #ea7700;
    font-weight: bold;
}
ul.faq li.qus {
font-size: 1.05em;
font-weight: 500;
}
ul.faq li.qus::before {
    background-color: #003f0e;
    font-weight: bold;
    font-size: 1em;
}
ul.faq li.qus:before, ul.faq li.ans:before {
    margin: 0 6px 0 -38px;
}
ul.faq li.qus, ul.faq li.ans {
padding-left: 38px;
}