@charset "UTF-8";

/* ================================================ */

#wrap {
  display: table;
  margin: 0 auto;
  /* width: 960px; */
  width: 100%;
  max-width: 1100px;
  min-width: 960px;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0,0,0,.25);
  background-color: #fff;
  overflow: hidden;
}
#wrap #left-area {
  display: table-cell;
  width: 300px;
  background-color: #f6f6f6;
  vertical-align: top;
}
#wrap #right-area {
  display: table-cell;
  padding: 32px;
  vertical-align: top;
}

/* ================================================ */

.global-navi {
  margin-bottom: 8px;
}
.global-navi li a {
  display: block;
  padding: 8px 16px;
  color: rgba(0,0,0,.8);
  font-size: 1.142em;
  line-height: 2;
  font-weight: bold;
  vertical-align: middle;
}
.global-navi li a:hover,
.global-navi li a:focus {
  background-color: #fff;
  color: #0bc8c0;
  text-decoration: none;
}
.global-navi li img {
  margin-right: 8px;
  vertical-align: middle;
}

.navi-label {
  padding: 8px 6px 0 10px;
  border-top: 1px solid rgba(0,0,0,.2);
  font-size: .85rem;
  color: rgba(0,0,0,.6);
  line-height: 2;
}
#left-area .navi-label:first-child {
  border-top: none;
}

/* ================================================ */

.inside .global-navi li {
  padding: 8px 16px;
  border-bottom: 1px solid rgba(0,0,0,.2);
  font-weight: bold;
}
.step,
.done,
.outside {
  position: relative;
  margin: 0 16px 8px;
  padding: 16px 8px;
  border-bottom: 1px solid;
  text-align: center;
  font-size: 1.142rem;
}
.outside {
  opacity: .6;
}
.step:last-child,
.done:last-child,
.outside:last-child {
  margin-bottom: 20px;
}
#current.step,
#current.done {
  font-weight: bold;
  color: #0bc8c0;
}
.step:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%,0)
}
#current.step::after {
}

/* ================================================ */

.title {
  margin-top: 32px;
  margin-bottom: 16px;
  border-bottom: 1px solid;
  font-size: 1.142rem;
  font-weight: bold;
}
#right-area > .title:first-child,
[type="hidden"] + .title {
  margin-top: 0;
}
.txt {
  margin: 16px auto;
}
.txt-r {
  color: #c00;
  margin-bottom: 16px;
}
.note {
  margin: 16px auto;
  font-size: .85rem;
  color: rgba(0,0,0,.6);
}

/* ================================================ */

.title-table {
  width: 100%;
  background-color: rgba(0,0,0,.05);
}
.title-table th,
.title-table td {
  padding: 10px;
}
.title-table .subtitle {
  line-height: 1;
  font-size: 1.142rem;
  font-weight: bold;
}

/* ================================================ */

.layout {
  padding: 16px 0;
}
.layout table[cellpadding="5"] td {
  padding: 5px 0;
}

/* ================================================ */

.hissu {
  display: inline-block;
  padding: 0 3px;
  background-color: #fcc;
  color: #c00;
  font-size: .85rem;
  font-weight: bold;
}
.check {
  padding-bottom: 15px;
  font-size: 1.142rem;
  font-weight: bold;
}
.check-big {
  padding-bottom: 15px;
  font-size: 1.5em;
  font-weight:bold;
}

/* ================================================ */

.table-caption {
  margin-top: .25em;
  font-size: .85rem;
  color: rgba(0,0,0,.6);
}
.sample-area {
  padding: .3em;
  width: 400px;
  height: 80px;
  border: 1px solid #aaa;
  background-color: #f3f3f3;
}
.input-textarea {
  padding: .3em;
  height: 80px;
  border: 1px solid #aaa;
  background-color: #f3f3f3;
}

/* ================================================ */

.attention {
  margin: 16px auto;
  padding: 16px;
  border: 1px solid #ddb;
  background-color: #ffd;
  color: #c00;
}
.hazard {
  margin: 16px auto;
  padding: 16px;
  border: 1px solid #c00;
  background-color: #fee;
  color: #c00;
}
.mind {
  margin: 16px auto;
  padding: 16px;
  border: 1px solid rgba(0,0,0,.2);
  background-color: #f3f3f3;
}

/* ================================================ */

.input-text,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
  display: inline-block;
  box-sizing: border-box;
  margin: 4px auto;
  padding: .5em .75em;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.3);
  color: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-family: inherit;
  vertical-align: middle;
  text-align: left;
  transition: .3s linear;
}
input[type=text][disabled],
input[type=email][disabled],
input[type=url][disabled],
input[type=password][disabled],
textarea[disabled] {
  background: rgba(0,0,0,.25);
  border-color: transparent;
  box-shadow: none;
  opacity: .6;
}
.input-text:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:not([readonly]):focus {
  border-color: #0bc8c0;
  background-color: #e6f9f9;
  box-shadow: none;
  outline: none;
}
select {
  display: inline-block;
  margin: 4px auto;
  padding: .5em 1.75rem .5em .75em;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 4'%3E%3Cpolygon fill='%23363636' points='4,4 0,0 8,0 '/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: auto auto;
  background-size: 8px 4px;
  border: 1px solid rgba(0,0,0,.3);
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  line-height: 1.2;
  font-family: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form {
  display: inline;
}
.form_mini {
  width: 40px;
}
.form_mid　{
  width: 60px;
}

/* ================================================ */

.line-table,
.grid-table {
  clear: both;
  width: 100% !important;
}
.line-table th,
.grid-table th {
  padding: 8px;
  background-color: #f3f3f3;
  text-align: center;
  font-weight: bold;
}
.line-table [align=left],
.grid-table [align=left] {
  text-align: left;
}
.line-table th label,
.grid-table th label {
  display: inline-block;
}

.line-table td,
.grid-table td {
  padding: 12px 8px;
}
.line-table th,
.line-table td {
  border-top: 1px solid rgba(0,0,0,.2);
  border-bottom: 1px solid rgba(0,0,0,.2);
}
.grid-table th,
.grid-table td {
  border: 1px solid rgba(0,0,0,.2);
}

/* ================================================ */

.button-table {
  width: 100% !important;
  margin: 16px auto 0;
  table-layout: fixed;
}
.button-table[style*="float:right"] {
  width: auto !important;
}
.button-table td {
  padding: 10px 5px;
}

.edit-table td {
  border: none !important;
  padding: 5px !important;
}

.setting-table {
  width: 100% !important;
  margin-top: 15px;
}
.setting-table td {
  padding: 5px;
}

/*Table*/
.select-table {
  border-top: 1px solid rgba(0,0,0,.2);
  border-left: 1px solid rgba(0,0,0,.2);
  vertical-align: middle;
  clear: both;
}
.select-table td {
  padding: 15px 5px;
  border-bottom: 1px solid rgba(0,0,0,.2);
  border-right: 1px solid rgba(0,0,0,.2);
}
.select-table th {
  padding: 5px;
  background-color: #F8F8F8;
  border-bottom: 1px solid rgba(0,0,0,.2);
  border-right: 1px solid rgba(0,0,0,.2);
}
.select-table tr:nth-child(2n) {
  background: #f3f3f3;
}

/* ================================================ */

a[class^=button] {
  position: relative;
  display: block;
  padding: .5em;
  border-radius: 4px;
  background: #0bc8c0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  vertical-align: bottom;
  white-space: nowrap;
  transition: all .3s;
}
a[class^=button]:hover, a[class^=button]:focus, a[class^=button]:active {
  background: #09a09a;
}
a.button-m span::before,
a.button-f span::after,
a.button-r span::before,
a.button-p span::before,
a.button-y span::before,
a.button-i span::before,
a.button-b span::before {
  /* icon */
  content: "\e611";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  padding-right: 4px;
}

/* 通常 */
a.button,
a.button-m,
a.button-b,
a.button-f {
  border: 1px solid transparent;
  background: #0bc8c0;
}
a.button:hover,   a.button:focus,   a.button:active,
a.button-m:hover, a.button-m:focus, a.button-m:active,
a.button-b:hover, a.button-b:focus, a.button-b:active,
a.button-f:hover, a.button-f:focus, a.button-f:active {
  background: #09a09a;
}
/* 通常 small */
a.button {
  float: right;
}
/* 通常 medium */
a.button-m {
  float: right;
  padding: .5em .75em;
}
a.button-b {
  display: inline-block;
  padding: .5em .75em;
}
/* 通常 rightwards */
a.button-f {
  position: relative;
  float:left;
  padding: .5em .75em;
}
a.button-f span::after {
  content: "\e615";
  padding-right: 0;
  padding-left: 4px;
}

/* 緑 small */
a.button-g {
  float: right;
  background: #40a140;
}
a.button-g:hover, a.button-g:focus, a.button-g:active {
  background: #278827;
}

/* 赤…解約・削除など */
a.button-rs,
a.button-r {
  background: #c00;
}
a.button-r:hover, a.button-r:focus, a.button-r:active,
a.button-rs:hover,  a.button-rs:focus,  a.button-rs:active {
  background: #900;
}
/* 赤 small */
a.button-rs {
  float: right;
}
/* 赤 medium */
a.button-r {
  float: right;
  padding: .5em .75em;
}

/* 青 */
a.button-ys,
a.button-y,
a.button-i {
  background: #3597c7;
}
a.button-ys:hover,  a.button-ys:focus,  a.button-ys:active,
a.button-y:hover, a.button-y:focus, a.button-y:active,
a.button-i:hover, a.button-i:focus, a.button-i:active {
  background: #1c7eAe;
}
/* 青 medium 右寄せ */
a.button-y {
  float: right;
  padding: .5em .75em;
}
/* 青 medium */
a.button-i {
  display: inline-block;
  padding: .5em .75em;
}

/* 戻るボタン */
a.button-p {
  float: right;
  padding: .5em .75em;
  background: #444;
}
a.button-p span::before {
  content: "\e614";
}
a.button-p:hover, a.button-p:focus, a.button-p:active {
  background: #222;
}

/* センタリング */
div.center {
  text-align: center;
}
.center div {
  display: inline-block;
}

/* 送信ボタン */
.button,
button,
input[type=button],
input[type=submit],
input[type=reset] {
  margin: .25em 0;
  padding: .5em .75em;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  color: #ffffff;
  background: #ea5e01;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  cursor:pointer;
}
.button {
  display: inline-block;
}
.submitBox [type=submit] {
  padding: .75em;
}
.button:focus, .button:hover,
button:focus, button:hover,
input[type=button]:focus, input[type=button]:hover,
input[type=submit]:focus, input[type=submit]:hover,
input[type=reset]:focus, input[type=reset]:hover {
  outline: none;
  background: #c65204;
  text-decoration: none;
  color: #ffffff;
}
.button.disabled, .button.disabled:focus, .button.disabled:hover,
button[disabled], button[disabled]:hover,
input[type=button][disabled], input[type=button][disabled]:hover,
input[type=submit][disabled], input[type=submit][disabled]:hover,
input[type=reset][disabled], input[type=reset][disabled]:hover {
  background: #aaaaaa;
  color: #f3f3f3;
  cursor: default;
}

a.button.ghost {
  background: none;
  box-shadow: none;
  text-shadow: none;
  border-color: rgba(0,0,0,.6);
  color: rgba(0,0,0,.6);
  font-size: 12px;
}
a.button.ghost:hover {
  color: rgba(0,0,0,.8);
  border-color: rgba(0,0,0,.8);
}

/* ================================================ */

/* ========================
vex plugin
======================== */
@keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
}
@-webkit-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
}
.vex,
.vex *,
.vex *::before,
.vex *::after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 100px;
}
.vex-overlay {
  background: black;
}
.vex-overlay {
  animation: vex-fadein .5s;
  -webkit-animation: vex-fadein .5s;
  position: fixed;
  background: rgba(0,0,0,.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vex.vex-closing .vex-overlay {
  animation: vex-fadeout .5s;
  -webkit-animation: vex-fadeout .5s;
}
.vex-content {
  animation: vex-fadein .5s;
  -webkit-animation: vex-fadein .5s;
  background: white;

  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0,0,0,.6);
  background: #ffffff;
  padding: 3em;
  position: relative;
  margin: 0 auto;
  max-width: 90%;
  width: 450px;
}
.dlUploadDialog .vex-content {
  width: 640px;
}
.vex-content ul,
.vex-content p {
  margin-bottom: 1em;
}
.vex.vex-closing .vex-content {
  animation: vex-fadeout 0.5s;
  -webkit-animation: vex-fadeout 0.5s;
}
.vex-close {
  border-radius: 0 2px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.vex-close::before {
  font-family: Arial, sans-serif;
  content: "\00D7";

  border-radius: 3px;
  position: absolute;
  font-size: 26px;
  font-weight: normal;
  line-height: 31px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 3px;
  right: 3px;
  color: #bbbbbb;
  background: transparent;
}
.vex .vex-close:hover::before,
.vex .vex-close:active::before {
  color: #777777;
  background: #e0e0e0;
}
.vex-dialog-form {
  margin: 0;
}
.vex-dialog-form .vex-dialog-message {
  margin-bottom: 1em;
  font-weight: bold;
}
.vex-dialog-form .vex-dialog-input textarea,
.vex-dialog-form .vex-dialog-input textarea:focus {
  height: 6em;
}
.vex-dialog-form .vex-dialog-buttons {
  text-align: center;
}
.vex-dialog-form .vex-dialog-buttons::after {
  content: "";
  display: table;
  clear: both;
}
.vex .vex-dialog-button {
  -webkit-appearance: none;
  cursor: pointer;
  margin: 0 .25em;
}
.vex-dialog-button.vex-dialog-button-primary {
  background: #c03e3e;
}
.vex-dialog-button.vex-dialog-button-primary:focus,
.vex-dialog-button.vex-dialog-button-primary:hover {
  background: #9b3333;
}
.vex-dialog-button.vex-dialog-button-secondary {
  background: #7c9491;
}
.vex-dialog-button.vex-dialog-button-secondary:focus,
.vex-dialog-button.vex-dialog-button-secondary:hover {
  background: #586d6a;
}
.vex-loading-spinner {
  animation: vex-rotation 0.7s linear infinite;
  -webkit-animation: vex-rotation 0.7s linear infinite;
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 0 1px rgba(0,0,0,.2), 0 0 0.5em rgba(0,0,0,.2);
  border-radius: 100%;
  background: rgba(255,255,255,.2);
  width: 0;
  height: 0;
  border: 1.2em solid #bbbbbb;
  border-top-color: #f3f3f3;
  border-bottom-color: #f3f3f3;
}
body.vex-open {
  overflow: hidden;
}

/* ================================================ */

/* ディスク使用状況 */
.storage {
  margin-top: 40px;
  margin-bottom: 32px;
}
.storageBar {
  margin-top: 1em;
}
.goalProgress {
  overflow: hidden;
  background-color: #bbb;
  box-shadow: inset 0 0 2px rgba(0,0,0,.5);
}
.progressBar {
  display: block;
  padding: 10px 0;
  width: 1px;
  height: 1em;
  background: #0bc8c0;
  color: #fff;
  font-size: 1.2em;
  line-height: 1;
  white-space: nowrap;
  vertical-align: bottom;
}
.progressTxt {
  padding-left: 10px;
}
.milestoneError {
  margin-left: 1em;
  font-size: 80%;
}
.progressAlmostFull .progressBar {
  background: #c80;
}
.progressFull .progressBar {
  background: #a00;
}
.storageAmount {
  margin-top: .5em;
  text-align: right;
}

/* ================================================ */

/* ※ id: alert を持つ要素は「views\ftplist\index.ejs」のコース有効期限今月末通知領域のみ */
#alert.update {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  min-width: 960px;
}
#alert.update .message {
  margin-bottom: 16px;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #c00;
  border-radius: 4px;
  box-sizing: border-box;
  /* box-shadow: 0 0 6px rgba(0,0,0,.25); */
}
#alert.update .message::before {
  /* icon */
  content: "\e605";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -12px;
  display: block;
  float: left;
  font-size: 3.2em;
  color: #c00;
}
#alert.update .message p {
  margin-left: 4.6em;
}
#alert.update .message a.button-r {
  margin-top: -12px;
}

/* 2025/01/27 問い合わせUI改修 ================================================ */ 
.information {
  display: grid;
  gap: .2em .8em;
  grid-template-columns: 42px 1fr;
  margin: 1.5em auto;
  padding: 1em;
  background: rgba(11, 200, 192, .15);  
}
.information .info-icon {
  grid-row: 1/3;  
}
.information .info-title {
  font-weight: bold;    
}
form .example {
  font-size: .85em;
  color: rgba(0,0,0,.6);
}
