.page_title, .service .service_title {
  font-size: 3.4rem;
}

@media screen and (max-width: 980px) {
  .page_title, .service .service_title {
    font-size: 2.69841rem;
  }
}

@media screen and (max-width: 500px) {
  .page_title, .service .service_title {
    font-size: 4.53333vw;
  }
}

.service .service_text {
  font-size: 1.5rem;
}

@media screen and (max-width: 980px) {
  .service .service_text {
    font-size: 1.19048rem;
  }
}

@media screen and (max-width: 500px) {
  .service .service_text {
    font-size: 3.33333vw;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .flex {
    display: block;
  }
}

.main-visual {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #0a2986;
}

.main-visual .section-inner {
  position: relative;
}

@media screen and (max-width: 500px) {
  .main-visual .section-inner {
    z-index: 1;
  }
}

.main-visual_contents {
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  height: 300px;
  background-image: url("./../../../../img/support-service/cloud-migration/mv.png");
  background-position: top left;
  background-size: cover;
}

@media screen and (max-width: 1300px) {
  .main-visual_contents {
    width: 78%;
  }
}

@media screen and (max-width: 980px) {
  .main-visual_contents {
    right: 0;
    width: 78%;
    height: 23.80952rem;
    background-position: center;
  }
}

@media screen and (max-width: 500px) {
  .main-visual_contents {
    width: 57.2vw;
    height: 46vw;
    background-image: url("./../../../../img/support-service/cloud-migration/mv_sp.png");
    background-position: top left;
  }
}

@media screen and (max-width: 980px) {
  .main-visual {
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual {
    height: 46vw;
  }
}

.page_title {
  color: #0a2986;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .page_title {
    font-size: 5.86667vw;
  }
}

.page_text {
  margin-top: 23px;
  font-size: 1.8rem;
  line-height: 32px;
  text-align: center;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .page_text {
    margin-top: 1.8254rem;
    font-size: 1.42857rem;
    line-height: 2.53968rem;
  }
}

@media screen and (max-width: 500px) {
  .page_text {
    width: 91%;
    margin: 3.06667vw auto 0;
    text-align: left;
  }
}

.cloud-migration .subtitle-h3 {
  margin-bottom: 25px;
}

@media screen and (max-width: 980px) {
  .cloud-migration .subtitle-h3 {
    margin-bottom: 1.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .cloud-migration .subtitle-h3 {
    margin-bottom: 3.33333vw;
  }
}

.cloud-migration .title-h4 {
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .cloud-migration .title-h4 {
    font-size: 1.74603rem;
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 500px) {
  .cloud-migration .title-h4 {
    font-size: 3.46667vw;
    margin-top: 5vw;
  }
}

.cloud-migration .title-h4:before {
  height: 24px;
  margin-top: calc(-21px/2);
}

.cloud-migration .title-h4 + .text {
  margin-top: 10px;
}

.cloud-migration .text {
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .cloud-migration .text {
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .cloud-migration .text {
    font-size: 2.93333vw;
  }
}

.cloud-migration .text-mb {
  margin-bottom: 1em;
}

.cloud-migration .text-style {
  color: #0a2986;
  font-weight: bold;
}

.trouble {
  margin-top: 55px;
}

@media screen and (max-width: 980px) {
  .trouble {
    margin-top: 5.612rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble {
    margin-top: 8.2vw;
  }
}


.trouble_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-bottom: 70px;
  margin: 46px 0 30px;
}

@media screen and (max-width: 980px) {
  .trouble_list {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .trouble_list {
    margin: 5.7vw 0 4vw;
    padding-bottom: 9.3333vw;
  }
}

.trouble_list::before {
  content: "";
  bottom: 0;
  left: 43%;
  position: absolute;
  border-style: solid;
  border-width: 32px 90px 0px 90px;
  border-color: #0c3372 transparent;
}

@media screen and (max-width: 980px) {
  .trouble_list::before {
    left: 40%;
  }
}

@media screen and (max-width: 500px) {
  .trouble_list::before {
    left: 37%;
    border-width: 16px 50px 0px 50px;
  }
}

.trouble_list-item {
  width: 470px;
  height: 130px;
  border-radius: 10px;
  padding: 20px 10px 20px 95px;
  margin: 30px 30px 0 0;
  border: 3px solid #0a2986;
  background-color: #e5f6ff;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 980px) {
  .trouble_list-item {
    width: 47%;
    height: 110px;
    margin: 15px 15px 0 0;
    padding: 20px 10px 20px 90px;
  }
}

.trouble_list-item:nth-child(-n+2) {
  margin-top: 0;
}

.trouble_list-item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 500px) {
  .trouble_list-item {
    width: 100%;
    height: 65px;
    padding: 3vw 2vw 3vw 18vw;
    margin: 4vw 0 0;
    border-width: 2px;
  }

  .trouble_list-item:nth-child(-n+2) {
    margin-top: 15px;
  }

  .trouble_list-item:first-child {
    margin-top: 0;
  }
}

.trouble_list-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 70px;
  height: 70px;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
  .trouble_list-item::before {
    left: 15px;
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 500px) {
  .trouble_list-item::before {
    left: 15px;
    width: 43px;
    height: 43px;
  }
}

.trouble_list-item--first.trouble_list-item::before {
  background-image: url('./../../../../img/support-service/cloud-migration/trouble_icon1.png');
}

.trouble_list-item--second.trouble_list-item::before {
  background-image: url('./../../../../img/support-service/cloud-migration/trouble_icon2.png');
}

.trouble_list-item--third.trouble_list-item::before {
  background-image: url('./../../../../img/support-service/cloud-migration/trouble_icon3.png');
}

.trouble_list-item--four.trouble_list-item::before {
  background-image: url('./../../../../img/support-service/cloud-migration/trouble_icon4.png');
}

.trouble_list-text {
  color: #0a2986;
  font-size: 2rem;
  font-weight: bold;
}

.trouble_list-text--long {
  letter-spacing: -0.07em;
}

@media screen and (max-width: 980px) {
  .trouble_list-text {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble_list-text {
    font-size: 3.3vw;
    letter-spacing: -0.03em;
    line-height: 1.6;
  }
}

.trouble-check {
  border: 4px solid #ee8400;
}

@media screen and (max-width: 500px) {
  .trouble-check {
    border: 2px solid #ee8400;
  }
}

.trouble-check_title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px 10px;
  background-color: #ee8400;
}

@media screen and (max-width: 980px) {
  .trouble-check_title {
    font-size: 2.222rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble-check_title {
    font-size: 4vw;
    padding: 2.4vw;
  }
}

.trouble-check_list {
  padding: 35px 40px;
  background-color: #fff9f2;
}

@media screen and (max-width: 980px) {
  .trouble-check_list {
    padding: 3rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble-check_list {
    padding: 5.333vw 3.9vw;
  }
}

.trouble-check_list-item {
  position: relative;
  padding-left: 35px;
}

@media screen and (max-width: 980px) {
  .trouble-check_list-item {
    font-size: 1.6rem;
    padding-left: 3rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble-check_list-item {
    font-size: 1.2rem;
    padding-left: 6vw;
  }
}

.trouble-check_list-item + .trouble-check_list-item {
  margin-top: 35px;
}

@media screen and (max-width: 980px) {
  .trouble-check_list-item + .trouble-check_list-item {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble-check_list-item + .trouble-check_list-item {
    margin-top: 5.333vw;
  }
}

.trouble-check_list-item::before {
  position: absolute;
  content: '';
  width: 23px;
  height: 20px;
  top: 5px;
  left: 0;
  background-image: url("./../../../../img/support-service/cloud-migration/check_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
  .trouble-check_list-item::before {
    top: 7px;
    width: 2rem;
    height: 1.7rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble-check_list-item::before {
    top: 0.5vw;
    width: 4vw;
    height: 3.7vw;
  }
}

.trouble-check_list-label {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .trouble-check_list-label {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble-check_list-label {
    font-size: 3.2vw;
  }
}

.trouble-check_list-detail {
  font-size: 1.6rem;
  margin-top: 5px;
}

@media screen and (max-width: 980px) {
  .trouble-check_list-detail {
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .trouble-check_list-detail {
    font-size: 2.9333vw;
  }
}

.trouble-check_list-note {
  font-size: 1.4rem;
  margin-top: 5px;
}

@media screen and (max-width: 980px) {
.trouble-check_list-note {
    font-size: 1.1285rem;
  }
}

@media screen and (max-width: 500px) {
.trouble-check_list-note {
    font-size: 2.666vw;
    letter-spacing: -0.02em;
  }
}

.trouble-check_list-note-link {
  color: #0a2986;
  position: relative;
  padding-right: 15px;
}

@media screen and (max-width: 500px) {
  .trouble-check_list-note-link {
    padding-right: 3vw;
  }
}

.trouble-check_list-note-link:hover {
  opacity: 0.8;
}

.trouble-check_list-note-link::before {
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto 0;
  transform: rotate(135deg);
  border-top: 2px solid #0a2986;
  border-right: 2px solid #0a2986;
  content: "";
}

@media screen and (max-width: 500px) {
  .trouble-check_list-note-link::before {
    width: 5px;
    height: 5px;
  }
}

.system {
  margin-top: 80px;
}

@media screen and (max-width: 980px) {
  .system {
    margin-top: 8.163rem;
  }
}

@media screen and (max-width: 500px) {
  .system {
    margin-top: 10.666vw;
  }
}

.system_note {
  font-size: 1.4rem;
  margin-top: 10px;
}

@media screen and (max-width: 980px) {
  .system_note {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

@media screen and (max-width: 500px) {
  .system_note {
    font-size: 2.666vw;
    text-indent: -1.5rem;
    padding-left: 15px;
  }
}

.system_list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 500px) {
  .system_list {
    display: block;
    margin-top: 6.666vw;
  }
}

.system_list-item {
  border: 2px solid #e4e4e4;
  background-color: #fff;
}

.system_list-head {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 500px) {
  .system_list-head {
    font-size: 3.733vw;
    padding: 3vw;
  }
}

.system_list-detail {
  border-top: 2px solid #e4e4e4;
}

.system_list-cloud {
  width: 730px;
  position: relative;
}

@media screen and (max-width: 980px) {
  .system_list-cloud {
    width: 60rem;
  }
}

@media screen and (max-width: 500px) {
  .system_list-cloud {
    width: 100%;
    margin-bottom: 13.333vw;
  }
}

.system_list-cloud::before {
  content: "";
  position: absolute;
  top: 0;
  right: -72px;
  bottom: 0;
  width: 49px;
  height: 49px;
  margin: auto 0;
  background-image: url("./../../../../img/support-service/cloud-migration/plus.png");
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 980px) {
  .system_list-cloud::before {
    right: -55px;
    width: 39px;
    height: 39px;
    background-size: 100%;
  }
}


@media screen and (max-width: 500px) {
  .system_list-cloud::before {
    top: auto;
    left: 0;
    right: 0;
    bottom: -12vw;
    width: 34px;
    height: 34px;
    margin: 0 auto;
  }
}

.system_list-cloud .system_list-head {
  background-color: #0a2986;
}

.system_list-cloud .system_list-detail {
  padding: 24px;
}

@media screen and (max-width: 980px) {
  .system_list-cloud .system_list-detail {
    padding: 2rem;
  }
}

@media screen and (max-width: 500px) {
  .system_list-cloud .system_list-detail {
    padding: 2.666vw;
  }
}

.system_list-img img {
  max-width: 100%;
}

.system_list-sap {
  width: 300px;
}

@media screen and (max-width: 980px) {
  .system_list-sap {
    width: 25rem;
  }
}

@media screen and (max-width: 500px) {
  .system_list-sap {
    width: 100%;
  }
}

.system_list-sap .system_list-head {
  background-color: #ee8400;
}

@media screen and (max-width: 500px) {
.system_list-sap .system_list-detail {
    display: flex;
  }
}
.system_list-sap .system_list-img {
  padding: 25px 20px 22px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .system_list-sap .system_list-img {
    padding: 2rem;
  }
}

@media screen and (max-width: 500px) {
  .system_list-sap .system_list-img {
    padding: 2.9vw 4.666vw;
  }
}

@media screen and (max-width: 980px) {
  .system_list-sap .system_list-img img {
    width: 75%;
  }
}

@media screen and (max-width: 500px) {
  .system_list-sap .system_list-img img {
    width: 24vw;
  }
}

.system_list-sap .system_list-lead {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ee8400;
  text-align: center;
  padding: 14px 0;
  background-color: #fff9f2;
}

@media screen and (max-width: 980px) {
  .system_list-sap .system_list-lead {
    font-size: 1.5rem;
    padding: 1rem 0;
  }
}

@media screen and (max-width: 500px) {
  .system_list-sap .system_list-lead {
    font-size: 3.2vw;
    padding: 7.5vw 3vw;
    text-align: left;
    flex: 1;
  }
}

.howto {
  margin-top: 80px;
}

@media screen and (max-width: 980px) {
  .howto {
    margin-top: 8.163rem;
  }
}

@media screen and (max-width: 500px) {
  .howto {
    margin-top: 10.666vw;
  }
}

.howto_img {
  width: 1120px;
  margin-top: 45px;
}

@media screen and (max-width: 980px) {
  .howto_img {
    width: 100%;
    margin-top: 3.5rem;
  }
}

@media screen and (max-width: 500px) {
  .howto_img {
    width: 204vw;
    margin-top: 6.666vw;
  }
}

.howto_img img {
  max-width: 100%;
}

.service {
  padding-top: 80px;
}

@media screen and (max-width: 980px) {
  .service {
    padding-top: 8.163rem;
  }
}

@media screen and (max-width: 500px) {
  .service {
    padding-top: 10.666vw;
  }
}

.service-table {
  font-size: 1.4rem;
  margin-top: 50px;
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 980px) {
  .service-table {
    font-size: 1.1rem;
    margin-top: 3.5rem;
  }
}

@media screen and (max-width: 500px) {
  .service-table {
    margin-top: 5.333vw;
    width: 222.333vw;
  }
}

.service-table th,
.service-table td {
  text-align: center;
  padding: 14px 0;
  border: 1px solid #ddd;
}

@media screen and (max-width: 980px) {
  .service-table th,
  .service-table td {
    padding: 1rem 0;
  }
}

@media screen and (max-width: 500px) {
  .service-table th,
  .service-table td {
    padding: 2vw 0;
  }
}

.service-table_bg1,
.service-table_bg2,
.service-table_bg3 {
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.service-table_bg1 {
  background-color: #0085c1;
}

.service-table_bg2 {
  background-color: #50a9b2;
}

.service-table_bg3 {
  background-color: #999;
}

.service-table_bg4 {
  background-color: #f5f5f5;
}

.service-table-line1 {
  width: 360px;
}

.service-table-line3 {
  width: 280px;
}

.service-table-line4 {
  width: 180px;
}

.service-table-line3.nomal {
  font-weight: normal;
}

.service-table_note {
  font-size: 1.4rem;
  margin-top: 15px;
}

@media screen and (max-width: 980px) {
  .service-table_note {
    font-size: 1rem;
    margin-top: 1rem;
    text-indent: -1.5rem;
    padding-left: 15px;
  }
}

@media screen and (max-width: 500px) {
  .service-table_note {
    font-size: 2.666vw;
    margin-top: 2vw;
  }
}


.contact {
  margin-top: 0;
}

.contact .btnbox {
  text-align: center;
}

.global .btnbox .btnlink {
  padding: 29px 0 29px 20px;
}

@media screen and (max-width: 980px) {
  .global .btnbox .btnlink {
    padding: 2.30159rem 0 2.30159rem 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .global .btnbox .btnlink {
    padding: 3.89105% 0 3.89105% 3.89105%;
  }
}

.global .btnbox .btnlink:after {
  transition: all 0.1s cubic-bezier(1, 0, 0, 1);
}

.global .btnbox .btnlink span {
  transition: none;
}

.global .btnbox .btnlink span:before {
  transition: visibility 0.1s cubic-bezier(1, 0, 0, 1);
}

.global .btnbox .btnlink .icon {
  position: relative;
  transition: color 0.1s cubic-bezier(1, 0, 0, 1);
}

.global .btnbox .btnlink .icon:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 51px;
  margin-top: 0;
  transform: translateY(-50%) rotate(0);
  border: none;
  background-image: url("./../../../../img/support-service/i-kit/icon-global_off.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transition: none;
}

@media screen and (max-width: 980px) {
  .global .btnbox .btnlink .icon:before {
    left: 0.79365rem;
    width: 2.38095rem;
    height: 4.04762rem;
  }
}

@media screen and (max-width: 500px) {
  .global .btnbox .btnlink .icon:before {
    left: 3.333vw;
    width: 5.86667vw;
    height: 10.867vw;
  }
}

.global .btnbox .btnlink .icon:after {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 51px;
  transform: translateY(-50%);
  background-image: url("./../../../../img/support-service/i-kit/icon-global_on.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 980px) {
  .global .btnbox .btnlink .icon:after {
    left: 0.79365rem;
    width: 2.38095rem;
    height: 4.04762rem;
  }
}

@media screen and (min-width: 501px) {
  .global .btnbox .btnlink:hover span {
    transition: color 0.1s cubic-bezier(1, 0, 0, 1);
  }
  .global .btnbox .btnlink:hover .icon {
    color: #00367e;
    transition: none !important;
  }
  .global .btnbox .btnlink:hover .icon:after {
    opacity: 1;
  }
}

.ikit .btnbox .btnlink {
  padding: 29px 0 29px 20px;
}

@media screen and (max-width: 980px) {
  .ikit .btnbox .btnlink {
    padding: 2.30159rem 0 2.30159rem 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .ikit .btnbox .btnlink {
    padding: 6.5% 0 6.5% 3.89105%;
  }
}

.ikit .btnbox .btnlink:after {
  transition: all 0.1s cubic-bezier(1, 0, 0, 1);
}

.ikit .btnbox .btnlink span {
  transition: none;
}

.ikit .btnbox .btnlink span:before {
  transition: visibility 0.1s cubic-bezier(1, 0, 0, 1);
}

.ikit .btnbox .btnlink .icon {
  position: relative;
  transition: color 0.1s cubic-bezier(1, 0, 0, 1);
}

.ikit .btnbox .btnlink .icon:before {
  position: absolute;
  top: 50%;
  left: 50px;
  width: 30px;
  height: 38px;
  margin-top: 0;
  transform: translateY(-50%) rotate(0);
  border: none;
  background-image: url("./../../../../img/support-service/i-kit/icon-i-kit_off.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transition: none;
}

@media screen and (max-width: 980px) {
  .ikit .btnbox .btnlink .icon:before {
    left: 3.96825rem;
    width: 2.38095rem;
    height: 3.01587rem;
  }
}

@media screen and (max-width: 500px) {
  .ikit .btnbox .btnlink .icon:before {
    left: 3.333vw;
    width: 5.86667vw;
    height: 6.867vw;
  }
}

.ikit .btnbox .btnlink .icon:after {
  position: absolute;
  top: 50%;
  left: 50px;
  width: 30px;
  height: 38px;
  transform: translateY(-50%);
  background-image: url("./../../../../img/support-service/i-kit/icon-i-kit_on.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 980px) {
  .ikit .btnbox .btnlink .icon:after {
    left: 3.96825rem;
    width: 2.38095rem;
    height: 3.01587rem;
  }
}

@media screen and (min-width: 501px) {
  .ikit .btnbox .btnlink:hover span {
    transition: color 0.1s cubic-bezier(1, 0, 0, 1);
  }
  .ikit .btnbox .btnlink:hover .icon {
    color: #00367e;
    transition: none !important;
  }
  .ikit .btnbox .btnlink:hover .icon:after {
    opacity: 1;
  }
}

.cloud {
  padding-top: 80px;
}

@media screen and (max-width: 980px) {
  .cloud {
    padding-top: 8.163rem;
  }
}

@media screen and (max-width: 500px) {
  .cloud {
    padding-top: 10.666vw;
  }
}
 
.cloud_contents{
	background-color: #0a2986;
	background-image:url("../../../../img/support-service/cloud-migration/usize_bkimg.png");
	padding: 3em 0 5em;
	margin-top: 45px;
}
.cloud_contents .text{
	font-size: 2rem;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 20px #000000;
	margin-bottom: 1em;
}
.cloud_contents ul {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;

}
@media screen and (max-width: 980px) {
	.cloud_contents{
    margin-top: 3.5rem;
	}
  .cloud_contents ul {
	  width: 93.33333%;
  }
}

@media screen and (max-width: 500px) {
	.cloud_contents{
		padding: 3em 0;
	}
.cloud_contents .text{
	margin-bottom: 1em;
	}
  .cloud_contents ul {
    display: block;
    width: 94.66667%;
	  margin: 0 auto;}
}

.cloud_contents ul li {
  display: flex;
  position: relative;
  width: calc(33% - 45px);
  height: 54px;
  margin-right: 30px;
}
@media screen and (max-width: 980px) {
  .cloud_contents ul li {
    margin-right: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .cloud_contents ul li {
    width: 100%;
    margin-top: 2vw;
    margin-right: 0;
  }
}

.cloud_contents ul li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 500px) {
  .cloud_contents ul li:first-of-type {
    margin-top: 0;
  }
}

.cloud_contents ul li:before {
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: calc(-8px/2);
    transform: rotate(45deg);
    border-top: 2px solid #0a2986;
    border-right: 2px solid #0a2986;
    content: "";
    transition: border 0.1s cubic-bezier(1, 0, 0, 1);
}

.cloud_contents ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 54px;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 2rem;
  line-height: 54px;
  text-align: center;
  color: #0a2986;
  font-weight: bold;
  transition: background-color 0.1s cubic-bezier(1, 0, 0, 1);
}
.cloud_contents ul li a:hover{
	background-color: rgba(255,255,255,0.8);
}
/*.cloud_contents ul li:hover:before{
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}*/
@media screen and (max-width: 980px) {
  .cloud_contents ul li:before {
    width: 0.79365rem;
    height: 0.79365rem;
    margin-top: calc(-0.79365rem/2);
  }
}

@media screen and (max-width: 500px) {
  .cloud_contents ul li:before {
    width: 1.33333vw;
    height: 1.33333vw;
    margin-top: calc(-1.33333vw/2);
  }
	.cloud_contents ul li a{
	  font-size: 3.73333vw;
  }
}
.cloud_contents_note {
  font-size: 1.4rem;
  margin-top: 15px;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 980px) {
  .cloud_contents_note {
    font-size: 1rem;
    margin-top: 1rem;
    text-indent: -1.5rem;
    padding-left: 15px;
  }
}

@media screen and (max-width: 500px) {
  .cloud_contents_note {
    font-size: 2.666vw;
    margin-top: 2vw;
  }
}

.awscase {
  padding-top: 80px;
}

@media screen and (max-width: 980px) {
  .awscase {
    padding-top: 8.1632rem;
  }
}

@media screen and (max-width: 500px) {
  .awscase {
    padding-top: 10vw;
  }
}

.awscase_group + .awscase_group {
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .awscase_group + .awscase_group {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 500px) {
  .awscase_group + .awscase_group {
    margin-top: 7vw;
  }
}

.awscase_points {
  display: flex;
  margin-top: 32px;
  justify-content: center;
}

@media screen and (max-width: 980px) {
  .awscase_points {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 500px) {
  .awscase_points {
    flex-wrap: wrap;
    margin-top: 8.9vw;
  }
}

.awscase_point {
  width: 301px;
}

@media screen and (max-width: 980px) {
  .awscase_point {
    width: 30.7142rem;
  }
}

@media screen and (max-width: 500px) {
  .awscase_point {
    width: 61.866vw;
  }

  .awscase_point + .awscase_point {
    margin-top: 8vw;
  }
}

.awscase_point + .awscase_point {
  margin-left: 27px;
}

@media screen and (max-width: 980px) {
  .awscase_point + .awscase_point {
    margin-left: 2.7551rem;
  }
}

@media screen and (max-width: 500px) {
  .awscase_point + .awscase_point {
    margin-left: 0;
  }
}

.awscase_point img {
  max-width: 100%;
}

.awscase_lists {
  margin-top: 14px;
}

@media screen and (max-width: 980px) {
  .awscase_lists {
    margin-top: 1.4285rem;
  }
}

@media screen and (max-width: 500px) {
  .awscase_lists {
    margin-top: 4vw;
  }
}

.awscase_list {
  font-size: 1.6rem;
  position: relative;
  padding-left: 15px;
}

@media screen and (max-width: 980px) {
  .awscase_list {
    font-size: 1.26984rem;
    padding-left: 1.3306rem;
  }
}

@media screen and (max-width: 500px) {
  .awscase_list {
    font-size: 2.93333vw;
    padding-left: 2.5vw;
    line-height: 1.8;
  }
}

.awscase_list::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0a2986;
}

@media screen and (max-width: 980px) {
  .awscase_list::before {
    top: 9px;
    width: 5px;
    height: 5px;
  }
}

@media screen and (max-width: 500px) {
  .awscase_list::before {
    top: 2vw;
    width: 4px;
    height: 4px;
  }
}

.awscase_list + .awscase_list {
  margin-top: 5px;
}

.title-h4.orange::before {
  background-color: #ee8400;
}

.awscase_checklists {
  margin-top: 14px;
}

@media screen and (max-width: 980px) {
  .awscase_checklists {
    margin-top: 1.4285rem;
  }
}

@media screen and (max-width: 500px) {
  .awscase_checklists {
    margin-top: 4vw;
  }
}

.awscase_checklist {
  font-size: 1.6rem;
  padding-left: 25px;
  position: relative;
}

@media screen and (max-width: 980px) {
  .awscase_checklist {
    font-size: 1.26984rem;
    padding-left: 2.5rem;
  }
}

@media screen and (max-width: 500px) {
  .awscase_checklist {
    font-size: 2.93333vw;
    padding-left: 5vw;
    line-height: 1.5;
  }
}

.awscase_checklist::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 17px;
  background-image: url("../../../../img/support-service/cloud-migration/check_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
  .awscase_checklist::before {
    top: 3px;
    width: 17px;
    height: 14px;
  }
}

@media screen and (max-width: 500px) {
  .awscase_checklist::before {
    top: 2px;
    width: 15px;
    height: 13px;
  }
}

.awscase_checklist + .awscase_checklist {
  margin-top: 5px;
}

@media screen and (max-width: 980px) {
  .awscase_group .text-flexsp {
    display: flex;
  }

  .awscase_group .text-left {
    flex-shrink: 0;
  }
}

/*# sourceMappingURL=../../../../css-map/pages/support-service/amo/index.css.map */
