
img {
  display: inline-block;}

.sp {
  display: none !important;}
 
html{ scroll-behavior: smooth;scroll-padding-top: 100px;}

/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
#container {
  margin: 0 auto;
  position: relative;
  min-width: 1000px;
  overflow-x: hidden;}

.cInner {
  display: block;
  clear: both;
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 40px 0;
  text-align: left;
  position: relative;}

#contents {
  margin: 0 auto;
  background: #FFF;}



/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
#main {
  position: relative;}
#main .main img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 60px;}
#main .topName {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  width: 1000px;
  margin: 0 auto;
  text-align: left;}
#main .topName .subcatch {
  font-size: 25px;
  font-weight: bold;
  color: #595959;
  line-height: 1.3em;
  padding-bottom: 1em;
  text-align: left;}
#main .topName .catch {
  font-size: 50px;
  font-weight: bold;
  color: #00923a;
  line-height: 1.3em;
  padding-bottom: 0.8em;
  text-align: left;}
#main .topName .detailBox2 {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 0.8em;}
#main .topName .detailBox2 .detail2 {
    background-color: #ff803a;
    border-radius: 20px;
    color: #FFFFFF;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 1.5% 0;
    width: 180px;
    line-height: 1em;
    margin-right: 20px;}
#main .topName .detailBox2 .detail2 span {
    font-size: 15px;
    line-height: 1.5em;
    display: block;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBox2 {
    display: flex;
    text-align: center;
    margin: 2% auto;
    align-items: center;
    justify-content: center;
    flex-direction: row;}
.btnGreen2 {
    width: 250px;
    border-radius: 30px;
	margin: 0 2%;
	    color: #FFF;
    background-color: #00923a;}
.btnGreen2 a {
    display: block;
    color: #FFF;
    padding: 0;
    font-size: 18px;
    line-height: 2.5em;
    font-weight: bold;
    text-decoration:none;}

/*-------------------------------------------------
	++ TOP
-------------------------------------------------*/
.bgCream {
  background-color: #ffffe6;}
  
h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #00923a;
  font-weight: bold;
  text-align: center;}
h4 {
  font-size: 23px;
  margin: 25px 0 10px 0;
  padding: 5px 0;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  background-color: #00923a;}

.serviceBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0.5em;}
.serviceBoxItem {
    width: 49%;
    padding: 2%;
    border: 1px #b2b2b2 solid;
    border-radius: 20px;}
.serviceBoxItem h5 {
    color: #333;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: normal;
    text-align: center;
    padding: 5px 0;}
.serviceBoxItem h5 span {
    color: #ff803a;
    font-weight: bold;}

.productBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0 0;}
.productBoxItem {
    width: 30%;
    padding: 1%;
    margin-bottom: 20px;
    border: 1px #00923a solid;
    background-color: #FFFFFF;
    border-radius: 20px;}
.productBoxItem h4 {
    color: #333;
    font-size: 18px;
    line-height: 1.3em;
    margin: 0;
    font-weight: bold;
    text-align: center;
    padding: 0;
    background-color: transparent;}
.productBoxItem h4 span {
    color: #ff803a;}

.setBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0 0;}
.setBoxItem1,
.setBoxItem2 {
    padding: 0;
    margin: 0;}

.solarBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0 0;}
.solarBoxItem {
    width: 100%;
    padding: 1% 2%;
    margin-bottom: 20px;
    border: 1px #b2b2b2 solid;
    background-color: #FFFFFF;
    border-radius: 20px;
    text-align: left;}
.solarBoxItem h4 {
    color: #333;
    font-size: 18px;
    line-height: 1.3em;
    margin: 0;
    font-weight: bold;
    text-align: center;
    padding: 0;
    background-color: transparent;}
.solarC {
    display: flex;
    justify-content: space-between;
    margin: 20px auto 10px auto;
    text-align:center;}

.Tbl table {
	width:100%;
	margin: 1% 0;}
.Tbl table tr th,
.Tbl table tr td {
	border:1px solid #a3a3a3;
	padding:8px 10px;
	position:relative;}
.Tbl table tr th {
	background-color:#e2ffec;
	color:#333;
	font-size:16px;
	line-height: 1.3em;
	font-weight:normal;
	text-align: left;}
.Tbl table tr td {
	background-color: #FFFFFF;
	text-align: left;
	font-size:16px;
	font-weight:normal;
	color:#333;
	line-height: 1.5em;}
.Tbl table tr td span {
    font-size: 13px;}

.attentionBox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px #ff0000 solid;
    background-color: #FFFFFF;
    padding: 2% 3%;
    margin-bottom: 2%;}
.attentionBox h4 {
    color: #FF0000;
    font-size: 17px;
    margin: 0 3% 0 0;
    padding: 0;
    font-weight: normal;
    text-align: left;
    background-color: transparent;}

.listDisc {
	margin:0 0 1em 0;}
.listDisc2,
.listDisc3 {
	margin:0 0 0 0;}
.listDisc li,
.listDisc2 li {
	text-align: left;
	line-height: 1.5em;
    font-size: 17px;
	list-style-type:none;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;}
.listDisc3 li {
	text-align: left;
	line-height: 1.5em;
    font-size: 14px;
	list-style-type:none;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;}

