@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/*--------------------------------------------------------------
シンプル01 グリーン 2カラム 右メイン
---------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

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; }
}

/*--------------------------------------------------------------
contents 背景
---------------------------------------------------------------*/
#wrap_body #contents {
  background: #fff;
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: #83cf45;
  font-weight: 400;
}
a:hover {
  color: #3cb03c;
}
a.btn {
  color: #fff;
  background: #83cf45;
}
a.btn:hover {
  background: #3cb03c;
}
a.tel-link {
  font-size: 1.05em;
  font-weight: 700;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*----------------------------------------------------------
article
----------------------------------------------------------*/
.article, .gallery, #mainTopics, #listTopics, #mainServices, #mainBlogComments, #mainBlogCommentForm {
  border-top: none;
  background: none;
}
.article, .gallery, #mainTopics {
  padding: 0 20px;
  overflow: unset;
}

/*----------------------------------------------------------
p, ol, ul
----------------------------------------------------------*/
.article p, .gallery p, .article ol, .article ul {
  margin-bottom: 1.5em;
}

ul.ps, ol.pp, ul.notes {
  font-size: 16px;
}

/*----------------------------------------------------------
title
----------------------------------------------------------*/
#title_outer {
  width: 96%;
}
#title h1 {
  width: 360px;
  height: 54px;
}
#title h1 a {
  margin: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  padding: 0;
  background: url("/materials/175401267845502.png") left center no-repeat;
  background-size:100%;
}
/*
#title #title_outer {
  background: url("/materials/175401267845501.png") right center no-repeat;
  background-size:300px;
  margin: 0 auto;
}
*/
/*----------------------------------------------------------
topMenu
----------------------------------------------------------*/
#wrap_body #topMenu {
  border-bottom: 4px solid #3cb03c;
}
#topMenu_outer .topMenu li a {
  font-weight: 500;
}
#topMenu_outer .topMenu li a:hover {
  background: #fcea22;
  border-bottom: 4px solid #a9cb23;
}
/*----------------------------------------------------------
topics
----------------------------------------------------------*/
#mainTopics .listview a, a.btn, p.more a {
  font-weight: 400;
  background: #a9cb23;
}
#listTopics {
  margin-top: 0;
}
ul.topics li h3 {
  padding-right: 0;
  margin-bottom: 0.5em;
}
ul.topics li p.description {
  padding-right: 140px;
  display: flow-root;
}

/*----------------------------------------------------------
sideContents
----------------------------------------------------------*/
#sideContents .freeHtml, #sideContents #sideServices, #sideContents #sideBlogCategories, #sideContents #sideBlogDates, #sideContents #sideMobile {
  border-top: 4px solid #3cb03c;
}

/*----------------------------------------------------------
footer
----------------------------------------------------------*/
#footer {
  background: #83cf45;
}

/*----------------------------------------------------------
見出し
----------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  font-size: 1.8em;
  color: #222;
  font-weight: 700;
  margin: 70px 20px 40px 20px;
  padding: 0 0 16px 0;
  border-bottom: 4px dotted #83cf45;
}
#mainArticles .article h2, .mainContents .article h3, #mainTopics h2, #listTopics h2, .mainContents div.gallery h3, #mainServices h2 {
  font-size: 1.4em;
  color: #222;
  font-weight: 500;
  background: none;
  border-bottom: 2px solid #a9cb23;
  margin: 15px 0 35px 0;
  padding: 15px 0 15px 24px;
  position: relative;
}
.mainContents .article h3::before, #mainTopics h2::before, #listTopics h2::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #a9cb23;
  border-radius: 50%;
  position: absolute;
  top: 1.0em;
  left: 4px;
}
.article h3 a, .article h3 a:hover {
  color: #222;
}
.article h4 {
  font-size: 1.35em;
  color: #222;
  font-weight: 600;
  padding: 0.3em 0.8em 0.4em 0.8em;
  border: 1px solid #3cb03c;
  border-left: 8px solid #3cb03c;
}
.article h5 {
  font-size: 1.2em;
  color: #222;
  font-weight: 700;
  border-left: none;
  padding-left: 20px;
  position: relative;
}
.article h5::before {
  content: "";
  display: block;
  width: 6px;
  height: 94%;
  background: #a9cb23;
  position: absolute;
  top: 6%;
  left: 0;
}
.article h6 {
  margin-bottom: 18px;
}

/*----------------------------------------------------------
サイドフリーHTML 会社概要
----------------------------------------------------------*/
#sideContents .freeHtml_body {
  padding:10px 0 24px 0;
}
#sideCompany {
  padding:16px;
  border: 1px solid #ddd;
}
#sideCompany h2 {
  font-size:16px;
  font-weight:bold;
  margin: 0 auto;
  padding: 0;
}
#sideCompany h2.logomark {
  width:160px;
  height:110px;
  background:url("/materials/175411485840201.png") no-repeat;
  margin:10px auto 30px;
  background-size: 100%;
  display:block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany .logomark img {
  width:100%;
  height:auto;
}
#sideCompany dl {
  font-size: 0.8em;
  width: 100%;
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
}
#sideCompany dt {
  width: 100%;
  font-size: 1.0em;
  color: #fff;
  font-weight: 500;
  line-height: 1.0;
  padding: 0.5em;
  margin-bottom: 0.5em;
  background: #83cf45;
}
#sideCompany dd {
  width: 100%;
  font-size: 1.0em;
  color: #222;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 1.0em;
}
#sideCompany a.link-btn {
  font-size: 0.9em;
  color: #fff;
  font-weight: 400;
  background: #a9cb23;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 8px 16px;
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#sideCompany a.link-btn:hover {
  color: #fff;
  background: #ffbc18;
  border: 1px solid #ffbc18;
}
#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: #fa932b;
  font-size: 1.3em;
  font-weight: 900;
}
#sideCompany a.tel-link:hover {
  color: #d67822;
}

/*----------------------------------------------------------
GoogleMap
----------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%; /*4:3*/
  /*padding-bottom: 56.25%; 16:9*/
  position: relative;
  margin-bottom: 30px;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*----------------------------------------------------------
テーブル
----------------------------------------------------------*/
.article table.simpleTbl {
  font-size: 16px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 24px auto;
}
.article table.simpleTbl th, .article table.simpleTbl td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.article table.simpleTbl th {
  width: 25%;
  background-color: #f7f7f7;
  text-align: center;
  font-weight: normal;
}
/*スケジュール*/
.article table.simpleTbl.schedule thead th {
  width: auto;
}
.article table.simpleTbl.schedule tbody th {
  width: auto;
  text-align: left;
}
/*役員名簿*/
.article table.simpleTbl th.w-25 {
  width: 25%;
}
.article table.simpleTbl th.w-33 {
  width: calc(100% / 3);
}
.article table.simpleTbl th.w-50 {
  width: 50%;
}

/*----------------------------------------------------------
リスト
----------------------------------------------------------*/
ul.dot-list {
  margin-left: 1.0em;
}
ul.dot-list li {
  position: relative;
  text-indent: -1em;
}
ul.dot-list li::before {
  display: inline-block;
  width: 1.0em;
  content: "・";
  font-size: 1.0em;
  text-align:center;
  text-indent: 0;
}
/*リストボタン*/
ul.btn-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
ul.btn-container li {
  width: 48%;
  margin-bottom: 18px;
}
/*関連リンク*/
ul.link-list {
}
ul.link-list li {
}
ul.link-list li a {
  color: #222;
  font-weight: 400;
}
ul.link-list li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #a9cb23;
  font-weight: bold;
  margin-right: 0.2em;
}

/*-------------------------------------------------------
ブロックリスト
-------------------------------------------------------*/
dl.simple-dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
dl.simple-dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 2.4em;
  color: #fff;
  font-weight: 500;
  background: #a9cb23;
  margin-bottom: 0.5em;
}
dl.simple-dl dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 78%;
  min-height: 2.4em;
  margin-bottom: 0.5em;
  margin-left: 2%;
}

/*-------------------------------------------------------
個人情報保護方針
-------------------------------------------------------*/
.article.pp-contents p, .article.pp-contents ul, .article.pp-contents ol {
  font-size: 16px;
  margin-left: 16px;
}

/*-------------------------------------------------------
枠囲み
-------------------------------------------------------*/
p.frame-border {
  padding: 1.0em 1.4em;
  border: 1px solid #999;
}

/*-------------------------------------------------------
署名
-------------------------------------------------------*/
.article p.pp-signature {
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
}

/*-------------------------------------------------------
記事：お問い合わせブロック
-------------------------------------------------------*/
.article.contact-block {
  background: url("/materials/175426640398101.png") center bottom no-repeat;
  background-size: contain;
  padding-bottom: 90px;
}
.article.contact-block p {
  font-size: 1.1em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0.5em;
}
.article.contact-block a.tel-link {
  font-size: 2.4em;
  line-height:1.2;
  font-weight: 900;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
.article.contact-block p.btn-mailform-wrap {
  margin-top: 20px;
  margin-bottom: 0;
}
a.btn-mailform {
  font-size:1.0em;
  color:#fff;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  background: #a9cb23;
  border-radius: 4px;
  padding: 0.7em 12px 0.5em;
  text-decoration: none;
  display: block;
  width: 70%;
  margin: 0 auto;
}
a.btn-mailform::before {
  font-family:"Font Awesome 5 Free";
  content:"\f0e0";
  font-size:140%;
  color:inherit;
  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:inherit;
  font-weight:bold;
  margin-left:10px;
}
a.btn-mailform:hover {
  color:#fff;
  background: #7f9919;
}
a.btn-mailform:hover::before, a.btn-mailform:hover::after {
  color:inherit;
}

/*-------------
バッジ非表示
---------------*/
.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; }
