.errMsg_textArea {
  width: 400px;
  resize: auto!important;
}

.hikokai_lh {
  line-height: 150px;
}

.login {
  background-image: url("../images/login/login_bg.jpg");
  background-repeat: no-repeat;
  background-position:center 80px ;
}

.login_box {
  background-color:rgba(225,225,220,0.72);
  border-radius: 10px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  clear:both;
  margin: 30px auto 20px auto;
  max-width: 500px;
  padding: 30px 30px 20px 30px;
  text-align:center;
  z-index: 100;
}

.login_box p {
  font-weight: bold;
  margin: 20px auto 0 auto;
  padding: 0;
  text-align: left;
}

.login_box ul {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}

.login_box ul li {
  margin: 0;
  padding: 0;
  width: 50%;
}

.login_box ul li:first-child {
  margin-right:10px;
}

.login_box .input {
  background-color:#fff;
  border: #d7d7cf solid 3px;
  color: #333;
  font-size: 1.11rem!important;
  margin: 0px auto;
  padding: 5px 0px;
  text-align: left;
  width: 100%
}

.login_box .input_focus {
  background-color:#ffffcc;
  border: #d7d7cf solid 3px;
  color: #333;
  font-size: 1.11rem!important;
  margin: 0px auto;
  padding: 5px 0px;
  text-align: left;
  width: 100%
}

.login_box .login_btn {
  background-color: #403f3c;
  border:none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  height: 60px;
  margin: 20px auto;
  text-align: center;
  width: 100%;
}

.login_box .btn:hover,
.mob_menu li:hover,
.login_btn:hover {
  background-color: #1e728e;
  transition:.3s;
}

.login_copyright {
  margin: 20px;
  text-align: center;
}

.login_copyright a {
  color: #333!important;
}

.menu a {
  text-decoration: none;
}

.menu li {
  font-size: 0.9rem;
  text-align: left;
}

.menu_box {
  margin: 30px auto 20px auto;
  max-width: 500px;
  overflow: hidden;
  padding: 0;
  text-align: left;
}

.mob_menu {
  display: flex;
  margin: 0;
  padding: 0;
  width: 190px;
}

.mob_menu a {
  color: #fff;
}

.mob_menu li img {
  display: block;
  margin: 5px auto;
}

.mob_menu li {
  background-color: #403f3c;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 120%;
  margin-right: 5px;
  padding:5px 3px 8px 3px;
  text-align: center;
  width: 120px;
}

.mt80 {
  margin-top: 80px;
}

.tempFileSelect_dropArea {
  height: 120px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.textArea_resize-none {
  resize: none;
}

.textError {
  color: #CC3333;
  line-height: 12pt;
}

.settei_link .topMenu_setting {
  color: #403f3c;
  text-decoration: none;
}

.settei_content {
  cursor: pointer;
  padding-left: 35px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
}

.topMenu_setting {
  position: relative;
}

.topMenu_confList .settei_area {
  opacity: 0;
  cursor: pointer;
}

.topMenu_setting.setting_hover {
  color:#ff5252!important;
}

ul.menu {
  float: right;
  margin: 0;
  padding: 0;
}

ul.menu a {
  color: #403f3c;
}

ul.menu a:hover {
  color:#1e728e;
  transition:.3s;
}

/* メニュー */
form[name=cmn002Form] {
    margin:0px;
}

#menu_username {
    line-height: 100%;
}

.baseBtn.menu_logout {
  font-weight: bold;
  font-size: 0.69rem;
  height: auto;
  padding:5px;
}

.cal_table  {
  table-layout: fixed;
}


.cmn002 {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0px;
  overflow-y: hidden;
  padding: 0px;
  width: 100%;
}

.cmn002_body {
  flex-grow: 1;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.cmn002-hidden {
  visibility: hidden;
}

.cmn002_menu {
  flex-grow: 0;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.cmn002_menu-float {
  position: absolute;
}

/* ロゴ */
.gsLogo {
  position: absolute;
  left:0;
  top:0px;
  width: 150px;
  height: 32px;
  text-indent: -999px;
}

.gsLogo2 {
  position: absolute;
  left:0;
  top:32px;
  width: 150px;
  height: 58px;
  text-indent: -999px;
}

/* ヘッダー内ロゴ */
.header_logo {
  left:0px;
  position: absolute;
  top:0px;
  text-indent: -999px;
  height: 32px;
  width: 150px;
}
.header_logo-origin {
  height: 32px;
  width: 150px;
}


.js_body {
  bottom: 0px;
}

.menu_btn {
  align-items:center;
  border:0px none;
  border-radius:5px;
  display:flex;
  flex-direction:column;
  font-size: 0.83rem;
  font-weight: normal;
  justify-content:center;
  line-height: 11px;
  padding: 3px 0px;
  text-align: center;
  width:78px;
}

.menu_close_base {
  bottom: 0;
  height: 2px;
  position: absolute;
}

.menu_header {
  align-items: center;
  display:flex;
  font-weight: bold;
  font-size: 1rem;
  vertical-align: bottom;
  bottom:0;
  text-align: right;
  transition: 0.3s;
  padding: 2px 10px;
  width: 100%;
  flex-wrap:wrap;
}

.menu_header-unlock {
  cursor: pointer;
  transition: 0.3s;
}

.menu_header:before {
  background: none;
  bottom: 0px;
  content: " ";
  height: 36px;
  left: 0px;
  margin: -4px -20px -36px -10px;
  position: relative;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
  width: calc(100% + 20px );
}

.menu_header-unlock:hover:before {
  background: rgba(255,255,255,0.3);
}
.menu_header-unlock:active:before {
  background: rgba(255,255,255,0.6);
}
.menu_header-hover {
  opacity: 0.7;
}

.menu_headerText {
  align-items: center;
  display:inline-flex;
  z-index:1;
}

.menu_headerText > i {
  margin-right:1px;
}

.menu_ico_base {
  align-items:center;
  background-position : 50% 50% ;
  background-clip: border-box;
  background-repeat: no-repeat;
  display:flex;
  height:50px;
  justify-content:center;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
  width:50px;
}
.menu_ico_base > img {
  max-width:50px;
  max-height:50px;
}
.menu_list {
  display:flex;
  flex-wrap: wrap;
  justify-content:left;
  margin:0px ;
  padding:2px 0px;
}

.menu_logo {
  display: block;
  height:32px;
  position:relative;
  overflow: hidden;
  width:150px;
}

.menu_logo:after {
  background:none;
  bottom: 0;
  content: "";
  left:0;
  position: absolute;
  right: 0;
  top:0;
  transition: all 0.3s;
}

.menu_lockBtn > i {
  align-content:center;
  background: none;
  border: none;
  border-radius: 50%;
  bottom: 2px;
  display:inline-flex;
  font-size: 1.5rem;
  height: 30px;
  justify-content:center;
  margin:3px;
  position:absolute;
  right: 0px;
  width: 30px;
}

.menu_name {
  border-radius: 3px;
  padding-bottom: 0px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0px;
  width: 78px;
}

.selectGroup_list {
  height:506px;
}

.theme-count {
  font-size: 70% !important;
  margin-left: 5px;
  font-weight: normal !important;
}

.themeSelect-left {
  padding-bottom: 20px;
  padding-right: 20px;
}

.themeSelect-center {
  padding-bottom: 20px;
}

.themeSelect-right {
  padding-bottom: 20px;
  padding-left: 20px;
}

.themeSelect_theme {
  cursor: pointer;
  display: block;
}

.themeSelect_img {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  padding: 10px 5px;
}

.wp115 {
 width: 115px;
}
.helpBubbleBtn {
    position: relative;
}

.helpBubbleBtn > .helpBubble {
    display:none;
}
.helpBubbleBtn:focus-within > .helpBubble {
    display:block;
    cursor: default;
    border-width: 5px;
    border-style: solid;
    padding: 20px;
    position: absolute;
    font-weight: normal;
    filter: drop-shadow(2px 3px 3px rgba(0,0,0,0.1));
}
.helpBubbleBtn .helpBubble.helpBubble-topright,
.helpBubbleBtn .helpBubble.helpBubble-topleft,
.helpBubbleBtn .helpBubble.helpBubble-topcenter {
    bottom:calc(100% + 26px);
}
.helpBubbleBtn .helpBubble.helpBubble-bottomright,
.helpBubbleBtn .helpBubble.helpBubble-bottomleft,
.helpBubbleBtn .helpBubble.helpBubble-bottomcenter {
    top:calc(100% + 26px);
}

.helpBubbleBtn .helpBubble.helpBubble-topright,
.helpBubbleBtn .helpBubble.helpBubble-bottomright {
    left:-30px;
}
.helpBubbleBtn .helpBubble.helpBubble-topleft,
.helpBubbleBtn .helpBubble.helpBubble-bottomleft {
    right:-30px;

}
.helpBubbleBtn .helpBubble.helpBubble-topcenter,
.helpBubbleBtn .helpBubble.helpBubble-bottomcenter {
  left: 50%;
  transform: translateX(-50%)
}

.helpBubbleBtn:focus-within .helpBubble:before {
  content: "";
  position: absolute;
  border: 26px solid transparent;

}

.helpBubbleBtn:focus-within .helpBubble:after {
  content: "";
  position: absolute;
  border: 20px solid transparent;

}

.helpBubbleBtn:focus-within .helpBubble.helpBubble-topright:before {
  bottom: -52px;
  left: 6px;
}
.helpBubbleBtn:focus-within .helpBubble.helpBubble-topright:after {
  bottom: -40px;
  left: 12px;
}
.helpBubbleBtn:focus-within .helpBubble.helpBubble-topleft:before {
  bottom: -52px;
  right: 6px;
}
.helpBubbleBtn:focus-within .helpBubble.helpBubble-topleft:after {
  bottom: -40px;
  right: 12px;
}
.helpBubbleBtn:focus-within .helpBubble.helpBubble-topcenter:before {
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%)
}
.helpBubbleBtn:focus-within .helpBubble.helpBubble-topcenter:after {
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%)
}
.helpBubbleBtn:focus-within .helpBubble.helpBubble-bottomright:before {
  top: -52px;
  left: 6px;
}
.helpBubbleBtn:focus-within .helpBubble.helpBubble-bottomright:after {
  top: -40px;
  left: 12px;
}

