/* for service info */
/* Main contents */
.spbr {
  display: none;
}
.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 2px;
}
.contents {
  width: 100%;
  padding: 60px 0 0 0;
  margin:  0 auto;
}
.contents h3  {
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.15em;
  padding-bottom: 20px;
}
.contents h2 {
  margin: 10px 0 10px 10px;
}
.contents hr {
  height: 12px;
  background-color: silver;
}
.content {
  margin-bottom: 30px;
}
.services {
  width: 96%;
  padding: 30px 0;
  margin: 0 auto;
}
.services hr {
  height: 4px;
}
.services h3 {
  text-align: initial;
  font-weight: bold;
  letter-spacing: initial;
}

/* サービス紹介 */
.comment  {
  padding: 10px 0 0 4px;
  display: flex;
  /* align-items: center; */
}
.comment img {
  width: 30%;
/*  height:fit-content; */
 object-fit: contain;
  padding: 0 5px 0 5px;
}
.comment ul {
  list-style: none;
  text-align: left;
}

.catch  {
  background-image: linear-gradient(10deg,
  #a0a0a0f0,
  #505060c0 20%,
  #80809090 80%,
  #a0a0a0f0),
    url(/img/srv_bg.jpg);
  background-size: cover;
  font-size: 18px;
  color: #ffffff;
  text-shadow: 2px 2px 20px black;
  letter-spacing: 0.15em;
  padding: 30px 20px 30px 20px;
  /* display: flex; */
  /* align-items: center; */
}
.catchphrase p, .catchphrase ul {
  list-style-position: inside;
  text-align: center;
}

.pnet {
  font-style: italic;
  padding-bottom: 0.2em;
}
.pnet span {
  font-family: 'Arial';
  font-weight: bolder;
  font-size: 1.5rem;
}
.catch ul {
  padding: 0.3em 0 0.3em 0em;
}
/* .catch img {
  width: 35%;
  padding: 0 0 0 10px;
} */
.bldy {
  font-weight: bold;
  color: #ffff80;
}
.bldr {
  font-weight: bold;
  color: #a02020;
}
.logo_h4 {
  font-family: Arial;
  font-style: italic;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: navy;
}
.service_features li {
  list-style: none;
  color: #777;
  /* font-size: 0.9rem; */
}

.features  {
  width: 80%;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
  background-color: #f8cfcf;
}
.features li, .features h4 {
  padding-top: 5px;
}
.arrow {
  width:20%;
  background:linear-gradient(to top right, transparent 50%, #cfcff8 50%) bottom left/ 50% 100% no-repeat,
  linear-gradient(to top left, transparent 50%, #cfcff8 50%) bottom right / 50% 100% no-repeat;        
  margin: 20px auto ;
  padding: 10px 0 10px;
  display: flex;
  justify-content: center;
}
.solved {
  width:80%;
  background:linear-gradient(to top right, transparent 50%, #f8cfcf 50%) bottom left/ 50% 100% no-repeat,
  linear-gradient(to top left, transparent 50%, #f8cfcf 50%) bottom right / 50% 100% no-repeat;        
  margin: 20px auto ;
  padding: 10px 0 40px;
  display: flex;
  justify-content: center;
}
.solved ul {
  text-align: left;
}
.solved span {
  color: black;
  font-weight: bold;
}
.img_solved {
  width:25%;
/*  height: fit-content; */
 object-fit: contain;
  margin-right: 8px;
}

.ourservice {
  margin: 0 10px;
}

.btn {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 50px;
    box-shadow: 4px 4px darkgray;
    background-color: maroon;
    opacity: 0.8;
    width: 75%;
}
.btn a {
  display: inline-flex;
  text-decoration: none;
  color: white;
  padding: 10px 36px;
  letter-spacing: 0.1em;
  
}

.btn-p {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
.btn p span {
  font-weight: 100;
  font-size: 12px;
}
.btn:hover {
  border-radius: 0px;
  background-color: #df1010;
  opacity: 1.0;
  /* color: maroon; */
  transition: 0.5s;
}
.btn:active {
  position: relative;
  top: 4px;
  box-shadow: none;
}

/* SmartPhone */
@media all and (max-width: 640px) {
  .spbr {
    display: contents;
  }
  .comment {
    display: inherit;
  }
  .comment img {
    width: 100%;
    height: inherit;
    opacity: 0.8;
  }
  .features {
    width: 95%;
  }
  .solved {
    width: 95%;
    display: inherit;
    text-align: center;
  }
  .solved img {
    margin-top: 5px;
    width: 90%;
    height: inherit;
    opacity: 0.8;
  }
  .solved ul {
    width: 80%;
    margin: 0 auto;
  }
  .btn {
    margin-bottom: 50px;
    width: 90%;
  }
}