@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
body {
  scroll-padding-top: 180px;
}
.oraclecloud-section {
  margin: 6rem 0;
}
.oraclecloud-section h2 {
  padding: 0 0 50px !important;
}
.oraclecloud-section h3 {
  margin: 3rem 0 25px !important;
}
.oraclecloud-section p {
  margin: 0 0 25px;
}
.oraclecloud-section .cmn-btn-arw {
  margin: 6rem auto;
}
.oraclecloud-section figure img {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  width: 50%;
}
.oraclecloud-howto .question {
  display: flex;
}
.oraclecloud-howto .question .detail {
  margin: 0 25px;
  width: 50%;
}
.oraclecloud-howto .solution {
  color: #a72956;
  font-size: 3.1rem;
  font-weight: 600;
  text-align: center;
}
.oraclecloud-howto .solution img {
  display: block;
  margin: 0 auto 25px;
}
.oraclecloud-howto .answer {
  display: flex;
}
.oraclecloud-howto .answer .detail {
  background: #a72956;
  border-radius: 8px;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  margin: 25px;
  padding: 25px;
  text-align: center;
  width: 50%;
}
.oraclecloud-architecture {
  margin-top: 25px;
}
.oraclecloud-architecture .detail {
  align-items: center;
  background: #a72956;
  display: flex;
  margin-bottom: 25px;
}
.oraclecloud-architecture .detail .title {
  background: #a72956;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 25px;
  width: 400px;
}
.oraclecloud-architecture .detail .text {
  background: #f2f2f2;
  padding: 25px;
  width: calc(100% - 400px);
}
.oraclecloud-section .list-catalog {
  text-align: center;
}
.oraclecloud-section .list-catalog img {
  width: auto;
}
.oraclecloud-table {
  margin: 25px 0;
}
.oraclecloud-table table {
  margin: 0 !important;
  min-width: 1000px;
}
.oraclecloud-section .cmn-table-02.table-type-td-txt-left tbody th {
  vertical-align: middle;
}
.oraclecloud-section .cmn-table-02.table-type-td-txt-left tbody td.total {
  font-size: 2rem;
  font-weight: 600;
  text-align: right !important;
}

.oraclecloud-blog .blog-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
}
.oraclecloud-blog .blog-content .blog-item {
  width: 47%;
  margin-bottom: 25px;
}
.oraclecloud-blog .blog-content .book-item {
  width: 30%;
  margin-bottom: 25px;
}
.oraclecloud-blog .blog-content p.blog-ttl {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.oraclecloud-blog .blog-content a {
  text-align: center;
  display: block;
}
.oraclecloud-blog .blog-content a p {
  background: #ede2e2;
  color: #a72956;
  padding: 20px;
  text-align: center;
}
.oraclecloud-blog .blog-content a:hover figure {
  opacity: 0.7;
}
.oraclecloud-result .result-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.oraclecloud-result .result-content .result-item {
  width: calc(25% - 20px);
  padding: 15px 15px 80px;
  margin: 0 10px 20px;
  background: #f2f2f2;
  border-top: 5px solid #a72956;
  position: relative;
}
.oraclecloud-result .result-content .result-ttl {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
  color: #282828;
  font-weight: bold;
  min-height: 45px;
}
.oraclecloud-result .result-content a {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: #a72956;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  width: calc(100% - 30px);
  border: 1px solid #a72956;
}
.oraclecloud-result .result-content a:hover {
  background: #fff;
  color: #a72956;
}
.oraclecloud-result .result-content dl {
  margin: 15px 0;
}
.oraclecloud-result .result-content dd {
  margin-bottom: 15px;
}
.oraclecloud-result .result-content dd span {
  color: #525e98;
}
.download-btn {
  border-radius: 10px;
  width: 100%;
  max-width: 1100px;
  padding: 5px 5px 8px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  margin: 30px auto 0 auto;
}
.download-btn a {
  display: block;
  background: #a72956;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  padding: 20px 10px;
  font-size: 2rem;
}
.download-btn a:hover {
  filter: opacity(0.7);
  box-shadow: none;
}
.cmn-btn-2col {
  text-align: left;
  display: block;
  margin: 0 0 35px;
  letter-spacing: -0.4em;
  font-size: 0;
}
.cmn-btn-2col li {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  letter-spacing: normal;
  text-align: center;
  vertical-align: top;
  font-size: 1.4rem;
  width: 45%;
  height: 100px;
  margin: 0 1.5% 25px;
}
.cmn-btn-2col li a {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px #a72956 solid;
  box-sizing: border-box;
  color: #a72956;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
}
.cmn-btn-2col li a::after {
  display: inline-block;
  width: 10px;
  height: 12px;
  background: url(https://cdn.clst01.innova-jp.net/system-exe/image/ico_arrow_07.png) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin: -6px 0 0 0;
}
ul.case-step li {
  margin: 0 1.5% 25px;
  border: 1px #a72956 dotted;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px;
  font-size: 1.7rem;
  vertical-align: middle;
  text-align: center;
}
ul.case-step li span {
  color: #a72956;
}

ul.case-step li span.under{
  border-bottom: 1.5px solid #a72956;
  padding-bottom: 1px;
}

ul.case-step li:last-child {
  margin-bottom: 0;
}
ul.case-step li:first-child {
  margin-bottom: 25px;
}
.db-case-arrow2 {
  padding: 20px !important;
}
.bg-darkPink {
  background: #a72956 !important;
  color: #fff !important;
  margin-bottom: 30px;
}
.ma_to50 {
  margin-top: 5em;
}

@media screen and (max-width: 1024px) {
  .oraclecloud-architecture .detail {
    display: block;
  }
  .oraclecloud-architecture .detail .title {
    width: 100%;
  }
  .oraclecloud-architecture .detail .text {
    width: 100%;
  }
  .oraclecloud-table {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .oraclecloud-howto .question {
    display: block;
  }
  .oraclecloud-howto .question .detail {
    margin: 0;
    width: 100%;
  }
  .oraclecloud-howto .answer {
    display: block;
  }
  .oraclecloud-howto .answer .detail {
    background: #a72956;
    font-size: 1.5rem;
    margin: 10px 0;
    padding: 25px;
    width: 100%;
  }
  .oraclecloud-architecture .detail .title {
    width: 100%;
  }
  .oraclecloud-architecture .detail .text {
    width: 100%;
  }
  .list-catalog li {
    width: 80%;
  }

  .oraclecloud-blog .blog-content .blog-item,
  .oraclecloud-blog .blog-content .book-item {
    width: 100%;
  }
  .oraclecloud-result .result-content .result-item {
    width: calc(50% - 20px);
  }
  .ma_to50 {
    margin-top: calc(0.65 * 5em);
  }
  .sp_ma_bo50 {
    margin-bottom: calc(0.65 * 5em);
  }
}

@media screen and (max-width: 576px) {
  .oraclecloud-result .result-content .result-item,
  .cmn-btn-2col li {
    width: 100%;
  }
  .download-btn a {
    font-size: 1.7rem;
  }
}

.btn_dl {
  background: #a72956;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  width: calc(100% - 30px);
  border: 1px solid #a72956;
}

.mb24 {
  margin-bottom:24px !important;
}

.cmn-step.bk_gray {
  background: #f2f2f2;
}

.cmn-step.bk_gray span {
  font-weight: bold;
}


ul.case-step li {
  background: #fff;
}

.oraclecloud-section figure.tableimg img {
  width: 100%;
}

.spstrong {
  background:none !important;
  padding:0 !important;
  color:#a72956 !important;
}

figure.zuhan{
  background: #f6f5f1;
}
