/*
opsramp.css
*/
/* common
--------------------------------------------------------------------------- */
@media all and (max-width: 749px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media all and (max-width: 749px) {
  .sp {
    display: block;
  }
}

/* hero
--------------------------------------------------------------------------- */
#hero {
  background: url(./../img/solution/management/opsramp/kv_pc.jpg) no-repeat bottom right;
  background-size: cover;
  margin-bottom: 60px;
  color: #fff;
}

#hero .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 100px 0 100px;
}

#hero h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

#hero .catch {
  font-size: 22px;
}

@media all and (max-width: 749px) {
  #hero {
    background: url(./../img/solution/management/opsramp/kv_sp.jpg) no-repeat bottom center;
    background-size: cover;
    margin-bottom: 30px;
  }
  #hero .inner {
    padding: 280px 40px 40px;
  }
  #hero h1 {
    font-size: 26px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }
  #hero .catch {
    font-size: 18px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }
}

/* opsramp_cv
--------------------------------------------------------------------------- */
#opsramp .opsramp_cv {
  background-color: #ff9900;
  color: #fff;
  margin-bottom: 60px;
  padding: 20px;
}

#opsramp .opsramp_cv .txt {
  margin-bottom: 20px;
}

#opsramp .opsramp_cv .img {
  margin-bottom: 20px;
}

#opsramp .opsramp_cv h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

#opsramp .opsramp_cv .img img {
  border: 1px solid #fff;
}

#opsramp .opsramp_cv .cv_btn a {
  display: block;
  background-color: #00a3e0;
  border: 1px solid #fff;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  position: relative;
}
#opsramp .opsramp_cv .cv_btn a::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(/solutions/cloud/img/solution/management/opsramp/icon_note.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media all and (min-width: 750px) {
  #opsramp .opsramp_cv .group {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #opsramp .opsramp_cv .txt {
    width: 65%;
    margin-bottom: 0;
  }
  
  #opsramp .opsramp_cv .img {
    width: 30%;
    margin-bottom: 0;
  }

  #opsramp .opsramp_cv h3 {
    font-size: 24px;
  }

  #opsramp .opsramp_cv .cv_btn a {
    width: 300px;
    margin: 0 auto;
    transition: all 0.3s;
    margin-top: 20px;
  }

  #opsramp .opsramp_cv .cv_btn a:hover {
    background-color: #fff;
    color: #00a3e0;
  }

  #opsramp .opsramp_cv .cv_btn a:hover::after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(/solutions/cloud/img/solution/management/opsramp/icon_note_on.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}

#opsramp .opsramp_con_btn a {
  background-color: #003D86;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  line-height: 1.4;
  padding: 15px;
  font-weight: 600;
  border-radius: 100px;
}

@media all and (min-width: 750px) {
  #opsramp .opsramp_con_btn a {
    width: 500px;
    margin: 0 auto;
    font-size: 20px;
    transition: all 0.3s;
  }

  #opsramp .opsramp_con_btn a:hover {
    opacity: 0.8;
  }
}

/* opsramp_overview
--------------------------------------------------------------------------- */
#opsramp_overview {
  margin-bottom: 20px;
}

#opsramp_overview .img {
  margin-bottom: 20px;
}

#opsramp_overview .item {
  text-align: center;
  margin-bottom: 20px;
  background-color: #ecf3fb;
  padding: 15px;
}

#opsramp_overview .item .img {
  margin-bottom: 10px;
}

#opsramp_overview .item .caption {
  font-weight: 600;
}

@media all and (min-width: 750px) {
  #opsramp_overview {
    margin-bottom: 80px;
  }

  #opsramp_overview .items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  #opsramp_overview .item {
    width: 32%;
  }
}

/* opsramp_task
--------------------------------------------------------------------------- */
/* sec01 */
#opsramp .task .sec01 {
  margin-bottom: 30px;
}

#opsramp .task .sec01 .item {
  margin-bottom: 20px;
}

#opsramp .task .sec01 .item h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

#opsramp .task .sec01 .item h4 .num {
  display: block;
  color: #666;
}

#opsramp .task .sec01 .list {
  background-color: #eee;
  padding: 15px;
}

#opsramp .task .sec01 .list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 15px;
  line-height: 1.6;
}

#opsramp .task .sec01 .list li::before {
  display: block;
  content: "";
  width: 10px;
  height: 5px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  flex: none;
  position: absolute;
  top: 12px;
  left: 0;
}

@media all and (min-width: 750px) {
  #opsramp .task .sec01 {
    margin-bottom: 60px;
  }

  #opsramp .task .sec01 .items {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  #opsramp .task .sec01 .item {
    width: 48%;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }

  #opsramp .task .sec01 .item h4 {
    font-size: 20px;
  }

  #opsramp .task .sec01 .item h4 .num {
    display: inline-block;
  }

  #opsramp .task .sec01 .list {
    flex-grow:1;
    padding: 20px;
  }
}

/* sec02 */
#opsramp .task .sec02 {
  margin-bottom: 30px;
}

#opsramp .task .sec02 .item {
  margin-bottom: 20px;
}

#opsramp .task .sec02 .item h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #ff9900;
  margin-bottom: 10px;
}

#opsramp .task .sec02 .list {
  background-color: #ecf3fb;
  padding: 15px;
  border-radius: 8px;
}

#opsramp .task .sec02 .list li strong {
  display: block;
  color: #003D86;
}

#opsramp .task .sec02 .list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
  line-height: 1.6;
}

#opsramp .task .sec02 .list li::before {
  content: "●";
  color: #003D86;
  position: absolute;
  top: 0;
  left: 0;
}

#opsramp .task .sec02 .img {
  text-align: center;
}

@media all and (min-width: 750px) {
  #opsramp .task .sec02 {
    margin-bottom: 60px;
  }

  #opsramp .task .sec02 .items {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  #opsramp .task .sec02 .item {
    width: 48%;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }

  #opsramp .task .sec02 .item h3 {
    font-size: 20px;
  }

  #opsramp .task .sec02 .list {
    flex-grow:1;
    padding: 20px;
  }
}

/* sec03 */
#opsramp .task .sec03 .lead {
  text-align: center;
}


#opsramp_task1 .sec01::after,
#opsramp_task1 .sec02::after,
#opsramp_task2 .sec01::after,
#opsramp_task2 .sec02::after {
  content: "";
  display: block;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 90px;
  height: 30px;
  background-color: #ff9900;
  margin: 0 auto;
}

@media all and (min-width: 750px) {
  #opsramp_task1 .sec01::after,
  #opsramp_task1 .sec02::after,
  #opsramp_task2 .sec01::after,
  #opsramp_task2 .sec02::after {
    width: 120px;
    height: 40px;
  }
}

/* opsramp_package
--------------------------------------------------------------------------- */
#opsramp_package {
  background-color: #ecf3fb;
  padding: 20px;
  margin-bottom: 40px;
}

#opsramp_package p {
  text-align: center;
}

#opsramp_package strong {
  color: #003D86;
}

#opsramp_package .link a {
  display: block;
  background-color: #003D86;
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
  padding: 10px;
  border-radius: 100px;
}

@media all and (min-width: 750px) {
  #opsramp_package {
    padding: 40px 20px;
    margin-bottom: 60px;
  }

  #opsramp_package .link a {
    width: 600px;
    padding: 15px 10px;
    margin: 0 auto;
    transition: all 0.3s;
  }

  #opsramp_package .link a:hover {
    opacity: 0.8;
  }
}


/* opsramp_faq
--------------------------------------------------------------------------- */
#opsramp_faq {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media all and (max-width: 749px) {
  #opsramp_faq {
    padding-top: 0;
    padding-bottom: 30px;
  }
}/*# sourceMappingURL=jp1.css.map */
