.row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-12, .col-md-4, .col-md-6, .col-md-8 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.oraclecloud-architecture .arrow-p .arrow-r {
  /* margin-left: 3%; */
  width: 60%;
  display: flex;
  align-items: center;
}

.section_service{
  margin-bottom: 15px;
}

figure{
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}

.blog_list{
}

.cmn-sec-container h3.border_none{
  border-bottom: none !important;
}

.pofessional_wrap{
  display: flex;
  justify-content: space-between;
}

.pofessional_list{background: #f2f2f2;border-top: 5px #a72956 solid;width: 33%;display: flex;box-sizing: border-box;padding: 10px 20px;}

.pofessional_list .pro_txt{
  display: flex;
  justify-content: center;
  font-size: 1.3em;
  width: 64%;
  text-align: center;
  align-items: center;
}

.pofessional_list img{
  width: 32%;
}

table tbody tr.color_pink th{
  background: #ede2e2;
  color: #a72956;
  vertical-align: middle;
  text-align: center;
  word-wrap: break-word;
  font-weight: bold;
}

.bi_tool{
  /* background: #eee; */
}

.bi_tool .color_gray th{width: 250px;}

.bi_tool .color_gray th:nth-child(1){
}

.bi_tool .color_gray th:nth-child(2){width: 795px;}

.bi_tool .color_gray th:nth-child(3){
}

table.bi_tool tr:nth-child(odd) td {
	background: #fff;
}

table tbody tr.color_gray th{
  background: #a5a5a5;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  word-wrap: break-word;
  font-weight: bold;
}

table.bi_tool tr td.title{
  vertical-align: top;
  background: #eee;
  color: #a72956;
  word-wrap: break-word;
  font-weight: bold;
  vertical-align: middle;
}

table.bi_tool tr td.price{
  text-align: center;
}


span.onple{
  font-size: 0.6em;
  font-weight: normal;
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
}

span.onple::before{
  width: 25px;
  height: 15px;
  content: "";
  display: inline-block;
  background: #e6f6ff;
  margin-right: 3px;
}

span.cloud{
  font-size: 0.6em;
  font-weight: normal;
  display: flex;
  align-items: center;
}

span.cloud::before{
  width: 25px;
  height: 15px;
  content: "";
  display: inline-block;
  background: #fff0f0;
  margin-right: 3px;
}

h4.date{
  display: flex;
}

.date_span{
  margin-left: auto;
  display: flex;
}

.img_thumb_wrap{
  display: flex;
  flex-wrap: wrap;
}

.img_thumb{
  width: 275px;
  margin-right: 20px;
}

.img_thumb-p{
    width: calc(100% - 295px);
}

figure.zuhan04{
  background: #f6f5f1;
}

@media (min-width: 768px) {
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.d-block {
  display: block !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.mx-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.mx-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto !important;
}

.bootstrap {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 10px;
}

.m35 {
  margin: 0 0 35px !important;
}

.box_g {
  background: #e6f6ff;
  padding: 10px 15px;
  width: 49%;
  margin-right: 1%;
}

.box_b {
  background: #fff0f0;
  padding: 10px 15px;
  width: 49%;
  margin-left: 1%;
}

.no {
  background: #fff;
  color: #a72956;
  margin-right: 20px;
  padding: 7px 15px;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.card {
  /*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
  /*# sourceMappingURL=bootstrap.css.map */
  border: 1px solid #666;
}

.card *,
.card *::before,
.card *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.card [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

.card h4 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.card ul {
  margin-bottom: 1rem;
  margin-top: 0;
}

.card button:not(:disabled),
.card [type="button"]:not(:disabled),
.card [type="reset"]:not(:disabled),
.card [type="submit"]:not(:disabled) {
  cursor: pointer;
}

.card ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.card h4 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.card h4 {
  font-size: 1.5rem;
}

.card .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .card .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.card .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .card .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.card .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.card .btn-primary:not(:disabled):not(.disabled):active, .card .btn-primary:not(:disabled):not(.disabled).active {
  background-color: #0062cc;
  border-color: #005cbf;
  color: #fff;
}

.card .btn-primary:not(:disabled):not(.disabled):active:focus, .card .btn-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.card .btn-secondary:not(:disabled):not(.disabled):active, .card .btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #545b62;
  border-color: #4e555b;
  color: #fff;
}

.card .btn-secondary:not(:disabled):not(.disabled):active:focus, .card .btn-secondary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.card .btn-success:not(:disabled):not(.disabled):active, .card .btn-success:not(:disabled):not(.disabled).active {
  background-color: #1e7e34;
  border-color: #1c7430;
  color: #fff;
}

.card .btn-success:not(:disabled):not(.disabled):active:focus, .card .btn-success:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.card .btn-info:not(:disabled):not(.disabled):active, .card .btn-info:not(:disabled):not(.disabled).active {
  background-color: #117a8b;
  border-color: #10707f;
  color: #fff;
}

.card .btn-info:not(:disabled):not(.disabled):active:focus, .card .btn-info:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.card .btn-warning:not(:disabled):not(.disabled):active, .card .btn-warning:not(:disabled):not(.disabled).active {
  background-color: #d39e00;
  border-color: #c69500;
  color: #212529;
}

.card .btn-warning:not(:disabled):not(.disabled):active:focus, .card .btn-warning:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.card .btn-danger:not(:disabled):not(.disabled):active, .card .btn-danger:not(:disabled):not(.disabled).active {
  background-color: #bd2130;
  border-color: #b21f2d;
  color: #fff;
}

.card .btn-danger:not(:disabled):not(.disabled):active:focus, .card .btn-danger:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.card .btn-light:not(:disabled):not(.disabled):active, .card .btn-light:not(:disabled):not(.disabled).active {
  background-color: #dae0e5;
  border-color: #d3d9df;
  color: #212529;
}

.card .btn-light:not(:disabled):not(.disabled):active:focus, .card .btn-light:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.card .btn-dark:not(:disabled):not(.disabled):active, .card .btn-dark:not(:disabled):not(.disabled).active {
  background-color: #1d2124;
  border-color: #171a1d;
  color: #fff;
}

.card .btn-dark:not(:disabled):not(.disabled):active:focus, .card .btn-dark:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.card .btn-outline-primary:not(:disabled):not(.disabled):active, .card .btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}

.card .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .card .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.card .btn-outline-secondary:not(:disabled):not(.disabled):active, .card .btn-outline-secondary:not(:disabled):not(.disabled).active {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.card .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .card .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.card .btn-outline-success:not(:disabled):not(.disabled):active, .card .btn-outline-success:not(:disabled):not(.disabled).active {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}

.card .btn-outline-success:not(:disabled):not(.disabled):active:focus, .card .btn-outline-success:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.card .btn-outline-info:not(:disabled):not(.disabled):active, .card .btn-outline-info:not(:disabled):not(.disabled).active {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.card .btn-outline-info:not(:disabled):not(.disabled):active:focus, .card .btn-outline-info:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.card .btn-outline-warning:not(:disabled):not(.disabled):active, .card .btn-outline-warning:not(:disabled):not(.disabled).active {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}

.card .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .card .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.card .btn-outline-danger:not(:disabled):not(.disabled):active, .card .btn-outline-danger:not(:disabled):not(.disabled).active {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.card .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .card .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.card .btn-outline-light:not(:disabled):not(.disabled):active, .card .btn-outline-light:not(:disabled):not(.disabled).active {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}

.card .btn-outline-light:not(:disabled):not(.disabled):active:focus, .card .btn-outline-light:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.card .btn-outline-dark:not(:disabled):not(.disabled):active, .card .btn-outline-dark:not(:disabled):not(.disabled).active {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

.card .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .card .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.card .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.card .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
  color: #fff;
}

.card .card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card .card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
}

.card .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card .close:not(:disabled):not(.disabled):hover, .card .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
}

.card .pb-0 {
  padding-bottom: 0 !important;
}

.card .text-center {
  text-align: center !important;
}

.card .text-white {
  color: #fff !important;
}

@media print {
  .card *,
  .card *::before,
  .card *::after {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    .card {
      size: a3;
    }
  }
}

.card .card-header {
  border-radius: inherit !important;
}

.card h4 {
  border-bottom: 0 !important;
  padding-left: 0 !important;
}

.card h4:before {
  background: 0;
  content: "";
  display: inherit;
  height: 0;
  left: 0;
  margin: 0;
  position: inherit;
  top: 0;
  vertical-align: 0;
  width: 0;
}

.card ul {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .img_thumb{
    width: 100%;
    margin:0 0 10px 0;
  }

  .img_thumb-p{
    width: 100%;
  }

  .no-bb-xxl {
    border-bottom: 0;
  }
.pofessional_wrap{
  flex-wrap: wrap;
}
  .pofessional_list{width: 100%;display: flex;box-sizing: border-box;padding: 10px 10px;flex-wrap: wrap;margin: 10px 0;align-items: center;}

  .pofessional_list .pro_txt{
    display: flex;
    justify-content: center;
    font-size: 1.3em;
    width: 70%;
    text-align: center;
    align-items: center;
  }

  .pofessional_list img{
    width: 30%;
    text-align: center;
    height: auto;
  }

  h4.date {
    display: flex;
    flex-wrap: wrap;
}

.box_g {
  background: #e6f6ff;
  padding: 10px 15px;
  width: 100%;
  margin: 0 0 10px 0;
}

.box_b {
  background: #fff0f0;
  padding: 10px 15px;
  width: 100%;
  margin-left: 0;
}

}

.bga {
  background-color: #a72956 !important;
}

.oraclecloud-howto .answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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 {
  display: flex;
  margin-bottom: 25px;
  /* padding: 20px 0; */
}

.oraclecloud-architecture .detail .title {
  background: #a72956;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 0 20px;
  width: 400px;
  /* height: 92px; */
  display: flex;
  align-items: center;
}

.oraclecloud-architecture .detail .text {
  background: #f2f2f2;
  padding: 25px 25px 25px calc(25px + 2%);
  width: calc(100% - 280px);
}

.oraclecloud-blog .blog-content {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.oraclecloud-blog .blog-content .blog-item {
  margin-bottom: 25px;
  width: 47%;
}

.oraclecloud-blog .blog-content p.blog-ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.oraclecloud-blog .blog-content a {
  display: block;
  text-align: center;
}

.oraclecloud-blog .blog-content a p {
  background: #ede2e2;
  color: #a72956;
  padding: 20px;
  text-align: center;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oraclecloud-blog .blog-content a:hover figure {
  opacity: 0.7;
}

.oraclecloud-result .result-content {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.oraclecloud-result .result-content .result-item {
  background: #f2f2f2;
  border-top: 5px solid #a72956;
  margin: 0 10px 20px;
  padding: 15px 15px 80px;
  position: relative;
  width: calc(25% - 20px);
}

.oraclecloud-result .result-content .result-ttl {
  border-bottom: 1px solid #dfdfdf;
  color: #282828;
  font-weight: bold;
  margin-top: 10px;
  min-height: 45px;
  padding-bottom: 10px;
}

.oraclecloud-result .result-content a {
  background: #a72956;
  border: 1px solid #a72956;
  bottom: 15px;
  color: #fff;
  font-weight: bold;
  left: 15px;
  line-height: 45px;
  position: absolute;
  text-align: center;
  width: calc(100% - 30px);
}

.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 {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  margin: 30px auto 0 auto;
  max-width: 1100px;
  padding: 5px 5px 8px;
  width: 100%;
}

.download-btn a {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  background: #a72956;
  border-radius: 10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding: 20px 10px;
  position: relative;
  text-align: center;
}

.download-btn a:hover {
  -webkit-filter: opacity(0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: opacity(0.7);
}

.partner_wrap{
  display: flex;
  justify-content: center;
}

.partner_wrap figure{
  width: 33%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.partner_wrap figure .img_box{
  height: 190px;
}

.partner_wrap figure img{
  width:75%;
}

.partner_wrap figcaption{

margin: 0 0 auto 0;

width: 100%;
}

@media screen and (max-width: 1024px) {
  .oraclecloud-architecture .detail {
    display: block;
  }
  .oraclecloud-architecture .detail .title {
    width: 100%;
  }
  .oraclecloud-architecture .detail .text {
    width: 100%;
  }

  .oraclecloud-architecture .detail .text {
    width: calc(100% - 400px);
}
}

@media screen and (max-width: 767px) {
  .oraclecloud-howto .answer {
    display: block;
  }
  .oraclecloud-howto .answer .detail {
    font-size: 1.5rem;
    margin: 10px 0 25px;
    padding: 10px 25px;
    width: 100%;
  }
  .oraclecloud-architecture .detail .title {
    width: 100%;
  }
  .oraclecloud-architecture .detail .text {
    width: 100%;
  }
  .oraclecloud-blog .blog-content .blog-item {
    width: 100%;
  }
  .oraclecloud-result .result-content .result-item {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 576px) {
  .oraclecloud-result .result-content .result-item {
    width: 100%;
  }
  .download-btn a {
    font-size: 1.7rem;
  }
}

.download-btn {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.oraclecloud-architecture .arrow-p {
  position: relative;
}

.oraclecloud-architecture .arrow-p .arrow-c {
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
}


@media screen and (max-width: 1024px) {
.oraclecloud-architecture .arrow-p .arrow-c {
    font-size: 14px;
    width: 100% !important;
  }
}

.oraclecloud-architecture .arrow-p .arrow-c::before {
  content: "";
  position: absolute;
  right: -49px;
  top: 0;
  width: 50px;
  height: 100%;
  background: #a72956;
  clip-path: polygon(0 0, 0% 100%, 35% 50%);
}

@media screen and (max-width: 1024px) {
  .oraclecloud-architecture .arrow-p .arrow-c::before {
    border-width: inherit;
    content: none;
    position: relative;
    right: 0;
  }
}

@media screen and (max-width: 1024px) {

}


@media screen and (min-width:1112px) {
  .oraclecloud-architecture .arrow-p .arrow-c {
    margin-left: 0;
    width: 40%;
  }

  .oraclecloud-howto .answer .detail{
    height: 82px
  }

  .oraclecloud-howto .answer .detail img{
    height: 100%;
    width: auto;
  }
}
@media screen and (min-width:1025px) and ( max-width:1111px) {
  .oraclecloud-architecture .arrow-p .arrow-c {
    margin-left: 0;
    width: 30%;
  }
}
@media screen and (max-width:1024px) {
  .oraclecloud-architecture .arrow-p .arrow-c {
    margin-left: 0;
    width: 100%;
  }

  .oraclecloud-architecture .detail .text{
    width: 100%;
  }
}

@media screen and (min-width: 681px){
  .sp_none{
    display: none;
  }
}

@media screen and (max-width: 680px){
  .pc_none{
    display: none;
  }
}

.cmn-sec-container table.bi_tool{
  margin-bottom:15px;
}
