@charset "UTF-8";
/* =====================================================
 cloud クラウドサービスご契約者様専用ページ
===================================================== */
/* heddar
------------------------------------------ */
body.lower.cloud .header-cloud-in {
  display: table;
  padding: 17px 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .header-cloud-in {
    *zoom: 1;
    padding: 30px;
    table-layout: fixed;
  }
  body.lower.cloud .header-cloud-in::after {
    content: '';
    display: table;
    clear: both;
  }
}

body.lower.cloud .header-cloud-logo {
  display: table-cell;
  width: 120px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .header-cloud-logo {
    width: 275px;
  }
}

body.lower.cloud .header-cloud-logo > a {
  display: block;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .header-cloud-logo > a {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
}

@media screen and (min-width: 768px) {
  body.lower.cloud .header-cloud-logo > a:hover {
    opacity: .5;
  }
}

body.lower.cloud .header-cloud-logo > a > img {
  display: block;
}

body.lower.cloud .header-cloud-description {
  display: table-cell;
  font-size: 1.0rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.0;
  text-align: right;
  vertical-align: middle;
  width: calc(100% - 120px);
}

@media screen and (min-width: 768px) {
  body.lower.cloud .header-cloud-description {
    font-size: 1.6rem;
    display: table-cell;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
    letter-spacing: .05em;
    padding-left: 20px;
    vertical-align: middle;
    text-align: left;
    width: auto;
  }
}

@media all and (-ms-high-contrast: none) {
  body.lower.cloud .header-cloud-description {
    padding-top: 6px;
  }
}

/* footer
------------------------------------------ */
body.lower.cloud .footer-cmn-wrap {
  display: none;
}

body.lower.cloud .footer-cmn-info-sns {
  display: none;
}

/* main
------------------------------------------ */
body.lower.cloud .main {
  background-color: #f3f4f6;
}

body.lower.cloud .main .contents-wrap {
  padding: 20px 20px 60px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .main .contents-wrap {
    padding: 40px 30px 80px;
    width: 1100px;
  }
}

body.lower.cloud .main .contents-wrap .contents-in {
  padding: 0;
}

/* その他 コンテンツ
------------------------------------------ */
body.lower.cloud .ico-pdf {
  color: #0074bf;
  display: inline;
  font-size: 9px;
  font-size: 0.9rem;
  letter-spacing: .1em;
  padding-left: 16px;
  position: relative;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .ico-pdf {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 20px;
    position: absolute;
    right: 40px;
  }
}

body.lower.cloud .ico-pdf::after {
  background-image: url(../img/common/ico-pdf_sp.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 13px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  width: 10px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .ico-pdf::after {
    background-image: url(../img/common/ico-pdf_pc.png);
    height: 17px;
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
    width: 13px;
  }
}

body.lower.cloud .btn-cloud {
  background-color: #de166f;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: 20px;
  padding: 18px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .btn-cloud {
    border-radius: 4px;
    font-size: 1.6rem;
    margin: 0 auto 40px;
    max-width: 320px;
    padding: 23px 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }
}

body.lower.cloud .btn-cloud > span {
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .btn-cloud > span {
    padding-right: 20px;
    position: relative;
  }
  body.lower.cloud .btn-cloud > span::after {
    background-image: url(../img/common/ico-window.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 9px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    width: 10px;
  }
}

@media screen and (min-width: 768px) {
  body.lower.cloud .btn-cloud:hover {
    opacity: .5;
  }
}

body.lower.cloud .sec-area-cloud {
  background-color: #fff;
  padding: 30px 0 27px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .sec-area-cloud {
    padding: 40px 0 37px;
  }
}

body.lower.cloud .sec-area-cloud:nth-of-type(n+2) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .sec-area-cloud:nth-of-type(n+2) {
    margin-top: 40px;
  }
}

body.lower.cloud .sec-area-cloud-no-pb {
  padding-bottom: 0;
}

body.lower.cloud .sec-area-cloud-child {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .sec-area-cloud-child {
    padding: 0 40px;
  }
}

body.lower.cloud .sec-area-cloud-info {
  letter-spacing: .1em;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  padding: 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .sec-area-cloud-info {
    letter-spacing: .05em;
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  body.lower.cloud .sec-area-cloud-info {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

body.lower.cloud .sec-area-cloud-info strong {
  font-weight: bold;
}

body.lower.cloud .sec-area-cloud-info strong > span {
  font-weight: bold;
}

body.lower.cloud .sec-area-cloud-info p + p,
body.lower.cloud .sec-area-cloud-info p + ol,
body.lower.cloud .sec-area-cloud-info p + ul,
body.lower.cloud .sec-area-cloud-info p + table {
  margin-top: 15px;
}

body.lower.cloud .sec-area-cloud-info ul, body.lower.cloud .sec-area-cloud-info ol {
  list-style-position: inside;
}

body.lower.cloud .sec-area-cloud-info ul li, body.lower.cloud .sec-area-cloud-info ol li {
  text-indent: -1.4em;
  margin-left: 1.4em;
}

body.lower.cloud .sec-area-cloud-info ul + p,
body.lower.cloud .sec-area-cloud-info ul + ol,
body.lower.cloud .sec-area-cloud-info ul + ul,
body.lower.cloud .sec-area-cloud-info ul + table, body.lower.cloud .sec-area-cloud-info ol + p,
body.lower.cloud .sec-area-cloud-info ol + ol,
body.lower.cloud .sec-area-cloud-info ol + ul,
body.lower.cloud .sec-area-cloud-info ol + table {
  margin-top: 15px;
}

body.lower.cloud .sec-area-cloud-info ul {
  list-style-type: disc;
}

body.lower.cloud .sec-area-cloud-info ol {
  list-style-type: decimal;
}

body.lower.cloud .sec-area-cloud-info table {
  width: auto;
}

body.lower.cloud .sec-area-cloud-info table th, body.lower.cloud .sec-area-cloud-info table td {
  padding: 3px 5px;
  border: 1px solid #000000;
  white-space: normal;
  width: auto;
}

body.lower.cloud .sec-area-cloud-info table + p {
  margin-top: 0;
}

body.lower.cloud .sec-area-cloud-info table + ol,
body.lower.cloud .sec-area-cloud-info table + ul,
body.lower.cloud .sec-area-cloud-info table + table {
  margin-top: 15px;
}

body.lower.cloud .sec-area-cloud-info-head {
  font-weight: bold;
}

body.lower.cloud .mod-title-cloud {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 27px;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-title-cloud {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .05em;
    margin-bottom: 27px;
    padding: 0 40px;
  }
}

body.lower.cloud .mod-title-cloud-ornament {
  position: relative;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-title-cloud-ornament {
    padding-bottom: 20px;
    margin-bottom: 27px;
  }
}

body.lower.cloud .mod-title-cloud-ornament::after {
  background-color: #e5e5e5;
  bottom: -30px;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-title-cloud-ornament::after {
    bottom: -20px;
  }
}

body.lower.cloud .mod-list {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-list {
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-list-news {
    margin-top: 35px;
  }
}

body.lower.cloud .mod-list-item {
  padding: 12px 0 12px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-list-item {
    padding: 17px 0;
  }
}

body.lower.cloud .mod-list-item:first-of-type {
  padding-top: 0;
}

body.lower.cloud .mod-list-item:nth-of-type(n+2) {
  border-top: 1px dotted #e5e5e5;
}

body.lower.cloud .mod-list-item:last-of-type {
  padding-bottom: 0;
}

body.lower.cloud .mod-list-time {
  display: block;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.0;
  margin: 3px 0 12px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-list-time {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    width: 100px;
  }
}

body.lower.cloud .mod-list-text {
  display: inline;
  margin-right: 3px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-list-text {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .05em;
  }
}

body.lower.cloud .mod-list-text > a {
  color: #0074bf;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-list-text > a:hover {
    text-decoration: underline;
  }
}

body.lower.cloud .mod-list-wide {
  padding: 0;
}

body.lower.cloud .mod-list-wide .mod-list-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  position: relative;
  border-top: 1px solid #f3f4f6;
}

body.lower.cloud .mod-list-wide .mod-list-item:last-of-type {
  padding-bottom: 12px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-list-wide .mod-list-item:last-of-type {
    padding-bottom: 19px;
  }
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-list-wide .mod-list-item {
    padding: 19px 40px;
  }
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-acc-content {
    padding: 0 40px 40px;
  }
}

body.lower.cloud .mod-acc-content > dt {
  background-color: #0074bf;
  color: #ffffff;
  letter-spacing: .05em;
  padding: 17px 41px;
  position: relative;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-acc-content > dt {
    padding: 17px 50px 16px;
    cursor: pointer;
  }
}

body.lower.cloud .mod-acc-content > dt:nth-of-type(n+2) {
  margin-top: 1px;
}

body.lower.cloud .mod-acc-content > dt::before {
  content: 'Q';
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  height: 15px;
  line-height: 1.0;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-acc-content > dt::before {
    font-size: 16px;
    font-size: 1.6rem;
    left: 20px;
  }
}

body.lower.cloud .mod-acc-content > dt::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: '';
  height: 7px;
  position: absolute;
  right: 4px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(135deg) translateY(50%);
          transform: rotate(135deg) translateY(50%);
  top: 50%;
  width: 7px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-acc-content > dt::after {
    height: 10px;
    right: 7px;
    width: 10px;
  }
}

body.lower.cloud .mod-acc-content > dt.is-active::after {
  -webkit-transform: rotate(-45deg) translateY(50%);
          transform: rotate(-45deg) translateY(50%);
  right: 19px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-acc-content > dt.is-active::after {
    right: 28px;
  }
}

body.lower.cloud .mod-acc-content > dd {
  display: none;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: .1em;
  position: relative;
  padding: 12px 15px 22px 41px;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-acc-content > dd {
    padding: 19px 22px 27px 50px;
  }
}

body.lower.cloud .mod-acc-content > dd > span {
  position: relative;
}

body.lower.cloud .mod-acc-content > dd > span::after {
  color: #0074bf;
  content: 'A';
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  height: 15px;
  line-height: 1.0;
  left: -25px;
  position: absolute;
  top: 2px;
  width: 15px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-acc-content > dd > span::after {
    font-size: 16px;
    font-size: 1.6rem;
    left: -30px;
    top: 3px;
  }
}

body.lower.cloud .mod-plane-heading {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-plane-heading {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 37px;
    margin-bottom: 16px;
  }
}

body.lower.cloud .mod-plane-text {
  letter-spacing: .1em;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-plane-text {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .05em;
  }
}

body.lower.cloud .mod-plane-text:nth-of-type(n+2) {
  margin-top: 14px;
}

body.lower.cloud .mod-plane-text-bold {
  font-weight: bold;
}

body.lower.cloud .mod-plane-text strong {
  font-weight: bold;
}

body.lower.cloud .mod-plane-text ul, body.lower.cloud .mod-plane-text ol {
  list-style-position: inside;
}

body.lower.cloud .mod-plane-text ul li, body.lower.cloud .mod-plane-text ol li {
  text-indent: -1.4em;
  margin-left: 1.4em;
}

body.lower.cloud .mod-plane-text ul {
  list-style-type: disc;
}

body.lower.cloud .mod-plane-text ol {
  list-style-type: decimal;
}

@media screen and (max-width: 767px) {
  body.lower.cloud .mod-plane-text table {
    width: 100% !important;
  }
}

body.lower.cloud .mod-plane-text table th, body.lower.cloud .mod-plane-text table td {
  padding: 3px 5px;
  border: 1px solid #000000;
}

body.lower.cloud .mod-article-time {
  display: block;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.0;
  margin-bottom: 27px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .mod-article-time {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

body.lower.cloud .article-area {
  padding: 0 20px;
  overflow: hidden;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .article-area {
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  body.lower.cloud .article-area {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

body.lower.cloud .article-area strong {
  font-weight: bold;
}

body.lower.cloud .article-area strong > span {
  font-weight: bold;
}

body.lower.cloud .article-area p + p,
body.lower.cloud .article-area p + ol,
body.lower.cloud .article-area p + ul,
body.lower.cloud .article-area p + table {
  margin-top: 15px;
}

body.lower.cloud .article-area ul, body.lower.cloud .article-area ol {
  list-style-position: inside;
}

body.lower.cloud .article-area ul li, body.lower.cloud .article-area ol li {
  text-indent: -1.4em;
  margin-left: 1.4em;
}

body.lower.cloud .article-area ul + p,
body.lower.cloud .article-area ul + ol,
body.lower.cloud .article-area ul + ul,
body.lower.cloud .article-area ul + table, body.lower.cloud .article-area ol + p,
body.lower.cloud .article-area ol + ol,
body.lower.cloud .article-area ol + ul,
body.lower.cloud .article-area ol + table {
  margin-top: 15px;
}

body.lower.cloud .article-area ul {
  list-style-type: disc;
}

body.lower.cloud .article-area ol {
  list-style-type: decimal;
}

body.lower.cloud .article-area table {
  width: auto;
}

body.lower.cloud .article-area table th, body.lower.cloud .article-area table td {
  padding: 3px 5px;
  border: 1px solid #000000;
  white-space: normal;
  width: auto;
}

body.lower.cloud .article-area table + p {
  margin-top: 0;
}

body.lower.cloud .article-area table + ol,
body.lower.cloud .article-area table + ul,
body.lower.cloud .article-area table + table {
  margin-top: 15px;
}

body.lower.cloud .btn-back-top {
  clear: both;
  display: table;
  line-height: 1;
  margin: 37px auto 0;
  padding-bottom: 13px;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .btn-back-top {
    padding-bottom: 3px;
    margin-top: 57px;
  }
}

body.lower.cloud .btn-back-top > a {
  color: #0074bf;
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  body.lower.cloud .btn-back-top > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  body.lower.cloud .btn-back-top > a:hover {
    text-decoration: underline;
  }
}
