@charset "utf-8";
/* CSS Document */
.main {
  background-color: #fff;
  padding: 0px;
  overflow-x: hidden;
}
h1 {
  font-size: 2.1rem;
  text-align: left;
  position: absolute;
  top: 10px;
  margin: 10px;
}
h2 {
  font-size: 2rem;
}
h3 {
  margin-top: 0px;
  font-size: 1.8rem;
}
@media(min-width:1160px) {
  h1 {
    font-size: 4.8rem;
    line-height: 6rem;
    text-align: left;
    position: absolute;
    top: 30px;
    margin: 80px;
  }
  h2 {
    margin-top: 0px auto;
    font-size: 3.4rem;
  }
  h3 {
    margin-top: 0px;
    font-size: 2.4rem;
    width: 300px;
    line-height: 3.0rem;
    text-align: left;
  }
}
.top {
  height: auto;
  width: auto;
  position: relative;
  margin: 0px auto;
}
.top-img {
  background-image: url("../img/solution/top_global.png");
  background-size: cover;
  height: 200px;
  width: auto;
  background-repeat: no-repeat;
}
@media(min-width:1160px) {
  .top-img {
    height: 600px;
  }
}
.introduction {
  width: 70%;
  font-size: 1.8rem;
  margin: 50px auto;
  text-align: center;
  line-height: 1.8rem;
}
@media(min-width:1160px) {
  .introduction {
    width: 700px;
    margin: 100px auto;
    font-size: 2.4rem;
    line-height: normal;
  }
}
.pickup {
  padding-top: 20px;
  margin: 20px;
}
@media(max-width:1160px) {
.pickup h3{
  width: 150px;
  margin: 0px auto;
  }}
.pickup-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: auto;
}

.details {
  display: none;
}
.list {
  display: inline-block;
  margin: 10px 5px;
}



/*smartphoneviewonly*/
.modalOpen {
  height: 100px;
  width: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 50px 3px 0px 0px;
}
.modal {
  display: none;
  position: fixed;
  margin: 0px auto;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}
.modal_content {
  background-color: #fff;
  position: relative;
  margin: 10% auto;
  padding: 20px 0px;
  width: 90%;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}
.modal-body h3{
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  width: 90%;
}
.modal-body p{
  display: block;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 1.6rem;
  text-align: left;  
  max-width: 500px;
}
@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}
.modal img {
  height: auto;
  width: 90%;
  display: flex;
  position: relative;
  margin: 0px auto;
}
.modal_content img{
  height: auto;
  width: 80%;
  margin: 0px auto;
}
.modalClose {
  font-size: 5rem;
  padding-top: 30px;
  color: #fff;
  position: absolute;
  right: 0px;
}
.modal-body {
  display: block;
  background-color: #fff;
  height: 100%;
  font-size: 2rem;
  padding: 10px 35px;
  margin: 0 auto;
  color: black;
}
/*spvend*/



@media(min-width:1160px) {
  .pickup {
    padding-top: 60px;
    margin: 60px auto;
    width: 1160px;
  }
  .pickup-list {
    margin: 50px 70px;
  }
  .pickup ol li img {
    height: 250px;
    width: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px auto;
  }
  .details {
    display: block;
    width: 300px;
    font-size: 1.7rem;
    margin-top: 10px;
    text-align: left;
  }
  .list {
    display: inline-block;
    margin: 20px;
  }
}
.extend {
  margin-top: 40px;
  padding: 60px 20px 0px;
}
.contents {
  margin: 20px auto;
}
.extend-details{
  width: 370px;
  font-size: 1.4rem;
  margin: 20px auto;
  text-align: left;
  line-height: 1.4rem;
}
.btn {
  width: 230px;
  border-radius: 25px;
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 50px auto;
  padding: 5px 0px 5px 0;
}
@media(min-width:1160px) {
  .extend {
  margin-top: 40px;
  padding: 60px 20px 0px;
}
.contents {
  margin: 20px auto;
}
.extend-details{
    width: 900px;
    margin: 100px auto;
    font-size: 2.4rem;
    line-height: normal;
   text-align: center;
}
  .btn {
  width: 350px;
  border-radius: 25px;
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 50px auto;
  padding: 10px 0px 10px 0;
}
  .btn a{
    display: block;
  }
}
