
@charset "UTF-8";

/*--------------------------------------------------------#sec-s-intro-----*/

#sec-s-intro{
  padding: 120px 0;
}

.flex-s-intro{
  align-items: center;
  justify-content: space-between;
}

.s-intro-detail{
  width: 48%;
}

.s-intro-ttl{
  margin-bottom: 35px;
}

.s-intro-ttl .head32,
.s-intro-ttl .head42{
  font-weight: 500;
}

.s-intro-img{
  width: 49%;
}

/*--------------------------------------------------------#sec-usage-----*/

#sec-usage{
  background: #f4f4f4;
  padding: 120px 0;
}

.usage-intro{
  margin-bottom: 50px;
}

.usage-intro .head32{
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}

.flex-usage{
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.usage-img{
  width: 46%;
}

.usage-detail{
  width: 50%;
}

.usage-detail .head24{
  color: #0589e7;
  font-weight: 500;
  margin-bottom: 20px;
}

.usage-detail .text15{
  margin-bottom: 30px;
}

.note-list li{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}

.compare-box{
  justify-content: center;
  align-items: center;
}

.compare-box-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  width: 50%;
}

.compare-box-wrap .text24{
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.compare-box-wrap .text24 span{
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 10px;
  padding: 0 5px;
  text-align: center;
}

.compare-box-wrap .yellow-text{
  color: #fcff07 !important;
  margin-bottom: 10px;
  text-align: center;
}

.compare-box-wrap .text15{
  color: #fff;
  text-align: center;
}

.cb01{
  background: #56b1f1;
  position: relative;
}

.cb01:after{
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 90px 0 90px 30px;
  border-color: transparent transparent transparent #56b1f1;
  transform: rotate(0deg);
}

.cb02{
  background: #0589e7;
}

/*--------------------------------------------------------#sec-system-----*/

#sec-system{
  padding: 120px 0;
}

.system-intro{
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.system-ttl{
  width: 38%;
}

.system-ttl .text14{
  background: linear-gradient(90deg, rgba(5,137,230,1) 0%, rgba(36,184,252,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(5,137,230,1) 0%, rgba(36,184,252,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  line-height: 1.4 !important;
  display: block;
  margin-bottom: 5px;
}

.system-ttl .head32{
  font-weight: 500;
}

.system-text{
  width: 58%;
}

.system-flow{
  background: #d4e9f5;
  margin-bottom: 90px;
  padding: 90px 2% 110px;
  position: relative;
  overflow: hidden;
}

.system-flow:after{
    content: "";
    position: absolute;
    width: 68%;
    height: 100%;
    background: url(../../img/solarsystem/ss_img_03.svg) no-repeat;
    left: 0;
    top: 0;
    background-position: bottom;
}

.system-flow .flow-points{
  margin-left: 50%;
  width: 50%;
  position: relative;
  z-index: 1;
}

.system-flow .flex-points{
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -1% -10px;
}

.system-flow .flex-points li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  width: 33.33%;
  z-index: 2;
}

.system-flow .flex-points li .number{
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
}

.system-flow .flex-points li .number:after{
  content:"";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #175bae;
  border-radius: 30px;
  height: 30px;
  width: 30px; 
  z-index: -1;
}

.system-flow .flex-points .text12,
.system-flow .flex-points .text14{
  line-height: 1.4 !important;
}

.flex-supply{
  justify-content: space-between;
  align-items: center;
}

.supply-img{
  width: 50%;
}

.supply-detail{
  width: 46%;
}

.supply-detail .head32{
  font-weight: 500;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1200px) {

.head42 {
    font-size: 3rem;
}

.head24 {
    font-size: 2rem;
}

.usage-intro .head32 {
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}

.system-flow .flow-points {
    margin-left: 40%;
    width: 60%;
}
}

@media only screen and (max-width: 960px) {

}

@media only screen and (max-width: 768px) {

#sec-s-intro {
  padding: 60px 0;
}

.flex-s-intro {
  display: block;
}

.s-intro-ttl {
    margin-bottom: 25px;
}

.s-intro-detail {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}

.s-intro-detail .text15{
  text-align: left;
}

.s-intro-img{
  width: 100%;
}

#sec-usage {
    padding: 60px 0;
}

.flex-usage {
    display: block;
    margin-bottom: 30px;
}

.usage-intro {
    margin-bottom: 30px;
}

.usage-img {
    width: 100%;
    margin-top: 25px;
}

.usage-detail {
    width: 100%;
}

#sec-system {
    padding: 60px 0;
}

.system-intro {
    margin-bottom: 30px;
    display: block;
}

.system-ttl {
    width: 100%;
    margin-bottom: 25px;
}

.system-text {
    width: 100%;
}

.system-flow {
    margin-bottom: 30px;
    padding: 25px 2% 220px;
}

.system-flow:after {
    width: 100%;
}

.system-flow .flow-points {
    margin-left: 5%;
    width: 90%;
}

.system-flow .flex-points li {
    margin: 0 2% 10px 0;
    width: 48%;
}

.flex-supply {
    display: block;
}

.supply-img {
    width: 100%;
    margin-bottom: 25px;
}

.supply-detail {
    width: 100%;
}

}

@media only screen and (max-width: 400px) {

.s-intro-ttl .head32{
    font-size: 1.6rem;
}

.head32 {
    font-size: 2rem;
}

.usage-detail .head24 {
    font-size: 1.8rem;
}

.compare-box {
    display: block;
}

.compare-box-wrap {
    width: 100%;
}

.cb02{
  height: 220px;
}

.cb02 div{
  margin-top: 20px;
}

.cb01:after {
    right: auto;
    top: auto;
    border: none;
    bottom: -100%;
    background: url(../../img/solarsystem/triangle_down.svg) no-repeat;
    width: 100%;
    height: 100%;
}

.system-flow {
    margin-bottom: 30px;
    padding: 40px 2% 170px;
}

.system-flow:after {
    width: 140%;
}

.system-flow .flex-points li .number:after {
    height: 26px;
    width: 26px;
}

.system-flow .flex-points li .number {
    font-size: 1.3rem;
    margin-right: 5px;
}

.system-flow .flex-points .text14 {
    font-size: 1.3rem;
}

.system-flow .flex-points li {
    margin: 0 0% 10px 0;
    width: 47%;
}

.system-flow .flex-points li:nth-child(odd){
    margin: 0 5% 10px 0;
    width: 48%;
}

}






















