@charset "utf-8";
/*!
 * Base Theme
 */


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import "../fonts/fontawesome/all.css";
@import "normalize.css";
@import "setting.css";
@import "common.css";
@import "snippet_form.css";
@import "scroll-hint.css";
@import "lity.css";

/*===============================================
 share
===============================================*/
.ex {
  font-size: 14px;
  line-height: 120%;
}

.notes {
  width: 100%;
  background-color: #f2f2f2;
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 120%;
}

.searchArea {
  width: 100%;
  margin: 0 auto;
  border: 4px solid #e0e5ec;
  border-radius: 5px;
  padding: 15px;
  font-size: 14px;
  line-height: 120%;
}

.toolBar {
  border-top: 1px solid #cccfdb;
  border-right: 1px solid #cccfdb;
  border-left: 1px solid #cccfdb;
  padding: 5px 10px;
}

.statusBox {
  border: 1px solid #dddddd;
  position: relative;
  margin-top: 20px;
}

.statusBox h6 {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  color: #8e8e8e;
  font-size: 12px;
}

.statusBox h6 span {
  background-color: #fff;
  padding: 2px 5px 3px 5px;
}

.statusBox p {
  padding: 15px 0 10px 0;
}

.statusBox p.text_active {
  color: #a6a6a6;
}

.editOverlay {
  position: absolute;
  display: none;
  right: 0;
  left: 0;
  margin: auto;
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 160%;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 999;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
}

/*===============================================
 menu
===============================================*/
/*spmenu hidden*/
#drawerSideMenu {
  display: none;
}

.openSideMenu {
  display: none;
}

.closeSideMenu {
  display: none;
}

/* //spmenu hidden*/
.sideMenu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.menuBox {
  margin: 0 15px;
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
}

.menuBox h3 {
  position: relative;
  font-size: 14px;
  margin: 0;
  cursor: pointer;
  padding: 0 0 0 24px;
}

.menuBox h3 i {
  position: absolute;
  left: 0;
  top: 5px;
}

.menuBox h3::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #aab1ba;
  border-right: 2px solid #aab1ba;
  transform: rotate(225deg);
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.menuBox h3.is-active::after {
  transform: rotate(135deg);
}

.menuBox ul {
  padding: 7px 0;
  border-left: 1px solid #d4dae3;
  margin: 7px 0 0 7px;
}

.menuBox li {
  position: relative;
  margin-bottom: 1px;
}

.menuBox li a {
  display: block;
  color: #363d47;
  text-decoration: none;
  padding: 3px 5px 3px 17px;
}

.menuBox li a:hover {
  color: #136df3;
}

/**/
main.green #columnSide .menuBox h3 {
  color: #00a46d;
}

main.blue #columnSide .menuBox h3 {
  color: #0061f2;
}

main.purple #columnSide .menuBox h3 {
  color: #673ab7;
}

main.orange #columnSide .menuBox h3 {
  color: #df6f02;
}

main.green #columnSide .menuBox {
  border-bottom: 1px solid #7ac0a9;
}

main.blue #columnSide .menuBox {
  border-bottom: 1px solid #8397ca;
}

main.purple #columnSide .menuBox {
  border-bottom: 1px solid #b099cb;
}

main.orange #columnSide .menuBox {
  border-bottom: 1px solid #d9b883;
}

main.green #columnSide .menuBox li a:hover {
  color: #00a46d;
}

main.blue #columnSide .menuBox li a:hover {
  color: #0061f2;
}

main.purple #columnSide .menuBox li a:hover {
  color: #673ab7;
}

main.orange #columnSide .menuBox li a:hover {
  color: #df6f02;
}


/* -- Mobile Device -- */
@media (max-width:1140px) {}

@media (max-width:1000px) {}

/*===============================================
 container
===============================================*/
.container {
  background-color: #fff;
  border-radius: 4px;
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.2));
}

.container ._inner {
  padding: 30px 20px 30px 20px;
}

.container h2.head {
  background-color: #f8f8f9;
  border-bottom: 1px solid #dddee0;
  border-radius: 6px 6px 0 0;
  color: #2d3650;
  font-size: 16px;
  padding: 12px 20px 10px 20px;
  margin: 0;
}


/*===============================================
 dashboard
===============================================*/
/*==== lastlogin ====*/
.lastlogin {
  text-align: right;
  color: #fff;
  margin-bottom: 40px;
}

/*==== grandMenuBox ====*/
.grandMenu {
  display: flex;
  flex-wrap: wrap;
}

.grandMenu .grandMenuBox {
  width: 32.09%;
  position: relative;
  margin-bottom: 20px;
}

.grandMenu .grandMenuBox h3 {
  position: relative;
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 24px;
}

.grandMenu .grandMenuBox h3 i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #2d3650;
}

.grandMenu .grandMenuBox ul {
  padding: 7px 0;
  border-left: 1px solid #d4dae3;
  margin: 7px 0 0 7px;
}

.grandMenu .grandMenuBox li {
  position: relative;
  margin-bottom: 1px;
}

.grandMenu .grandMenuBox li a {
  display: block;
  color: #363d47;
  text-decoration: none;
  padding: 6px 15px 6px 17px;
  line-height: 100%;
}

.grandMenu .grandMenuBox li a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #aab1ba;
  border-right: 2px solid #aab1ba;
  transform: rotate(45deg);
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.grandMenu .grandMenuBox li a:hover {
  color: #136df3;
}

/*==== infoList ====*/
ul.infoList,
ul.listStyleNews {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #f2f2f2;
}

ul.infoListBranch,
ul.listStyleNewsBranch {
  margin: 0 0 0 2em;
}

ul.infoList li.root,
ul.listStyleNews li.root {
  padding: 2px 0 2px 0;
  text-indent: 10px;
}

ul.infoListBranch li.parent,
ul.listStyleNewsBranch li.parent {
  padding: 2px 0 2px 0;
  text-indent: 10px;
}

/*===============================================
 pager
===============================================*/
.pagingArea {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.pagingArea .pagingRl {}

.pagingArea .pagingRl a {
  display: block;
  margin: 0 10px;
  text-decoration: none;
  color: #242424;
  font-size: 16px;
  position: relative;
  border: 1px solid #cccfdb;
  border-radius: 6px;
}

.pagingArea .pagingRl a:hover {
  color: #3061ff;
}

.pagingArea .pagingRl a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #aab1ba;
  border-right: 2px solid #aab1ba;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.pagingArea .pagingRl.btLft a {
  padding: 3px 10px 3px 20px;
}

.pagingArea .pagingRl.btLft a::after {
  left: 10px;
  transform: rotate(-135deg);
}

.pagingArea .pagingRl.btRgt a {
  padding: 3px 20px 3px 10px;
}

.pagingArea .pagingRl.btRgt a::after {
  right: 10px;
  transform: rotate(45deg);
}

.pagingArea .pagingNo {
  display: flex;
  justify-content: center;
}

.pagingArea .pagingNo a {
  display: block;
  padding: 5px 7px;
  font-size: 18px;
  margin: 0 3px;
}

.pagingArea .pagingNo .pagingOn {
  color: #666;
  text-decoration: none;
  font-weight: bold;
}

/*===============================================
 menuControlList
===============================================*/
.menuControlList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 24px;
}

.menuControlList li {
  padding: 4px 5px;
  border: 1px solid #cccfdb;
  border-radius: 6px;
  margin: 0 4px 8px 4px;
  color: #666;
  background-color: #f8f9fc;
}

.menuControlList li input {
  margin-right: 7px;
}

/*===============================================
 menuControlList
===============================================*/
.accountFlow {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}

.accountFlow li {
  width: 30%;
  position: relative;
  background-color: #f2f2f2;
  border: 1px solid #b9bac5;
  border-radius: 3px;
  padding: 10px 10px;
  color: #9c9c9c;
}

.accountFlow li:nth-child(1)::after,
.accountFlow li:nth-child(2)::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid #ccc;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 6px;
  right: -15px;
}


.accFlowPos1 li:nth-child(1),
.accFlowPos2 li:nth-child(2),
.accFlowPos3 li:nth-child(3) {
  background-color: #fffbe4;
  border: 1px solid #ffbd54;
  color: #242424;
}


/*===============================================
 plan spec graph
===============================================*/
div.graph {
  width: 100%;
  background-color: #e7f5e8;
  border: 1px solid #dbdbdb;
  margin: 0 0 1em 0;

}

div.graph span.bar {
  display: block;
  background: #80ca9e url(../images/graph_bar.gif) repeat-x left top;
  text-align: center;
  line-height: 160%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 140%;
  color: #2d6644;
  margin: 1px;
}

/*===============================================
 [Mail Filter] lcAcList
===============================================*/
.lcAcList {
  position: relative
}

.lcAcList dt {
  background: #caeabb url(../images/acclist_dir_normal.png) no-repeat right 15px center;
  border-bottom: 1px solid #ffffff;
  z-index: 1;
}

.lcAcList dt.active {
  background: #caeabb url(../images/acclist_dir_active.png) no-repeat right 15px center;
}

.lcAcList dt:hover {
  cursor: pointer;
}

.lcAcList dt {
  display: flex;
}

.lcAcName {
  width: 50%;
  float: left;
  background: #caeabb url(../images/acclist_ic.png) no-repeat left 10px center;
  margin: 0 0 0 0;
  padding: 20px 0 10px 35px;
  font-size: 14px;
  font-weight: bold;
}

.addrCtrl form {
  display: inline;
}

.lcAcCtrl {
  width: 50%;
  padding: 10px 40px 10px 0;
  text-align: right;
  z-index: 999;
}

/**/
.lcAcList dd {
  display: none;
}

.addrList {
  background: #e9f0e5 url(../images/acclist_ic_sub.png) no-repeat left 37px center;
  border-bottom: 1px solid #ffffff;
  display: flex;
}

.addrName {
  margin: 0 0 0 60px;
  padding: 10px 0 10px 0;
  width: 85%;
  float: left;
}

.addrCtrl {
  margin: 0 35px 0 0;
  padding: 10px 0 10px 0;
  width: 15%;
  float: right;
  text-align: right;
}

/*===============================================
 inModal
===============================================*/
.inModal {
  width: 800px;
  padding: 20px 20px;
  background: #fff;
}

@media (max-width:810px) {
  .inModal {
    width: 90%;
  }
}

.inModal table {
  width: 100%;
  margin: 0 0 2em 0;
  border-collapse: separate;
  border: 1px solid #9b9b9b;
  font-size: 90%;
}

.inModal th {
  background-color: #dde8ed;
  vertical-align: middle;
  font-weight: bold;

  padding: 5px 9px 5px 9px;
  text-align: center;

  border-right: 1px solid #bcc4d0;
  border-bottom: 1px solid #bcc4d0;
}

.inModal td {
  vertical-align: middle;
  padding: 5px 9px 5px 9px;
  border-right: 1px solid #bcc4d0;
  border-bottom: 1px solid #bcc4d0;
}

.inModal td.scndTh {
  background: #f3f3f3;
  font-weight: bold;
}

.inModal h4 {
  font-weight: bold;
  font-size: 130%;
  margin: 0 0 1em 0;
  clear: both;
}

.inModal .proCon {
  text-align: center;
  font-size: 180%;
  font-weight: bolder;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/*===============================================
 mailTransRule
===============================================*/
.mailTransRule {
  position: relative;
  margin: 0 0 20px 0;
  overflow-y: scroll;
  height: 80px;
}

.ruleNotFound {
  text-align: center;
  margin: 0 0 3em 0;
}

.ruleTotalNum {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 7px;
}

table.mailTransRuleTb {
  border-collapse: collapse;
  width: 90%;
  margin-top: 15px;
}

table.mailTransRuleTb td.ruleEdit {
  vertical-align: middle;
  background-color: #dfe9ed;
  border: none;
  border-bottom: 3px solid #ffffff;
  line-height: 240%;
}

table.mailTransRuleTb td.ruleEdit input,
table.mailTransRuleTb td.ruleEdit select {
  margin: 0 3px 0 0;
}

table.mailTransRuleTb td.ruleControll {
  vertical-align: middle;
  text-align: center;
  background-color: #eeeeee;
  border: none;
  border-bottom: 3px solid #ffffff;
}

table.mailTransRuleTb td.ruleControll a {
  display: block;
  width: 23px;
  height: 22px;
  background-color: #6c757d;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  margin: 0 auto;
}

table.mailTransRuleTb td.ruleControll a:hover {
  text-decoration: none;
  background-color: #5c636a;
}

/*===============================================
 ftpmanager
===============================================*/
body#popwin {
  background-color: #fff;
}

.popwinWrapper {
  width: 94%;
  margin: 0 auto;
  text-align: left;
  padding: 30px 0;
  background-color: #fff;
}

/*########################################################################
 loginScreen
########################################################################*/
body#frontPage {
  background: linear-gradient(to bottom, #f2f2f2, #d8dcdf);
}

#whole {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

#whole footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

#loginScreen {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding-top: 60px;
  margin-bottom: 60px;
}

#loginScreen ._inner {
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 70%;
  border-radius: 6px;
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.3));
  padding: 30px 0;
}

#loginScreen ._inner .clmnLeft {
  width: 42%;
  text-align: center;
  position: relative;
  margin-left: 40px;
}

#loginScreen ._inner .clmnRight {
  width: 42%;
  position: relative;
  margin-right: 40px;
}

#loginScreen ._inner .siteName {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#loginScreen ._inner .siteName h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 180%;
  padding: 0px 0;
  margin: 0 0 15px 0;
}

#loginScreen ._inner .siteName p {
  font-size: 14px;
}

#loginScreen ._inner .clmnRight .label {
  font-size: 14px;
  font-weight: bold;
}

#loginScreen ._inner .clmnRight .input {
  margin-bottom: 10px;
}

#loginLinks h3 {
  text-align: center;
}

#loginLinks ul {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

#loginLinks li {
  width: 200px;
  margin: 0 10px;
  text-align: center;
}



/* -- Mobile Device -- */
@media (max-width:1098px) {}


/*===============================================
 verifyScreen
===============================================*/
#verifyScreen {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding-top: 60px;
  margin-bottom: 60px;
}

#verifyScreen ._inner {
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  width: 70%;
  border-radius: 6px;
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.3));
  padding: 30px 30px;
  text-align: center;
}

#verifyScreen ._inner .screenName {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 60px;
}

#verifyScreen ._inner .screenName img {
  width: 120px;
  position: relative;
  top: 5px;
  margin-right: 15px;
}


/*===============================================
 New mail user add
===============================================*/
.newMailUser {
  margin-bottom: 60px;
  border: 1px solid #cccfdb;
  padding: 15px 20px;
  border-radius: 3px;
}

.newAddItem {
  display: none;
}

.newAdd {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  cursor: pointer;
  outline: none;
  appearance: none;
  text-decoration: none;
  border-radius: 3px;
  font-size: 15px;
  transition: 0.2s linear;
  line-height: 100%;
  font-weight: normal;
  white-space: nowrap;
  background-color: #0d6efd;
  border: 1px solid #0d6efd;
  color: #fff !important;
  padding: 16px 24px;
  margin-bottom: 15px;
}

.newAdd:hover {
  background-color: #0b5ed7;
  border: 1px solid #0b5ed7;
}

.newAdd.is-open {
  background-color: #fff;
  border: 1px solid #0d6efd;
  color: #0d6efd !important;
}

.newAdd.is-open:hover {
  background-color: #0d6efd;
  color: #fff !important;
}

.newFtpUser {
  margin-bottom: 60px;
  border: 1px solid #cccfdb;
  padding: 15px 20px;
  border-radius: 3px;
}

/*===============================================
 
===============================================*/
/*===============================================
 
===============================================*/
/*===============================================
 
===============================================*/
/*===============================================
 
===============================================*/
/*===============================================
 
===============================================*/