@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');

body{
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 25px;
  letter-spacing: .1em;
}
.inner{
  max-width: 1100px;
  margin: 0 auto;
}
img{
  max-width: 100%;
}
.sp-only{
  display: none;
}


/* お問い合わせリンク */
.contact{
  max-width: 100%;
  text-align: center;
  padding: 80px 0;
}
.contact h3::before{
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../../page-lp/before-title.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.contact h3::after{
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../../page-lp/after-title.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.contact h3{
  font-size: 35px;
  vertical-align: top;
  margin-bottom:40px ;
}
.contact h3 span{
  font-size: 50px;
}
.contact-2{
  font-size: 35px;
}
.contact-2 span{
  color: #006837;
  font-size: 50px;
  font-weight: bolder;
}
.contact a:hover ,.contact-2 a:hover, .topcontact a:hover{
  opacity: .8;
  box-shadow: black 3px 3px 30px;
}


/* トップ */
.top-section{
  background-image: url(../../page-lp/back-top.png);
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center;
}
.logo{
  width: 172px;
  height: 59px;
  padding-top: 20px;
}
.top-title{
  width: 55%;
  padding: 130px 0;
}
.days img{
  width: 90%;
}


/* セクションタイトル */
.title h3{
  font-size: 45px;
}
.title p:nth-child(2){
  font-size: 20px;
  color: #006837;
  margin-top: 25px;
  font-weight: bolder;
}


/* まずはご相談ください */
.balloons{
  background-image: url(../../page-lp/bgballoons.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.balloons ul{
  max-width: 550px;
  margin: 15px auto;
  font-size: 25px;
}
.balloons li{
  position: relative;
  padding-left: 15px;
  line-height: 3rem;
}
.balloons li:before {
  content: "";
  position: absolute;
  top: .3em;
  left: 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 10px;
  height: 15px;
  border-right: 3px solid #006837;
  border-bottom: 3px solid #006837;
}
.balloons h3 {
  text-align:center;
  font-size: 35px;
  vertical-align: top;
  padding: 60px 0 30px;
}
.balloons h3::before{
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../../page-lp/before-title.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.balloons h3::after{
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../../page-lp/after-title.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.balloons img{
  display: block;
  margin: 0 auto;
}

/* 導入実績 */
.inventory{
  background-image: url(../../page-lp/back-inventory.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.inventory div{
  padding: 50px 0px;
}
.inventory img:first-child{
  padding-bottom: 50px;
}



/* こんな方々に利用されています */
.use-scene{
  text-align: center;
  padding: 80px 0 40px;
  margin-top: 20px;
}
.scenes{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px;
}
.scenes img{
  margin: 5px 0;
}



/* 日本一のサポート */
.support{
  background-color:rgba(140, 198, 63, .1);
  padding: 80px;
  text-align: center;
}
.support img{
  margin: 70px 0;
}



/* なぜワランティ */
.why{
  background-image: url(../../page-lp/back-why.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  padding: 80px 0 0px;
}
.why .title{
  margin-bottom: 35px;
}
.why h3{
  color: #fff;
}
.why .title p{
  color: #fff;
  margin-top: 35px;
}
.blocks{
  display: flex;
  justify-content:center;
  /* flex-wrap: wrap; */
}
.block{
  margin: 0px 10px;
  background-color: white;
  box-shadow: rgba(0,0,0,.1) 3px 3px 3px;
}
.block span{
  content: "";
  display: block;
  text-align: center;
  width: 27.5px;
  border-bottom: solid 2px green;
  margin: 0 auto;
}
.block div{
  margin:40px 70px;
}
.block h4{
  font-size: 25px;
  padding:30px 0 10px;
}
.block p{
  font-size: 15px;
  padding: 10px 0;
}

/* フッター */
footer{
  margin:30px 0 60px;
}
footer p{
  text-align: center;
  color: #006837;
  letter-spacing: .05em;
}



@media screen and (max-width:800px){
.pc-only{
  display: none;
}
.sp-only{
  display: block;
}

/* お問い合わせリンク */
.contact{
  padding: 40px 0;
}
.contact h3::before{
  width: 20px;
  height: 20px;
}
.contact h3::after{
  width: 20px;
  height: 20px;
}
.contact h3{
  font-size: 20px;
}
.contact h3 span{
  font-size: 30px;
}
.contact-2{
  font-size: 20px;
}
.contact-2 span{
  font-size: 30px;
}
.contact a img{
  width: 100%;
}


/* トップ */
.top-section{
  background-image: url(../../page-lp/back-top.png);
  background-repeat:no-repeat;
  background-size: cover;
  background-position: left;
}
.logo{
  width: 150px;
  height: 50px;
  padding-top: 20px;
  padding-left: 10px;
}
.top-title{
  width: 70%;
  padding: 60px 0;
}
.days img{
  width: 90%;
}


/* セクションタイトル */
.title h3{
  font-size: 25px;
}
.title p:nth-child(2){
  font-size: 15px;
}

/* まずはご相談ください */
.balloons ul{
  margin: 15px auto;
  padding-left:20px;
  font-size: 15px;
}
.balloons li{
  position: relative;
  padding-left: 15px;
  line-height: 2.1rem;
}
.balloons li:before {
  content: "";
  position: absolute;
  top: .7em;
  left: 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 8px;
  height: 8px;
  border-right: 3px solid #006837;
  border-bottom: 3px solid #006837;
}
.balloons h3 {
  font-size: 20px;
  padding: 40px 0 20px;
}
.balloons img{
  width: 25%;
}

/* 導入実績 */
.inventory div{
  padding: 35px 0px;
}
.inventory img:first-child{
  padding: 0px 30px 30px;
}

/* こんな方々に利用されています */
.use-scene{
  text-align: center;
  padding: 40px 0 0px;
  margin-top: 20px;
}
.scenes{
  display: inline-block;
}

/* 日本一のサポート */
.support{
  padding: 40px;
}
.support img{
  margin: 40px 0;
}



/* なぜワランティ */
.why{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  padding: 40px 0 0px;
}
.why .title{
  margin-bottom: 0px;
}
.why .title p{
  color: #fff;
  margin-top: 10px;
}
.blocks{
  display: inline-block;
}
.block div{
  padding:20px  20px;
}

/* フッター */
footer p{
  font-size: .6em;
}
}


@media screen and (max-width:470px){
/* お問い合わせリンク */
.contact h3{
  font-size: 13px;
}
.contact h3 span{
  font-size: 17px;
}
.contact-2{
  font-size: 15px;
}
.contact-2 span{
  font-size: 17px;
}
.contact h3::before{
  width: 14px;
  height: 14px;
}
.contact h3::after{
  width: 14px;
  height: 14px;
}
.balloons h3{
  font-size: 17px;
}
 
/* セクションタイトル */
.title h3{
  font-size: 17px;
}
.title p:nth-child(2){
  font-size: 10px;
  margin-top: 10px;
}

.balloons li{
  font-size: 12px;
}
.balloons li:before {
  content: "";
  top: 1em;
  left: 0;
  width: 8px;
  height: 8px;
}
.balloons h3::before{
  width: 15px;
  height: 15px;
}
.balloons h3::after{
  width: 15px;
  height: 15px;
}

.block h4{
  font-size:16px;
}
.block p{
  font-size:13px;
}


}
