@charset "UTF-8";
/* CSS Reset ver.2021-01m */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
#page-top {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 444;
}

#page-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #6563ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#page-top p:hover {
  background: #0c2e8f;
}

#move-page-top {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  font-size: 2rem;
}

/* -----------------------------//CSS To-Top END */
body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Meiryo", sans-serif;
  background: #f2f2f2;
  color: #000;
}

a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.corp_admin_header {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0c2e8f;
  -webkit-box-shadow: 0 3px 6px #444;
          box-shadow: 0 3px 6px #444;
  position: relative;
  z-index: 111;
}
.corp_admin_header h1 {
  width: 260px;
  height: 80px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.corp_admin_header h1 a {
  width: 260px;
}
.corp_admin_header h1 img {
  width: 85%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.mng_head_title {
  width: 30%;
  margin-left: 30px;
}
.mng_head_title h2 {
  font-size: 2rem;
  color: #fff;
}

.corp_admin_logout {
  width: calc(68% - 260px);
  padding: 15px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.corp_admin_logout p {
  margin-right: 15px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
}
.corp_admin_logout button {
  display: block;
  padding: 8px 30px;
  font-size: 0.8rem;
  font-weight: bold;
}

.mng_corp_login {
  width: 100%;
  padding: 60px 0;
  background: #e6e6e6;
}

.corp_login_inner {
  width: 570px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
}
.corp_login_inner h3 {
  text-align: center;
  font-size: 1.5rem;
}

.mng_login_input label {
  display: block;
  width: 510px;
  margin-top: 15px;
  padding: 10px 15px;
  background: #edf2f6;
  border-radius: 5px;
}
.mng_login_input span {
  display: inline-block;
  width: 110px;
  font-weight: bold;
}
.mng_login_input input {
  width: 300px;
  padding: 5px;
}

button.pw_change_btn {
  padding: 6px 10px;
  font-size: 0.8rem;
  font-weight: bold;
}

button.mng_login_btn {
  display: block;
  width: 150px;
  padding: 7px 10px;
  margin: 25px auto 0 auto;
  font-weight: bold;
  background: #0060c5;
  border: 1px solid #efefef;
  border-radius: 3px;
  color: #fff;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}

.mng_contract_period h4 {
  margin: 0;
  padding: 0;
  line-height: 1rem;
  margin-top: 15px;
  text-align: center;
}
.mng_contract_period select {
  padding: 5px 10px;
}

button.mng_login_btn:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #00b0ec;
}

.mng_login_caution {
  width: 570px;
  margin: 15px auto 0 auto;
  padding: 10px 5px;
}
.mng_login_caution ul {
  margin: 0;
  padding: 0;
}
.mng_login_caution p,
.mng_login_caution li {
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.mng_login_caution li {
  list-style-type: disc;
  list-style-position: inside;
}
.mng_login_caution p {
  margin-top: 5px;
}
.mng_login_caution h4 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.mng_login_caution h5 {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin: 10px 0 5px 0;
  padding: 0;
  border-bottom: 1px solid #000;
}

.forgot_input span {
  font-size: 0.8rem;
}
.forgot_input select {
  padding: 5px 10px;
}

button.mng_pwforgot_btn {
  display: block;
  width: 150px;
  padding: 7px 10px;
  margin: 25px auto 0 auto;
  font-weight: bold;
  background: #0060c5;
  border: 1px solid #efefef;
  border-radius: 3px;
  color: #fff;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}

button.mng_pwforgot_btn:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #00b0ec;
}

.mng_pw_forgot {
  width: 100%;
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #bfbfbf;
}
.mng_pw_forgot p {
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: center;
}
.mng_pw_forgot i {
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
  bottom: -1px;
  margin-right: 3px;
  color: #00b0ec;
}

.pwforgot_caution li {
  list-style-type: decimal;
  margin-top: 10px;
}

.forgot_reset_input label {
  font-size: 0.9rem;
  padding-left: 5%;
}
.forgot_reset_input span {
  display: block;
  width: 100%;
}
.forgot_reset_input input {
  width: 75%;
}

p.back_loginpage {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  font-size: 0.8rem;
  font-weight: bold;
}
p.back_loginpage i {
  display: inline-block;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 5px;
  position: relative;
  bottom: 1px;
  color: #00b0ec;
}
p.back_loginpage a {
  text-decoration: none;
  color: #000;
}
p.back_loginpage a:hover {
  text-decoration: underline;
  color: #666;
}

.mng_pw_forgot i {
  display: inline-block;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 5px;
  position: relative;
  bottom: 1px;
  color: #00b0ec;
}
.mng_pw_forgot a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.mng_pw_forgot a:hover {
  text-decoration: underline;
  color: #666;
}

@-webkit-keyframes angle-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes angle-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
dl.mng_main_menue {
  width: 100%;
  background: #404040;
  color: #fff;
  font-size: 0.9rem;
}
dl.mng_main_menue dt {
  padding: 10px 15px;
  border-bottom: 1px solid #707070;
}
dl.mng_main_menue dt i {
  margin-right: 2px;
}
dl.mng_main_menue dt span.mng_opt_mark {
  margin-left: 5px;
}
dl.mng_main_menue dt span.mng_opt_mark i {
  font-size: 1.1rem;
  line-height: 1rem;
  position: relative;
  bottom: -1px;
  color: #888888;
}
dl.mng_main_menue dt:hover {
  cursor: pointer;
  background-image: url(../img-admin/angle-down-s-white.svg);
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-animation-name: angle-fade;
          animation-name: angle-fade;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
dl.mng_main_menue dt:first-child {
  padding-top: 15px;
}
dl.mng_main_menue dt.current_dt {
  background: #666;
}
dl.mng_main_menue dd {
  display: none;
}
dl.mng_main_menue a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  padding: 10px 5px 10px 25px;
  background: #303030;
  border-bottom: 1px solid #707070;
}
dl.mng_main_menue a span {
  display: inline-block;
  width: auto;
  margin-left: 10px;
  padding: 2px 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 3px;
}
dl.mng_main_menue a span.now_applying {
  border-color: #f47223;
  color: #f47223;
}
dl.mng_main_menue a span.now_remanding {
  border-color: #00b0ec;
  color: #00b0ec;
}
dl.mng_main_menue a:hover {
  background: #707070;
}
dl.mng_main_menue a,
dl.mng_main_menue a:hover {
  background-image: url(../img-admin/angle-right-b_white.svg);
  background-repeat: no-repeat;
  background-position: center right;
}
dl.mng_main_menue a i,
dl.mng_main_menue a:hover i {
  margin-right: 2px;
}
dl.mng_main_menue a.menu_dark {
  background: #202020;
  background-image: none;
}
dl.mng_main_menue a.menu_dark:hover {
  background: #707070;
  background-image: url(../img-admin/angle-right-b_white.svg);
  background-repeat: no-repeat;
  background-position: center right;
}
dl.mng_main_menue a#remindmail_nav:hover {
  background-image: none;
}
dl.mng_main_menue a.current_page {
  background: #293847;
  background-image: url(../img-admin/angle-right-b_white.svg);
  background-repeat: no-repeat;
  background-position: center right;
}
dl.mng_main_menue a.current_page i {
  margin-right: 2px;
}
div.sub_acc_nav {
  position: relative;
}
div.sub_acc_nav a:hover {
  cursor: pointer;
}
div.sub_acc_nav a.current_page {
  display: block;
}

ul.main_subnav,
ul.slide_subnav_open {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: none;
}
ul.main_subnav li a,
ul.slide_subnav_open li a {
  padding-left: 45px;
}

ul.slide_subnav_open {
  display: block;
}

.mng_container_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mng_container_flex nav {
  width: 260px;
  height: calc(100vh - 80px);
  background: #404040;
  -webkit-box-shadow: 3px 0 6px #707070;
          box-shadow: 3px 0 6px #707070;
  position: relative;
  z-index: 111;
}
.mng_container_flex main {
  width: calc(100% - 260px);
}

.mng_main_content {
  width: 100%;
  margin: auto;
  height: calc(100vh - 80px);
  overflow: scroll;
  overflow-x: hidden;
  background: #fff;
  padding: 30px 30px 80px 30px;
  position: relative;
}
.mng_main_content ul {
  margin: 0;
  padding: 0;
}
.mng_main_content li.mng_content_box {
  width: 100%;
}
.mng_main_content li.mng_content_box h3 {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  background: #0c2e8f;
  color: #fff;
}
.mng_main_content li.mng_content_box h3.mng_jcinfo,
.mng_main_content li.mng_content_box h3.resvmail_detail {
  background: #00b0ec;
}
.mng_main_content li.mng_content_box span.mng_item_instruction {
  display: block;
  width: 100%;
  padding: 10px 15px;
  margin-top: 15px;
  background: #e6e6e6;
  border-radius: 5px;
}
.mng_main_content li.mng_content_box span.mng_item_instruction p {
  font-size: 0.8rem;
  line-height: 1rem;
  color: #000;
  margin-top: 5px;
}
.mng_main_content li.mng_content_box span.mng_item_instruction p:first-child {
  margin-bottom: 0;
}
.mng_main_content li.mng_content_box div.mng_jcinfo_content {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 60px;
  border-top: 1px solid #707070;
}
.mng_main_content li.mng_content_box div.mng_jcinfo_content p {
  width: 100%;
  padding: 10px 15px;
  margin-top: 10px;
  background: #efefef;
  border-radius: 5px;
}
.mng_main_content li.mng_content_box div.mng_jcinfo_content p span {
  font-weight: bold;
  margin-right: 15px;
}
.mng_main_content li.mng_content_box div.mng_jcinfo_content a {
  color: #000;
  text-decoration: none;
}

p.notice_small_text {
  font-size: 0.8rem;
  padding-left: 1rem;
}

.mng_btn_zone {
  width: 100%;
  background: #404040;
}

.mng_main_content::-webkit-scrollbar {
  width: 10px;
}

.mng_main_content::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 5px;
}

.mng_main_content::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 5px;
}

.mng_content_inner {
  width: 100%;
  margin-top: 20px;
  padding: 20px 25px;
  background: #efefef;
}
.mng_content_inner h4 {
  font-size: 1.1rem;
  border-bottom: 1px solid #000;
  margin: 0 0 15px 0;
}
.mng_content_inner input,
.mng_content_inner label {
  margin: 0;
  padding: 0;
}
.mng_content_inner input[type=radio],
.mng_content_inner input[type=checkbox] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 5px;
}
.mng_content_inner input[type=text],
.mng_content_inner input[type=url] {
  width: 550px;
  padding: 5px 10px;
}
.mng_content_inner input.short_input {
  width: 300px;
}
.mng_content_inner input.very_short_input {
  width: 200px;
}
.mng_content_inner select {
  padding: 5px 10px;
}
.mng_content_inner span.input_label_text {
  display: inline-block;
  margin-left: 10px;
  margin-right: 15px;
  font-weight: bold;
}
.mng_content_inner ::-webkit-input-placeholder {
  /* WebKit, Edge */
  font-size: 0.8rem;
}
.mng_content_inner :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.8rem;
}
.mng_content_inner ::-moz-placeholder {
  /* Others */
  font-size: 0.8rem;
}
.mng_content_inner ::-ms-input-placeholder {
  /* Others */
  font-size: 0.8rem;
}
.mng_content_inner ::placeholder {
  /* Others */
  font-size: 0.8rem;
}
.mng_content_inner textarea {
  padding: 5px 10px;
}
.mng_content_inner button {
  outline: none;
  border: 1px solid #707070;
  background: #fff;
  padding: 5px 15px;
  border-radius: 5px;
}
.mng_content_inner button:hover {
  cursor: pointer;
  background: #e6e6e6;
}
.mng_content_inner button.mng_change_btn {
  font-size: 0.8rem;
  font-weight: bold;
  margin-left: 30px;
  background: #0060c5;
  color: #fff;
  border: none;
  position: relative;
  bottom: 3px;
  -webkit-box-shadow: 2px 2px 4px #bfbfbf;
          box-shadow: 2px 2px 4px #bfbfbf;
}
.mng_content_inner button.mng_change_btn:hover {
  background: #00b0ec;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.mng_content_inner dl {
  display: none;
}
.mng_content_inner dt {
  font-weight: bold;
  padding: 5px 10px;
  margin: 20px 0 0 0;
  background: #707070;
  color: #fff;
}
.mng_content_inner dd {
  padding: 20px 30px 25px 30px;
  background: #fff;
}
.mng_content_inner dd i.check_ok,
.mng_content_inner dd i.check_ng {
  font-size: 2rem;
  line-height: 1rem;
  position: relative;
  bottom: -5px;
}
.mng_content_inner dd i.check_ok {
  color: #088c8b;
}
.mng_content_inner dd i.check_ng {
  color: #f00;
}
.mng_content_inner dd h5 {
  margin: 30px 0 15px 0;
  padding: 0;
  line-height: 1rem;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.mng_content_inner dd h5::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #000;
  display: block;
  margin-left: 10px;
}
.mng_content_inner dd h5:first-child {
  margin-top: 10px;
}
.mng_content_inner dd.link_space_input div {
  padding-bottom: 15px;
  border-bottom: 1px solid #bfbfbf;
}
.mng_content_inner dd.link_space_input div:nth-child(n+2) {
  padding-top: 15px;
}
.mng_content_inner dd.whole_space_show {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 20px;
}
.mng_content_inner dd.whole_space_show p {
  font-size: 0.9rem;
}
.mng_content_inner dd.whole_space_show p strong {
  font-weight: bold;
  font-size: 1rem;
}
.mng_content_inner dd.whole_space_show p label {
  margin-left: 10px;
  font-size: 1rem;
}
.mng_content_inner div.visual_thumb_flex {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mng_content_inner div.uploaded_preview {
  width: 300px;
  height: 190px;
  padding: 10px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.mng_content_inner div.uploaded_preview img {
  display: block;
  width: 200px;
  height: 133px;
  margin: auto auto 5px auto;
}
.mng_content_inner div.logo_uploaded img {
  width: 130px;
  height: auto;
}
.mng_content_inner div.preview_box,
.mng_content_inner div.logo_preview_box,
.mng_content_inner div.intr_preview_box1,
.mng_content_inner div.intr_preview_box2,
.mng_content_inner div.pr_preview_box1,
.mng_content_inner div.pr_preview_box2,
.mng_content_inner div.tl_preview_box1,
.mng_content_inner div.tl_preview_box2 {
  width: 300px;
  height: 190px;
  margin: 10px 0;
  padding: 10px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1rem;
  border: 1px solid #bfbfbf;
  overflow: hidden;
}
.mng_content_inner div.logo_preview_box {
  height: 150px;
}
.mng_content_inner img.img_preview {
  display: block;
  width: 200px;
  height: 133px;
  margin: auto auto 5px auto;
}
.mng_content_inner img.logo_preview {
  display: block;
  width: 130px;
  height: auto;
  margin: auto auto 5px auto;
}
.mng_content_inner div.mng_input_check {
  margin: 0;
  padding: 0;
  background: #fff;
}
.mng_content_inner div.mng_input_check i {
  line-height: 1rem;
  margin: 0;
  padding: 0;
}
.mng_content_inner div.mng_sub_industry {
  width: 100%;
  margin: 0;
  padding: 0;
}
.mng_content_inner div.mng_sub_industry input[type=text] {
  margin-bottom: 10px;
  margin-left: 0;
  width: 400px;
}
.mng_content_inner div.mng_sub_industry span {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
}
.mng_content_inner div.mng_sub_industry span label {
  margin-left: 10px;
}
.mng_content_inner div.mng_item_show {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.mng_content_inner div.mng_item_show label {
  margin-left: 0;
  margin-right: 15px;
}
.mng_content_inner label.with_upload_btn {
  margin-left: 15px;
}
.mng_content_inner div.title_change {
  margin-bottom: 5px;
}
.mng_content_inner div.title_change span {
  font-size: 0.9rem;
  font-weight: bold;
}
.mng_content_inner dd.office_space_input,
.mng_content_inner dd.associated_space_input,
.mng_content_inner dd.suppliers_space_input,
.mng_content_inner dd.history_space_input,
.mng_content_inner dd.free_space_input,
.mng_content_inner dd.school_space_input,
.mng_content_inner dd.free_space_appli_input,
.mng_content_inner dd.training_space_input,
.mng_content_inner dd.menter_space_input,
.mng_content_inner dd.career_space_input,
.mng_content_inner dd.kentei_space_input,
.mng_content_inner dd.zangyo_space_input,
.mng_content_inner dd.paid_space_input,
.mng_content_inner dd.childcare_space_input,
.mng_content_inner dd.gender_space_input,
.mng_content_inner dd.recruit_space_input,
.mng_content_inner dd.selection_space_input,
.mng_content_inner dd.selec_feture_space_input,
.mng_content_inner dd.process_space_input,
.mng_content_inner dd.timing_space_input {
  display: none;
}

.space_add_btn {
  width: 100%;
  margin-top: 20px;
  padding: 10px 5px;
  text-align: center;
  background: #f1f1f9;
}

button.display_space_add {
  font-size: 0.8rem;
  font-weight: bold;
}

dd.free_add_space {
  border-top: 1px solid #bfbfbf;
}

dd.checkbox_col label {
  margin-right: 15px;
}
dd.checkbox_col input[type=checkbox] {
  margin-right: 5px;
}
dd.checkbox_col textarea {
  display: block;
  margin-top: 15px;
}

.mng_contract_corp h4 {
  width: 100%;
  padding: 5px 15px;
  margin-top: 30px;
  color: #fff;
  background: #0060c5;
}
.mng_contract_corp h4:first-child {
  margin-top: 0;
}
.mng_contract_corp h5 {
  font-size: 0.9rem;
  line-height: 1rem;
  padding: 5px 10px;
  margin: 0;
  margin-bottom: 10px;
  background: #707070;
  color: #fff;
}
.mng_contract_corp p {
  margin-top: 10px;
}
.mng_contract_corp span.contract_name {
  display: inline-block;
  width: 100px;
  font-weight: bold;
  margin-right: 15px;
}
.mng_contract_corp span.notification_mail {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  font-weight: bold;
  font-size: 0.9rem;
}
.mng_contract_corp span.notification_status {
  display: inline-block;
  width: auto;
  padding: 3px 15px;
  font-size: 0.8rem;
  font-weight: bold;
  border: 1px solid #444;
}

p.person_charge_edit_notice {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 0.9rem;
}
p.person_charge_edit_notice i {
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-right: 3px;
}

.contract_zone_part {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contract_display_area {
  width: 85%;
  padding: 0 0 0 5px;
}

.contract_person_display button.delete_manager {
  font-size: 0.8rem;
  font-weight: bold;
  color: #f00;
  border: 1px solid #f00;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
.contract_person_display button.delete_manager:hover {
  background: #f00;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contract_btn_area {
  width: 15%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contract_btn_area button {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 5px 30px;
  margin-right: auto;
}

.mng_person_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mng_person_wrap {
  width: 49%;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #707070;
  border-radius: 5px;
  background: #fff;
}

.contract_person_btn {
  width: 100%;
  margin: 20px auto 5px auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contract_person_btn button {
  width: 250px;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 5px 30px;
  margin: auto;
}

.mng_contract_details table {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}
.mng_contract_details tr {
  background: #efefef;
}
.mng_contract_details tr:nth-child(2n) {
  background: #fff;
}
.mng_contract_details th,
.mng_contract_details td {
  padding: 10px;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  vertical-align: top;
}
.mng_contract_details th {
  width: 30%;
}
.mng_contract_details th::before {
  content: "■";
  display: inline-block;
}
.mng_contract_details td {
  width: 70%;
  text-align: left;
}
.mng_contract_details td p {
  margin: 0;
  font-size: 1rem;
}
.mng_contract_details td i {
  font-size: 1.5rem;
  color: #707070;
}

.mng_topinfo_post {
  margin-top: 30px;
}
.topinfo_post_wrap {
  width: 100%;
  padding: 30px 5px;
  border-top: 1px solid #bfbfbf;
}
.topinfo_post_wrap input[type=radio],
.topinfo_post_wrap input[type=checkbox] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 5px;
}
.topinfo_post_wrap input[type=text] {
  margin-bottom: 10px;
  margin-left: 0;
  width: 600px;
  padding: 5px;
}
.topinfo_post_wrap input::-webkit-input-placeholder {
  font-size: 0.8rem;
}
.topinfo_post_wrap input::-moz-placeholder {
  font-size: 0.8rem;
}
.topinfo_post_wrap input:-ms-input-placeholder {
  font-size: 0.8rem;
}
.topinfo_post_wrap input::-ms-input-placeholder {
  font-size: 0.8rem;
}
.topinfo_post_wrap input::placeholder {
  font-size: 0.8rem;
}
.topinfo_post_wrap button {
  font-size: 0.9rem;
  font-weight: bold;
  padding: 5px 30px;
}

span.info_post_label {
  display: inline-block;
  width: 150px;
  font-weight: bold;
}

span.info_post_radio {
  display: inline-block;
  margin-right: 30px;
}

h4.mng_area_acordion::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background-image: url(../img-admin/angle-down-pupl.svg);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}

h4.mng_area_acordion:hover {
  cursor: pointer;
}

h4.area_active::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background-image: url(../img-admin/angle-up-pupl.svg);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}

.radio_check label {
  display: inline-block;
  margin-right: 15px;
}

.mng_acordion_inner {
  display: none;
}

.mng_checkbox_field {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background: #fff;
}
.mng_checkbox_field h5 {
  margin: 30px 0 10px 0;
  padding: 0;
  line-height: 1rem;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.mng_checkbox_field h5:hover {
  cursor: pointer;
}
.mng_checkbox_field h5::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background-image: url(../img-admin/angle-down-pupl.svg);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  bottom: 0;
}
.mng_checkbox_field h5:first-child {
  margin-top: 10px;
}
.mng_checkbox_field h5.acordion_active::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background-image: url(../img-admin/angle-up-pupl.svg);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  bottom: 0;
}

.mng_main_item_name {
  padding: 10px 20px 5px 20px;
  border: 1px solid #bfbfbf;
  border-bottom: none;
}
.mng_main_item_name label::after {
  content: "全て選択";
  display: inline-block;
  margin-left: 5px;
}

.mng_checbox_flex {
  width: 100%;
  padding: 15px 20px 0 20px;
  border: 1px solid #bfbfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mng_checbox_flex div {
  margin: 0 30px 15px 0;
}

h5.mng_tiiki_area {
  width: 100%;
  font-size: 1rem;
  padding: 5px 15px;
  background: #707070;
  color: #fff;
}

h5.hokkaido_tiiki {
  margin-top: 40px;
}

.mng_content_entrylist {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #707070;
}

.elist_serch_box {
  width: 100%;
  padding: 15px 20px;
  background: #efefef;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  margin-top: 15px;
}
.elist_serch_box span {
  font-size: 0.8rem;
  font-weight: bold;
}
.elist_serch_box input {
  padding: 3px 10px;
}
.elist_serch_box input::-webkit-input-placeholder {
  font-size: 0.8rem;
}
.elist_serch_box input::-moz-placeholder {
  font-size: 0.8rem;
}
.elist_serch_box input:-ms-input-placeholder {
  font-size: 0.8rem;
}
.elist_serch_box input::-ms-input-placeholder {
  font-size: 0.8rem;
}
.elist_serch_box input::placeholder {
  font-size: 0.8rem;
}
.elist_serch_box label {
  margin-right: 15px;
}
.elist_serch_box button {
  padding: 7px 30px;
  font-size: 0.8rem;
  font-weight: bold;
  background: #0060c5;
  color: #fff;
  border-radius: 5px;
  border: #bfbfbf;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
.elist_serch_box button:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #00b0ec;
}

.elist_table {
  width: 100%;
  margin-top: 30px;
}

.elist_table_nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #efefef;
  padding: 15px 20px;
  margin-top: 10px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #bfbfbf;
}
.elist_table_nav p {
  font-weight: bold;
  font-size: 0.8rem;
}
.elist_table_nav p strong {
  font-size: 1.2rem;
  margin-right: 5px;
  color: red;
}
.elist_table_nav button {
  padding: 6px 30px;
  font-size: 0.8rem;
  font-weight: bold;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
  margin-left: 5px;
}
.elist_table_nav button:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff3d2;
}

.elist_pagenation_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #efefef;
  padding: 7px 20px;
  font-size: 0.8rem;
  font-weight: bold;
  border: 1px solid #bfbfbf;
  border-top: none;
}
.elist_pagenation_box button {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
.elist_pagenation_box button:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff3d2;
}

.end_panation {
  border-radius: 0 0 5px 5px;
}

.elist_pgnation_left {
  width: 50%;
}
.elist_pgnation_left select {
  padding: 3px 5px;
}

.elist_pgnation_right {
  width: 50%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.elist_pgnation_right p {
  margin-right: 5px;
}
.elist_pgnation_right p.elist_page_num {
  padding: 0 7px;
  background: #0060c5;
  line-height: 1.5rem;
  color: #fff;
  margin: 0;
  margin-right: 5px;
}
.elist_pgnation_right button {
  margin: 0 5px 0 0;
  padding: 2px 3px;
}
.elist_pgnation_right button i {
  padding: 0;
  margin: 0;
}
.elist_pgnation_right button:nth-child(1) {
  padding-right: 10px;
}

.elist_table_content table {
  width: 100%;
  border: 1px solid #bfbfbf;
  border-top: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.elist_table_content tr {
  background: #efefef;
}
.elist_table_content tr th:nth-child(1),
.elist_table_content tr td:nth-child(1) {
  width: 3%;
  text-align: center;
}
.elist_table_content tr th:nth-child(2),
.elist_table_content tr td:nth-child(2) {
  width: 10%;
}
.elist_table_content tr th:nth-child(3),
.elist_table_content tr td:nth-child(3) {
  width: 10%;
}
.elist_table_content tr th:nth-child(4),
.elist_table_content tr td:nth-child(4) {
  width: 10%;
}
.elist_table_content tr th:nth-child(5),
.elist_table_content tr td:nth-child(5) {
  width: 12%;
}
.elist_table_content tr th:nth-child(6),
.elist_table_content tr td:nth-child(6) {
  width: 8%;
}
.elist_table_content tr th:nth-child(7),
.elist_table_content tr td:nth-child(7) {
  width: 8%;
}
.elist_table_content tr th:nth-child(8),
.elist_table_content tr td:nth-child(8) {
  width: 8%;
}
.elist_table_content tr th:nth-child(9),
.elist_table_content tr td:nth-child(9) {
  width: 8%;
}
.elist_table_content tr th:nth-child(10),
.elist_table_content tr td:nth-child(10) {
  width: 10%;
}
.elist_table_content tr th:nth-child(11),
.elist_table_content tr td:nth-child(11) {
  width: 8%;
}
.elist_table_content tr th:nth-child(12),
.elist_table_content tr td:nth-child(12) {
  width: 5%;
}
.elist_table_content tr:nth-child(2n) {
  background: #fff;
}
.elist_table_content th {
  background: #dce5ee;
  line-height: 1rem;
}
.elist_table_content th i {
  font-weight: bold;
  margin-left: 5px;
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
  bottom: -1px;
}
.elist_table_content th,
.elist_table_content td {
  font-size: 0.8rem;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 5px;
  text-align: center;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 0;
}

table.c_sort_table {
  margin-top: 0;
}
table.c_sort_table th {
  position: relative;
}
table.c_sort_table th button {
  position: absolute;
  right: 2px;
  width: auto;
  padding: 0 5px;
  border: none;
  background: none;
}
table.c_sort_table th button i {
  display: inline-block;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
table.c_sort_table th button.long_string {
  position: relative;
  display: block;
  margin: auto;
}
table.c_sort_table th button:hover {
  cursor: pointer;
}

.elist_content-2 tr {
  background: #efefef;
}
.elist_content-2 tr th:nth-child(1),
.elist_content-2 tr td:nth-child(1) {
  width: 3%;
  text-align: center;
}
.elist_content-2 tr th:nth-child(2),
.elist_content-2 tr td:nth-child(2) {
  width: 10%;
}
.elist_content-2 tr th:nth-child(3),
.elist_content-2 tr td:nth-child(3) {
  width: 10%;
}
.elist_content-2 tr th:nth-child(4),
.elist_content-2 tr td:nth-child(4) {
  width: 10%;
}
.elist_content-2 tr th:nth-child(5),
.elist_content-2 tr td:nth-child(5) {
  width: 18%;
}
.elist_content-2 tr th:nth-child(6),
.elist_content-2 tr td:nth-child(6) {
  width: 10%;
}
.elist_content-2 tr th:nth-child(7),
.elist_content-2 tr td:nth-child(7) {
  width: 10%;
}
.elist_content-2 tr th:nth-child(8),
.elist_content-2 tr td:nth-child(8) {
  width: 8%;
}
.elist_content-2 tr th:nth-child(9),
.elist_content-2 tr td:nth-child(9) {
  width: 8%;
}
.elist_content-2 tr th:nth-child(10),
.elist_content-2 tr td:nth-child(10) {
  width: 8%;
}
.elist_content-2 tr th:nth-child(11),
.elist_content-2 tr td:nth-child(11) {
  width: 5%;
}

.elist_content-3 tr {
  background: #efefef;
}
.elist_content-3 tr th:nth-child(1),
.elist_content-3 tr td:nth-child(1) {
  width: 3%;
  text-align: center;
}
.elist_content-3 tr th:nth-child(2),
.elist_content-3 tr td:nth-child(2) {
  width: 10%;
}
.elist_content-3 tr th:nth-child(3),
.elist_content-3 tr td:nth-child(3) {
  width: 10%;
}
.elist_content-3 tr th:nth-child(4),
.elist_content-3 tr td:nth-child(4) {
  width: 10%;
}
.elist_content-3 tr th:nth-child(5),
.elist_content-3 tr td:nth-child(5) {
  width: 12%;
}
.elist_content-3 tr th:nth-child(6),
.elist_content-3 tr td:nth-child(6) {
  width: 8%;
}
.elist_content-3 tr th:nth-child(7),
.elist_content-3 tr td:nth-child(7) {
  width: 8%;
}
.elist_content-3 tr th:nth-child(8),
.elist_content-3 tr td:nth-child(8) {
  width: 8%;
}
.elist_content-3 tr th:nth-child(9),
.elist_content-3 tr td:nth-child(9) {
  width: 8%;
}
.elist_content-3 tr th:nth-child(10),
.elist_content-3 tr td:nth-child(10) {
  width: 9%;
}
.elist_content-3 tr th:nth-child(11),
.elist_content-3 tr td:nth-child(11) {
  width: 9%;
}
.elist_content-3 tr th:nth-child(12),
.elist_content-3 tr td:nth-child(12) {
  width: 5%;
}

h4.mng_title_empha {
  width: 100%;
  padding: 8px 15px;
  margin-top: 30px;
  color: #fff;
  font-size: 1.1rem;
  background: #00b0ec;
  border-bottom: none;
}

.sem_content_box {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #707070;
}
.sem_content_box h4 {
  margin: 15px 0;
}

.reservmail_content_box {
  border-top: none;
  margin-top: 15px;
}

.sem_copybox_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 5px;
}

.sem_description_input {
  width: 60%;
  padding: 30px 15px;
  background: #edf2f6;
  border-radius: 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #bfbfbf;
}

.mng_instruction_img {
  width: 25%;
  margin-left: 30px;
}
.mng_instruction_img img {
  padding: 5px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
}
.mng_instruction_img p {
  font-size: 0.8rem;
  margin-top: 5px;
}

.sem_copy_edit_btn {
  width: 60%;
  margin-top: 15px;
  text-align: center;
}
.sem_copy_edit_btn button {
  width: auto;
  padding: 5px 30px;
  font-size: 0.8rem;
  font-weight: bold;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
.sem_copy_edit_btn button:hover {
  background: #fff3d2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.whole_space_show_sem {
  width: 100%;
  padding: 15px;
  background: #efefef;
  border-radius: 5px;
}
.whole_space_show_sem input[type=radio] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 5px;
}

.semcopy_space_edit {
  display: block;
}

.semcopy_se_space_edit {
  display: block;
}

.is_list_table {
  width: 100%;
}
.is_list_table table {
  width: 100%;
  border: 1px solid #bfbfbf;
  border-top: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.is_list_table tr {
  background: #efefef;
  font-weight: bold;
}
.is_list_table tr td:first-child {
  text-align: left;
}
.is_list_table tr:nth-child(2n) {
  background: #fff;
}
.is_list_table th,
.is_list_table td {
  font-size: 0.8rem;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 5px;
  text-align: center;
  width: auto;
  max-width: 0;
}
.is_list_table th {
  background: #dce5ee;
  line-height: 1rem;
  font-size: 0.7rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.is_list_table th:nth-child(1),
.is_list_table td:nth-child(1) {
  width: 18%;
}
.is_list_table th:nth-child(2),
.is_list_table td:nth-child(2) {
  width: 7%;
}
.is_list_table th:nth-child(3),
.is_list_table td:nth-child(3) {
  width: 5%;
}
.is_list_table th:nth-child(4),
.is_list_table td:nth-child(4) {
  width: 11%;
  text-align: left;
}
.is_list_table th:nth-child(5),
.is_list_table td:nth-child(5) {
  width: 9%;
}
.is_list_table th:nth-child(6),
.is_list_table td:nth-child(6) {
  width: 5%;
}
.is_list_table th:nth-child(7),
.is_list_table td:nth-child(7) {
  width: 5%;
}
.is_list_table th:nth-child(8),
.is_list_table td:nth-child(8) {
  width: 5%;
}
.is_list_table th:nth-child(9),
.is_list_table td:nth-child(9) {
  width: 5%;
}
.is_list_table th:nth-child(10),
.is_list_table td:nth-child(10) {
  width: 12%;
}
.is_list_table th:nth-child(11),
.is_list_table td:nth-child(11) {
  width: 12%;
}
.is_list_table th:nth-child(12),
.is_list_table td:nth-child(12) {
  width: 6%;
}
.is_list_table strong {
  font-size: 0.7rem;
}
.is_list_table span.sem_status {
  display: block;
  width: 80%;
  margin: auto;
  padding: 5px;
  background: #e6e6e6;
  font-size: 0.7rem;
  font-weight: bold;
  border-radius: 3px;
}
.is_list_table span.sem_open {
  background: #f47223;
  color: #fff;
}
.is_list_table span.sem_private {
  background: #707070;
  color: #fff;
}
.is_list_table span.sem_limited {
  background: #088c8b;
  color: #fff;
}
.is_list_table span.sem_draft {
  background: #fff;
  border: 1px solid #888888;
}

td.is_inner_table {
  padding: 0;
}
td.is_inner_table table {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
td.is_inner_table table tr {
  background: none;
}
td.is_inner_table table tr {
  border-top: 1px solid #bfbfbf;
}
td.is_inner_table table tr:first-child {
  border-top: none;
}
td.is_inner_table table td {
  border-bottom: none;
}
td.is_inner_table table td:nth-child(1) {
  width: 11%;
}
td.is_inner_table table td:nth-child(2) {
  width: 9%;
}
td.is_inner_table table td:nth-child(3) {
  width: 5%;
}
td.is_inner_table table td:nth-child(4) {
  width: 5%;
  text-align: center;
}
td.is_inner_table table td:nth-child(5) {
  width: 5%;
}
td.is_inner_table table td:nth-child(6) {
  width: 5%;
  border-right: none;
}

.sem_list_table {
  width: 100%;
}
.sem_list_table table {
  width: 100%;
  border: 1px solid #bfbfbf;
  border-top: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.sem_list_table tr {
  background: #efefef;
  font-weight: bold;
}
.sem_list_table tr td:first-child {
  text-align: left;
}
.sem_list_table tr:nth-child(2n) {
  background: #fff;
}
.sem_list_table th,
.sem_list_table td {
  font-size: 0.8rem;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 5px;
  text-align: center;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 0;
}
.sem_list_table th {
  background: #dce5ee;
  line-height: 1rem;
  font-size: 0.7rem;
}
.sem_list_table th:nth-child(1),
.sem_list_table td:nth-child(1) {
  width: 18%;
}
.sem_list_table th:nth-child(2),
.sem_list_table td:nth-child(2) {
  width: 8%;
}
.sem_list_table th:nth-child(3),
.sem_list_table td:nth-child(3) {
  width: 8%;
}
.sem_list_table th:nth-child(4),
.sem_list_table td:nth-child(4) {
  width: 8%;
}
.sem_list_table th:nth-child(5),
.sem_list_table td:nth-child(5) {
  width: 8%;
}
.sem_list_table th:nth-child(6),
.sem_list_table td:nth-child(6) {
  width: 5%;
}
.sem_list_table th:nth-child(7),
.sem_list_table td:nth-child(7) {
  width: 5%;
}
.sem_list_table th:nth-child(8),
.sem_list_table td:nth-child(8) {
  width: 5%;
}
.sem_list_table th:nth-child(9),
.sem_list_table td:nth-child(9) {
  width: 5%;
}
.sem_list_table th:nth-child(10),
.sem_list_table td:nth-child(10) {
  width: 12%;
}
.sem_list_table th:nth-child(11),
.sem_list_table td:nth-child(11) {
  width: 12%;
}
.sem_list_table th:nth-child(12),
.sem_list_table td:nth-child(12) {
  width: 6%;
}
.sem_list_table strong {
  font-size: 0.7rem;
}
.sem_list_table span.sem_status {
  display: block;
  width: 80%;
  margin: auto;
  padding: 5px;
  background: #e6e6e6;
  font-size: 0.7rem;
  font-weight: bold;
  border-radius: 3px;
}
.sem_list_table span.sem_open {
  background: #f47223;
  color: #fff;
}
.sem_list_table span.sem_private {
  background: #707070;
  color: #fff;
}
.sem_list_table span.sem_limited {
  background: #088c8b;
  color: #fff;
}
.sem_list_table span.sem_draft {
  background: #fff;
  border: 1px solid #888888;
}

.setsumeikai_table tr {
  background: #fff;
}
.setsumeikai_table th:nth-child(1),
.setsumeikai_table td:nth-child(1) {
  width: 18%;
}
.setsumeikai_table th:nth-child(2),
.setsumeikai_table td:nth-child(2) {
  width: 8%;
}
.setsumeikai_table th:nth-child(3),
.setsumeikai_table td:nth-child(3) {
  width: 8%;
}
.setsumeikai_table th:nth-child(4),
.setsumeikai_table td:nth-child(4) {
  width: 8%;
}
.setsumeikai_table th:nth-child(5),
.setsumeikai_table td:nth-child(5) {
  width: 8%;
}
.setsumeikai_table th:nth-child(6),
.setsumeikai_table td:nth-child(6) {
  width: 5%;
}
.setsumeikai_table th:nth-child(7),
.setsumeikai_table td:nth-child(7) {
  width: 5%;
}
.setsumeikai_table th:nth-child(8),
.setsumeikai_table td:nth-child(8) {
  width: 5%;
}
.setsumeikai_table th:nth-child(9),
.setsumeikai_table td:nth-child(9) {
  width: 5%;
}
.setsumeikai_table th:nth-child(10),
.setsumeikai_table td:nth-child(10) {
  width: 12%;
}
.setsumeikai_table th:nth-child(11),
.setsumeikai_table td:nth-child(11) {
  width: 12%;
}
.setsumeikai_table th:nth-child(12),
.setsumeikai_table td:nth-child(12) {
  width: 6%;
}

.genteikoukai_table th:nth-child(1),
.genteikoukai_table td:nth-child(1) {
  width: 12%;
}
.genteikoukai_table th:nth-child(2),
.genteikoukai_table td:nth-child(2) {
  width: 8%;
}
.genteikoukai_table th:nth-child(3),
.genteikoukai_table td:nth-child(3) {
  width: 8%;
}
.genteikoukai_table th:nth-child(4),
.genteikoukai_table td:nth-child(4) {
  width: 8%;
}
.genteikoukai_table th:nth-child(5),
.genteikoukai_table td:nth-child(5) {
  width: 8%;
}
.genteikoukai_table th:nth-child(6),
.genteikoukai_table td:nth-child(6) {
  width: 7%;
}
.genteikoukai_table th:nth-child(7),
.genteikoukai_table td:nth-child(7) {
  width: 5%;
}
.genteikoukai_table th:nth-child(8),
.genteikoukai_table td:nth-child(8) {
  width: 5%;
}
.genteikoukai_table th:nth-child(9),
.genteikoukai_table td:nth-child(9) {
  width: 5%;
}
.genteikoukai_table th:nth-child(10),
.genteikoukai_table td:nth-child(10) {
  width: 5%;
}
.genteikoukai_table th:nth-child(11),
.genteikoukai_table td:nth-child(11) {
  width: 12%;
}
.genteikoukai_table th:nth-child(12),
.genteikoukai_table td:nth-child(12) {
  width: 12%;
}
.genteikoukai_table th:nth-child(13),
.genteikoukai_table td:nth-child(13) {
  width: 5%;
}

.address_list_table {
  width: 100%;
}
.address_list_table table {
  width: 100%;
  border: 1px solid #bfbfbf;
  border-top: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.address_list_table tr {
  background: #efefef;
}
.address_list_table tr:nth-child(2n) {
  background: #fff;
}
.address_list_table th,
.address_list_table td {
  font-size: 0.8rem;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 5px;
  text-align: left;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 0;
}
.address_list_table th {
  background: #dce5ee;
  line-height: 1rem;
}
.address_list_table th:nth-child(1),
.address_list_table td:nth-child(1) {
  width: 20%;
}
.address_list_table th:nth-child(2),
.address_list_table td:nth-child(2) {
  width: 7%;
}
.address_list_table th:nth-child(3),
.address_list_table td:nth-child(3) {
  width: 7%;
}
.address_list_table th:nth-child(4),
.address_list_table td:nth-child(4) {
  width: 25%;
}
.address_list_table th:nth-child(5),
.address_list_table td:nth-child(5) {
  width: 25%;
}
.address_list_table th:nth-child(6),
.address_list_table td:nth-child(6) {
  width: 10%;
}
.address_list_table th:nth-child(7),
.address_list_table td:nth-child(7) {
  width: 8%;
}
.address_list_table th:nth-child(7) {
  text-align: center;
}
.address_list_table strong {
  font-size: 0.7rem;
}
.address_list_table span.sem_status {
  display: block;
  width: 80%;
  margin: auto;
  padding: 5px;
  background: #e6e6e6;
  font-size: 0.7rem;
  font-weight: bold;
  border-radius: 3px;
}
.address_list_table span.sem_open {
  background: #f47223;
  color: #fff;
}
.address_list_table span.sem_private {
  background: #707070;
  color: #fff;
}
.address_list_table span.sem_limited {
  background: #088c8b;
  color: #fff;
}
.address_list_table span.sem_draft {
  background: #fff;
  border: 1px solid #888888;
}

.info_list_table {
  width: 100%;
}
.info_list_table table {
  width: 100%;
  border: 1px solid #bfbfbf;
  border-top: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.info_list_table tr {
  background: #efefef;
}
.info_list_table tr:nth-child(2n) {
  background: #fff;
}
.info_list_table th,
.info_list_table td {
  font-size: 0.8rem;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 5px;
  text-align: center;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 0;
}
.info_list_table th {
  background: #dce5ee;
  line-height: 1rem;
}
.info_list_table th:nth-child(1),
.info_list_table td:nth-child(1) {
  width: 20%;
}
.info_list_table th:nth-child(2),
.info_list_table td:nth-child(2) {
  width: 10%;
}
.info_list_table th:nth-child(3),
.info_list_table td:nth-child(3) {
  width: 10%;
}
.info_list_table th:nth-child(4),
.info_list_table td:nth-child(4) {
  width: 15%;
}
.info_list_table th:nth-child(5),
.info_list_table td:nth-child(5) {
  width: 38%;
}
.info_list_table th:nth-child(6),
.info_list_table td:nth-child(6) {
  width: 7%;
}
.info_list_table td:nth-child(1),
.info_list_table td:nth-child(5) {
  text-align: left;
}
.info_list_table strong {
  font-size: 0.7rem;
}
.info_list_table span.sem_status {
  display: block;
  width: 80%;
  margin: auto;
  padding: 5px;
  background: #e6e6e6;
  font-size: 0.7rem;
  font-weight: bold;
  border-radius: 3px;
}
.info_list_table span.sem_open {
  background: #f47223;
  color: #fff;
}
.info_list_table span.sem_private {
  background: #707070;
  color: #fff;
}
.info_list_table span.sem_limited {
  background: #088c8b;
  color: #fff;
}
.info_list_table span.sem_draft {
  background: #fff;
  border: 1px solid #888888;
}

.mng_byyear_table {
  width: 100%;
}
.mng_byyear_table table {
  width: auto;
}
.mng_byyear_table table input[type=text],
.mng_byyear_table table input[type=number] {
  width: 120px;
  margin-right: 5px;
}
.mng_byyear_table table input[type=number] {
  padding: 5px 10px;
}
.mng_byyear_table tr,
.mng_byyear_table td,
.mng_byyear_table th {
  width: auto;
}
.mng_byyear_table th,
.mng_byyear_table td {
  padding: 5px 15px;
}
.mng_byyear_table tr {
  background: #efefef;
  text-align: center;
}
.mng_byyear_table tr:nth-child(2n) {
  background: #fff;
}
.mng_byyear_table th {
  background: #edf2f6;
}

label.mng_add_input {
  display: block;
  margin-top: 15px;
}

footer {
  border-top: 1px solid #bfbfbf;
}

.main_footer_container {
  width: 1280px;
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1280px) {
  .main_footer_container {
    width: 1050px;
  }
}
.main_footer_left {
  width: 60%;
}

.main_footer_right {
  width: 40%;
  position: relative;
}

.footer_operating_company {
  width: 28%;
  height: auto;
}
.footer_operating_company a {
  display: block;
}
.footer_operating_company a:hover {
  opacity: 0.7;
}

ul.main_foot_nav {
  padding: 0;
  margin: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
}
ul.main_foot_nav li {
  font-size: 0.8rem;
  line-height: 1.3rem;
  margin-right: 15px;
}
ul.main_foot_nav a {
  text-decoration: none;
  color: #000;
}
ul.main_foot_nav a:hover {
  color: #707070;
  text-decoration: underline;
}

ul.footer_sns {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
ul.footer_sns li {
  width: auto;
  margin-right: 15px;
  line-height: 1rem;
}
ul.footer_sns li:last-child {
  margin-right: 0;
}
ul.footer_sns a {
  display: block;
  width: 100%;
  height: auto;
  color: #707070;
}
ul.footer_sns a:hover {
  color: #888888;
}
ul.footer_sns i {
  font-size: 2.5rem;
}

.privacy_mark {
  width: 80px;
  height: 80px;
  margin-top: 15px;
  position: absolute;
  right: 0;
}
.privacy_mark p {
  font-size: 0.7rem;
  line-height: 80px;
  text-align: center;
}

.copyright {
  margin: 60px 0 40px 0;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  color: #000;
  text-align: center;
}

h2.mng_page_title {
  width: 100%;
  margin-top: 1px;
  padding: 15px 5px;
  text-align: center;
  background: #0c2e8f;
  color: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 111;
}

.corp_edit_header {
  width: 100%;
}
.corp_edit_header h1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
.corp_edit_header h1 img {
  width: 13%;
  margin-right: 2%;
  padding: 10px;
}
.corp_edit_header h1 span {
  display: block;
  width: 86%;
  height: 100%;
  padding: 20px 0 20px 30px;
  background: #0c2e8f;
  color: #fff;
  font-size: 1.8rem;
}

.edit_content_container {
  width: 100%;
  padding: 30px;
  background: #fff;
}
.edit_content_container h2 {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  background: #0060c5;
  font-size: 1.2rem;
  color: #fff;
}
.edit_content_container h3 {
  margin-top: 30px;
  border-bottom: 1px solid #707070;
  background: none;
  color: #000;
}
.edit_content_container select#ca_address,
.edit_content_container select#ca_address2 {
  margin-top: 15px;
  padding: 5px 10px;
}
.edit_content_container p.operation_notice {
  margin-bottom: 15px;
}
.edit_content_container p.operation_notice i {
  display: inline-block;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  margin-right: 3px;
  color: #f00;
}

.edit_input_box {
  width: 100%;
  padding: 30px;
  background: #edf2f6;
  border-radius: 10px;
  position: relative;
}
.edit_input_box p {
  font-size: 0.8rem;
  margin-bottom: 15px;
  color: #444;
}
.edit_input_box label {
  display: block;
  width: 100%;
  padding: 0 5px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bfbfbf;
}
.edit_input_box label:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.edit_input_box span {
  display: inline-block;
  width: auto;
  font-weight: bold;
}
.edit_input_box span.mini_req_mark {
  width: auto;
  color: #f00;
  margin-left: 3px;
}
.edit_input_box input {
  width: 70%;
  padding: 5px 10px;
}
.edit_input_box input.short_space {
  width: 300px;
}
.edit_input_box input.very_short_space {
  width: 200px;
}
.edit_input_box input::-webkit-input-placeholder {
  font-size: 0.8rem;
}
.edit_input_box input::-moz-placeholder {
  font-size: 0.8rem;
}
.edit_input_box input:-ms-input-placeholder {
  font-size: 0.8rem;
}
.edit_input_box input::-ms-input-placeholder {
  font-size: 0.8rem;
}
.edit_input_box input::placeholder {
  font-size: 0.8rem;
}
.edit_input_box textarea {
  padding: 5px 10px;
}

.event_info_management {
  background: #efefef;
}

span.vertical_top_label {
  vertical-align: top;
}

.edit_confirmbtn_box {
  width: 100%;
  margin-top: 30px;
  padding: 20px 0 0 10px;
  border-top: 1px solid #707070;
  text-align: center;
}
.edit_confirmbtn_box button,
.edit_confirmbtn_box input {
  padding: 13px 80px;
  font-weight: bold;
  background: #0060c5;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
}
.edit_confirmbtn_box button:hover,
.edit_confirmbtn_box input:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #00b0ec;
}
.edit_confirmbtn_box a.detail_for_edit {
  width: 240px;
  padding: 15px 5px;
  margin: auto;
}
.edit_confirmbtn_box p {
  margin-top: 10px;
}
.edit_confirmbtn_box p a {
  text-decoration: none;
  color: #000;
}
.edit_confirmbtn_box p a:hover {
  text-decoration: underline;
}
.edit_confirmbtn_box p i {
  margin-right: 3px;
  font-weight: bold;
}

.left_cfirm_btn {
  text-align: left;
  margin-top: 10px;
  padding: 10px 0 0 0;
}
.left_cfirm_btn button,
.left_cfirm_btn input {
  padding: 10px 40px;
}

button.edt_confirm_ok,
input.edt_confirm_ok {
  background: #f47223;
}

button.edit_cx_btn {
  background: #efefef;
  color: #707070;
  padding: 10px 15px;
}

button.edit_cx_btn:hover {
  background: #707070;
  color: #fff;
}

.edt_whatsnew_input {
  width: 100%;
}
.edt_whatsnew_input div,
.edt_whatsnew_input label,
.edt_whatsnew_input span {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
}
.edt_whatsnew_input input[type=date] {
  width: 200px;
}
.edt_whatsnew_input input[type=time] {
  width: 120px;
}

.edt_modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.edt_modal_bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
}

.edt_modal_content {
  width: 85%;
  height: 90%;
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
}

.apprv_modal_content {
  width: 65%;
  height: 80%;
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
}

.edt_modal_content_inner {
  padding: 24px;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.edt_modal_content_inner iframe {
  border: none;
}

.edt_modal_footer {
  margin: 30px 0;
  text-align: center;
}

body.edt_modal_body {
  background: #fff;
}

a.edit_modal_open {
  display: block;
  width: 150px;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 5px 30px;
  border: 1px solid #707070;
  background: #fff;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
}

a.contruct_edit_btn {
  width: 200px;
  padding: 10px 15px;
}

a.edit_modal_open:hover {
  background: #e6e6e6;
}

a.sem_new_btn {
  width: 150px;
  background: #0060c5;
  padding: 8px 40px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
  margin-bottom: 5px;
  text-align: center;
}

a.img_upload_btn {
  width: 200px;
}

a.sem_new_btn:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #00b0ec;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sem_input_box {
  margin-top: 15px;
}
.sem_input_box label {
  display: inline;
  margin: 0;
  border-bottom: none;
}
.sem_input_box input[type=radio] {
  width: auto;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 5px;
}
.sem_input_box div {
  margin-top: 10px;
}
.sem_input_box textarea::-webkit-input-placeholder {
  font-size: 0.8rem;
}
.sem_input_box textarea::-moz-placeholder {
  font-size: 0.8rem;
}
.sem_input_box textarea:-ms-input-placeholder {
  font-size: 0.8rem;
}
.sem_input_box textarea::-ms-input-placeholder {
  font-size: 0.8rem;
}
.sem_input_box textarea::placeholder {
  font-size: 0.8rem;
}
.sem_input_box h4 {
  margin-top: 0;
}

.edt_person_wrap {
  width: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  padding-bottom: 0;
  margin-bottom: 15px;
  position: relative;
}
.edt_person_wrap h3 {
  font-size: 2rem;
  color: #bfbfbf;
  position: absolute;
  right: 25px;
  top: -15px;
  border-bottom: none;
}

div.notification_mail_recive {
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #bfbfbf;
}
div.notification_mail_recive input,
div.notification_mail_recive label {
  cursor: pointer;
}
div.notification_mail_recive input[type=radio] {
  display: inline-block;
  width: auto;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 5px;
}
div.notification_mail_recive label {
  display: inline-block;
  width: auto;
}

div.mng_person_delete {
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #bfbfbf;
}
div.mng_person_delete label,
div.mng_person_delete input {
  display: inline-block;
  width: auto;
}
div.mng_person_delete input[type=checkbox] {
  display: inline-block;
  width: auto;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  margin-left: 10px;
}
div.mng_person_delete label {
  display: inline-block;
  width: auto;
  font-weight: bold;
  margin-left: 0;
  color: #f00;
}

div.person_num {
  width: auto;
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 2rem;
  font-weight: bold;
  color: #bfbfbf;
}

div.edt_person_wrap:last-child {
  margin-bottom: 0;
}

p.person_edt_check {
  font-size: 1rem;
  padding: 5px;
  background: #efefef;
}
p.person_edt_check input {
  width: auto;
}
p.person_edt_check input[type=radio] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 5px;
}
p.person_edt_check label {
  display: inline;
  margin: 0;
  border-bottom: none;
}

.edt_person_input1,
.edt_person_input2,
.edt_person_input3,
.edt_person_input4,
.edt_person_input5 {
  padding-top: 15px;
  margin-bottom: 30px;
  border-top: 1px solid #bfbfbf;
}
.edt_person_input1 label,
.edt_person_input2 label,
.edt_person_input3 label,
.edt_person_input4 label,
.edt_person_input5 label {
  margin-bottom: 15px;
  padding-bottom: 0;
  border-bottom: none;
}

.main_person1,
.main_person2 {
  border: 3px solid #bfbfbf;
}

button.add_manager {
  display: block;
  width: 150px;
  padding: 8px 15px;
  font-weight: bold;
  margin: auto;
}

#manager_add_space {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #bfbfbf;
}

.added_manager_box {
  margin-top: 15px;
  padding-bottom: 20px;
}

p.manager_delete_notice {
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
  color: #f00;
}

.manager_removed {
  background: #efefef;
}

button.manager_remove_btn,
button.manager_clear_btn {
  display: block;
  width: 200px;
  margin: -5px auto 10px auto;
  padding: 8px 15px;
  font-weight: bold;
}

button.manager_clear_btn {
  width: 280px;
  font-size: 0.9rem;
}

p.id_display_box {
  width: 60%;
  padding: 5px 10px;
  background: #bfbfbf;
  margin-top: 0;
}
p.id_display_box span.cant_not_changed {
  display: inline-block;
  margin-left: 15px;
  font-size: 0.8rem;
}

p.event_edt_check {
  font-size: 1rem;
  padding: 5px;
  margin-bottom: 0;
  border: 1px solid #bfbfbf;
}
p.event_edt_check input {
  width: auto;
}
p.event_edt_check input[type=radio] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 5px;
}
p.event_edt_check label {
  display: inline;
  margin: 0;
  border-bottom: none;
}

p.event_date_check {
  background: #fff;
}

.edt_event_input {
  padding-top: 15px;
  border-top: 1px solid #707070;
}
.edt_event_input textarea::-webkit-input-placeholder {
  font-size: 0.8rem;
}
.edt_event_input textarea::-moz-placeholder {
  font-size: 0.8rem;
}
.edt_event_input textarea:-ms-input-placeholder {
  font-size: 0.8rem;
}
.edt_event_input textarea::-ms-input-placeholder {
  font-size: 0.8rem;
}
.edt_event_input textarea::placeholder {
  font-size: 0.8rem;
}

.edt_event_input_mail {
  padding-top: 0;
  border-top: none;
}

.edt_event_date span.edt_event_item_name {
  width: auto;
  margin-right: 10px;
}
.edt_event_date span.is_date_notice {
  font-weight: normal;
  font-size: 0.8rem;
}
.edt_event_date input {
  width: 200px;
}

.edt_date_wrap {
  width: auto;
  padding: 15px;
  border: 1px solid #bfbfbf;
  display: block;
}
.edt_date_wrap div {
  display: inline-block;
  margin-right: 10px;
}
.edt_date_wrap div label {
  width: auto;
}
.edt_date_wrap input.edt_short_input {
  width: 100px;
}

.first_edt_date_wrap {
  padding-top: 0;
}
.first_edt_date_wrap h5 {
  margin-top: 20px;
}

button.edt_eventdate_add {
  cursor: pointer;
}

.edt_date_hidden {
  display: none;
}

.ltd_date_always {
  display: block;
}

.edt_date_inner_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.edt_date_inner {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
}
.edt_date_inner h4 {
  margin-bottom: 5px;
}

.edt_event_addcol {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #707070;
}

.edt_event_input h5,
.edt_event_addcol h5 {
  font-size: 1rem;
  line-height: 1.2rem;
  margin: 0 0 10px 0;
  padding: 0;
}

h5.edt_title_boxed {
  padding: 5px 10px;
  background: #707070;
  color: #fff;
}

input.edt_event_capacity {
  width: 100px;
}

.edt_event_input2,
.edt_event_input3,
.edt_event_input4,
.edt_event_input5,
.edt_event_input6,
.edt_event_input7,
.edt_event_input8,
.edt_event_input9,
.edt_event_input10,
.edt_event_input11,
.edt_event_input12,
.edt_event_input13,
.edt_event_input14,
.edt_event_input15,
.edt_event_input16,
.edt_event_input17,
.edt_event_input18,
.edt_event_input19,
.edt_event_input20,
.edt_event_input21,
.edt_event_input22,
.edt_event_input23,
.edt_event_input24,
.edt_event_input25,
.edt_event_input26 {
  display: none;
}

.edt_event_input111,
.edt_event_input112,
.edt_event_input113,
.edt_event_input114,
.edt_event_input115,
.edt_event_input116,
.edt_event_input117,
.edt_event_input118,
.edt_event_input119,
.edt_event_input124,
.edt_event_input125,
.edt_event_input126 {
  display: none;
}

.edt_event_input301,
.edt_event_input302,
.edt_event_input303,
.edt_event_input304 {
  display: none;
}

div.event_deadline_input11,
div.event_deadline_input13,
div.event_deadline_input15,
div.event_deadline_input17,
div.event_deadline_input19 {
  display: none;
}

div.event_resrv_input1,
div.event_resrv_input2,
div.event_resrv_input3 {
  display: none;
}

.edt_datefield_add {
  width: 100%;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #bfbfbf;
}

.edt_page_show {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.edt_page_show_inner {
  width: 48%;
  padding: 10px 15px;
  background: #fff;
}

.edt_titleinput_add label {
  display: block;
}
.edt_titleinput_add input {
  width: 500px;
}
.edt_titleinput_add select {
  padding: 5px 10px;
}

.int_status,
.set_status,
.lmtd_status,
.resv_status {
  width: auto;
  margin: 0;
  padding: 0;
}
.int_status label,
.set_status label,
.lmtd_status label,
.resv_status label {
  display: inline-block;
  width: auto;
  margin: 0;
  margin-right: -4px;
  padding: 0;
  border: 1px solid #bfbfbf;
}
.int_status label input,
.set_status label input,
.lmtd_status label input,
.resv_status label input {
  display: none;
}
.int_status label span,
.set_status label span,
.lmtd_status label span,
.resv_status label span {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: bold;
  margin: 0;
  padding: 5px 10px;
  background: #e6e6e6;
  color: #444;
}
.int_status label input:checked + span,
.set_status label input:checked + span,
.lmtd_status label input:checked + span,
.resv_status label input:checked + span {
  background: #f47223;
  color: #fff;
  margin: 0;
}
.int_status label.stats_open,
.set_status label.stats_open,
.lmtd_status label.stats_open,
.resv_status label.stats_open {
  border-right: none;
}
.set_status label.stats_close {
  border-left: 1px solid #bfbfbf;
}

.int_open span {
  display: inline-block;
  margin-right: -2px;
}

div[class^=act_menu] h5 {
  width: 80px;
  font-size: 1rem;
  margin: auto;
  padding: 5px;
  line-height: 0.9rem;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background: #efefef;
}
div[class^=act_menu] h5 span {
  position: relative;
  top: -2px;
}
div[class^=act_menu] h5 i {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.9rem;
}
div[class^=act_menu] h5 i.uil_border_add {
  border-right: 1px solid #000;
  padding-right: 5px;
}

div[class^=act_menu_set] h5 {
  width: 80px;
  font-size: 1rem;
  margin: auto;
  padding: 5px;
  line-height: 0.9rem;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background: #efefef;
}
div[class^=act_menu_set] h5 i {
  display: inline-block;
  font-size: 0.9rem;
}
div[class^=act_menu_set] h5 i.uil_border_add {
  border-right: 1px solid #000;
  padding-right: 5px;
}

div[class^=act_inner] {
  background: #707070;
  display: block;
  width: 11%;
  padding: 0;
  position: absolute;
  z-index: 111;
  background: #707070;
  position: relative;
}
div[class^=act_inner] p {
  line-height: 2rem;
}
div[class^=act_inner] a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
div[class^=act_inner] a:hover {
  background: #888888;
}

div[class^=act_inner] {
  display: none;
}

div[class^=act_menu]:hover h5 {
  background: #888888;
  color: #fff;
}
div[class^=act_menu]:hover h5:hover {
  cursor: pointer;
}
div[class^=act_menu]:hover div[class^=act_inner] {
  display: block;
  position: absolute;
  z-index: 222;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

div[class^=act_inner_set] {
  background: #707070;
  display: block;
  width: 11%;
  padding: 0;
  position: absolute;
  z-index: 111;
  background: #707070;
  position: relative;
}
div[class^=act_inner_set] p {
  line-height: 2rem;
}
div[class^=act_inner_set] a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
div[class^=act_inner_set] a:hover {
  background: #888888;
}

div[class^=act_inner_set] {
  display: none;
}

div[class^=act_menu]:hover h5 {
  background: #888888;
  color: #fff;
}
div[class^=act_menu]:hover h5:hover {
  cursor: pointer;
}
div[class^=act_menu]:hover i.uil_border_add {
  border-right: 1px solid #fff;
  padding-right: 5px;
}
div[class^=act_menu]:hover div[class^=act_inner_set] {
  display: block;
  position: absolute;
  z-index: 222;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

div[class^=act_inner_lmt] {
  background: #707070;
  display: block;
  width: 11%;
  padding: 0;
  position: absolute;
  z-index: 111;
  background: #707070;
  position: relative;
}
div[class^=act_inner_lmt] p {
  line-height: 2rem;
}
div[class^=act_inner_lmt] a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
div[class^=act_inner_lmt] a:hover {
  background: #888888;
}

div[class^=act_inner_lmt] {
  display: none;
}

div[class^=act_menu]:hover h5 {
  background: #888888;
  color: #fff;
}
div[class^=act_menu]:hover h5:hover {
  cursor: pointer;
}
div[class^=act_menu]:hover i.uil_border_add {
  border-right: 1px solid #fff;
  padding-right: 5px;
}
div[class^=act_menu]:hover div[class^=act_inner_lmt] {
  display: block;
  position: absolute;
  z-index: 222;
}

tr.after_date {
  background: #bfbfbf;
  font-weight: normal;
}
tr.after_date th,
tr.after_date td {
  border-color: #efefef;
}

tr.after_date:nth-child(2n) {
  background: #bfbfbf;
}

tr.after_date td:first-child::before {
  content: "【終了】";
  font-weight: bold;
}
tr.after_date label input:checked + span {
  background: #707070;
  color: #fff;
  margin: 0;
}

.event_reserve_list h3 {
  padding-bottom: 7px;
}

.reserve_empha_box {
  width: 100%;
  background: #edf2f6;
  padding: 15px;
  margin-top: 10px;
  border-radius: 10px;
}
.reserve_empha_box p {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 5px;
  color: #f00;
}
.reserve_empha_box p:first-child {
  margin-top: 0;
  padding-bottom: 2px;
  border-bottom: 1px dotted #bfbfbf;
}
.reserve_empha_box li span {
  display: inline-block;
  margin-right: 20px;
  font-weight: normal;
  font-size: 1rem;
  color: #000;
}

span.reserve_list_type {
  width: auto;
  background: #00b0ec;
  color: #fff;
  padding: 10px 15px;
}

span.list_type_waiting {
  background: #f47223;
}

span.list_type_cancel {
  background: #707070;
}

.reserve_list_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list_all_check {
  margin-left: 10px;
}
.list_all_check label {
  display: inline-block;
  background: #00b0ec;
  color: #fff;
  border: #707070;
  padding: 3px 15px 5px 10px;
  font-size: 0.7rem;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
.list_all_check label:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.list_all_check input {
  position: relative;
  bottom: -2px;
}

a.list_close_btn {
  position: fixed;
  top: 10px;
  right: 15px;
}

h4.edt_inputbox_inner_h4 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bfbfbf;
}

.edt_event_input223 select {
  padding: 5px 10px;
}
.edt_event_input223 button {
  padding: 5px 10px;
}

.event_remind_mail h4 {
  margin: 20px 0 15px 0;
  background: #707070;
  color: #fff;
  padding: 5px 10px;
}
.event_remind_mail h4:first-child {
  margin-top: 0;
}
.event_remind_mail select {
  padding: 5px 10px;
}
.event_remind_mail button {
  padding: 5px 10px;
}
.event_remind_mail input[type=time] {
  width: 120px;
}
.event_remind_mail p {
  margin-top: 15px;
}
.event_remind_mail p i {
  display: inline-block;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  font-weight: bold;
  color: #0c2e8f;
  position: relative;
  bottom: 1px;
  left: 3px;
  margin-right: 10px;
}
.event_remind_mail p a {
  font-weight: bold;
}

div.edt_adm_notice {
  width: 100%;
  padding: 15px;
  border: 1px solid #707070;
}
div.edt_adm_notice h5 {
  padding: 0;
  margin: 0;
  line-height: 1.2rem;
  font-size: 0.9rem;
}
div.edt_adm_notice p {
  margin: 0;
  margin-top: 10px;
  font-size: 0.9rem;
}

.folow_entry_btnshow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.folow_entry_btnshow div {
  width: 49%;
  margin-bottom: 15px;
  padding: 15px 10px;
  border: 1px solid #bfbfbf;
}
.folow_entry_btnshow div p {
  margin-bottom: 10px;
}
.folow_entry_btnshow label {
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
}
.folow_entry_btnshow input[type=radio] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 5px;
}

.line_show_change div.line_input {
  width: 100%;
  padding: 0;
  border: none;
  display: none;
}
.line_show_change div.line_input label {
  display: block;
  margin-top: 10px;
}
.line_show_change div.line_input label input {
  display: block;
  width: 90%;
  margin-top: 2px;
  padding: 5px;
}
.line_show_change div.line_input label input::-webkit-input-placeholder {
  font-weight: normal;
}
.line_show_change div.line_input label input::-moz-placeholder {
  font-weight: normal;
}
.line_show_change div.line_input label input:-ms-input-placeholder {
  font-weight: normal;
}
.line_show_change div.line_input label input::-ms-input-placeholder {
  font-weight: normal;
}
.line_show_change div.line_input label input::placeholder {
  font-weight: normal;
}

p.line_notice {
  margin-top: 15px;
  margin-left: 10px;
  font-size: 0.8rem;
  line-height: 1.4rem;
}

dl.mng_address_input label span {
  font-weight: bold;
  margin-right: 5px;
}
dl.mng_address_input input[type=number],
dl.mng_address_input input[type=email] {
  padding: 5px 10px;
  width: 550px;
}
dl.mng_address_input h5 {
  border: none;
}

.h-adr label {
  display: block;
}
.h-adr label span.zip_code_mark {
  font-weight: bold;
  margin-right: 5px;
}
.h-adr label input.very_short_input {
  width: 200px;
  margin-left: 0;
}
.h-adr label p {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 5px;
}
.h-adr button {
  padding: 5px 10px;
}
.h-adr h5 {
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.map_show_check {
  margin-top: 60px;
}

.edt_venue_name {
  margin-bottom: 40px;
}
.edt_venue_name select {
  padding: 5px 10px;
}
.edt_venue_name p {
  margin-top: 10px;
}

.ltd_venue_adjst {
  margin-top: 60px;
}

.event_tag_add button {
  padding: 5px 10px;
}

input.tag_short_input {
  width: 300px;
}

.event_tag_list h5 {
  font-size: 1rem;
  line-height: 1rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.event_tag_list table {
  width: 100%;
  border: 1px solid #fff;
}
.event_tag_list th,
.event_tag_list td {
  text-align: left;
  padding: 5px 10px;
}
.event_tag_list th {
  background: #dce5ee;
  font-size: 0.8rem;
}
.event_tag_list th:last-child {
  text-align: center;
}
.event_tag_list tr {
  background: #fff;
}
.event_tag_list tr:nth-child(odd) {
  background: #efefef;
}
.event_tag_list label {
  display: inline-block;
}
.event_tag_list input[type=checkbox] {
  width: auto;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 5px;
}
.event_tag_list button {
  display: block;
  margin: auto;
  font-size: 0.8rem;
  font-weight: bold;
}

.ltd_tag_list label {
  padding: 0 0 10px 0;
}

.ltd_existing_tag table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.ltd_existing_tag th:nth-child(1),
.ltd_existing_tag td:nth-child(1) {
  width: 45%;
}
.ltd_existing_tag th:nth-child(2),
.ltd_existing_tag td:nth-child(2) {
  width: 55%;
  text-align: left;
}
.ltd_existing_tag button {
  margin-left: 0;
  padding: 3px 10px;
  font-size: 0.8rem;
  cursor: pointer;
}
.ltd_existing_tag select {
  width: 300px;
  padding: 5px 10px;
}

button.ltd_tag_edit {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px 10px;
  cursor: pointer;
}

p.ltd_date_wrap span {
  display: inline-block;
  margin-right: 10px;
}

p.ltd_pre_wrap {
  white-space: pre-wrap;
}

button.new_tag_regist {
  display: inline-block;
}

.ltd_tag_edit_wrap input {
  margin-top: 10px;
  padding: 3px 10px;
}
.ltd_tag_edit_wrap input.ltd_tagedit_submit {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 5px 15px;
  margin-left: 10px;
  cursor: pointer;
}
.ltd_tag_edit_wrap input.ltd_taglist_submit {
  padding: 15px 80px;
}

.ltd_tag_edit_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 30px;
  margin: 15px 0 0 0;
  background: #efefef;
  border-radius: 10px;
}
.ltd_tag_edit_inner h3 {
  margin-top: 0;
}
.ltd_tag_edit_inner p {
  margin-top: 10px;
  font-size: 0.9rem;
}
.ltd_tag_edit_inner table {
  width: 50%;
  margin-top: 10px;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
}
.ltd_tag_edit_inner th,
.ltd_tag_edit_inner td {
  padding: 10px 10px;
  text-align: left;
  border-bottom: 1px solid #fff;
}
.ltd_tag_edit_inner th:nth-child(1),
.ltd_tag_edit_inner td:nth-child(1) {
  width: 70%;
}
.ltd_tag_edit_inner th:nth-child(2),
.ltd_tag_edit_inner td:nth-child(2) {
  width: 30%;
  text-align: center;
}
.ltd_tag_edit_inner tr:nth-child(odd) {
  background: #edf2f6;
}
.ltd_tag_edit_inner th {
  font-size: 0.8rem;
  font-weight: bold;
  background: #dce5ee;
  padding: 5px 10px;
}
.ltd_tag_edit_inner td input {
  margin-top: 0;
  width: 100%;
}
.ltd_tag_edit_inner td button {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 5px 20px;
  cursor: pointer;
}
.ltd_tag_edit_inner td button.ltd_tagedit_delete {
  color: #f00;
}

span#require1,
span#require2,
span#require3 {
  font-size: 0.8rem;
  font-weight: bold;
  color: #f00;
}

span.ltd_notice_hidden {
  display: none;
}

body.iframe_page {
  background: #fff;
}

.elist_table_iframe {
  margin-top: 0;
}

h4.iframe_table_title {
  margin-top: 0;
}
h4.iframe_table_title span {
  border: 2px solid #fff;
  padding: 3px 15px;
}

.mng_iframe_table {
  width: 100%;
  height: auto;
  background: #fff;
  margin-top: 30px;
}
.mng_iframe_table iframe {
  width: 100%;
  height: 100vh;
  border: none;
}

.elist_nav_iframe button.mng_list_reload {
  padding: 6px 10px;
}

.list_search_headnav {
  width: 100%;
  height: auto;
  background: #00b0ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_search_headnav a {
  display: block;
  width: 160px;
  margin-right: 15px;
  padding: 3px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.list_search_headnav a:hover {
  background: #fff;
  color: #00b0ec;
}
.list_search_headnav i {
  margin-right: 3px;
}

.cancel_list tr {
  background: #efefef;
}
.cancel_list tr th:nth-child(1),
.cancel_list tr td:nth-child(1) {
  width: 3%;
  text-align: center;
}
.cancel_list tr th:nth-child(2),
.cancel_list tr td:nth-child(2) {
  width: 8%;
}
.cancel_list tr th:nth-child(3),
.cancel_list tr td:nth-child(3) {
  width: 8%;
}
.cancel_list tr th:nth-child(4),
.cancel_list tr td:nth-child(4) {
  width: 10%;
}
.cancel_list tr th:nth-child(5),
.cancel_list tr td:nth-child(5) {
  width: 14%;
}
.cancel_list tr th:nth-child(6),
.cancel_list tr td:nth-child(6) {
  width: 10%;
}
.cancel_list tr th:nth-child(7),
.cancel_list tr td:nth-child(7) {
  width: 10%;
}
.cancel_list tr th:nth-child(8),
.cancel_list tr td:nth-child(8) {
  width: 8%;
}
.cancel_list tr th:nth-child(9),
.cancel_list tr td:nth-child(9) {
  width: 6%;
}
.cancel_list tr th:nth-child(10),
.cancel_list tr td:nth-child(10) {
  width: 8%;
}
.cancel_list tr th:nth-child(11),
.cancel_list tr td:nth-child(11) {
  width: 10%;
}
.cancel_list tr th:nth-child(12),
.cancel_list tr td:nth-child(12) {
  width: 5%;
}

.attendees_list tr {
  background: #efefef;
}
.attendees_list tr th:nth-child(1),
.attendees_list tr td:nth-child(1) {
  width: 3%;
  text-align: center;
}
.attendees_list tr th:nth-child(2),
.attendees_list tr td:nth-child(2) {
  width: 9%;
}
.attendees_list tr th:nth-child(3),
.attendees_list tr td:nth-child(3) {
  width: 9%;
}
.attendees_list tr th:nth-child(4),
.attendees_list tr td:nth-child(4) {
  width: 9%;
}
.attendees_list tr th:nth-child(5),
.attendees_list tr td:nth-child(5) {
  width: 16%;
}
.attendees_list tr th:nth-child(6),
.attendees_list tr td:nth-child(6) {
  width: 12%;
}
.attendees_list tr th:nth-child(7),
.attendees_list tr td:nth-child(7) {
  width: 12%;
}
.attendees_list tr th:nth-child(8),
.attendees_list tr td:nth-child(8) {
  width: 10%;
}
.attendees_list tr th:nth-child(9),
.attendees_list tr td:nth-child(9) {
  width: 8%;
}
.attendees_list tr th:nth-child(10),
.attendees_list tr td:nth-child(10) {
  width: 8%;
}
.attendees_list tr th:nth-child(11),
.attendees_list tr td:nth-child(11) {
  width: 5%;
}

.reservation_list tr {
  background: #efefef;
}
.reservation_list tr th:nth-child(1),
.reservation_list tr td:nth-child(1) {
  width: 3%;
  text-align: center;
}
.reservation_list tr th:nth-child(2),
.reservation_list tr td:nth-child(2) {
  width: 8%;
}
.reservation_list tr th:nth-child(3),
.reservation_list tr td:nth-child(3) {
  width: 8%;
}
.reservation_list tr th:nth-child(4),
.reservation_list tr td:nth-child(4) {
  width: 10%;
}
.reservation_list tr th:nth-child(5),
.reservation_list tr td:nth-child(5) {
  width: 12%;
}
.reservation_list tr th:nth-child(6),
.reservation_list tr td:nth-child(6) {
  width: 10%;
}
.reservation_list tr th:nth-child(7),
.reservation_list tr td:nth-child(7) {
  width: 10%;
}
.reservation_list tr th:nth-child(8),
.reservation_list tr td:nth-child(8) {
  width: 8%;
}
.reservation_list tr th:nth-child(9),
.reservation_list tr td:nth-child(9) {
  width: 6%;
}
.reservation_list tr th:nth-child(10),
.reservation_list tr td:nth-child(10) {
  width: 8%;
}
.reservation_list tr th:nth-child(11),
.reservation_list tr td:nth-child(11) {
  width: 12%;
}
.reservation_list tr th:nth-child(12),
.reservation_list tr td:nth-child(12) {
  width: 5%;
}

.edit_sem_imgbox {
  width: 100%;
}
.edit_sem_imgbox span {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.edit_sem_imgbox input {
  margin-left: 0;
}

.edit_sem_preview {
  width: 300px;
  height: 280px;
  margin: 10px 0;
  padding: 10px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1rem;
  border: 1px solid #707070;
  overflow: hidden;
  background: #fff;
}

.confirm_content_container {
  width: 100%;
  padding: 30px;
  background: #fff;
}
.confirm_content_container h2 {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  background: #0060c5;
  font-size: 1.2rem;
  color: #fff;
}

.edit_confirm_wrap h3 {
  border-bottom: 1px solid #000;
  margin-top: 30px;
}
.edit_confirm_wrap table {
  width: 100%;
  text-align: left;
  margin-top: 10px;
  border-collapse: collapse;
  border-top: 1px solid #bfbfbf;
}
.edit_confirm_wrap tr {
  background: #edf2f6;
}
.edit_confirm_wrap tr:nth-child(2n) {
  background: #fff;
}
.edit_confirm_wrap th,
.edit_confirm_wrap td {
  padding: 10px;
  border-bottom: 1px solid #bfbfbf;
}
.edit_confirm_wrap th {
  width: 30%;
  border-right: 1px solid #bfbfbf;
}
.edit_confirm_wrap td {
  width: 70%;
  padding-left: 15px;
}
.edit_confirm_wrap img {
  display: block;
  width: 300px;
}
.edit_confirm_wrap p span {
  font-weight: bold;
}
.edit_confirm_wrap th {
  font-weight: normal;
}

table.edit_manage_setting tr {
  background: #efefef;
}

td.edit_manage_name p {
  font-weight: bold;
  font-size: 1rem;
}

td.ltd_url_col p,
td.ltd_url_col button {
  display: inline-block;
}
td.ltd_url_col p.corp_ltd_url,
td.ltd_url_col p.corp_ltd_url_confirm {
  width: auto;
  font-size: 1.1rem;
  font-weight: bold;
  border: 1px solid #999;
  padding: 5px 15px;
}
td.ltd_url_col button.url_copy_btn {
  margin-left: 10px;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 8px 20px;
  cursor: pointer;
  background: #f47223;
  border: none;
  border-radius: 3px;
  color: #fff;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
td.ltd_url_col button.url_copy_btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
td.ltd_url_col span.url_copy_result {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  color: #f47223;
  display: none;
}

table.ltd_detail_page {
  margin-bottom: 0;
}
table.ltd_detail_page th,
table.ltd_detail_page td {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}
table.ltd_detail_page th {
  padding: 0 10px 0 0;
}
table.ltd_detail_page p.corp_ltd_url {
  background: #fff;
}

.confirm_event_wrap {
  width: 100%;
}
.confirm_event_wrap h4 {
  border-bottom: 1px dotted #bfbfbf;
  margin-bottom: 5px;
  margin-top: 15px;
}
.confirm_event_wrap p {
  margin-bottom: 10px;
}
.confirm_event_wrap p span {
  font-weight: bold;
}
.confirm_event_wrap span {
  font-weight: bold;
  font-size: 1.1rem;
}
.confirm_event_wrap span.resrv_btn_stats {
  padding: 5px 15px;
  border: 1px solid #888888;
  text-align: center;
  font-size: 0.9rem;
}

.show_hyde_switch {
  width: 100px;
  padding: 5px 15px;
  border: 1px solid #888888;
  text-align: center;
  background: #fff;
}
.show_hyde_switch p {
  font-weight: bold;
  color: #444;
}

.switch_show {
  border: 1px solid #f47223;
  background: #f47223;
}
.switch_show p {
  font-weight: bold;
  color: #fff;
}

.remind_mail_switch {
  width: auto;
  text-align: left;
}

.ltd_remind_mail_switch {
  width: 120px;
  text-align: center;
}

.confirm_event_address p {
  margin-top: 10px;
}

.address_inner p {
  margin-top: 0;
  margin-bottom: 0;
}

.confirm_mail_text {
  width: 100%;
  padding: 20px;
  margin-top: 5px;
  background: #fff;
  border: 1px solid #bfbfbf;
}
.confirm_mail_text h5 {
  font-size: 1rem;
  border-bottom: 1px solid #bfbfbf;
  margin: 0;
  margin-bottom: 15px;
}
.confirm_mail_text p {
  margin-top: 10px;
}

a.edt_detail_btn {
  display: block;
  width: 45px;
  padding: 3px 0;
  margin: auto;
  background: #efefef;
  border: 1px solid #707070;
  text-decoration: none;
  color: #000;
  border-radius: 3px;
  font-size: 0.8rem;
  text-align: center;
}

a.edt_detail_btn:hover {
  background: #e6e6e6;
}

.student_profile_container {
  width: 100%;
  padding: 30px;
  background: #fff;
}
.student_profile_container h2 {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  background: #0060c5;
  font-size: 1.2rem;
  color: #fff;
}
.student_profile_container ul {
  margin: 0;
  padding: 0;
}
.student_profile_container table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
}

.stu_prof_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.stu_prof_nav {
  width: 18%;
}
.stu_prof_nav h3 {
  font-size: 1.1rem;
  color: #0c2e8f;
  margin-bottom: 5px;
}
.stu_prof_nav nav {
  background: #0c2e8f;
  height: 100%;
}
.stu_prof_nav li {
  border-bottom: 1px solid #bfbfbf;
}
.stu_prof_nav a {
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.stu_prof_nav a:hover {
  background: #0060c5;
}

.stu_prpf_content {
  width: 81%;
}
.stu_prpf_content h3 {
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 10px;
  background: #0060c5;
  color: #fff;
}
.stu_prpf_content h3:nth-child(n+2) {
  margin-top: 30px;
}

dl.prof_id {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
dl.prof_id dt {
  font-weight: bold;
}
dl.prof_id dt::after {
  content: "：";
}
dl.prof_id dd {
  margin-right: 30px;
}

.prof_content_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.prof_content_right {
  width: 15%;
}

.prof_content_left {
  width: 84%;
}

table.prof_name {
  width: 100%;
  border-bottom: 2px solid #bfbfbf;
}
table.prof_name th,
table.prof_name td {
  width: 20%;
}
table.prof_name th {
  font-size: 0.8rem;
  background: #707070;
  color: #fff;
  padding: 3px 10px;
  border-right: 1px solid #fff;
}
table.prof_name th:last-child {
  border-right: none;
}
table.prof_name td {
  border-right: 1px solid #bfbfbf;
  padding: 10px;
}
table.prof_name td:last-child {
  border-right: none;
}
table.prof_name h4 {
  font-size: 1.1rem;
}

table.prof_school {
  width: 100%;
  border-top: none;
  border-bottom: 2px solid #bfbfbf;
}
table.prof_school th,
table.prof_school td {
  padding: 5px 10px;
  border-right: 1px solid #bfbfbf;
}
table.prof_school th {
  width: 20%;
  background: #707070;
  color: #fff;
  font-size: 0.8rem;
}
table.prof_school tr {
  border-bottom: 1px solid #bfbfbf;
}
table.prof_school td {
  width: 80%;
  padding: 0;
}

table.prof_school_inner1 {
  width: 100%;
  border: none;
}
table.prof_school_inner1 tr {
  border-bottom: none;
}
table.prof_school_inner1 th,
table.prof_school_inner1 td {
  padding: 5px 10px;
  border-right: 1px solid #bfbfbf;
}
table.prof_school_inner1 th {
  background: #e6e6e6;
  color: #000;
  border-bottom: 1px solid #bfbfbf;
}
table.prof_school_inner1 th:nth-child(1),
table.prof_school_inner1 td:nth-child(1) {
  width: 37%;
}
table.prof_school_inner1 th:nth-child(2),
table.prof_school_inner1 td:nth-child(2) {
  width: 25%;
}
table.prof_school_inner1 th:nth-child(3),
table.prof_school_inner1 td:nth-child(3) {
  width: 38%;
}

table.prof_school_inner2 {
  width: 100%;
  border: none;
}
table.prof_school_inner2 tr {
  border-bottom: none;
}
table.prof_school_inner2 th,
table.prof_school_inner2 td {
  padding: 5px 10px;
  border-right: 1px solid #bfbfbf;
  width: 33.3333333333%;
}
table.prof_school_inner2 th {
  background: #e6e6e6;
  color: #000;
  border-bottom: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
}

table.prof_mail {
  width: 100%;
  border-top: none;
  border-bottom: 2px solid #bfbfbf;
}
table.prof_mail th,
table.prof_mail td {
  padding: 5px 10px;
  border-right: 1px solid #bfbfbf;
}
table.prof_mail th {
  width: 20%;
  background: #707070;
  color: #fff;
  font-size: 0.8rem;
}
table.prof_mail td {
  width: 54%;
  border-bottom: 1px solid #bfbfbf;
}
table.prof_mail td.mail_num {
  width: 5%;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
  background: #e6e6e6;
}
table.prof_mail td.mail_recieve {
  width: 21%;
  font-size: 0.9rem;
}

table.prof_tel {
  width: 100%;
  border-top: none;
  border-bottom: 2px solid #bfbfbf;
}
table.prof_tel th,
table.prof_tel td {
  padding: 5px 10px;
  border-right: 1px solid #bfbfbf;
}
table.prof_tel th {
  width: 20%;
  background: #707070;
  color: #fff;
  font-size: 0.8rem;
}
table.prof_tel td {
  width: 68%;
  border-bottom: 1px solid #bfbfbf;
}
table.prof_tel td.tel_num {
  width: 12%;
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
  background: #e6e6e6;
}

table.prof_regist {
  width: 100%;
  border-top: none;
  border-bottom: 2px solid #bfbfbf;
}
table.prof_regist th,
table.prof_regist td {
  padding: 5px 10px;
  border-right: 1px solid #bfbfbf;
}
table.prof_regist th {
  width: 20%;
  background: #707070;
  color: #fff;
  font-size: 0.8rem;
}
table.prof_regist td {
  width: 28%;
}
table.prof_regist td.prof_regist_title {
  width: 12%;
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
  background: #e6e6e6;
}

table.prof_address {
  width: 100%;
  border-top: none;
  border-bottom: 2px solid #bfbfbf;
}
table.prof_address th,
table.prof_address td {
  padding: 5px 10px;
  border-right: 1px solid #bfbfbf;
}
table.prof_address th {
  width: 20%;
  background: #707070;
  color: #fff;
  font-size: 0.8rem;
}
table.prof_address td {
  width: 68%;
  border-bottom: 1px solid #bfbfbf;
}
table.prof_address td.address_num {
  width: 12%;
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
  background: #e6e6e6;
}

table.prof_entry {
  width: 100%;
  border-top: none;
  border-bottom: 2px solid #bfbfbf;
}
table.prof_entry th,
table.prof_entry td {
  padding: 5px 10px;
  border-right: 1px solid #bfbfbf;
}
table.prof_entry th {
  width: 20%;
  background: #707070;
  color: #fff;
  font-size: 0.8rem;
}
table.prof_entry td:first-child {
  width: 60%;
}
table.prof_entry td:last-child {
  width: 20%;
  text-align: center;
}

.prof_detail_choice {
  width: 100%;
}
.prof_detail_choice h4 {
  background: #e6e6e6;
  padding: 5px 10px;
  margin-top: 15px;
}
.prof_detail_choice h4:first-child {
  margin-top: 0;
}
.prof_detail_choice ul {
  width: 100%;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prof_detail_choice li:not(:last-child)::after {
  content: "／";
  margin: auto 5px;
}

table.prof_event {
  width: 100%;
}
table.prof_event th,
table.prof_event td {
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  text-align: center;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 0;
}
table.prof_event th:nth-child(1),
table.prof_event td:nth-child(1) {
  width: 35%;
  text-align: left;
}
table.prof_event th:nth-child(2),
table.prof_event td:nth-child(2) {
  width: 12%;
}
table.prof_event th:nth-child(3),
table.prof_event td:nth-child(3) {
  width: 12%;
}
table.prof_event th:nth-child(4),
table.prof_event td:nth-child(4) {
  width: 12%;
}
table.prof_event th:nth-child(5),
table.prof_event td:nth-child(5) {
  width: 17%;
}
table.prof_event th:nth-child(6),
table.prof_event td:nth-child(6) {
  width: 12%;
}
table.prof_event th {
  padding: 3px 10px;
  font-size: 0.8rem;
  color: #fff;
  background: #707070;
}
table.prof_event td {
  padding: 5px 10px;
}

table.prof_intern {
  width: 100%;
}
table.prof_intern th,
table.prof_intern td {
  width: 10%;
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}
table.prof_intern th:nth-child(3),
table.prof_intern td:nth-child(3) {
  width: 50%;
}
table.prof_intern th {
  padding: 3px 10px;
  font-size: 0.8rem;
  color: #fff;
  background: #707070;
}
table.prof_intern td {
  padding: 5px 10px;
}

table.prof_setsumeikai {
  width: 100%;
}
table.prof_setsumeikai th,
table.prof_setsumeikai td {
  width: 10%;
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}
table.prof_setsumeikai th:nth-child(3),
table.prof_setsumeikai td:nth-child(3) {
  width: 35%;
}
table.prof_setsumeikai th {
  padding: 3px 10px;
  font-size: 0.8rem;
  color: #fff;
  background: #707070;
}
table.prof_setsumeikai td {
  padding: 5px 10px;
}
table.prof_setsumeikai td span {
  font-weight: bold;
}
table.prof_setsumeikai td span i {
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-right: 3px;
}

table.prof_gentei {
  width: 100%;
}
table.prof_gentei th,
table.prof_gentei td {
  width: 10%;
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}
table.prof_gentei th:nth-child(3),
table.prof_gentei td:nth-child(3) {
  width: 30%;
}
table.prof_gentei th:nth-child(4),
table.prof_gentei td:nth-child(4) {
  width: 15%;
}
table.prof_gentei th {
  padding: 3px 10px;
  font-size: 0.8rem;
  color: #fff;
  background: #707070;
}
table.prof_gentei td {
  padding: 5px 10px;
}

table.prof_message {
  width: 100%;
}
table.prof_message th,
table.prof_message td {
  width: 10%;
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}
table.prof_message th:nth-child(4),
table.prof_message td:nth-child(4) {
  width: 45%;
}
table.prof_message th {
  padding: 3px 10px;
  font-size: 0.8rem;
  color: #fff;
  background: #707070;
}
table.prof_message td {
  padding: 5px 10px;
}

.posted_list_wrap {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #bfbfbf;
}

.timeline_list_table {
  width: 100%;
}
.timeline_list_table table {
  width: 100%;
  border: 1px solid #bfbfbf;
  border-top: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.timeline_list_table tr {
  background: #efefef;
}
.timeline_list_table tr:nth-child(2n) {
  background: #fff;
}
.timeline_list_table th,
.timeline_list_table td {
  font-size: 0.8rem;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 5px;
  text-align: center;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 0;
}
.timeline_list_table th {
  background: #dce5ee;
  line-height: 1rem;
}
.timeline_list_table th:nth-child(1),
.timeline_list_table td:nth-child(1) {
  width: 18%;
}
.timeline_list_table th:nth-child(2),
.timeline_list_table td:nth-child(2) {
  width: 8%;
}
.timeline_list_table th:nth-child(3),
.timeline_list_table td:nth-child(3) {
  width: 50%;
}
.timeline_list_table th:nth-child(4),
.timeline_list_table td:nth-child(4) {
  width: 8%;
}
.timeline_list_table th:nth-child(5),
.timeline_list_table td:nth-child(5) {
  width: 8%;
}
.timeline_list_table th:nth-child(6),
.timeline_list_table td:nth-child(6) {
  width: 8%;
}
.timeline_list_table td:nth-child(1),
.timeline_list_table td:nth-child(3) {
  text-align: left;
}
.timeline_list_table strong {
  font-size: 0.7rem;
}
.timeline_list_table span.sem_status {
  display: block;
  width: 80%;
  margin: auto;
  padding: 5px;
  background: #e6e6e6;
  font-size: 0.7rem;
  font-weight: bold;
  border-radius: 3px;
}
.timeline_list_table span.sem_open {
  background: #f47223;
  color: #fff;
}
.timeline_list_table span.sem_private {
  background: #707070;
  color: #fff;
}
.timeline_list_table span.sem_limited {
  background: #088c8b;
  color: #fff;
}
.timeline_list_table span.sem_draft {
  background: #fff;
  border: 1px solid #888888;
}
.timeline_list_table button.tl_delete {
  color: #f00;
  padding: 3px 10px;
  font-size: 0.7rem;
  font-weight: bold;
}
.timeline_list_table button.tl_delete:hover {
  cursor: pointer;
}

.timl_confirm_bodytext p.tl_preview_textarea {
  margin-top: 15px;
}
.timl_confirm_bodytext p:first-child {
  margin-top: 0;
}

table.timeline_setting input,
table.timeline_setting textarea {
  width: 70%;
  padding: 5px;
}
table.timeline_setting th {
  font-weight: bold;
}

td.tl_img_flexcol {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
td.tl_img_flexcol div.tl_img_flexinner {
  width: 40%;
}
td.tl_img_flexcol div.tl_img_flexinner h4 {
  margin-bottom: 5px;
}
td.tl_img_flexcol div.tl_img_flexinner p {
  font-size: 0.8rem;
}
td.tl_img_flexcol div.tl_img_flexinner input {
  width: 100%;
}

td.tl_display_col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
td.tl_display_col div {
  width: auto;
}
td.tl_display_col div input,
td.tl_display_col div label {
  width: auto;
}
td.tl_display_col div input {
  display: inline-block;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
td.tl_display_col div label {
  margin-right: 30px;
}

.preview_container {
  width: 95%;
  padding: 30px;
  margin: auto;
}

.preview_iframe {
  width: 100%;
  height: 75vh;
  border: 1px solid #bfbfbf;
}

@media screen and (min-width: 1919px) {
  .preview_container {
    width: 80%;
  }
  .preview_iframe {
    height: 74vh;
  }
}
.approval_btn {
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid #0c2e8f;
  padding-top: 30px;
  text-align: center;
}
.approval_btn input,
.approval_btn button {
  padding: 10px 25px;
  margin: 0 3px;
  font-weight: bold;
}
.approval_btn input:hover,
.approval_btn button:hover {
  cursor: pointer;
}
.approval_btn button {
  padding: 8px 30px;
}
.approval_btn i {
  margin-right: 3px;
}
.approval_btn p.applying_btn {
  width: 190px;
  margin: auto auto 10px auto;
  padding: 10px 25px;
  border: 1px solid #f47223;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  color: #f47223;
  line-height: 1.2rem;
}

.app_btn_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.app_btn_wrap input {
  width: auto;
  display: block;
}
.app_btn_wrap button {
  width: auto;
  display: block;
  margin-bottom: 15px;
}

.mng_approval_button input {
  display: block;
  width: 190px;
  margin: auto auto 10px auto;
  padding: 10px 25px;
  border: 1px solid #f47223;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #f47223;
  text-decoration: none;
}
.mng_approval_button input:hover {
  background: #f47223;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mng_approval_button p.mng_preview_notice {
  width: 500px;
  margin: auto;
  margin-top: 10px;
  font-size: 0.8rem;
  padding: 5px 10px;
  background: #edf2f6;
}

.apprvl_modal_content {
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.approval_window_header h1 img {
  width: 22%;
}
.approval_window_header h1 span {
  width: 74%;
}

.approval_content_container {
  width: 100%;
  padding: 30px;
  background: #fff;
}
.approval_content_container li {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 1.5rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}
.approval_content_container li:last-child {
  margin-bottom: 0;
}
.approval_content_container input,
.approval_content_container button {
  display: block;
  padding: 15px 30px;
  margin: auto;
  font-weight: bold;
  background: #f47223;
  color: #fff;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
.approval_content_container input:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.after_submit_approval {
  padding: 0;
  margin-top: 15px;
}

.apprvl_window_inner {
  width: 100%;
  padding: 30px;
  border: 1px solid #f00;
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: center;
}
.apprvl_window_inner p {
  line-height: 1.8rem;
  margin-bottom: 10px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  text-align: left;
}

.apprvl_inner_ul {
  padding-left: 20px;
  margin-top: 10px;
}
.apprvl_inner_ul p {
  line-height: 1.5rem;
  margin-bottom: 0;
}

span.mng_require_mark {
  display: inline-block;
  margin-left: 5px;
  font-weight: bold;
  color: #f00;
}

.content_submit_btn {
  width: 100%;
  border-top: 1px solid #0c2e8f;
  margin-top: 30px;
}
.content_submit_btn button {
  display: block;
  margin: 30px auto;
  padding: 15px 25px;
  background: #0060c5;
  border: none;
  font-weight: bold;
  color: #fff;
}
.content_submit_btn button:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.dm_list_table {
  width: 100%;
}
.dm_list_table table {
  width: 100%;
  border: 1px solid #bfbfbf;
  border-top: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.dm_list_table tr {
  background: #efefef;
}
.dm_list_table tr:nth-child(2n) {
  background: #fff;
}
.dm_list_table th,
.dm_list_table td {
  font-size: 0.8rem;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 5px;
  text-align: center;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 0;
}
.dm_list_table th {
  background: #dce5ee;
  line-height: 1rem;
}
.dm_list_table th:nth-child(1),
.dm_list_table td:nth-child(1) {
  width: 20%;
}
.dm_list_table th:nth-child(2),
.dm_list_table td:nth-child(2) {
  width: 10%;
}
.dm_list_table th:nth-child(3),
.dm_list_table td:nth-child(3) {
  width: 10%;
}
.dm_list_table th:nth-child(4),
.dm_list_table td:nth-child(4) {
  width: 10%;
}
.dm_list_table th:nth-child(5),
.dm_list_table td:nth-child(5) {
  width: 10%;
}
.dm_list_table th:nth-child(6),
.dm_list_table td:nth-child(6) {
  width: 40%;
  text-align: left;
}

.mng_dm_history {
  width: 100%;
  height: 80vh;
  margin-top: 30px;
}
.mng_dm_history iframe {
  border: none;
  padding-top: 5px;
}

body.apply_page {
  background: #fff;
}

.internship_apply {
  padding-bottom: 30px;
}

.aft_show {
  display: block;
}

.new_modal_open {
  display: inline-block;
}

.modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 80vw;
  max-height: 90vh;
  overflow: scroll;
  margin: 0;
  padding: 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal_box_inner {
  position: relative;
  width: 100%;
  height: auto;
}

a.edit_modal_close,
a.modal_close_temp,
a.ltd_detail_close {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #f47223;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0 3px 6px #444;
          box-shadow: 0 3px 6px #444;
}
a.edit_modal_close i,
a.modal_close_temp i,
a.ltd_detail_close i {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  bottom: 3px;
}

a.edit_modal_close:hover {
  cursor: pointer;
}

.update_btn,
.line_update_btn {
  display: block;
  margin: 15px 0 auto 10px;
  width: 150px;
  padding: 8px 5px;
  text-align: center;
  background: #0060c5;
  color: #fff;
  font-weight: bold;
  border: none;
  font-size: 0.9rem;
}

.update_btn:hover,
.line_update_btn:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.edit_copy_page {
  text-align: left;
  font-size: 1rem;
}
.edit_copy_page input,
.edit_copy_page label,
.edit_copy_page button,
.edit_copy_page p {
  font-weight: normal;
}

.app_btn_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.app_btn_wrap input,
.app_btn_wrap button {
  padding: 15px 20px;
  margin: 0 10px;
  line-height: 1rem;
}
.app_btn_wrap button {
  background: #0060c5;
  padding: 15px 20px;
}
.app_btn_wrap button:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.app_btn_wrap button.app_back_btn {
  margin-top: 10px;
  background: #707070;
}

button.prev_back_btn {
  display: block;
  padding: 5px 15px;
  margin: 15px auto 0 auto;
}

.input_open_col {
  margin: -30px 0 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
.input_open_col p {
  font-weight: bold;
}
.input_open_col button {
  margin-top: 15px;
  background: #00b0ec;
}

.input_06page {
  margin-top: 15px;
}

.address_input_area {
  display: none;
}

p.bold_text {
  font-weight: bold;
}

#googleMap {
  margin-top: 30px;
}

button#show_map i {
  display: inline-block;
  margin-right: 3px;
}

p.sbmt_notice_none {
  display: none;
}

p.sbmt_notice {
  display: block;
  width: 600px;
  margin: auto;
  padding: 10px 30px;
  border: 1px solid #f00;
  border-radius: 5px;
  font-weight: bold;
  color: #f00;
}

.after_submit {
  width: 74%;
  margin: auto;
}

input.disable_btn {
  background: #bfbfbf;
}

.under_stood_check {
  text-align: center;
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
  border: 3px solid #f00;
  border-radius: 5px;
}
.under_stood_check input {
  -webkit-transform: scale(2);
          transform: scale(2);
  margin-bottom: 15px;
  margin-top: 5px;
}

.continued_img_use {
  text-align: center;
  background: #dce5ee;
  padding: 5px 0;
}
.continued_img_use label {
  font-weight: bold;
  font-size: 0.9rem;
}

.field_no_show {
  display: none;
}

.now_stats_notice {
  width: 100%;
  margin-top: 15px;
  padding: 15px 20px;
  border: 1px solid #707070;
  border-radius: 5px;
}
.now_stats_notice h4 {
  border: 2px solid #707070;
  width: 100px;
  padding: 3px 5px;
  text-align: center;
  border-radius: 3px;
}
.now_stats_notice p {
  font-size: 0.9rem;
  margin-top: 10px;
}

.applying {
  border-color: #f47223;
}
.applying h4 {
  border-color: #f47223;
  color: #f47223;
}

.remanding {
  border-color: #0060c5;
}
.remanding h4 {
  border-color: #0060c5;
  color: #0060c5;
}

.remand_point {
  width: 100%;
  padding: 15px;
  margin-top: 10px;
  background: #edf2f6;
  border-radius: 5px;
}
.remand_point h5 {
  margin: 0;
  font-size: 0.9rem;
}

.hen_close_btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 222;
}

.address_master_edit {
  width: 80%;
  margin: auto;
}

.address_edit_container {
  padding: 0 0 30px 0;
}

span.no_entered {
  display: inline-block;
  margin-left: 3px;
  font-weight: bold;
  font-size: 0.9rem;
  color: #f00;
}

span.no_entered_block {
  display: block;
  margin-left: 3px;
  font-weight: bold;
  font-size: 0.9rem;
  color: #f00;
}

input.required_item:valid,
textarea.required_item:valid,
select.required_item:valid,
radio.required_item:valid {
  border: none;
  border: 1px solid #707070;
  border-radius: 3px;
}

input.required_item:invalid,
textarea.required_item:invalid,
select.required_item:invalid,
radio.required_item:invalid {
  border: none;
  border: 2px solid #f00;
  border-radius: 3px;
}

input#corp_input {
  border: none;
}

.edt_adrmaster_delete {
  width: 100%;
  padding: 15px 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 2px solid #f00;
  border-radius: 8px;
}
.edt_adrmaster_delete input {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.edt_adrmaster_delete label {
  font-weight: bold;
}
.edt_adrmaster_delete p {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 0.8rem;
  border-top: 1px solid #bfbfbf;
}

p.not_num_alert,
span.not_num_alert {
  color: #f00;
  margin: 0 0 0 5px;
  font-weight: bold;
}

.bold_red_line {
  border-width: 2px;
  border-color: #f00;
}

p.target_notice_item,
p.docs_notice_item {
  font-size: 0.9rem;
  font-weight: bold;
  color: #f00;
  margin-top: 5px;
}

.target_notice_hide {
  display: none;
}

.recru_target_border {
  border: 2px solid #f00;
  padding: 8px 15px;
  border-radius: 4px;
}

.entry_range {
  margin-top: 15px;
}
.entry_range label {
  font-size: 0.8rem;
  font-weight: bold;
}
.entry_range input {
  font-weight: normal;
  font-size: 0.9rem;
}

.set_act_menu button {
  font-size: 0.7rem;
  display: block;
  width: 80%;
  margin: 0 auto 4px auto;
}
.set_act_menu button:last-child {
  margin-bottom: 0;
}
.set_act_menu button:hover {
  cursor: pointer;
}
.set_act_menu button.sem_delete {
  color: #f00;
  padding: 3px 0;
}
.set_act_menu button.disabled_button {
  color: #888888;
}

.add_sem_submit_box input {
  background: #f47223;
}

span.open_address_master {
  display: inline-block;
  margin-left: 15px;
  font-weight: normal;
  font-size: 0.8rem;
}
span.open_address_master i {
  margin-right: 3px;
}
span.open_address_master a {
  color: #000;
  text-decoration: none;
}
span.open_address_master a:hover {
  text-decoration: underline;
}

span.ltd_notice_span {
  font-weight: normal;
  margin-left: 10px;
}
span.ltd_notice_span a {
  color: #707070;
  text-decoration: none;
}
span.ltd_notice_span a:hover {
  text-decoration: underline;
}

p.sem_free_text {
  font-weight: bold;
}

div.sem_free_text_box {
  margin-top: 5px;
  margin-bottom: 20px;
  padding-top: 5px;
}
div.sem_free_text_box p {
  font-weight: normal;
}

p.add_num_day {
  margin-top: 10px;
  line-height: 1rem;
}

.corp_seminar_inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.event_preview_btn_box {
  text-align: right;
  padding: 0 10px 15px 0;
  border-bottom: 1px solid #bfbfbf;
}
.event_preview_btn_box button {
  padding: 5px 15px;
}
.event_preview_btn_box button:hover {
  cursor: pointer;
}

button.status_update {
  padding: 8px 10px;
  font-size: 0.7rem;
  font-weight: bold;
  border: 1px solid #fff;
  background: #f47223;
  color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
button.status_update i {
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-right: 3px;
}

button.status_update:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #0060c5;
}

span.reservation {
  color: #f47223;
}

span.cancel {
  color: #707070;
}

span.participation {
  color: #0c2e8f;
}

span.not_participate {
  color: #444;
}

input.sem_confirm_img {
  display: none;
}

span#sem_date_1,
span#sem_date_2,
span#sem_date_3,
span#sem_date_4,
span#sem_date_5,
span#sem_deadline_date_1,
span#sem_deadline_date_2,
span#sem_deadline_date_3,
span#sem_deadline_date_4,
span#sem_deadline_date_5 {
  margin-right: 15px;
}

.confirm_event_wrap h4 {
  padding: 5px 10px;
  background: #888888;
  color: #fff;
  border-bottom: none;
}

p#sem_text_display,
p#sem_access,
p#sem_program,
p#sem_target,
p#sem_items,
p#sem_reward,
p#sem_apply,
p#sem_free_body {
  white-space: pre-wrap;
}

input.input_empty {
  border: 1px solid #f00;
}

button.switch_disabled {
  background: #bfbfbf;
}

button.switch_disabled:hover {
  background: #707070;
}

span.red_text {
  color: #f00;
  font-weight: bold;
}

td.sem_inner_table {
  padding: 0;
}
td.sem_inner_table table {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
td.sem_inner_table table tr {
  background: #fff;
}
td.sem_inner_table table tr:nth-child(even) {
  background: #efefef;
}
td.sem_inner_table table td {
  border-bottom: none;
}
td.sem_inner_table table td:nth-child(1) {
  width: 8%;
}
td.sem_inner_table table td:nth-child(2) {
  width: 8%;
}
td.sem_inner_table table td:nth-child(3) {
  width: 8%;
}
td.sem_inner_table table td:nth-child(4) {
  width: 5%;
}
td.sem_inner_table table td:nth-child(5) {
  width: 5%;
}
td.sem_inner_table table td:nth-child(6) {
  width: 5%;
}
td.sem_inner_table table td:nth-child(7) {
  width: 5%;
  border-right: none;
}

div.sem_capacity_col {
  display: block;
}

.hen_input_container {
  width: 100%;
  padding: 30px;
  background: #fff;
}
.hen_input_container h3 {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  background: #fff;
  color: #000;
}

.hen_input_group,
.hen_add_col {
  width: 100%;
  margin-top: 10px;
  padding: 5px 25px;
  background: #efefef;
  border-radius: 5px;
}

.hen_input_wrap,
.hen_input_inner_wrap {
  margin: 15px 0;
  position: relative;
  z-index: 8888;
}
.hen_input_wrap h4,
.hen_input_wrap h5,
.hen_input_inner_wrap h4,
.hen_input_inner_wrap h5 {
  font-size: 1rem;
  background: #bfbfbf;
  width: 100%;
  padding: 5px 10px;
  margin: 0 0 15px 0;
  border-radius: 3px;
}
.hen_input_wrap label,
.hen_input_inner_wrap label {
  display: inline-block;
  width: 180px;
  margin-left: 10px;
  font-weight: bold;
}
.hen_input_wrap input[type=text],
.hen_input_wrap input[type=email],
.hen_input_wrap input[type=url],
.hen_input_wrap input[type=password],
.hen_input_inner_wrap input[type=text],
.hen_input_inner_wrap input[type=email],
.hen_input_inner_wrap input[type=url],
.hen_input_inner_wrap input[type=password] {
  width: 550px;
  padding: 5px 10px;
}
.hen_input_wrap input[type=date],
.hen_input_inner_wrap input[type=date] {
  padding: 3px 10px;
}
.hen_input_wrap input#hinput_udi10,
.hen_input_wrap input#hinput_udi11,
.hen_input_inner_wrap input#hinput_udi10,
.hen_input_inner_wrap input#hinput_udi11 {
  width: 80%;
}
.hen_input_wrap input.timepicker,
.hen_input_inner_wrap input.timepicker {
  width: 100px;
  padding: 4px;
  position: relative;
  z-index: 9999;
}
.hen_input_wrap input.short_input,
.hen_input_inner_wrap input.short_input {
  width: 300px;
}
.hen_input_wrap input.very_short_input,
.hen_input_inner_wrap input.very_short_input {
  width: 180px;
}
.hen_input_wrap ::-webkit-input-placeholder,
.hen_input_inner_wrap ::-webkit-input-placeholder {
  /* WebKit, Edge */
  font-size: 0.8rem;
}
.hen_input_wrap :-ms-input-placeholder,
.hen_input_inner_wrap :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.8rem;
}
.hen_input_wrap ::-webkit-input-placeholder, .hen_input_inner_wrap ::-webkit-input-placeholder {
  /* Others */
  font-size: 0.8rem;
}
.hen_input_wrap ::-moz-placeholder, .hen_input_inner_wrap ::-moz-placeholder {
  /* Others */
  font-size: 0.8rem;
}
.hen_input_wrap :-ms-input-placeholder, .hen_input_inner_wrap :-ms-input-placeholder {
  /* Others */
  font-size: 0.8rem;
}
.hen_input_wrap ::-ms-input-placeholder, .hen_input_inner_wrap ::-ms-input-placeholder {
  /* Others */
  font-size: 0.8rem;
}
.hen_input_wrap ::placeholder,
.hen_input_inner_wrap ::placeholder {
  /* Others */
  font-size: 0.8rem;
}
.hen_input_wrap input[type=radio],
.hen_input_wrap input[type=checkbox],
.hen_input_inner_wrap input[type=radio],
.hen_input_inner_wrap input[type=checkbox] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 0;
}
.hen_input_wrap textarea,
.hen_input_inner_wrap textarea {
  padding: 5px 10px;
}
.hen_input_wrap select,
.hen_input_inner_wrap select {
  padding: 5px 10px;
}
.hen_input_wrap label.vertical_top_label,
.hen_input_inner_wrap label.vertical_top_label {
  vertical-align: top;
}

.hen_radio_inner label {
  width: auto;
  margin-left: 5px;
  margin-right: 15px;
}

.reset_wrap {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #bfbfbf;
}

h4.hen_no_bg {
  background: #efefef;
  padding: 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
}

.hen_add_col h4 {
  margin: 15px 0 15px 10px;
  cursor: pointer;
}
.hen_add_col h4 i {
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.hen_input_add {
  display: none;
}

.hen_radio_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.radio_flex_inner {
  margin: 0 40px 0 0;
}
.radio_flex_inner label {
  width: auto;
}

.hen_check_group {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
}
.hen_check_group h4 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
}
.hen_check_group h4:nth-child(n+2) {
  margin-top: 20px;
}
.hen_check_group div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 0;
  margin-top: 3px;
}
.hen_check_group input {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  padding: 5px 10px;
}
.hen_check_group label {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 97.5%;
  margin-left: 0;
  padding: 5px 10px;
  font-weight: normal;
}
.hen_check_group input:checked + label {
  background: #00b0ec;
  color: #fff;
}
.hen_check_group ::-webkit-input-placeholder {
  /* WebKit, Edge */
  font-size: 0.8rem;
}
.hen_check_group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.8rem;
}
.hen_check_group ::-moz-placeholder {
  /* Others */
  font-size: 0.8rem;
}
.hen_check_group ::-ms-input-placeholder {
  /* Others */
  font-size: 0.8rem;
}
.hen_check_group ::placeholder {
  /* Others */
  font-size: 0.8rem;
}
.hen_check_group textarea {
  padding: 5px 10px;
}
.hen_check_group label.bold_label {
  font-weight: bold;
}

.hen_map_show {
  padding: 8px 15px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
  font-size: 0.9rem;
}

.hen_map_show:hover {
  cursor: pointer;
}

.option_col {
  border: 1px solid #707070;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
}
.option_col button {
  margin-top: 5px;
}

.hen_confirm_window {
  padding: 15px 25px;
}
.hen_confirm_window h4 {
  font-size: 1rem;
  background: #bfbfbf;
  width: 100%;
  padding: 5px 10px;
  margin: 10px 0 10px 0;
  border-radius: 3px;
}
.hen_confirm_window p {
  line-height: 2rem;
  margin-left: 5px;
}
.hen_confirm_window span {
  display: inline-block;
  width: 200px;
  font-weight: bold;
}
.hen_confirm_window div.negotiation_notes {
  margin-top: 10px;
  padding-left: 5px;
}

.hen_cfmwindow_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hen_cfmwindow_inner h4 {
  width: 160px;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 2rem;
}
.hen_cfmwindow_inner div {
  width: calc(100% - 200px);
}
.hen_cfmwindow_inner div span {
  width: 100px;
}

.cfmwindow_option {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 15px 25px;
  margin-top: 10px;
  border: 1px solid #707070;
  border-radius: 5px;
  background: #fff;
}

.hen_confirm_btncol {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #bfbfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hen_confirm_btncol a,
.hen_confirm_btncol input,
.hen_confirm_btncol button {
  display: block;
  width: 160px;
  margin: auto 10px;
  padding: 10px 5px;
  text-align: center;
  background: #00b0ec;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
.hen_confirm_btncol input {
  border: none;
  background: #f47223;
}
.hen_confirm_btncol a:hover,
.hen_confirm_btncol input:hover {
  cursor: pointer;
  background: #f47223;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hen_confirm_btncol input:hover {
  background: #f00;
}

p.mng_preview_notice {
  width: 500px;
  margin: auto;
  margin-top: 15px;
  font-size: 0.8rem;
  padding: 5px 10px;
  background: #edf2f6;
  text-align: center;
}

.year_select_wrap {
  border: 1px solid #f47223;
}

.h_information_page {
  margin-top: 7px;
  padding-top: 5px;
  border-top: 1px solid #888888;
}

.h_infomation_table {
  width: 100%;
}
.h_infomation_table table th:nth-child(1),
.h_infomation_table table td:nth-child(1) {
  width: 10%;
  text-align: center;
}
.h_infomation_table table th:nth-child(2),
.h_infomation_table table td:nth-child(2) {
  width: 15%;
  font-weight: bold;
}
.h_infomation_table table th:nth-child(3),
.h_infomation_table table td:nth-child(3) {
  width: 45%;
}
.h_infomation_table table th:nth-child(4),
.h_infomation_table table td:nth-child(4) {
  width: 22%;
}
.h_infomation_table table th:nth-child(5),
.h_infomation_table table td:nth-child(5) {
  width: 8%;
}

.hinput_show_hide label {
  width: auto;
  margin-right: 30px;
}

.edt_whatsnew_input label {
  width: auto;
  margin-top: 5px;
}
.edt_whatsnew_input span {
  margin-left: 10px;
}

.h_update_group span {
  display: inline-block;
  width: 150px;
  font-weight: bold;
}
.h_update_group input[type=radio] {
  margin-right: 7px;
}

.whatsnew_list_table {
  width: 100%;
}
.whatsnew_list_table table {
  width: 100%;
  border: 1px solid #bfbfbf;
  border-collapse: collapse;
  border-spacing: 0;
}
.whatsnew_list_table tr {
  background: #efefef;
}
.whatsnew_list_table tr:nth-child(2n) {
  background: #fff;
}
.whatsnew_list_table th,
.whatsnew_list_table td {
  font-size: 0.8rem;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 5px;
  text-align: left;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 0;
}
.whatsnew_list_table th {
  background: #dce5ee;
  line-height: 1rem;
}
.whatsnew_list_table th:nth-child(1),
.whatsnew_list_table td:nth-child(1) {
  width: 12%;
  font-weight: bold;
}
.whatsnew_list_table th:nth-child(2),
.whatsnew_list_table td:nth-child(2) {
  width: 9%;
}
.whatsnew_list_table th:nth-child(3),
.whatsnew_list_table td:nth-child(3) {
  width: 10%;
}
.whatsnew_list_table th:nth-child(4),
.whatsnew_list_table td:nth-child(4) {
  width: 10%;
}
.whatsnew_list_table th:nth-child(5),
.whatsnew_list_table td:nth-child(5) {
  width: 10%;
}
.whatsnew_list_table th:nth-child(6),
.whatsnew_list_table td:nth-child(6) {
  width: 30%;
}
.whatsnew_list_table th:nth-child(7),
.whatsnew_list_table td:nth-child(7) {
  width: 11%;
}
.whatsnew_list_table th:nth-child(8),
.whatsnew_list_table td:nth-child(8) {
  width: 8%;
}

.hen_detail_content {
  position: relative;
}

a.hen_detailpage_close {
  display: block;
  position: absolute;
  top: 8px;
  right: 20px;
  z-index: 222;
}

.hen_detailpage_body table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 15px;
}
.hen_detailpage_body tr:nth-child(2n) {
  background: #efefef;
}
.hen_detailpage_body th,
.hen_detailpage_body td {
  padding: 15px;
  border: 1px solid #707070;
}
.hen_detailpage_body th:nth-child(2n) {
  background: #efefef;
}
.hen_detailpage_body th {
  width: 20%;
}
.hen_detailpage_body td {
  width: 80%;
}
.hen_detailpage_body td input[type=text],
.hen_detailpage_body td input[type=email],
.hen_detailpage_body td input[type=url] {
  width: 550px;
  padding: 5px 10px;
}
.hen_detailpage_body td input#hinput_udi23_dtl10,
.hen_detailpage_body td input#hinput_udi23_dtl11 {
  width: 80%;
}
.hen_detailpage_body td input.short_input {
  width: 300px;
}
.hen_detailpage_body td input.very_short_input {
  width: 180px;
}
.hen_detailpage_body td.h_detail_radio input[type=radio] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 7px;
}
.hen_detailpage_body td.h_detail_radio label {
  margin-right: 20px;
  font-weight: bold;
}

span.edt_publish_time {
  margin-left: 15px;
}

h4.hen_y_select {
  font-size: 1.2rem;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

h4.hen_y_select::before {
  content: "■";
}

h4.hen_for_currenty {
  color: #0060c5;
}

h4.hen_for_currenty::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #0060c5;
  margin-left: 10px;
}

h4.hen_for_nexty {
  color: #f47223;
}

h4.hen_for_nexty::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #f47223;
  margin-left: 10px;
}

.hen_year_select {
  width: 100%;
  margin: 14px auto 0 auto;
  padding: 30px;
  background: #dce5ee;
  border-radius: 8px;
}
.hen_year_select p {
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid #707070;
}
.hen_year_select select {
  padding: 5px 15px;
}

ul.user_delete_notice {
  margin-top: 10px;
  padding-left: 5px;
}
ul.user_delete_notice li {
  font-size: 0.8rem;
  font-weight: bold;
  color: #f00;
}

.mail_serch_box {
  width: 100%;
  padding: 15px 20px;
  background: #efefef;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  margin-top: 15px;
}
.mail_serch_box span {
  font-size: 0.8rem;
  font-weight: bold;
  display: inline-block;
  width: 160px;
}
.mail_serch_box input[type=text] {
  padding: 3px 10px;
  width: 400px;
}
.mail_serch_box input::-webkit-input-placeholder {
  font-size: 0.8rem;
}
.mail_serch_box input::-moz-placeholder {
  font-size: 0.8rem;
}
.mail_serch_box input:-ms-input-placeholder {
  font-size: 0.8rem;
}
.mail_serch_box input::-ms-input-placeholder {
  font-size: 0.8rem;
}
.mail_serch_box input::placeholder {
  font-size: 0.8rem;
}
.mail_serch_box select {
  padding: 5px 10px;
  font-size: 0.9rem;
}
.mail_serch_box input.mail_search_submit {
  padding: 7px 30px;
  font-size: 0.8rem;
  font-weight: bold;
  background: #0060c5;
  color: #fff;
  border-radius: 5px;
  border: #bfbfbf;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
.mail_serch_box input.mail_search_submit:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #00b0ec;
}
.mail_serch_box label {
  display: block;
  margin: 10px 0;
}
.mail_serch_box button {
  padding: 7px 30px;
  font-size: 0.8rem;
  font-weight: bold;
  background: #0060c5;
  color: #fff;
  border-radius: 5px;
  border: #bfbfbf;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
.mail_serch_box button:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #00b0ec;
}

.mail_serch_resultbox span {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.mail_serch_resultbox ul {
  display: inline-block;
}
.mail_serch_resultbox li {
  display: inline-block;
  margin-right: 10px;
}
.mail_serch_resultbox li span {
  font-size: 1rem;
}
.mail_serch_resultbox p {
  width: 100%;
  margin-top: 10px;
  padding: 10px 15px;
  font-size: 0.8rem;
  background: #fff;
  border-radius: 5px;
}

.mail_input input.mail_checkbox {
  width: auto;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.mail_input input.short_input {
  width: 300px;
}
.mail_input input.very_short_input {
  width: 200px;
}
.mail_input label {
  margin-right: 30px;
}
.mail_input label.mail_label {
  font-weight: bold;
}
.mail_input select {
  padding: 5px 8px;
}
.mail_input input.no_enter_input,
.mail_input textarea.no_enter_input {
  border: 1px solid #f00;
}

.reservmail_input {
  border: 1px solid #999;
  border-radius: 5px;
  padding-top: 15px;
}

.mail_memo_input {
  padding-top: 10px;
  border-top: 1px solid #bfbfbf;
}
.mail_memo_input span {
  font-size: 0.9rem;
}

.school_select_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.school_wrap {
  width: 32%;
  padding: 20px 10px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 10px;
  font-size: 0.9rem;
}
.school_wrap h4 {
  font-size: 1rem;
  margin: 0;
  line-height: 1rem;
}
.school_wrap input {
  width: auto;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.school_wrap ul {
  margin-top: 15px;
}
.school_wrap li {
  margin: 5px 0;
}

.multi_inner_wrap {
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.multi_inner_wrap input {
  width: auto;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.hidden_wrap {
  background: none;
}

ul.school_target_select {
  background: #efefef;
  padding: 10px;
  border-radius: 5px;
}

ul.target_school_name {
  display: none;
}
ul.target_school_name textarea {
  width: 100%;
}
ul.target_school_name li.outside_hokkaido {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 5px 0;
  margin-bottom: 10px;
}

ul.school_show {
  display: block;
}

ul.detailpage_target {
  display: block;
}

.mail_inner_wrap {
  padding-top: 15px;
}
.mail_inner_wrap label {
  margin-left: 0;
}
.mail_inner_wrap input {
  padding: 3px 0px;
}

.mail_target_table tr {
  background: #fff;
}
.mail_target_table th:nth-child(1),
.mail_target_table td:nth-child(1) {
  width: 12%;
}
.mail_target_table th:nth-child(2),
.mail_target_table td:nth-child(2) {
  width: 26%;
}
.mail_target_table td:nth-child(2) {
  text-align: left;
}
.mail_target_table th:nth-child(3),
.mail_target_table td:nth-child(3) {
  width: 30%;
}
.mail_target_table td:nth-child(3) {
  text-align: left;
  font-weight: normal;
}
.mail_target_table th:nth-child(4),
.mail_target_table td:nth-child(4) {
  width: 6%;
}
.mail_target_table th:nth-child(5),
.mail_target_table td:nth-child(5) {
  width: 8%;
}
.mail_target_table td:nth-child(5) {
  text-align: right;
}
.mail_target_table th:nth-child(6),
.mail_target_table td:nth-child(6) {
  width: 12%;
}
.mail_target_table th:nth-child(7),
.mail_target_table td:nth-child(7) {
  width: 6%;
}

.reserv_mail_table tr,
.remind_mail_table tr {
  background: #fff;
}
.reserv_mail_table tr:nth-child(odd),
.remind_mail_table tr:nth-child(odd) {
  background: #f7f7f7;
}
.reserv_mail_table th:nth-child(1),
.reserv_mail_table td:nth-child(1),
.remind_mail_table th:nth-child(1),
.remind_mail_table td:nth-child(1) {
  width: 12%;
}
.reserv_mail_table th:nth-child(2),
.reserv_mail_table td:nth-child(2),
.remind_mail_table th:nth-child(2),
.remind_mail_table td:nth-child(2) {
  width: 32%;
}
.reserv_mail_table td:nth-child(2),
.remind_mail_table td:nth-child(2) {
  text-align: left;
}
.reserv_mail_table th:nth-child(3),
.reserv_mail_table td:nth-child(3),
.remind_mail_table th:nth-child(3),
.remind_mail_table td:nth-child(3) {
  width: 38%;
}
.reserv_mail_table td:nth-child(3),
.remind_mail_table td:nth-child(3) {
  text-align: left;
  font-weight: normal;
}
.reserv_mail_table th:nth-child(4),
.reserv_mail_table td:nth-child(4),
.remind_mail_table th:nth-child(4),
.remind_mail_table td:nth-child(4) {
  width: 12%;
}
.reserv_mail_table th:nth-child(5),
.reserv_mail_table td:nth-child(5),
.remind_mail_table th:nth-child(5),
.remind_mail_table td:nth-child(5) {
  width: 6%;
}
.reserv_mail_table span,
.remind_mail_table span {
  color: red;
}

.remind_mail_table tr {
  background: #fff;
}
.remind_mail_table th:nth-child(1),
.remind_mail_table td:nth-child(1) {
  width: 12%;
}
.remind_mail_table th:nth-child(2),
.remind_mail_table td:nth-child(2) {
  width: 30%;
}
.remind_mail_table td:nth-child(2) {
  text-align: left;
}
.remind_mail_table th:nth-child(3),
.remind_mail_table td:nth-child(3) {
  width: 34%;
}
.remind_mail_table td:nth-child(3) {
  text-align: left;
  font-weight: normal;
}
.remind_mail_table th:nth-child(4),
.remind_mail_table td:nth-child(4) {
  width: 6%;
}
.remind_mail_table th:nth-child(5),
.remind_mail_table td:nth-child(5) {
  width: 12%;
}
.remind_mail_table th:nth-child(6),
.remind_mail_table td:nth-child(6) {
  width: 6%;
}

.mail_history_table tr {
  background: #fff;
}
.mail_history_table td,
.mail_history_table th {
  padding-top: 12px;
  padding-bottom: 12px;
}
.mail_history_table th:nth-child(1),
.mail_history_table td:nth-child(1) {
  width: 12%;
  text-align: left;
}
.mail_history_table th:nth-child(2),
.mail_history_table td:nth-child(2) {
  width: 6%;
}
.mail_history_table th:nth-child(3),
.mail_history_table td:nth-child(3) {
  width: 18%;
  text-align: left;
}
.mail_history_table th:nth-child(4),
.mail_history_table td:nth-child(4) {
  width: 36%;
  text-align: left;
}
.mail_history_table th:nth-child(5),
.mail_history_table td:nth-child(5) {
  width: 7%;
}
.mail_history_table th:nth-child(6),
.mail_history_table td:nth-child(6) {
  width: 15%;
}
.mail_history_table th:nth-child(7),
.mail_history_table td:nth-child(7) {
  width: 6%;
}

.mail_template_table tr {
  background: #fff;
}
.mail_template_table th:nth-child(1),
.mail_template_table td:nth-child(1) {
  width: 12%;
}
.mail_template_table th:nth-child(2),
.mail_template_table td:nth-child(2) {
  width: 10%;
}
.mail_template_table td:nth-child(2) {
  text-align: left;
}
.mail_template_table th:nth-child(3),
.mail_template_table td:nth-child(3) {
  width: 18%;
}
.mail_template_table td:nth-child(3) {
  text-align: left;
}
.mail_template_table th:nth-child(4),
.mail_template_table td:nth-child(4) {
  width: 42%;
}
.mail_template_table td:nth-child(4) {
  text-align: left;
}
.mail_template_table th:nth-child(5),
.mail_template_table td:nth-child(5) {
  width: 12%;
}
.mail_template_table th:nth-child(6),
.mail_template_table td:nth-child(6) {
  width: 6%;
}

.mail_setting_table tr {
  background: #fff;
}
.mail_setting_table td,
.mail_setting_table th {
  padding-top: 12px;
  padding-bottom: 12px;
}
.mail_setting_table th:nth-child(1),
.mail_setting_table td:nth-child(1) {
  width: 12%;
  text-align: left;
}
.mail_setting_table th:nth-child(2),
.mail_setting_table td:nth-child(2) {
  width: 21%;
  text-align: left;
}
.mail_setting_table th:nth-child(3),
.mail_setting_table td:nth-child(3) {
  width: 32%;
  text-align: left;
}
.mail_setting_table th:nth-child(4),
.mail_setting_table td:nth-child(4) {
  width: 8%;
}
.mail_setting_table th:nth-child(5),
.mail_setting_table td:nth-child(5) {
  width: 13%;
}
.mail_setting_table th:nth-child(6),
.mail_setting_table td:nth-child(6) {
  width: 8%;
}
.mail_setting_table th:nth-child(7),
.mail_setting_table td:nth-child(7) {
  width: 6%;
}

.mail_category_table tr {
  background: #fff;
}
.mail_category_table th:nth-child(1),
.mail_category_table td:nth-child(1) {
  width: 82%;
  text-align: left;
}
.mail_category_table th:nth-child(2),
.mail_category_table td:nth-child(2) {
  width: 12%;
}
.mail_category_table th:nth-child(3),
.mail_category_table td:nth-child(3) {
  width: 6%;
}

.mail_24select_table tr {
  background: #fff;
}
.mail_24select_table tr:nth-child(odd) {
  background: #edf2f6;
}
.mail_24select_table th:nth-child(1),
.mail_24select_table td:nth-child(1) {
  width: 6%;
}
.mail_24select_table th:nth-child(1) input,
.mail_24select_table td:nth-child(1) input {
  display: block;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  margin: auto;
}
.mail_24select_table th:nth-child(2),
.mail_24select_table td:nth-child(2) {
  width: 10%;
}
.mail_24select_table td:nth-child(2) {
  text-align: left;
}
.mail_24select_table th:nth-child(3),
.mail_24select_table td:nth-child(3) {
  width: 15%;
}
.mail_24select_table td:nth-child(3) {
  text-align: left;
}
.mail_24select_table th:nth-child(4),
.mail_24select_table td:nth-child(4) {
  width: 20%;
}
.mail_24select_table td:nth-child(4) {
  text-align: left;
}
.mail_24select_table th:nth-child(5),
.mail_24select_table td:nth-child(5) {
  width: 49%;
}
.mail_24select_table td:nth-child(5) {
  text-align: left;
}
.mail_24select_table tr.selected_item_color {
  background: #ccc;
}

.mail_target_table tr:nth-child(odd),
.mail_history_table tr:nth-child(odd),
.mail_template_table tr:nth-child(odd),
.mail_category_table tr:nth-child(odd) {
  background: #edf2f6;
}

.multiple_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.multiple_btn a {
  margin-right: 15px;
  padding: 10px 10px;
  width: 220px;
}

.mail_signature input,
.mail_signature label {
  width: auto;
}
.mail_signature input {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

p.mail_category_link {
  margin-top: 10px;
}

p.send_individually_notice {
  font-size: 0.8rem;
}

.mail_detail_page input {
  width: auto;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.mail_select_box select {
  padding: 5px 8px;
}

.mail_three_col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mail_three_col div.mail_faculty_fixed {
  width: 30%;
  border-left: 1px solid #bfbfbf;
  padding: 5px 15px 0 15px;
}
.mail_three_col div.mail_faculty_fixed label {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

.mail_exclusion_target input {
  width: auto;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

p.mai_history_notice {
  font-size: 0.9rem;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #bfbfbf;
}
p.mai_history_notice strong {
  color: #f00;
}

p.waiting_for_delivery {
  font-size: 0.8rem;
  font-weight: bold;
  color: #444;
}

p.waiting_sample {
  font-weight: normal;
  margin-top: 10px;
}

.select_mail_settings label {
  font-weight: bold;
  font-size: 0.9rem;
}
.select_mail_settings select {
  padding: 5px 10px;
  font-size: 0.9rem;
}
.select_mail_settings li {
  padding: 20px;
  margin-bottom: 20px;
  background: #efefef;
  border-radius: 5px;
}
.select_mail_settings li input.selected_mail_decide {
  padding: 12px 60px;
  font-weight: bold;
  font-size: 0.9rem;
  border: none;
  background: #f47223;
  border-radius: 5px;
  color: #fff;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
.select_mail_settings li input:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.select_mail_settings li.mail_bg_none {
  background: none;
  padding: 0;
  text-align: center;
  padding: 12px 0;
}
.select_mail_settings .mail_test_col {
  border: 2px solid #ffc122;
}
.select_mail_settings .mail_test_col input {
  width: 400px;
  padding: 3px 10px;
}
.select_mail_settings .mail_test_col input::-webkit-input-placeholder {
  font-size: 0.8rem;
}
.select_mail_settings .mail_test_col input::-moz-placeholder {
  font-size: 0.8rem;
}
.select_mail_settings .mail_test_col input:-ms-input-placeholder {
  font-size: 0.8rem;
}
.select_mail_settings .mail_test_col input::-ms-input-placeholder {
  font-size: 0.8rem;
}
.select_mail_settings .mail_test_col input::placeholder {
  font-size: 0.8rem;
}
.select_mail_settings .mail_test_col input#mail_test_submit {
  width: 100px;
  padding: 5px;
  color: #000;
  font-size: 0.8rem;
  font-weight: bold;
  position: relative;
  top: -1px;
}
.select_mail_settings .mail_test_col button {
  padding: 5px 10px;
  font-size: 0.8rem;
  font-weight: bold;
  position: relative;
  top: -1px;
}
.select_mail_settings .mail_test_col button:hover {
  cursor: pointer;
}

.mail_test_col {
  border: 2px solid #ffc122;
}
.mail_test_col label {
  font-weight: bold;
}
.mail_test_col input {
  width: 400px;
  padding: 3px 10px;
}
.mail_test_col input::-webkit-input-placeholder {
  font-size: 0.8rem;
}
.mail_test_col input::-moz-placeholder {
  font-size: 0.8rem;
}
.mail_test_col input:-ms-input-placeholder {
  font-size: 0.8rem;
}
.mail_test_col input::-ms-input-placeholder {
  font-size: 0.8rem;
}
.mail_test_col input::placeholder {
  font-size: 0.8rem;
}
.mail_test_col input#mail_test_submit {
  width: 100px;
  padding: 5px;
  color: #000;
  font-size: 0.8rem;
  font-weight: bold;
  position: relative;
  top: -1px;
}
.mail_test_col button {
  padding: 5px 10px;
  font-size: 0.8rem;
  font-weight: bold;
  position: relative;
  top: -1px;
}
.mail_test_col button:hover {
  cursor: pointer;
}

.number_of_deliveries {
  margin-top: 15px;
}
.number_of_deliveries p {
  font-size: 0.8rem;
}
.number_of_deliveries p span {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 3px;
}

.individually_num {
  margin-top: 0;
}

.mail_selected_col {
  width: 100%;
  background: #fff;
  margin-top: 15px;
  padding: 20px;
  border-radius: 5px;
}

.selected_mail_editbox {
  padding-top: 5px;
}

.mail_template_notice {
  width: auto;
  margin-left: 60px;
}
.mail_template_notice h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1rem;
}
.mail_template_notice p {
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.mail_template_notice ul {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}
.mail_template_notice li {
  color: #444;
  line-height: 1.5rem;
}

.reserv_mail_notice {
  margin-left: 30px;
}

.selected_target {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.selected_target h4 {
  line-height: 1rem;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.selected_target li,
.selected_target dt,
.selected_target dd,
.selected_target p {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border-radius: 0;
  line-height: 1.5rem;
}
.selected_target li:last-child {
  background: none;
  padding: 0;
  text-align: left;
  padding: 5px 0;
}
.selected_target dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.selected_target dt {
  font-weight: bold;
  margin-right: 15px;
}
.selected_target dt,
.selected_target dd {
  margin-bottom: 5px;
  font-size: 1rem;
}

.selected_wrap {
  width: 32%;
  padding: 15px 20px;
  background: #efefef;
  border-radius: 5px;
}
.selected_wrap h4 {
  margin: 10px 0 5px 0;
  padding: 5px;
  background: #707070;
  color: #fff;
  font-size: 0.9rem;
}
.selected_wrap h4:first-child {
  margin-top: 0;
}

.for_re_select {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #bfbfbf;
  text-align: center;
}
.for_re_select button {
  border: none;
  padding: 10px 30px;
  font-size: 0.9rem;
  font-weight: bold;
  background: #0060c5;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
.for_re_select button:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #00b0ec;
}

h4.mail_date_time {
  margin: 0;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 10px;
}

p.mail_datetime_notice {
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.mail_selected_single {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.mail_selected_single h4,
.mail_selected_single p {
  margin: 0;
  line-height: 1rem;
  font-size: 1rem;
}
.mail_selected_single h4 {
  margin-right: 15px;
  width: auto;
}
.mail_selected_single p {
  background: #fff;
  padding: 10px 80px 10px 20px;
  border-radius: 2px;
  border: 1px solid #bfbfbf;
}
.mail_selected_single button {
  margin-left: 15px;
  padding: 7px 30px;
  font-size: 0.9rem;
  font-weight: bold;
  background: #00b0ec;
  border: 1px solid #00b0ec;
  color: #fff;
  border-radius: 3px;
}
.mail_selected_single button:hover {
  cursor: pointer;
  background: #efefef;
  border: 1px solid #bfbfbf;
  color: #444;
}
.mail_selected_single input {
  width: 400px;
  padding: 5px 10px;
}
.mail_selected_single input:disabled {
  cursor: default;
  background: #fff;
  border: 1px solid #bfbfbf;
  color: #000;
}

p.dm_input_notice {
  background: none;
  padding: 0;
  border: none;
  margin-top: 15px;
  font-size: 0.8rem;
}

.signature_body p {
  display: inline-block;
  margin-left: 5px;
  font-size: 1rem;
}
.signature_body span {
  font-weight: bold;
}
.signature_body span.mail_time_confirm {
  margin-left: 30px;
}

a.mail_confirm_close {
  margin-right: 15px;
  padding: 12px 20px;
  background: #888888;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
}

a.mail_confirm_close:hover {
  cursor: pointer;
  background: #bfbfbf;
}

a.mail_modal_open {
  width: 300px;
  padding: 15px;
  margin: 0 auto;
}

button.signature_edit_btn {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 1px;
  font-size: 0.9rem;
  padding: 7px 30px;
}

button.signature_edit_btn:hover {
  cursor: pointer;
}

.multiple_input_col {
  margin-top: 15px;
}
.multiple_input_col label {
  display: inline-block;
  width: 180px;
}

p.mail_after_page {
  font-size: 0.8rem;
  margin-left: 10px;
}

span.mail_add_text {
  font-size: 0.9rem;
  margin-left: 15px;
}

li.mail_history_page {
  width: 90%;
  margin: auto;
}

.page_back_btn {
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #bfbfbf;
}
.page_back_btn button {
  padding: 8px 30px;
  font-size: 0.8rem;
  font-weight: bold;
}
.page_back_btn button:hover {
  cursor: pointer;
}

.template_category_select div {
  margin-bottom: 15px;
}
.template_category_select div label {
  display: inline-block;
  width: 230px;
}
.template_category_select div:last-child {
  margin-bottom: 0;
}

button.mail_reflect_btn {
  margin-left: 5px;
  padding: 4px 20px;
  font-size: 0.9rem;
  font-weight: bold;
  background: #00b0ec;
  border: 1px solid #00b0ec;
  color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}

button.mail_reflect_btn:hover {
  cursor: pointer;
  background: #888888;
  border: 1px solid #888888;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.graduation_year_check span {
  display: inline-block;
  width: auto;
  font-weight: bold;
  font-size: 0.9rem;
}
.graduation_year_check p {
  display: inline-block;
  margin-left: 10px;
}
.graduation_year_check input {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.graduation_year_check label {
  font-size: 1rem;
  font-weight: normal;
  margin-right: 15px;
}

.changed_border {
  border: 2px solid #f47223;
}

span.with_orange_line {
  padding: 2px 5px;
  margin: 0 3px;
  border: 1px solid #f47223;
  font-size: 0.7rem;
  font-weight: bold;
}

span.not_exist_notice {
  font-size: 0.9rem;
  font-weight: bold;
  color: #f00;
}

button.mail_back_btn {
  font-size: 0.8rem;
  padding: 7px 15px;
  font-weight: bold;
  display: block;
  margin: 15px auto 0 auto;
  cursor: pointer;
}

button.mail_history_back {
  width: auto;
  padding: 9px 15px;
  margin-right: 3px;
  font-size: 0.9rem;
  font-weight: bold;
  cursor: pointer;
}

button.mail_result_parallelbtn {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 5px;
}

span.select_changed_date {
  display: inline-block;
}
span.select_changed_date input[type=date] {
  width: 180px;
}

#mail_confirm_screen p span {
  font-weight: normal;
}

p.mail_btn_notice {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 10px;
}

li.mail_save_submit input {
  width: auto;
  background: #0060c5;
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
  margin-bottom: 5px;
  text-align: center;
}

.mail_bg_none_adjst li {
  background: none;
  margin-top: 15px;
  text-align: center;
}

.individually_select_list {
  margin-top: 20px;
}
.individually_select_list h5 {
  margin: 0;
  padding: 0;
  line-height: 1rem;
  margin-bottom: 5px;
  display: inline-block;
}
.individually_select_list p {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.8rem;
  font-weight: bold;
}
.individually_select_list p span {
  font-size: 1.2rem;
  margin-right: 3px;
}
.individually_select_list table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.individually_select_list table th,
.individually_select_list table td {
  padding: 5px 10px;
  border: 1px solid #bfbfbf;
}
.individually_select_list table th {
  font-size: 0.8rem;
  background: #707070;
  color: #fff;
}
.individually_select_list table td {
  font-size: 0.9rem;
}
.individually_select_list table tr {
  background: #fff;
}
.individually_select_list table tr:nth-child(odd) {
  background: #edf2f6;
}
.individually_select_list table th:nth-child(1),
.individually_select_list table td:nth-child(1) {
  width: 15%;
}
.individually_select_list table th:nth-child(2),
.individually_select_list table td:nth-child(2) {
  width: 25%;
}
.individually_select_list table th:nth-child(3),
.individually_select_list table td:nth-child(3) {
  width: 20%;
}
.individually_select_list table th:nth-child(4),
.individually_select_list table td:nth-child(4) {
  width: 40%;
}
.individually_select_list button {
  display: block;
  width: auto;
  margin: 10px auto 0 auto;
  padding: 7px 20px;
  font-size: 0.8rem;
  font-weight: bold;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
.individually_select_list button:hover {
  cursor: pointer;
  background: #efefef;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.individually_selected_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.individually_single h4,
.individually_single p {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1rem;
  font-size: 0.9rem;
}
.individually_single h4 {
  width: auto;
}
.individually_single p {
  width: auto;
  padding: 7px 20px;
  margin-right: 30px;
  background: #fff;
  border: 1px solid #bfbfbf;
}

.individually_redo_col {
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #bfbfbf;
}
.individually_redo_col button {
  display: block;
  width: auto;
  margin: auto;
  padding: 7px 20px;
  font-size: 0.8rem;
  font-weight: bold;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
.individually_redo_col button:hover {
  cursor: pointer;
  background: #efefef;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mail_send_confirm_body p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.individually_waiting_notice {
  width: 100%;
  padding: 15px;
  margin-top: 10px;
  background: #fff;
  border-radius: 3px;
}
.individually_waiting_notice p {
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.delivery_target_name p {
  width: auto;
  background: #fff;
  font-size: 0.9rem;
  padding: 8px 20px;
  border: 1px solid #bfbfbf;
  font-weight: normal;
}

.deliver_second_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.deliver_second_page h5 {
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
  line-height: 1rem;
  margin-right: 5px;
}

p.mail_num_notice {
  font-size: 0.8rem;
  margin-left: 1em;
  margin-top: 5px;
  color: #444;
}

.ui-autocomplete {
  width: 300px !important;
  height: auto !important;
  color: #000 !important;
}

/* 各リスト項目のパディング設定 */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

/* リスト全体の背景 */
.ui-widget-content {
  border: 1px solid #999 !important;
  background: #ffffff;
  color: #000 !important;
  height: auto !important;
}

/* リスト hover 時のカラー */
.ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: bold !important;
  color: #ffffff;
}

.file_upload_container {
  width: 100%;
  margin: auto;
  margin-top: 20px;
}

.upload_how_to {
  width: 100%;
  margin-top: 15px;
  padding: 30px;
  background: #efefef;
  border-radius: 10px;
}
.upload_how_to h5 {
  font-size: 1.1rem;
  line-height: 1rem;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
}
.upload_how_to span.upload_please_read {
  font-weight: normal;
  font-size: 0.8rem;
  margin-left: 10px;
}
.upload_how_to span.upload_please_read::before {
  content: "─";
  margin-right: 5px;
}
.upload_how_to dl {
  width: 100%;
  display: none;
}
.upload_how_to dt {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #bfbfbf;
}
.upload_how_to dt::before {
  content: "◆";
  margin-right: 5px;
}
.upload_how_to dd {
  font-weight: bold;
  margin-left: 1rem;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.upload_how_to dd p {
  font-weight: normal;
  font-size: 0.9rem;
  margin-left: 1rem;
}
.upload_how_to dd p i {
  display: inline-block;
  color: #f00;
  tranform: scale(1.5);
  margin-right: 3px;
}
.upload_how_to dd::before {
  content: "◎";
  margin-right: 2px;
}
.upload_how_to dd.how_to_notice::before {
  content: "";
  margin-right: 0;
}
.upload_how_to dd.upload_final_notice {
  font-weight: normal;
}
.upload_how_to button.upload_detail {
  display: block;
  width: auto;
  padding: 7px 20px;
  margin-top: 10px;
  font-size: 0.8rem;
  font-weight: bold;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
.upload_how_to button.upload_detail i {
  display: inline-block;
  color: #00b0ec;
  font-size: 1.1rem;
  line-height: 1rem;
  margin: 0;
  padding: 0;
  position: relative;
  bottom: -1px;
}
.upload_how_to button.upload_detail:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.csv_uploader {
  margin-top: 30px;
}
.csv_uploader h3 {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  background: #00b0ec;
  color: #fff;
}

.csv_uploader_inner input {
  width: 40%;
}
.csv_uploader_inner input:hover {
  cursor: pointer;
}

.csv_file_select {
  cursor: pointer;
}

.file_operations {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #bfbfbf;
}
.file_operations button {
  padding: 7px 10px;
  font-size: 0.8rem;
  font-weight: bold;
}
.file_operations button:hover {
  cursor: pointer;
}
.file_operations button.csv_send {
  background: #f47223;
  border: 1.5px solid #f47223;
  border-radius: 3px;
  color: #fff;
  margin-left: 5px;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
.file_operations button.csv_send:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#csv_preview {
  width: 100%;
  height: 400px;
  padding: 20px;
  margin-top: 15px;
  overflow: scroll;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
}
#csv_preview table {
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  font-size: 0.8rem;
}
#csv_preview td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 2px 4px;
  border-top: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
}
#csv_preview tr:first-child {
  background: #e6e6e6;
  font-weight: bold;
  font-size: 0.7rem;
}

.csv_history {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.csv_history h3 {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  background: #00b0ec;
  color: #fff;
}
.csv_history table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
}
.csv_history th,
.csv_history td {
  border-bottom: 1px solid #bfbfbf;
  padding: 5px 10px;
}
.csv_history th {
  font-size: 0.8rem;
  background: #707070;
  color: #fff;
}
.csv_history td {
  font-size: 1rem;
}
.csv_history th:nth-child(1),
.csv_history td:nth-child(1) {
  width: 20%;
  border-right: 1px solid #bfbfbf;
}
.csv_history th:nth-child(2),
.csv_history td:nth-child(2) {
  width: 80%;
}
.csv_history tr:nth-child(odd) {
  background: #efefef;
}

.hen_edit_header {
  width: 100%;
}
.hen_edit_header h2,
.hen_edit_header h1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  background: #fff;
}
.hen_edit_header h2 img,
.hen_edit_header h1 img {
  width: 13%;
  margin-right: 2%;
  padding: 10px;
}
.hen_edit_header h2 span,
.hen_edit_header h1 span {
  display: block;
  width: 86%;
  height: 100%;
  padding: 20px 0 20px 30px;
  background: #0c2e8f;
  color: #fff;
  font-size: 1.8rem;
}

.csv_modal_box {
  width: 99.5vw;
  max-height: 99.5vh;
}

a.new_modal_close3 {
  right: 2vw;
  top: 2vh;
  z-index: 99999;
  position: fixed;
}

h4.hen_table_title {
  margin-top: 0;
  background: #0060c5;
  padding: 10px 15px;
}
h4.hen_table_title span {
  border: 2px solid #fff;
  padding: 3px 15px;
}

.is_days_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.is_days_add span.evt_num_days {
  background: #0060c5;
  margin-left: 10px;
  font-size: 0.8rem;
}

span.event_days_type {
  font-size: 0.8rem;
  padding: 3px 5px;
}

p.is_mail_notice {
  margin-top: 10px;
}

.is_reservation_mail_box {
  padding-bottom: 0;
}
.is_reservation_mail_box select {
  padding: 5px 10px;
}

.tl_input_container {
  width: 90%;
  margin: auto;
}

.tl_input_wrap h3 {
  margin-top: 30px;
  padding: 10px 15px;
  border-bottom: none;
  background: #0c2e8f;
  color: #fff;
}

.ck-editor__editable_inline {
  min-height: 400px;
}

a.tl_new_open {
  text-decoration: none;
}

.tl_preview a {
  display: none;
}

.tl_confirm_preview_box {
  overflow: scroll;
}

.selected_dm_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.selected_dm_item p {
  font-size: 0.9rem;
  font-weight: bold;
  margin-right: 20px;
}
.selected_dm_item p span {
  display: inline-block;
  padding: 5px 15px;
  background: #fff;
  margin-left: 5px;
  border: 1px solid #bfbfbf;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
  border-radius: 5px;
  font-size: 1rem;
}

.dm_change_contentbox {
  border: 1px solid #f00;
  padding: 15px 25px 0 25px;
  border-radius: 5px;
  background: #fff;
}
.dm_change_contentbox span {
  margin-bottom: 5px;
}

select.codm_cat_change {
  margin-bottom: 10px;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
  border-radius: 3px;
  width: 350px;
  text-overflow: ellipsis;
}

span.dm_display {
  display: none;
}

.submit_position_adjst {
  position: relative;
}

li#shift_display {
  position: relative;
  top: 280px;
  padding-bottom: 50px;
}

li#waiting_shift_display {
  position: relative;
  top: 250px;
  padding-bottom: 50px;
}

ul#test_transmission {
  width: 100%;
  position: absolute;
  bottom: -170px;
}

ul#waiting_transmission {
  width: 100%;
  position: absolute;
  bottom: -150px;
}

li.hidden_item {
  visibility: hidden;
  height: 0;
}

li.dm_show_item {
  margin: -180px 0 -150px 0;
  position: relative;
  z-index: 222;
}

iframe#test_mail_iframe {
  visibility: hidden;
  position: relative;
  z-index: 111;
}

p.delivery_target_status {
  margin: 15px 0 0 0;
}

li.wm_eventdm_selected_target {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px;
  border: 1px solid #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
li.wm_eventdm_selected_target h4 {
  margin: 0;
  line-height: 1rem;
  width: 280px;
}
li.wm_eventdm_selected_target div {
  width: calc(100% - 280px);
}
li.wm_eventdm_selected_target p span.wm_eventdm_target {
  display: inline-block;
  width: auto;
  padding: 7px 15px;
  margin-left: 10px;
  font-size: 0.9rem;
  border: 1px solid #777;
  background: #fff;
  border-radius: 3px;
  font-weight: bold;
}
li.wm_eventdm_selected_target p:nth-child(n+2) strong {
  font-size: 0.9rem;
  margin-right: 10px;
}

.event_dm_subtitle {
  width: 100%;
  background: #e0e0e0;
  padding: 5px 10px;
  margin-top: -15px;
  margin-bottom: 15px;
}
.event_dm_subtitle p {
  font-weight: bold;
  color: #0c2e8f;
}

.dm_indiv_list {
  width: 100%;
  height: 330px;
  overflow: hidden;
  border-bottom: 1px solid #707070;
}
.dm_indiv_list table {
  width: 100%;
}
.dm_indiv_list tr:nth-child(odd) {
  background: #efefef;
}
.dm_indiv_list th,
.dm_indiv_list td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  font-size: 0.9rem;
}
.dm_indiv_list th {
  background: #707070;
  color: #fff;
  font-size: 0.8rem;
  padding: 3px 5px;
}
.dm_indiv_list th:nth-child(1),
.dm_indiv_list td:nth-child(1) {
  width: 9%;
}
.dm_indiv_list th:nth-child(2),
.dm_indiv_list td:nth-child(2) {
  width: 12%;
}
.dm_indiv_list th:nth-child(3),
.dm_indiv_list td:nth-child(3) {
  width: 17%;
}
.dm_indiv_list th:nth-child(4),
.dm_indiv_list td:nth-child(4) {
  width: 17%;
}
.dm_indiv_list th:nth-child(5),
.dm_indiv_list td:nth-child(5) {
  width: 17%;
}
.dm_indiv_list th:nth-child(6),
.dm_indiv_list td:nth-child(6) {
  width: 18%;
}
.dm_indiv_list th:nth-child(7),
.dm_indiv_list td:nth-child(7) {
  width: 10%;
}
.dm_indiv_list td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 0;
}
.dm_indiv_list td.two_lines span {
  display: block;
  line-height: 1.5rem;
}

button.dm_indiv_list_more {
  display: block;
  width: 160px;
  margin: 20px auto 5px auto;
  padding: 5px 10px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  cursor: pointer;
}

.all_show {
  width: 100%;
  height: auto;
  overflow: visible;
}

li.list_close_btncol {
  text-align: center;
}

a.mail_history_close {
  margin-left: auto;
  margin-right: auto;
}

p.corp_ltd_urlbox {
  width: 80%;
  margin-top: 10px;
  padding: 7px 10px;
  border: 1px solid #707070;
  border-radius: 3px;
  background: #fff;
  font-size: 0.9rem;
  font-weight: bold;
}

p.corp_limitedurl_notice {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px dotted #bfbfbf;
}

div.ltd_detailpage_url {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-top: -10px;
  color: #444;
}

div.ltd_detail_confirm_url {
  margin-top: 5px;
}

.ltd_item_hide {
  display: none;
}

#ltd_daysfree_empty,
#ltd_period_empty,
#ltd_venue_empty,
#ltd_access_empty,
#ltd_program_empty,
#ltd_carry_empty,
#ltd_reward_empty,
#ltd_howto_empty,
#ltd_linktitle_empty,
#ltd_linkurl_empty,
#ltd_freetitle_empty,
#ltd_freebody_empty,
#ltd_incomplete_notice {
  font-weight: bold;
  font-size: 0.9rem;
  color: #f00;
}

button.ltd_disabled_button {
  background: #888888;
}

button.ltd_disabled_button:hover {
  background: #888888;
}

.ltd_registered_tag_view {
  display: none;
  width: 100%;
  margin-top: 30px;
  padding: 15px 20px;
  background: #fff;
  border-radius: 5px;
}
.ltd_registered_tag_view h5 {
  width: auto;
  margin-top: 10px;
}
.ltd_registered_tag_view button.ltd_tagedit_delete {
  color: red;
  cursor: pointer;
}
.ltd_registered_tag_view input.cat_del_flag {
  position: absolute;
}
.ltd_registered_tag_view table {
  border-bottom: 1px solid #dce5ee;
  margin-bottom: 15px;
}
.ltd_registered_tag_view button#ltd_tagedit_send {
  cursor: pointer;
  border: none;
  padding: 12px 30px;
  background: #0060c5;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
.ltd_registered_tag_view button#ltd_tagedit_send:hover {
  background: #f47223;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ltd_registered_tag_view p#ltd_edit_close {
  width: 200px;
  margin: 5px auto 0 auto;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.ltd_registered_tag_view p#ltd_edit_close:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slide_open {
  display: block;
}

td.ltd_inner_table {
  padding: 0;
}
td.ltd_inner_table table {
  width: 100%;
  border: none;
}
td.ltd_inner_table td:nth-child(1) {
  width: 100%;
  border: none;
  text-align: center;
}

.edt_event_input225 {
  display: block;
}

.edt_event_input_hidden {
  display: none;
}

a.reservmail_back_btn {
  display: block;
  margin-top: 15px;
  text-decoration: none;
  color: #000;
}
a.reservmail_back_btn i {
  display: inline-block;
  margin-right: 3px;
}

a.reservmail_head_back {
  width: 150px;
  text-align: right;
  margin-left: auto;
  margin-right: 10px;
}

a.reservmail_back_btn:hover {
  text-decoration: underline;
}

.hidden {
  visibility: hidden;
}

p.default_notice {
  margin-top: 10px;
  font-weight: bold;
  color: #f00;
}

button.btn_diabled,
button.btn_diabled:hover {
  background: #707070;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}

div.mail_display_box {
  width: 100%;
  padding: 20px 30px 10px 30px;
  margin: 5px auto 0 auto;
  margin-bottom: 0;
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  display: none;
  position: relative;
}
div.mail_display_box span {
  font-size: 0.9rem;
  display: block;
}
div.mail_display_box p {
  font-size: 1rem;
  margin-top: 0;
  width: 87%;
  padding-top: 10px;
  border-top: 1px solid #bfbfbf;
}
div.mail_display_box p.mail_display_close {
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: bold;
  width: 120px;
  padding: 5px;
  text-align: center;
  border: 1px solid #888888;
  border-radius: 3px;
  position: absolute;
  right: 15px;
  top: 10px;
  background: #fff;
}
div.mail_display_box textarea {
  width: 87%;
  min-height: 100px;
  resize: none;
  padding: 0;
  border: none;
}

#resvmail_box,
#remind7_box,
#remind3_box,
#remind1_box {
  display: none;
}

.mail_display_change,
.mail_page_link {
  width: 420px;
  padding: 7px 30px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font-size: 0.8rem;
}
.mail_display_change input,
.mail_page_link input {
  width: auto;
}

.mail_page_link:hover {
  text-decoration: underline;
}

div.remind_mail_box {
  margin-top: 30px;
}

.remind_mail_notice {
  margin-top: 10px;
}

.template_list_notice {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
}
.template_list_notice p {
  font-size: 0.8rem;
  line-height: 1.4rem;
  font-weight: bold;
}
.template_list_notice p span {
  color: red;
}

button.edt_freefield_add {
  margin-top: 15px;
  padding: 7px 15px;
  cursor: pointer;
}
button.edt_freefield_add i {
  margin-right: 5px;
}

.sem_addfield_wrap {
  width: 100%;
  padding: 0 15px 15px 15px;
  margin-top: 15px;
  border: 2px solid #bfbfbf;
  border-radius: 10px;
}

#semaddfield_wrap1 {
  display: block;
}

.edt_event_input23add1,
.edt_event_input23add2,
.edt_event_input23add3,
.edt_event_input23add4,
.edt_event_input23add5 {
  display: none;
}

.add_open {
  display: block;
}

.mail_check_col {
  padding: 0 0 15px 0;
}

p.mailcheck_notice {
  margin-top: 0;
  padding-top: 0;
}
p.mailcheck_notice button {
  margin: 10px 0 0 10px;
  padding: 5px 7px;
  cursor: pointer;
}
/*# sourceMappingURL=style-admin.css.map */