@charset "UTF-8";
/*
wellarchitected.css
*/
/* common
--------------------------------------------------------------------------- */
@media all and (max-width: 749px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media all and (max-width: 749px) {
  .sp {
    display: block;
  }
}

#well .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (max-width: 749px) {
  #well .inner {
    margin: 0 25px;
  }
}
#well h2 {
  margin-top: 0;
}
#well p strong {
  color: #F68D11;
}

ul.list_point > li {
  display: flex;
  margin-bottom: 15px;
}
ul.list_point > li::before {
  content: "●";
  color: #1283D6;
  margin-right: 10px;
}

.ttl_line {
  display: flex;
  align-items: center;
  color: #585454;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media all and (max-width: 749px) {
  .ttl_line {
    margin-bottom: 20px;
  }
}
.ttl_line::before, .ttl_line::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #585454;
}
.ttl_line::before {
  margin-right: 1rem;
}
.ttl_line::after {
  margin-left: 1rem;
}

/* hero
--------------------------------------------------------------------------- */
#hero {
  background: url(/solutions/cloud/img/solution/security/well-architected/kv_pc.jpg) no-repeat top center;
  background-size: cover;
  margin-bottom: 60px;
  color: #fff;
}

#hero .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 66px 0 60px;
}

#hero .logo {
  margin-bottom: 20px;
}

#hero h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

#hero .catch {
  font-size: 22px;
  line-height: 1.4;
}

@media all and (max-width: 749px) {
  #hero {
    background: url(/solutions/cloud/img/solution/security/well-architected/kv_sp.jpg) no-repeat top center;
    background-size: cover;
    margin-bottom: 40px;
  }
  #hero .inner {
    padding: 40px 30px 35px;
  }
  #hero .logo {
    margin-bottom: 200px;
    text-align: center;
  }
  #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);
  }
}
/* well_task
--------------------------------------------------------------------------- */
#well_task {
  padding-bottom: 80px;
}
@media all and (min-width: 750px) {
  #well_task .group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
#well_task .group .box {
  background-color: #ddd;
  border-radius: 20px;
  position: relative;
  padding: 20px 70px 20px 20px;
  margin-bottom: 20px;
}
@media all and (min-width: 750px) {
  #well_task .group .box {
    margin-left: 3%;
    margin-right: 3%;
    width: 31%;
    margin-bottom: 40px;
    padding: 20px 20px 20px 20px;
  }
  #well_task .group .box:nth-child(1n) {
    margin-left: 0;
  }
  #well_task .group .box:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1000px) {
  #well_task .group .box {
    padding: 20px 70px 20px 20px;
  }
}
#well_task .group .box:last-of-type {
  margin-bottom: 40px;
}
#well_task .group .box::after {
  content: "";
  display: block;
  width: 57px;
  height: 75px;
  background: url(/solutions/cloud/img/solution/security/well-architected/task_icon.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 15px;
}
#well_task .lead {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#well_task .lead::after {
  content: "";
  display: block;
  width: 162px;
  height: 46px;
  background: url(/solutions/cloud/img/solution/security/well-architected/arrow.png) no-repeat;
  background-size: cover;
  margin: 20px auto;
}
@media all and (min-width: 750px) {
  #well_task .lead::after {
    margin: 62px auto 40px;
  }
}
#well_task .start {
  background-color: #ECF3FB;
  border-radius: 20px;
  padding: 40px;
  color: #003D86;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/* well_service
--------------------------------------------------------------------------- */
#well_service {
  padding-bottom: 80px;
}
#well_service .list_point {
  margin-bottom: 40px;
}
#well_service .list_point strong {
  color: #F68D11;
}
#well_service .realization h3 {
  background-color: #003D86;
  color: #fff;
  border-radius: 100px;
  padding: 13px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media all and (min-width: 750px) {
  #well_service .realization h3 {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 750px) {
  #well_service .realization .group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
#well_service .realization .group .box {
  text-align: center;
  margin-bottom: 30px;
}
@media all and (min-width: 750px) {
  #well_service .realization .group .box {
    width: 47%;
    margin-bottom: 0;
  }
}
#well_service .realization .group .box:last-of-type {
  margin-bottom: 40px;
}
@media all and (min-width: 750px) {
  #well_service .realization .group .box:last-of-type {
    margin-bottom: 0;
  }
}
#well_service .realization .group .box .img {
  margin-bottom: 20px;
}
#well_service .realization .group .box p {
  color: #003D86;
}
#well_service .framework {
  background-color: #FEF3E6;
  padding: 40px 15px;
  border-radius: 20px;
  margin-bottom: 50px;
}
@media all and (min-width: 750px) {
  #well_service .framework {
    padding: 50px 40px;
    margin-bottom: 60px;
  }
}
#well_service .framework h3 {
  color: #F68D11;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #F68D11;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media all and (min-width: 750px) {
  #well_service .framework .lead {
    text-align: center;
  }
}
#well_service .framework .group {
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 10px;
}
@media all and (min-width: 750px) {
  #well_service .framework .group {
    padding: 30px 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
  }
}
#well_service .framework .group .logo {
  text-align: center;
  margin-bottom: 18px;
}
#well_service .framework .group .txt > div {
  display: flex;
  justify-content: center;
}
@media all and (min-width: 750px) {
  #well_service .framework .group .txt > div {
    display: block;
  }
}
#well_service .framework .group .txt ul.list_point {
  margin-bottom: 20px;
}
#well_service .framework .group .txt ul.list_point > li {
  margin-bottom: 5px;
}
#well_service .framework .group .txt ul.list_point > li::before {
  color: #F68D11;
}
#well_service .page_con_btn {
  margin-bottom: 0;
}

/* well_use
--------------------------------------------------------------------------- */
#well_use {
  background-color: #ECF3FB;
  padding: 40px 0;
  margin-bottom: 80px;
}
@media all and (min-width: 750px) {
  #well_use {
    padding: 60px 0;
    margin-bottom: 120px;
  }
}
#well_use .list_point {
  margin-bottom: 100px;
}
#well_use .group {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 20px 20px;
  margin-bottom: 80px;
  position: relative;
}
@media all and (min-width: 750px) {
  #well_use .group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 10px;
    margin-bottom: 50px;
  }
}
#well_use .group::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 35px 0 35px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (min-width: 750px) {
  #well_use .group::after {
    border-width: 30px 45px 0 45px;
    bottom: -30px;
  }
}
#well_use .group:last-of-type {
  margin-bottom: 50px;
}
#well_use .group:last-of-type::after {
  display: none;
}
#well_use .group .step {
  background-color: #003D86;
  width: 94px;
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.6;
}
@media all and (min-width: 750px) {
  #well_use .group .step {
    flex: none;
    position: static;
    transform: translateX(0);
    top: auto;
    width: 120px;
    height: 120px;
    font-size: 20px;
  }
}
@media all and (min-width: 750px) {
  #well_use .group dl {
    width: 84%;
  }
}
#well_use .group dl dt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #003D86;
}
@media all and (min-width: 750px) {
  #well_use .group dl dt {
    text-align: left;
    margin-bottom: 5px;
  }
}
#well_use .note {
  text-indent: -2.6em;
  padding-left: 2.6em;
}
@media all and (min-width: 750px) {
  #well_use .note {
    text-align: right;
  }
}

/* well_partner
--------------------------------------------------------------------------- */
#well_partner {
  background: url(/solutions/cloud/img/solution/security/well-architected/partner_bg_sp.jpg) no-repeat;
  background-size: cover;
  padding: 60px 25px;
  margin-bottom: 40px;
}
@media all and (min-width: 750px) {
  #well_partner {
    background: url(/solutions/cloud/img/solution/security/well-architected/partner_bg_pc.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
  }
}
#well_partner .well_partner_inner {
  max-width: 1000px;
  margin: 0 auto;
  background-color: rgba(6, 44, 116, 0.8);
  padding: 40px 30px;
  color: #fff;
}
@media all and (min-width: 750px) {
  #well_partner .well_partner_inner {
    padding: 50px 90px;
  }
}
#well_partner h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}
@media all and (min-width: 750px) {
  #well_partner .group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#well_partner .group .txt {
  margin-bottom: 20px;
}
@media all and (min-width: 750px) {
  #well_partner .group .txt {
    width: 84.15%;
  }
}
#well_partner .group .img {
  text-align: center;
}
@media all and (min-width: 750px) {
  #well_partner .group .img {
    margin-bottom: 0;
    width: 11.95%;
    flex: none;
  }
}
#well_partner .page_con_btn {
  margin-bottom: 0;
}/*# sourceMappingURL=wellarchitected.css.map */
