@charset "utf-8";
/* CSS Document */
/*
===================================================
--Table of contents--
0.products/index.html
===================================================
*/
/*
===========================
0.products/index.html
===========================
*/
ul.sns-area {
  float: right;
  list-style-type: none;
}
ul.sns-area li {
  display: inline-block;
}
/*いいねボタンのソースコードの表示サイズ設定がされている場所　開発ツール上で確認*/
/*下にずれて表示されるfbボタンの位置を他のSNSボタンの位置と合わせる。*/
/*2020/12時点でタグのずれがなくなったので、設定解除*/
/*.fb_iframe_widget > span {
	vertical-align: baseline !important;
}*/
#PContent-index {
  width: 830px;
  margin: 20px auto 0;
}
#PContent-index h2 {
  font-weight: bold;
  font-size: 2.0rem;
  border-bottom: double 5px #009245;
}
#PContent-index h3 {
  font-size: 1.8rem;
  border-left: solid 8px #009245;
  padding-left: 5px;
  margin-bottom: 8px;
}
#PContent-index .breadcrumb {
  float: left;
  width: 100%;
  margin-top: 1em;
}
#PContent-index .breadcrumb li {
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 3px;
}
#PContent-index .breadcrumb li::before {
  content: ">>";
}
#PContent-index .breadcrumb li a {
  color: #009245;
}
.head_txt {
  margin: 1em;
}
p.sus_btn {
  background: linear-gradient(to bottom, #009844 0%, #009844 50%, #007531 51%, #007531 100%);
  border-radius: 16px;
  width: 60%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-left: 1em;
  margin-bottom: 30px;
  padding: 15px;
  cursor: pointer;
	position: relative;
}
p.sus_btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-left: solid 10px #fff;
	position: absolute;
  top: 15px;
  left: 10px;
}
p.sus_btn:hover {
  opacity: 0.7;
}
.sus_btn a {
  color: #fff;
  text-decoration: none;
	display: block;
}
.index_cont {
  margin-top: 5px;
  display: flex;
}
.sidebar {
  width: 200px;
}
.sidebar_item {
  margin-bottom: 20px;
}
.sidebar_item li {
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 1.3rem;
  font-weight: bold;
}
.sidebar_item li a {
  color: #009245;
}
.sidebar_item li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: solid 1px #009245;
  border-top: solid 1px #009245;
  transform: rotate(45deg);
  margin-right: 5px;
}
.sidebar_item-fixed {
  position: sticky;
  margin-bottom: 0;
  top: 10px;
  z-index: 1;
}
.main_con {
  width: 630px;
  /*background: #ccc;*/
}
.maindis_con {
  width: 830px;
}
.pro_goA {
  display: flex;
  margin-bottom: 2em;
}
.pro_goA h4 {
  margin: 0;
  padding: 5px 0;
  font-size: 1.4rem;
}
.pro_goA a:hover {
  opacity: 0.7;
}
.pro_goB {
  display: flex;
  margin-bottom: 2em;
  box-sizing: border-box;
  padding: 0;
  width: 50%;
}
.pro_goB h4 {
  margin: 0;
  padding-left: 8px;
  font-size: 1.4rem;
}
.pro_goC {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 2em;
}
.pro_goC h4 {
  margin: 0;
  padding: 5px 0;
  font-size: 1.4rem;
}
.pro_con {
  width: 400px;
  margin-left: 8px;
}
.pro_conB {
  width: 100%;
}
.pro_conB a:hover {
  opacity: 0.7;
}
.pro_conB h4 a {
  color: #009245;
}
.pro_conB h4 a::before {
  content: "";
  display: inline-block;
  padding-left: 3px;
  width: 0;
  height: 0;
  border-left: 5px solid #009245;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.lead_txt {
  font-size: 1.3rem;
}
.lead_txt a {
  color: #009245;
  text-decoration: none;
}
.logo_img {
  height: 65px;
  margin-bottom: 5px;
}
.logo_img p {
  font-size: 1.3rem;
  font-weight: bold;
  height: 65px;
  text-align: center;
  box-sizing: border-box;
  /*line-height: 65px;*/
  color: #fff;
  float: left;
  margin-left: 10px;
  padding: 3px;
}
.logo_img img {
  float: left;
}
.logo_imgA {
  height: 65px;
  box-sizing: border-box;
  padding-left: 15px;
  margin-bottom: 5px;
}
.logo_imgA p {
  font-size: 1.3rem;
  width: 170px;
  color: #333;
  float: left;
  margin-left: 10px;
  padding-right: 3px;
}
.wide p {
  width: 250px;
}
.logo_imgA img {
  float: left;
  width: 100px;
}
.cont_spl {
  display: flex;
  flex-flow: row wrap;
}
.cont_spl_dis {
  width: 80%;
  margin: auto 10%;
}
.oe-A {
  background-color: ForestGreen;
}
.oe-B {
  background-color: Indigo;
}
.th-A {
  background-color: DarkOrange;
}
.th-B {
  background-color: Navy;
}
.fu-A {
  background-color: Crimson;
}
.fu-B {
  background-color: LimeGreen;
}
.fu-C {
  background-color: darkolivegreen;
}
.hy-A {
  background-color: deepskyblue;
}
.red_txt {
  color: red;
}
.sepa {
  border-bottom: dashed 1px #009245;
}