.mainContainer {
    padding-top: 50px;
}

body {
}

.ipshot-component {
  background-color: #ccd3de;
  background-image: url('/images/ip_shot/component_bg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-width: 1200px;
  padding: 100px 0;
}
.ipshot-component .component__detail {
  margin: 0 auto;
  width: 1200px;
}
.ipshot-component .component__detail__container {
  margin-left: 600px;
  width: 500px;
}
.ipshot-component .component__detail__container img {
  width: 100%;
}
.ipshot-component .component__detail__container p {
}
.ipshot-component .component__detail__lead {
  font-size: 30px;
  line-height: 1.7;
  margin-bottom: 40px;
  text-align: center;
}
.ipshot-component .component__detail__lead small {
  font-size: 20px;
}
.ipshot-component .component__detail__mechanisum {
  margin-bottom: 40px;
}
.ipshot-component .mechanisum__title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.ipshot-component .mechanisum__image {
}
.ipshot-component .component {
  margin-bottom: 40px;
}
.ipshot-component .component__title {
  border: 1px solid #000000;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 10px;
  padding: 0.3em; 
  text-align: center;
}
.ipshot-component .component__title small {
  font-size: 16px;
}
.ipshot-component .component__text {
  line-height: 1.7;
  margin-bottom: 60px;
  text-align: justify;
}
.ipshot-component .product {
  margin: 100px auto;
  text-align: center;
}
.ipshot-component .product__anchor {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  font-size: 16px;
  padding: 14px 55px;
}





@media screen and (max-width: 736px) {

.mainContainer {
    padding-top: 50px;
}

.ipshot-component {
  background-image: url('/images/ip_shot/sp/component_bg.jpg');
  min-width: 0;
  padding: 40% 0 1px;
  padding: 40vw 0 1px;
}
.ipshot-component .component__detail {
  margin: 0 auto;
  width: 100%;
}
.ipshot-component .component__detail__container {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
.ipshot-component .component__detail__container img {
  width: 100%;
}
.ipshot-component .component__detail__container p {
}
.ipshot-component .component__detail__lead {
  font-size: 20px;
  font-size: 3.5vw;
  line-height: 1.7;
  margin-bottom: 50%;
  margin-bottom: 50vw;
  margin-left: 40%;
  text-align: center;
  width: 60%;
}
.ipshot-component .component__detail__lead small {
  font-size: 10px;
}
.ipshot-component .component__detail__mechanisum {
  margin-bottom: 40px;
}
.ipshot-component .mechanisum__title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.ipshot-component .mechanisum__image {
}
.ipshot-component .component {
  margin-bottom: 40px;
}
.ipshot-component .component__title {
  font-size: 20px;
}
.ipshot-component .component__title small {
  font-size: 16px;
}
.ipshot-component .component__text {
  font-size: 12px
}
.ipshot-component .product {
  margin: 100px auto;
}
.ipshot-component .product__anchor {
  font-size: 16px;
  padding: 20px 30px;
}



}