@charset "UTF-8";

/*---------------
poinBox
---------------*/
.poinBox{
  margin: 30px 0 0 0;
}

.poinBox .title{
  font-size: 22px;
  color: #04a864;
  text-align: center;
  font-weight: bold;
  background: #f0faf6;
  padding: 5px 20px;
  margin-bottom: 30px;
}

.poinBox .list li {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .02em;
  padding-left: 54px;
  position: relative;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}

.poinBox .list li:before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 29px;
  background-image: url("../img/vendor/icon_001.gif");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  background-repeat: no-repeat;
}

.poinBox .list li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
  .poinBox .title {
    font-size: 15px;
  }

  .poinBox .list li {
    font-size: 16px;
    padding-left: 37px;
  }

  .poinBox .list li:before {
    width: 26px;
    height: 20px;
  }
}

/*---------------
worryBox
---------------*/
.worryBox{
  margin: 40px 0 120px 0;
  background: url("../img/vendor/bg_001.gif") no-repeat top center #f7f7f7;
  padding: 60px 0 20px 0;
  position: relative;
}

.worryBox:after{
  content: "";
  position: absolute;
  height: 60px;
  width: 100%;
  clip-path: polygon(0 0,50% 100%,100% 0);
  background-color: #f7f7f7;
  left: 0;
  bottom: -60px;
}

.worryBox .titleSub{
  display: block;
  text-align: center;
}

.worryBox .titleSub span{
  font-size: 22px;
  color: #fff;
  background: #04a864;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: bold;
  letter-spacing: 3px;
}

.worryBox .title {
  display: block;
  text-align: center;
}

.worryBox .title span{
  font-size: 37px;
  color: #fff;
  background: #666666;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: bold;
  letter-spacing: 2px;
}

.worryBox .worryInnerbox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 45px 0 0 0;
  padding: 0 60px;
}

.worryBox .worryInnerbox .boxInner{
  width: 50%;
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}

.worryBox .worryInnerbox .boxInner_w{
  width: 100%;
}

.worryBox .worryInnerbox .boxInner .pic{
  margin: 0 20px 0 0;
}

.worryBox .worryInnerbox .boxInner .txt{
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
  .worryBox{
    margin: 30px 0 90px 0;
    padding: 50px 0 20px 0;
  }

  .worryBox:after{
    height: 40px;
    bottom: -40px;
  }

  .worryBox .titleSub span{
    font-size: 18px;
    padding: 10px 10px;
  }

  .worryBox .title span{
    font-size: 22px;
    padding: 10px 10px;
  }

  .worryBox .worryInnerbox{
    margin: 40px 0 0 0;
    padding: 0 40px;
  }
  .worryBox .worryInnerbox .boxInner,
  .worryBox .worryInnerbox .boxInner_w{
    width: 100%;
    margin: 0 0 20px 0;
  }

  .worryBox .worryInnerbox .boxInner .pic,
  .worryBox .worryInnerbox .boxInner_w .pic{
    margin: 0 20px 0 0;
    max-width: 100px;
    width: 100px;
    min-width: 100px;
  }

  .worryBox .worryInnerbox .boxInner .txt{
    font-size: 15px;
  }
}


/*---------------
solutionBox
---------------*/
.solutionBox .title{
  font-size: 36px;
  color: #04a864;
  text-align: center;
  font-weight: bold;
}

.solutionBox .txt{
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 15px 0 0 0;
}

.solutionBox .txt2{
  font-size: 16px;
  text-align: center;
  margin: 12px 0 0 0;
}

.solutionBox .solutionInnerBox{
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 20px 0 0 0;
}

.solutionBox .solutionInnerBox .innerBox .title2{
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin: 13px 0 8px;
}

@media only screen and (max-width: 767px) {
    /*スマホのみ*/
  .solutionBox .title{
    font-size: 28px;
    line-height: 1.6;
  }

  .solutionBox .txt{
    font-size: 18px;
  }

  .solutionBox .txt2{
    font-size: 14px;
  }

  .solutionBox .solutionInnerBox{
    grid-template-columns: 1fr 1fr;
  }

  .solutionBox .solutionInnerBox .innerBox .title2{
    font-size: 18px;
    margin: 13px 0 5px;
  }
}

/*---------------
jissekiBox
---------------*/
.jissekiBox {
  margin-bottom: 80px;
  width: 700px;
  margin: 0 auto;
}

.jissekiBox .title{
  font-size: 36px;
  color: #04a864;
  text-align: center;
  font-weight: bold;
  margin: 100px 0 20px 0;
}

.jissekiBox h3 {
  text-align: center;
  margin: 0 0 20px 0;
}
.jissekiBox .jissekiBoxInner h3 span {
  background-color: #04a864;
  display: inline-block;
  color: #fff;
  padding: 0 6px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}

#main_content .jissekiBox .jissekiBoxInner table {
  width: 100%;
  border: none;
  margin-bottom: 45px;
  border-top: 1px solid #ccc;
  margin: 20px 0 45px 0;
}
#main_content .jissekiBox .jissekiBoxInner table th,
#main_content .jissekiBox .jissekiBoxInner table td {
  border: none;
  font-size: 16px;
  text-align: left;
  padding: 19px 0;
  border-bottom: 1px solid #ccc;
}
#main_content .jissekiBox .jissekiBoxInner table th {
  width: 210px;
}
#main_content .jissekiBox .jissekiBoxInner table tr td.meter{
	width: 14%;
}

@media only screen and (max-width: 767px) {
    /*スマホのみ*/
  .jissekiBox {
    margin-bottom: 50px;
    width: 100%;
  }

  .jissekiBox .title{
    font-size: 28px;
    line-height: 1.6;
  }

  #main_content .jissekiBox .jissekiBoxInner table {
    width: 100% !important;
  }

  #main_content .jissekiBox .jissekiBoxInner table th {
    width: 25%;
  }

	#main_content .jissekiBox .jissekiBoxInner table tr td.meter{
    width: 23%;
		vertical-align: middle;
	}

  #main_content .jissekiBox .jissekiBoxInner table th,
  #main_content .jissekiBox .jissekiBoxInner table td {
    font-size: 14px;
  }
}

/*---------------
inquieryBox
---------------*/
.inquieryBox{
  background: #fff4e5;
  text-align: center;
  padding: 30px 0 40px;
  width: 700px;
  margin: 0 auto;
}

.inquieryBox .title{
  display: inline-block;
  font-size: 16px;
  text-align: center;
  letter-spacing: .03em;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
}

.inquieryBox .title:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 25px;
  background-color: #333;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -20px;
  top: 0;
  background-repeat: no-repeat;
  transform: rotate(-18deg);
}

.inquieryBox .title:after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 25px;
  background-color: #333;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -20px;
  top: 0;
  background-repeat: no-repeat;
  transform: rotate(18deg);
}

.inquieryBox .inquieryBoxInner{
  display: flex;
  align-items: center;
  justify-content: center;
}

.inquieryBox .inquieryBoxInner .telBox .telTxt{
  position: relative;
  padding: 0 0 0 32px;
}

.inquieryBox .inquieryBoxInner .telBox .telTxt:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 24px;
  background-image: url("../img/kaitori/iconTel2.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 5px;
  background-repeat: no-repeat;
}

.inquieryBox .inquieryBoxInner .telBox .txt{
  font-size: 12px;
  margin: 12px 0 0 0;
}

.inquieryBox .inquieryBoxInner .mailBtn{
  margin-left: 40px;
  width: 260px;
}

.inquieryBox .inquieryBoxInner .mailBtn a {
  display: block;
  background-color: #fe9500;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  width: 260px;
  padding: 16px 0 16px 30px;
  border-radius: 10px;
  position: relative;
  font-weight: bold;
  content: '';
}

.inquieryBox .inquieryBoxInner .mailBtn a:hover {
  background-color: #ffb400;
}

.inquieryBox .inquieryBoxInner .mailBtn a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  background-image: url("../img/vendor/iconMail.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 28px;
  top: 50%;
  margin-top: -7px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    /*スマホのみ*/
  .inquieryBox{
    padding: 30px 0 25px;
    width: 100%;
  }

  .inquieryBox .title{
    margin-bottom: 5px;
  }

  .inquieryBox .inquieryBoxInner{
    display: inline-block;
    width: 100%;
  }

  .inquieryBox .inquieryBoxInner .telBox .telTxt{
    font-weight: bold;
    font-size: 36px;
    color: #fe9500;
    text-decoration: none;
    padding: 0 0 0 32px;
    display: inline-block;
  }

  .inquieryBox .inquieryBoxInner .telBox .telTxt.pc{
    display: none;
  }

  .inquieryBox .inquieryBoxInner .telBox .telTxt:before {
    top: 20px;
  }

  .inquieryBox .inquieryBoxInner .telBox .telTxt a{
    color: #fe9500;
    text-decoration: none;
  }

  .inquieryBox .inquieryBoxInner .telBox .txt{
    font-size: 14px;
    margin: 2px 0 0 0;
  }

  .inquieryBox .inquieryBoxInner .mailBtn{
    margin: 15px auto 0;
  }
}

.bottomTxtBox{
  text-align: center;
}

.bottomTxt{
  text-align: center;
  border-bottom: #04a864 solid 1px;
  font-size: 22px;
  margin-bottom: 40px;
  padding: 10px;
  margin-top: -10px;
  font-weight: bold;
  display: inline-block;
}

.bottomTxt strong{
  color: #04a864;
}