
a:hover {
  opacity: 1;}

img {
  display: inline-block;}

.pc {
  display: none !important;}

.fit {
  width: 100%;
  height: auto;}
.fit50 {
  width: 50%;
  height: auto;
  margin: 0 auto;
  text-align: center;}
 
html{ scroll-behavior: smooth;scroll-padding-top: 11vw;}

@media (max-width: 1000px)
.scroll {
    overflow-x: scroll;
    margin-bottom: 3%;
}


/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
body {
  font-size: 3.5vw;}

#container {
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow-x: hidden;}

.cInner,
.cInner2 {
  display: block;
  clear: both;
  padding: 3vw 2vw;
  margin: 0 auto;
  text-align: left;
  position: relative;}

#contents {
  margin: 0 auto;
  text-align: center;
  background: #FFF;}




/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
#main {
  position: relative;}
#main .main img {
  padding-top: 23vw;
  display: block;
  width: 100%;
  height: auto;}
#main .topName {
  position: absolute;
  top: 13%;
  left: 0;
  width: 100%;}
#main .topName .subcatch {
  font-size: 4vw;
  font-weight: bold;
  color: #595959;
  line-height: 1.2em;
  padding-bottom: 0.5em;
  text-align: center;}
#main .topName .catch {
  font-size: 7vw;
  font-weight: bold;
  color: #00923a;
  line-height: 1.2em;
  padding-bottom: 0.3em;
  text-align: center;}
#main .topName .detailBox2 {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    margin-bottom: 0.3em;}
#main .topName .detailBox2 .detail2 {
    background-color: #ff803a;
    border-radius: 15px;
    color: #FFFFFF;
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    padding: 1% 0;
    width: 40%;
    line-height: 1em;
    margin-right: 0;}
#main .topName .detailBox2 .detail2 span {
    font-size: 3vw;
    line-height: 1.5em;
    display: block;}


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

/*-------------------------------------------------
	++ TOP
-------------------------------------------------*/
.bgCream {
  background-color: #ffffe6;}

h3 {
  font-size: 5.2vw;
  margin: 3vw 0;
  color: #00923a;
  font-weight: bold;
  text-align: center;}
h4 {
  font-size: 4vw;
  margin: 5vw 0 2vw 0;
  padding: 8px 10px;
  line-height: 1.3em;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
  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: 3.8vw;
    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: 3% 0 0 0;}
.productBoxItem {
    width: 49%;
    padding: 1%;
    margin-bottom: 2%;
    border: 1px #00923a solid;
    background-color: #FFFFFF;
    border-radius: 20px;}
.productBoxItem h4 {
    color: #333;
    font-size: 3.8vw;
    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 {
    order: 2;
    padding: 0;
    margin: 0;}
.setBoxItem2 {
    order: 1;
    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: 4%;
    margin-bottom: 20px;
    border: 1px #b2b2b2 solid;
    background-color: #FFFFFF;
    border-radius: 20px;
    text-align: left;}
.solarBoxItem h4 {
    color: #333;
    font-size: 3.8vw;
    line-height: 1.3em;
    margin: 0;
    font-weight: bold;
    text-align: left;
    padding: 0;
    background-color: transparent;}
.solarC {
    display: flex;
    flex-direction: column;
    margin: 20px auto 10px auto;
    text-align:center}
.solarImg {
    margin-bottom: 5%;}

.scroll {
  overflow-x: scroll;
  margin-bottom: 3%;}
.scroll::-webkit-scrollbar {
  height: 5px;}
.scroll::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;}
.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;}

.Tbl table {
	margin: 1% 0;
    white-space: nowrap;}
.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:3.5vw;
	font-weight:normal;
	line-height: 1.3em;
	text-align: left;}
.Tbl table tr td {
	background-color: #FFFFFF;
	text-align: left;
	font-size:3.5vw;
	font-weight:normal;
	color:#333;
	line-height: 1.3em;}
.Tbl table tr td span {
    font-size: 3vw;}

.attentionBox {
    display: flex;
    flex-direction: column;
    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: 3.5vw;
    margin: 0 0 2% 0;
    padding: 0;
    font-weight: normal;
    text-align: left;
    background-color: transparent;}

.listDisc {
	margin:0 0 4vw 0;}
.listDisc2,
.listDisc3 {
	margin: 0;}
.listDisc li,
.listDisc2 li {
	text-align: left;
	line-height: 1.5em;
    font-size: 3.5vw;
	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: 3vw;
	list-style-type:none;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;}

