#wp_toolbar,
#wp_toolbar * {
  box-sizing: initial;
}

.wp_timeline_addto img,
.wp_pane_edit,
.ui-dialog ui-widget img,
.wp_dialog_editor a img,
.wp_timeline_edit_launch img,
img.wp_editor_edit_pane_del,
.news img,
#wp_editor_pagename img,
img.wp_editor_add_pane,
#wp_editor_wpplugin_mailform_dialog img {
  width: auto;
}

#news .newsList span.news,
.calydl3 span.news {
  display: inline-block;
  font-size: 70%;
  text-align: center;
  width: 45px;
  padding: 2px 0;
  background-color: #ff0000;
  color: #fff;
}

span.news_day {
  color: #036fb8;
  font-weight: bold;
  margin-right: 1rem;
  display: inline-block;
}

header#siteHead
  div#headerInner
  nav#globalNav
  ul
  li
  .innerNav
  #snInner
  .snBox
  p.snBoxTitle
  img,
section#tabs .tab_item img {
  width: 25px;
}

#news .newsList {
  margin-top: 0;
}

.homeMv {
  background-image: url("../../service-assets/img/home/mv_slide_bg.png");
}

#task .col3TypeC ul {
  background-image: url("../../service-assets/img/common/arrow_b.svg");
}

#pageMvA {
  background-image: url("../../service-assets/img/common/mv_cloud.png");
}

.pageContents h3.cloudBg,
.pageContents h2.cloudBg {
  background-image: url("../../service-assets/img/common/cloud_bg.svg");
  color: #00a0de;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 85px;
  font-size: 200%;
  padding: 15px 0 0;
}

section .inner img {
  width: auto;
  max-width: 100%;
  height: auto;
}

section .inner .col3TypeA .row figure img {
  width: 200px;
}

#ancNav .inner ul li a::after {
  display: none;
}

#ancNav .inner ul li a {
  padding: 6px 1em 6px 1em;
}

#section .flexbox {
  display: flex;
  justify-content: space-between;
}

.wp_mailform_btn {
  text-align: center;
}

.wp_mailform_btn input {
  background: #009fde;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 1rem 2rem;
  margin: 0 1rem;
}

.path {
  font-size: 80%;
  color: #b0b0b0;
}

.path a {
  color: #00a0de;
  text-decoration: underline;
}

.formtd2 label {
  margin-right: 1rem;
  display: inline-block;
}

td.formtd1 {
  color: #fff;
  font-weight: bold;
  text-align: left;
  background: #59c1ea;
}

#pickup li,
.pageContents .calydl3 li {
  list-style: none;
}

#pickup a,
.pageContents .calydl3 li a {
  padding: 20px 1%;
  color: #4d4d4d;
  text-decoration: none;
  border-bottom: 1px solid #bebebe;
  display: block;
  transition: background-color 0.2s ease-in-out;
}

#pickup a:hover,
.calydl3 li a:hover {
  background-color: #e7f1f7;
}

.pagenav {
  text-align: center;
  font-size: 1.5rem;
}

section#introSec {
  padding-top: 0;
}

#pageMvA #mvInner #mvTxtBox span {
  background: #026eb7;
}

#pageMvA #mvInner #mvTxtBox span a {
  color: #fff;
}

#pageMvA #mvInner #mvTxtBox h1 span.small {
  background: none;
  margin: 0;
  padding: 0;
  font-size: 60%;
}

.flexbox {
  display: flex;
  justify-content: space-between;
}

.flexbox div {
  margin: 1rem;
}

.pageContents h3.cloudBg2,
.pageContents h2.cloudBg2 {
  background-image: url("../../service-assets/img/common/cloud_bg2.svg");
}

.pageContents .col3TypeC div figure {
  width: 90%;
  margin: 0 auto 15px;
  text-align: center;
}

.pageContents table tr td.center {
  text-align: center;
}

.pageContents table tr td.right {
  text-align: right;
}

#engineering-table img {
  width: 20px;
}

.wp_plugin_user {
  width: 80%;
}

button.float_right.btn-style1 {
  font-size: 0.8rem;
  margin-top: 1rem;
}

#main table.csr-list-table th a {
  color: #fff;
}

.blockquote {
  background: #e5f5fc;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.blockquotelist {
  background: #e5f5fc;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.blockquotelist ul,
.blockquotelist ol {
  margin: 0 !important;
}

.pageContents p.btnTypeC a {
  padding: 20px 10px;
}

.pageContents h1 {
  font-weight: bold;
  font-size: 220%;
  color: #00a0de;
  margin: 0 0 50px;
  text-align: center;
}

.pageContents h1.h1-page-title {
  margin-top: 1rem;
}

#pageMvB #mvInner #mvTxtBox .cate {
  font-size: 177%;
  font-weight: bold;
}

.pageContents h2 {
  text-align: center;
  font-weight: 900;
  font-size: 200%;
  color: #036fb8;
  margin: 20px 0 20px;
}

.pageContents h3 {
  margin: 2rem 0;
}

.pageContents h3 span,
.pageContents h2 span,
.pageContents h2.border {
  padding: 10px 2em;
  border: 2px solid #009fde;
  border-radius: 50px;
  background: #fff;
  color: #009fde;
  text-align: center;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.pageContents p.btnTypeA2 a {
  margin: 20px 0 0;
  background: #00a0de;
  color: #fff;
  padding: 14px 3rem;
}

.pageContents p.btnTypeA2 a:hover {
  background: #036fb8;
}

#pickupList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pickupBox {
  width: 525px;
  background-color: #fff;
  border: 1px solid #bebebe;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.pickupBox h4 {
  font-size: 1.2rem;
}

.pickupBox div {
  flex: 1 1 auto;
}

.pageContents section p.txtLink {
  margin: 0;
  padding: 0;
}

.pageContents section p.txtLink a {
  display: block;
  text-align: center;
  background: #00a0de;
  color: #fff;
  text-decoration: none;
  padding: 0.3rem 0;
}

.pageContents h2.left {
  text-align: left;
}

.border img {
  border: 1px solid #ccc;
  box-shadow: 3px 3px 0 #eee;
}

header#siteHead
  div#headerInner
  nav#globalNav
  ul
  li
  #supportNav.innerNav
  #snInner
  .snBox {
  width: 25%;
}

header#siteHead
  div#headerInner
  nav#globalNav
  ul
  li
  #supportNav.innerNav
  #snInner
  .snBox
  ul
  li {
  width: 100%;
}

.highresponse,
.trialPack {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  border: 3px solid #036fb8;
}

#pickup .highresponse a,
#pickup .trialPack a {
  border: none;
  color: #026eb7;
  text-decoration: underline;
}

#pickup .highresponse a:hover,
#pickup .trialPack a:hover {
  background: none;
  text-decoration: none;
}

.highresponse .bannerIMG,
.trialPack .bannerIMG {
  width: 40%;
}

.highresponse .bannerP,
.trialPack .bannerP {
  width: 55%;
}

pre {
  padding: 10px;
  background: #efefef;
  font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
  line-height: 1.3em;
}

footer #footerNav {
  padding-top: 0;
}

#footerBnr {
  margin-bottom: 60px;
  background: #f2fafd;
}

#footerBnr .inner {
  display: flex;
  padding: 60px 0;
}

#footerBnr a {
  display: block;
  width: 32%;
  margin: 0 0 0 2%;
  box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}

#footerBnr a:nth-child(3n + 1) {
  margin: 0;
}

#satori__custom_form {
  border: 10px solid #e5f5fc;
  padding: 1rem;
}

#satori__custom_form a {
  color: #036fb8;
}

#satori__creative_container img {
  height: auto;
}

#satori__creative_container .satori__btn{
  background: #036fb8;
  color: #fff;
  padding: 1rem 4rem;
  }

.serviceabout .float_left h2 {
  margin-top: 1rem;
}

.serviceabout .float_right {
  padding-left: 2rem;
  border-left: 3px solid #036fb8;
}

.serviceabout .float_right p:first-child {
  margin-top: 0;
}

.serviceabout .float_right p:last-child {
  margin-bottom: 0;
}

div#solution-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.solution-article {
  width: 23%;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  padding: 1rem;
  margin: 1%;
}

.solution-article p:first-child {
  margin-top: 0;
  text-align: center;
}

.solution-article img {
  height: auto;
}

#main p.solution-article-link a {
  color: #444;
}

.solution-article {
  flex-direction: column;
  display: flex;
}

.solution-article p:first-child {
  margin: 0;
  height: 153px;
}

.pageContents section p.solution-article-link {
  padding: 0;
  margin: 0;
}

.pageContents section p.solution-article-link a {
  color: #fff;
  background: #00a0de;
  display: block;
  text-align: center;
  text-decoration: none;
}

.pageContents section p.solution-article-link a:hover,
.pageContents section p.txtLink a:hover {
  background: #036fb8;
}

.solution-article p:first-child img {
  vertical-align: top;
  max-height: 153px;
  width: auto;
  max-width: 100%;
}

.solution-article p:first-child img:hover,
section .inner a img:hover {
  opacity: 0.8;
}

.solution-article p.solution-article-txt {
  flex: 1 1 auto;
}

.headercontact a {
  color: #fff;
  background: #5d2f8d;
  text-decoration: none;
  display: inline-block;
  padding: 0.7rem 2rem;
  border-radius: 5px;
}

.headercontact a:hover {
  background: #8a54c2;
}

.headercontact a img {
  width: 20px;
  margin-right: 0.5rem;
}

.pageContents .withbtn div.colBox div.contWrap {
  padding: 2rem 2rem 0;
  flex: 1 1 auto;
}

.pageContents .withbtn p.btnTypeA.center {
  width: 100%;
  margin: 1.5rem 0;
}

.pageContents .withbtn p.btnTypeA.center a {
  margin: 1rem 2rem;
  border-radius: 5px;
}

.pageContents .withbtn p.btnTypeA.center a.purplebtn {
  color: #fff;
  background: #5d2f8d;
  text-decoration: none;
}

.pageContents .withbtn p.btnTypeA.center a.purplebtn:hover {
  background: #8a54c2;
}

.pageContents section .withbtn div.colBox {
  display: flex;
  flex-direction: column;
}

.satori__custom_form_a99ae21441547c59_css .satori__notes {
  display: block;
  background: none !important;
  border: none !important;
  font-size: 12px;
  color: rgb(170, 0, 0);
}

.satori__btn {
  background-color: #00a0de;
  color: #ffffff;
}

.step {
  display: flex;
}

.step-icon {
  width: 100px;
  background: #036fb8;
  height: 100px;
  border-radius: 200px;
  margin-right: 0;
  text-align: center;
  z-index: 2;
}

.pageContents .step h3 {
  margin-top: 0;
}

.step-desc {
  border-left: 3px dotted #036fb8;
  padding-left: 5rem;
  left: -50px;
  position: relative;
  padding-bottom: 3rem;
  width: 1000px;
}

section .inner .step-icon img {
  width: 60px;
  position: relative;
  top: 25px;
}

.pageContents .col3TypeA article .row > a.wpicon {
  background: url(https://infinicloud.com/img/wpicon.png) no-repeat right bottom
    #fff;
  background-size: 120px;
}

span.bg_blue.white {
  background-color: #00a0de;
  padding: 5px 10px;
}

.inner.manual {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.manual h1.center.h1-page-title {
  width: 100%;
  margin-top: 0;
  font-size: 2rem;
  margin-bottom: 3rem;
}

.manual h2 {
  font-size: 1.8rem;
}

.manual h3 {
  font-size: 1.6rem;
}

.manual h4 {
  font-size: 1.4rem;
}

.manual div#main {
  width: 750px;
}

.manual div#sidebar {
  width: 300px;
  font-size: 90%;
  background: #f2fafd;
  box-sizing: border-box;
  padding: 10px 20px 10px 10px;
}

.wp_image_caption {
  font-size: 0.8rem;
  color: #858585;
  display: inline-block;
}

span.solution-article-sub {
  display: block;
  font-size: 12px;
  color: #888;
}

.pageContents section p.whybanner {
  margin-top: 4rem;
}

.whybanner img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#ancNav,
#ancNavSub {
  padding: 5px 0;
}

#ancNavSub {
  background: #f2fafd;
}

#ancNav .inner ul,
#ancNavSub .inner ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: left;
  justify-content: left;
}

#ancNavSub .inner ul {
  font-size: 90%;
  padding: 10px 0;
}

#ancNavSub .inner ul li a {
  padding: 6px 1em 6px 1em;
  text-decoration: none;
  color: #046fb8;
}

#ancNavSub .inner ul li a:hover {
  text-decoration: underline;
}

.pageContents section ul.contents {
  background: #f5f5f5;
  padding: 2rem 3rem;
}

.pageContents section ul.contents li {
  list-style: none;
}

.pageContents section ul.contents li a {
  color: #026eb7;
  border-bottom: 1px dotted #bbb;
  display: block;
  text-decoration: none;
  padding: 0.1rem 0;
  font-size: 90%;
}

.pageContents section ul.contents li a:before {
  content: "\f0d7";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding-right: 0.5rem;
  text-decoration: none;
  border: none;
  color: #bbb;
}

@font-face {
  font-family: "Noto";
  src: url("../../service-assets/webfont/NotoSansJP-Regular.otf");
  font-weight: normal;
}

@font-face {
  font-family: "Noto";
  src: url("../../service-assets/webfont/NotoSansJP-Medium.otf");
  font-weight: 500;
}

@font-face {
  font-family: "Noto";
  src: url("../../service-assets/webfont/NotoSansJP-Bold.otf");
  font-weight: bold;
}

@font-face {
  font-family: "Roboto";
  src: url("../../service-assets/webfont/Roboto-Regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../../service-assets/webfont/Roboto-Bold.ttf");
  font-weight: bold;
}

.pageContents a.manualdl {
    background: #026eb7;
    padding: 0.8rem 2rem;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin: 1rem auto;
}
.pageContents a.manualdl:hover {
  background: #0080d6;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .homeMv .homeMvInner .mvTxtBox {
    background-image: url("../../service-assets/img/common/mv_cloud_sp.png");
    background-position: top;
  }
  .homeMv .homeMvInner .mvTxtBoxAI{
    background: none;
  }
  .homeMv .homeMvInner .mvTxtBoxSeminar{
    background: none;
    width: 100% !important;
        top: 10%;
        position: relative;
        left: 0 !important;
  }



  #pageMvA #mvInner #mvTxtBox {
    position: inherit;
    background: none;
    top: 0;
    left: 0;
  }
  
  .sp-clear {
    float: none;
    width: auto !important;
  }
  .scroll::-webkit-scrollbar,
  .scroll-table::-webkit-scrollbar {
    height: 10px;
  }
  .scroll::-webkit-scrollbar-track,
  .scroll-table::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #eee;
    border-radius: 5px;
  }
  .scroll::-webkit-scrollbar-thumb,
  .scroll-table::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #01a89e;
  }
  table.scroll-table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  td.formtd1,
  td.formtd2 {
    display: block;
  }
  table.mailform input[type="text"],
  table.mailform textarea {
    width: 100%;
  }
  table.mailform label {
    display: block;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
  }
  #pickupList .pickupBox {
    width: 100%;
    padding: 15px;
    margin: 25px 0 0;
  }
  #pageMvA #mvInner #mvTxtBox h2,
  #pageMvA #mvInner #mvTxtBox h1 {
    font-size: 2rem;
    padding-bottom: 0.5rem;
  }
  .pageContents h3 span,
  .pageContents h2 span,
  .pageContents h2.border {
    display: inline-block;
    font-size: 1.5rem;
  }
  header#siteHead
    div#headerInner
    nav#globalNav
    ul
    li
    #supportNav.innerNav
    #snInner
    .snBox {
    width: 100%;
  }
  .pageContents h1 {
    font-size: 1.7rem;
    line-height: 2.5rem;
    margin-bottom: 0;
    margin-top: 0 !important;
  }
  .pageContents h2 {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 10px;
  }
  table.vertical-table th,
  table.vertical-table td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    word-break: break-all;
    white-space: break-spaces;
  }
  .pageContents table tr td {
    word-break: break-all;
    white-space: break-spaces;
  }
  .nowrap {
    white-space: nowrap !important;
  }
  .pageContents h3.cloudBg,
  .pageContents h2.cloudBg {
    background: none;
  }
  .solution-article {
    width: 48% !important;
  }
  .solution-article p:first-child {
    height: auto;
  }
  .inner {
    padding: 0 20px 5%;
  }
  #footerBnr a {
    width: 47%;
    margin: 1% !important;
  }
  .pageContents section .tilestyle ul.sitemap {
    margin: 0;
    padding: 0;
  }
  .pageContents section .tilestyle ul.sitemap li {
    width: 100%;
  }
  .step {
    display: block;
  }
  .step-desc {
    width: auto;
    left: 0;
    padding-left: 2rem;
    padding-top: 1rem;
  }
  #pageMvB #mvInner #mvTxtBox .cate {
    font-size: 150%;
    font-weight: bold;
    line-height: 1.5;
  }
  .manual div#main {
    width: 100%;
  }
  .manual div#sidebar {
    display: none;
  }
}
