@charset "utf-8";

/*****fontawesome****/
.fa-check-circle {
  color: #799d04;
  font-size: 16px;
  margin-right: 5px;
  display: inline-block;
}

/***スマホ用****/
.spbr {
  display: none;
}

/*******コンテンツ********/
.GolfProducts {
  margin-bottom: 40px;
  width: 100vw;
  max-width: 800px;
}

.Caption {
  max-width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

.ExitfareCaption {
  background-color: #799d04;
  color: #fff;
}

.ExitfareProducts {
  background-color: #fff;
  padding: 2% 4% 6%;
}

.ProductImg {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.ProductImg p {
  color: #fff;
  font-size: 25px;
  padding: 15px 20px 0;
  font-weight: normal;
}

.ProductImg .emv {
  font-size: 17px;
  padding: 0 20px;
}

.ProductImg a {
  display: inline-block;
  margin: 1% 0 2%;
}

.TEX-2900G,
.APS-2100G {
  position: relative;
}

.textWrapper {
  position: absolute;
  top: 0%;
  left: 0%;
}

.TEX-2900G span,
.APS-2100G span {
  padding-left: 7px;
  display: block;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.6);
  width: 84%;
}

.TEX-2900G:hover,
.APS-2100G:hover {
  opacity: 0.5;
}

.TEX-2900G span {
  width: 100%;
}

#PageGolfProductsIndex .APS-2110G span {
  width: 100%;
}

.ExitfareText {
  font-size: 14px;
  line-height: 24px;
  color: #444;
}

.ProductsSlogan {
  font-size: 20px;
  font-weight: bold;
  color: #190c00;
  text-align: center;
  margin: 30px 2vw;
  line-height: normal;

}

.MeritCaption {
  color: #799d02;
  background-color: #190c00;

}

.MeritWrap {
  margin-bottom: 20px;
  padding: 15px 4%;
}

.MeritImg {
  width: 150px;
  height: 100%;
}

.MeritImg img {
  display: block;
  margin: auto auto 0;
}

.MeritWrap > .MeritImg,
.MeritWrap > .MeritText {
  display: inline-block;
}

.MeritText {
  width: 79%;
  vertical-align: top;
}


.TaskCaption {
  font-size: 18px;
  font-weight: bold;
  color: #231815;
  margin-bottom: 5px;
}

.Task {
  display: flex;
  flex-direction: column;
}

.Task p {
  font-size: 16px;
  color: #444;
  line-height: 25px;
}

.Task::after {
  content: " ";
  display: block;
  border-bottom: solid 2px;
  border-right: solid 2px;
  width: 15px;
  height: 15px;
  margin: 5px auto;
  border-color: #799d02;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Solution {
  padding: 5px 0;
  width: 100%;
  font-size: 18px;
  text-align: center;
  background-color: #799d02;
  border-radius: 5px;
  color: #fff;
  margin-top: 15px;
}

.pageProduct #ProductContactBlock {
  width: 94%;
  height: 96px;
  padding: 12px 20px 12px 25px;
  background-color: #fff;
}

/*******レスポンシブ********/
@media (max-width: 800px) {
  .sp-del {
    display: none !important;
  }

  #Content #ContentBack #ContentInner {
    padding: 0;
  }

  .ExitfareCaption {
    margin-top: 8vw;
  }

  .ProductImg {
    justify-content: center;
  }

  .ProductImg img {
    width: 94vw;
    height: 37.5vw;
  }

  .ProductImg p {
    font-size: 6.5vw;
    line-height: 8vw;
  }

  .TEX-2900G span,
  .APS-2100G span {
    font-size: 3.25vw;
  }

  .APS-2100G span {
    width: 70%;
  }

  #ContentBodyL h1 {
    padding-left: 4vw;
  }

  .MeritWrap > .MeritText {
    display: block;
    margin: 0 auto;
  }


}


@media (max-width: 480px) {

  .spbr {
    display: block;
  }

  .Caption {
    font-size: calc(33 / 750 * 100vw);
    line-height: 3.4em;
    vertical-align: middle;
    min-height: 3.4em;
  }

  #Content #ContentBack #ContentInner #ProductContactBlock {
    border: none;

  }

  .MeritText {
    width: 100%;
  }

  .TEX-2900G span,
  .APS-2100G span {
    width: 105%;
    font-size: 4vw;
  }

  .APS-2100G span {
    width: 85%;
  }

  #Content #ContentBack #ContentInner .ProductImg p {
    font-size: 6.5vw;
    line-height: 7vw;
  }

  #Content #ContentBack #ContentInner .ProductImg .emv {
    font-size: 5vw;
  }
}
