@import "reset.css";
@import "~@fortawesome/fontawesome-pro/css/all.css";
.flash-messages {
  display: flex;
  position: absolute;
}
.flash-messages .alert {
  transition: 1s;
  min-height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  background: #19AAC4;
  width: 100vw;
  letter-spacing: 1px;
  z-index: 9999;
  cursor: pointer;
}
.flash-messages .alert:after {
  content: '✕';
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 14px;
  color: #fff;
}
.spinner {
  margin: 0px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 14px;
  height: 14px;
  margin: 0 2px;
  background-color: #E6ECF1;
  background: #c9d5dd;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.mypage_layout {
  overflow: hidden;
}
header {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
  height: 60px;
  line-height: 60px;
  text-align: center;
}
header i.fa-long-arrow-left {
  background: #1696ad;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  position: absolute;
  height: 30px;
  width: 30px;
  padding-top: 8px;
}
header i.fa-long-arrow-left.home {
  top: 13px;
  left: 20px;
  display: none;
}
header i.fa-long-arrow-left.back {
  top: 13px;
  left: 65px;
  left: 20px;
  display: none;
}
header .ba-logo {
  height: 40px;
  position: relative;
  top: -10px;
  width: auto;
  left: 120px;
  left: 0;
}
header .header-btns {
  position: absolute;
  right: 0;
  bottom: -1px;
}
header .header-btns a {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 10px;
}
header .header-btns a.faq {
  background: #19AAC4;
}
header .header-btns a.faq:link,
header .header-btns a.faq:visited,
header .header-btns a.faq:active {
  color: #fff;
  text-decoration: none;
}
header .header-btns a.faq:hover {
  background: #2cc8e4;
}
header .header-btns a.logout {
  background: #000;
}
header .header-btns a.logout:link,
header .header-btns a.logout:visited,
header .header-btns a.logout:active {
  color: #fff;
  text-decoration: none;
}
header .header-btns a.logout:hover {
  background: #444;
}
header .header-btns a i {
  margin-top: 12px;
  font-size: 20px;
}
.footer {
  margin-top: 80px;
  border-top: 1px solid #ddd;
}
.footer .brand-logo-area {
  padding: 15px 0;
  text-align: center;
}
.footer .brand-logo-area img {
  max-width: 200px;
  width: auto;
  height: auto;
  max-height: 40px;
}
.footer .brand-logo-area .bank-code {
  margin-top: 4px;
  font-size: 12px;
}
.footer .links {
  background: #000;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.footer .links .links-item {
  margin: 0 10px;
}
.footer .links .links-item a {
  font-size: 14px;
  line-height: 40px;
}
.footer .links .links-item a:link,
.footer .links .links-item a:visited,
.footer .links .links-item a:active {
  color: #fff;
}
.first-loading-message {
  padding-top: 10vh;
  text-align: center;
  font-family: sans-serif;
  color: #aaa;
}
.first-loading-message .initialize {
  padding-bottom: 10px;
}
.switchuser_area {
  position: fixed;
  right: calc(50% - 150px);
  top: 0;
  width: 300px;
  padding: 11px 20px;
  background: #B91D22;
  color: #fff;
  z-index: 9998;
}
.switchuser_area .btn {
  margin-left: 20px;
}
section {
  margin-top: 30px;
}
.not-flex {
  display: block!important;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
a {
  line-height: 1.75em;
}
a:link,
a:visited,
a:active {
  color: #2A88A7;
  color: #19AAC4;
}
a:hover {
  text-decoration: none;
}
.more-link {
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.cmd_load_next_page {
  text-decoration: none;
}
.page-title {
  background: #323232;
  color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
  padding: 12px 0;
}
.page-title h1 {
  font-weight: 400;
  margin: 0 auto;
  width: 95%;
}
.page-title h1 small {
  font-size: 10px;
  margin-left: 12px;
}
.breadcrumb {
  background: #F6F6F6;
}
.breadcrumb ul {
  display: flex;
  flex-direction: start;
  margin: 0 auto;
  width: 95%;
}
.breadcrumb ul li {
  font-size: 12px;
  margin-right: 30px;
  padding: 4px 0;
  position: relative;
}
.breadcrumb ul li:after {
  color: #ccc;
  content: '\f0da';
  font-family: 'Font Awesome 5 PRO';
  font-size: 12px;
  position: absolute;
  font-weight: bold;
  right: -20px;
  top: 5px;
}
.breadcrumb ul li:last-child:after {
  content: none;
}
.caption {
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 15px 15px 15px 42px;
  position: relative;
}
.caption.main-caption {
  background: #2B2B2B;
  color: #fff;
  width: 100%;
}
.caption.main-caption:before {
  background: #19AAC4;
  content: '';
  height: 8px;
  left: 16px;
  position: absolute;
  top: 26px;
  width: 8px;
}
.caption.main-caption:after {
  background: #fff;
  content: '';
  height: 8px;
  left: 20px;
  position: absolute;
  top: 21px;
  width: 8px;
}
.caption.main-caption small {
  font-size: 12px;
  font-weight: normal;
  margin-left: 20px;
}
.caption.sub-caption {
  width: 90%;
  margin: 0 auto;
  border-top: 1px dashed #ccc;
}
.caption.sub-caption:before {
  background: #19AAC4;
  content: '';
  height: 8px;
  left: 16px;
  position: absolute;
  top: 26px;
  width: 8px;
}
.caption.sub-caption:after {
  background: #D1D1D1;
  content: '';
  height: 8px;
  left: 20px;
  position: absolute;
  top: 21px;
  width: 8px;
}
.caption.sub-caption {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
}
.caption.sub-caption:before {
  background: #19AAC4;
  content: '';
  height: 8px;
  left: 0px;
  position: absolute;
  top: 26px;
  width: 8px;
}
.caption.sub-caption:after {
  background: #D1D1D1;
  content: '';
  height: 8px;
  left: 4px;
  position: absolute;
  top: 21px;
  width: 8px;
}
a.btn,
button.btn {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.75em;
  font-weight: 300;
  background: #19AAC4;
  color: #fff;
}
a.btn:hover,
button.btn:hover {
  background: #1696ad;
}
a.btn.main-btn,
button.btn.main-btn {
  padding: 7px 40px;
}
a.btn.main-btn:disabled,
button.btn.main-btn:disabled {
  background: #ccc;
  color: #888;
}
a.btn.large-btn,
button.btn.large-btn {
  padding: 10px 70px;
  font-size: 16px;
  position: relative;
  min-width: 300px;
}
a.btn.large-btn i,
button.btn.large-btn i {
  margin-right: 8px;
}
a.btn.sub-btn,
button.btn.sub-btn {
  padding: 7px 40px;
  background: #F18D06;
}
a.btn.sub-btn:hover,
button.btn.sub-btn:hover {
  background: #e28406;
}
a.btn.disabled-btn,
button.btn.disabled-btn {
  padding: 7px 40px;
  background: #ccc;
  color: #888;
  font-weight: 200;
}
a.btn:disabled,
button.btn:disabled {
  background: #ccc;
  color: #444;
}
a.btn i,
button.btn i {
  margin-right: 8px;
}
.btn-center {
  text-align: center;
}
button.text-link {
  background: none;
  text-decoration: underline;
  color: #19AAC4;
  font-size: 14px;
  font-weight: 300;
}
a.btn.main-btn,
button.btn.main-btn {
  padding: 7px 20px;
}
a.btn.large-btn,
button.btn.large-btn {
  padding: 7px 30px;
  font-size: 14px;
  max-width: 300px;
  min-width: 200px;
}
a.btn.sub-btn,
button.btn.sub-btn {
  padding: 7px 20px;
}
a.btn.disabled-btn,
button.btn.disabled-btn {
  padding: 7px 20px;
}
.visual-wrapper {
  width: 100%;
  height: 360px;
  position: relative;
  margin-top: -28px;
  overflow: hidden;
}
.visual-wrapper.sp-only {
  background-image: url(/assets/img/dashboard/dashboard_ba.jpg);
}
.visual-wrapper .swiper-container {
  height: 360px;
}
.visual-wrapper .swiper-container .swiper-button-next {
  background-image: none;
}
.visual-wrapper .swiper-container .swiper-button-prev {
  background-image: none;
}
.visual-wrapper .swiper-container .swiper-pagination-bullet-active {
  background: #19AAC4;
}
.visual-wrapper .swiper-container .swiper-slide {
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center center;
}
.visual-wrapper .swiper-container .swiper-slide .link {
  font-size: 14px;
  display: inline-block;
  margin-top: 30px;
  background: #ccc;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 6px;
  padding: 16px 60px;
  text-decoration: none;
}
.visual-wrapper .swiper-container .swiper-slide.ba {
  background-image: url(/assets/img/dashboard/dashboard_ba.jpg);
  text-align: center;
}
.visual-wrapper .swiper-container .swiper-slide.ba .catch-copy {
  margin-top: 60px;
  display: inline-block;
  color: #103169;
}
.visual-wrapper .swiper-container .swiper-slide.ba .catch-copy p {
  font-size: 40px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-left: 220px;
  font-weight: 100;
  text-align: left;
  letter-spacing: 20px;
}
.visual-wrapper .swiper-container .swiper-slide.ba .matching-link {
  margin-left: 120px;
  background: #1B4990;
}
.visual-wrapper .swiper-container .swiper-slide.shares {
  background-image: url(/assets/img/dashboard/dashboard_shares.jpg);
  text-align: center;
}
.visual-wrapper .swiper-container .swiper-slide.shares .catch-copy {
  display: inline-block;
  margin-top: 60px;
}
.visual-wrapper .swiper-container .swiper-slide.shares p {
  text-align: left;
  margin-left: -200px;
}
.visual-wrapper .swiper-container .swiper-slide.shares p.sub {
  letter-spacing: 3px;
}
.visual-wrapper .swiper-container .swiper-slide.shares p.main {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 6px;
  font-size: 32px;
  font-style: italic;
  letter-spacing: 8px;
}
.visual-wrapper .swiper-container .swiper-slide.shares p.small {
  margin-top: 30px;
  text-shadow: 0 0 2px #ffffff;
}
.visual-wrapper .swiper-container .swiper-slide.shares .shares-link {
  margin-top: 20px;
  margin-left: 0;
  background: #EF0D1A;
}
.visual-wrapper .swiper-container .swiper-slide.page_shares {
  background-image: url(/assets/img/page_shares/main_with_button.png);
}
.visual-wrapper .swiper-container .swiper-slide.fukuri {
  background-image: url(/assets/img/dashboard/dashboard_fukuri.jpg);
  text-align: center;
}
.visual-wrapper .swiper-container .swiper-slide.fukuri .fukuri-text {
  position: relative;
  margin-top: 55px;
  width: 436px;
  height: 142px;
}
.visual-wrapper .swiper-container .swiper-slide.fukuri .fukuri-link {
  margin-top: 20px;
  background: #18A0BD;
}
.visual-wrapper .swiper-container .swiper-slide.fukuri .fukuri-transfer {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  letter-spacing: 1px;
}
.visual-wrapper .swiper-container .swiper-slide.special_feature .copy-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1300px) {
  .visual-wrapper .swiper-container .swiper-slide.special_feature {
    background-image: url(/assets/img/special_feature/banner_a.png);
  }
  .visual-wrapper .swiper-container .swiper-slide.special_feature .copy {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .visual-wrapper .swiper-container .swiper-slide.special_feature {
    background-image: url(/assets/img/special_feature/banner_a_notext.png);
  }
  .visual-wrapper .swiper-container .swiper-slide.special_feature .copy {
    font-family: sans-serif;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 40%;
    display: block;
    color: #663D0A;
    letter-spacing: 2px;
  }
  .visual-wrapper .swiper-container .swiper-slide.special_feature .copy p.title {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 4px;
  }
  .visual-wrapper .swiper-container .swiper-slide.special_feature .copy p.subtitle {
    font-size: 14px;
  }
  .visual-wrapper .swiper-container .swiper-slide.special_feature .copy p.subtitle span {
    font-size: 14px;
    background: #E34B08;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 970px) {
  .visual-wrapper .swiper-container .swiper-slide.special_feature .copy p.title {
    font-size: 24px;
  }
  .visual-wrapper .swiper-container .swiper-slide.special_feature .copy p.subtitle {
    display: none;
  }
}
.visual-wrapper .swiper-container .swiper-slide .button {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 100px;
  height: 100px;
  background: red;
}
.visual-wrapper .copy {
  color: #192E32;
  font-size: 38px;
  font-family: serif;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 15px;
}
.visual-wrapper .service-name {
  margin-left: 10px;
  margin-top: 5px;
  font-size: 10px;
  color: #666;
  letter-spacing: 3px;
}
.visual-wrapper .content-in-visual {
  position: absolute;
  top: 106px;
  left: 13vw;
}
.news-ticker {
  background: #F6F6F6;
  width: 100%;
  padding: 10px;
}
.news-ticker .news-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-ticker .label {
  display: inline-block;
  border: 1px solid #19AAC4;
  color: #19AAC4;
  font-size: 12px;
  margin-right: 20px;
  padding: 2px 15px;
  font-weight: 400;
}
.news-ticker a:link,
.news-ticker a:visited,
.news-ticker a:active {
  color: #000;
  letter-spacing: 1px;
  text-decoration: underline;
}
.news-ticker .date {
  color: #000;
  letter-spacing: 1px;
  margin-right: 20px;
}
.box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.large-box .box-item {
  margin: 50px 20px 0px;
  width: 420px;
}
.large-box .box-item .box-item-head {
  background: #3E3E3E;
  border: 1px solid #3E3E3E;
  color: #fff;
  padding: 14px 20px;
}
.large-box .box-item .box-item-body {
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
}
.large-box .box-item .box-item-body img {
  width: 100%;
}
.large-box .box-item .box-item-footer {
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.large-box .box-item .box-item-footer .date-company {
  position: relative;
  line-height: 1.75em;
}
.category-box .box-item {
  margin: 30px 20px 0;
  width: 340px;
  display: flex;
  flex-direction: column;
}
.category-box .box-item-body img {
  height: auto;
  width: 100%;
}
.category-box .box-item-footer {
  align-items: center;
  border: 1px solid #ccc;
  border-bottom: none;
  border-top: none;
  display: flex;
  padding: 6px 10px;
}
.category-box .box-item-footer:after {
  background: #000;
  content: '';
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  bottom: -6px;
}
.category-box .box-item-footer .category-label {
  align-self: center;
  background: #19AAC4;
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-size: 12px;
  margin-right: 10px;
  padding: 6px;
  white-space: nowrap;
}
.category-box .box-item-footer .box-item-link-title .sub-title {
  color: #aaa;
  font-size: 12px;
}
.category-box .box-item-footer .box-item-link-title .main-title {
  color: #000;
}
.table-box .box-item {
  border: 1px solid #ccc;
  margin: 30px 0px 20px;
  width: 100%;
}
.table-box .box-item .box-item-body {
  display: flex;
}
.table-box .box-item .box-item-body .left-box {
  flex-basis: 300px;
  padding: 8px;
}
.table-box .box-item .box-item-body .right-box {
  flex-basis: calc(100% - 300px);
  border-left: 1px solid #ddd;
}
.table-box .box-item .box-item-body .right-box .box-title {
  background: #f9f9f9;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  line-height: 1.75em;
  padding: 12px 14px;
  font-size: 16px;
  letter-spacing: 1px;
}
.table-box .box-item .box-item-body .right-box .box-title span {
  padding: 4px 10px;
  font-weight: 300;
  margin-right: 12px;
  position: relative;
  top: 2px;
}
.table-box .box-item .box-item-body .right-box .box-title span.subscribed {
  top: -1px;
  font-size: 12px;
  background: #aaa;
  color: #fff;
}
.table-box .box-item .box-item-body .right-box .box-meta {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 9px 14px;
  align-items: center;
}
.table-box .box-item .box-item-body .right-box .box-meta p {
  line-height: 1.7em;
}
.table-box .box-item .box-item-body .right-box .box-meta span {
  font-weight: 500;
}
.table-box .box-item .box-item-body .right-box .box-meta .company-name,
.table-box .box-item .box-item-body .right-box .box-meta .category-name {
  margin-right: 20px;
}
.table-box .box-item .box-item-body .right-box .box-body {
  padding: 14px;
  line-height: 1.75em;
  word-break: break-word;
  white-space: pre-wrap;
}
.table-box .box-item .box-item-body .right-box .box-body div {
  line-height: 1.75em;
}
.table-box .box-item .box-item-footer {
  background: #efefef;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: center;
  padding: 14px;
}
.table-box .box-item .box-item-footer .main-btn {
  margin-right: 10px;
}
.long-box {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.long-box .long-box-item {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
  width: 100%;
}
.long-box .long-box-item .label {
  background: #fff;
  border: 1px solid #000;
  font-size: 12px;
  margin-right: 20px;
  padding: 8px 20px;
  min-width: 175px;
  width: auto;
  text-align: center;
  white-space: nowrap;
  max-width: 200px;
  min-width: 120px;
  width: 20%;
  align-self: flex-start;
}
.long-box .long-box-item img {
  border: 1px solid #ddd;
  height: auto;
  margin-right: 20px;
  width: 20%;
  min-width: 120px;
  max-width: 200px;
  align-self: flex-start;
}
.long-box .long-box-item .link {
  line-height: 2em;
}
.long-box .long-box-item a {
  font-size: 16px;
}
.long-box .long-box-item a:link,
.long-box .long-box-item a:visited,
.long-box .long-box-item a:active {
  color: #333;
  font-weight: bold;
}
.long-box .long-box-item .date,
.long-box .long-box-item .sub-info {
  padding: 3px 0px;
  font-size: 12px;
  color: #666;
  letter-spacing: 0!important;
}
.movie-box .movie-box-item {
  margin: 30px auto;
  width: 100%;
}
.movie-box .movie-box-item .movie-title {
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
.movie-box .movie-box-item iframe {
  width: 100%;
}
.mypage_matching_search_page .table-box .box-item .box-item-body .left-box,
.mypage_matching_company_page .table-box .box-item .box-item-body .left-box,
.mypage_matching_favca_page .table-box .box-item .box-item-body .left-box {
  flex-basis: 200px;
}
.mypage_matching_search_page .table-box .box-item .box-item-body .right-box,
.mypage_matching_company_page .table-box .box-item .box-item-body .right-box,
.mypage_matching_favca_page .table-box .box-item .box-item-body .right-box {
  flex-basis: calc(100% - 200px);
}
.mypage_matching_search_page .table-box .box-item .box-item-body .right-box .box-body,
.mypage_matching_company_page .table-box .box-item .box-item-body .right-box .box-body,
.mypage_matching_favca_page .table-box .box-item .box-item-body .right-box .box-body {
  white-space: pre-wrap;
}
.mypage_matching_search_page .table-box .box-item .box-item-body .right-box .box-body .ca-body.all,
.mypage_matching_company_page .table-box .box-item .box-item-body .right-box .box-body .ca-body.all,
.mypage_matching_favca_page .table-box .box-item .box-item-body .right-box .box-body .ca-body.all {
  display: none;
}
.mypage_matching_search_page .table-box .box-item .box-item-body .right-box .box-body .ca-body.truncate,
.mypage_matching_company_page .table-box .box-item .box-item-body .right-box .box-body .ca-body.truncate,
.mypage_matching_favca_page .table-box .box-item .box-item-body .right-box .box-body .ca-body.truncate {
  display: block;
}
.form-block {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 20px auto;
  width: 90%;
}
.form-block .form-block-left-box {
  font-weight: 500;
  margin-top: 12px;
  padding: 6px 10px 4px;
  width: 240px;
  width: 30%;
  text-align: left!important;
}
.form-block .form-block-right-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 60%;
  width: 70%;
}
.form-block .form-block-right-box.for-devider span {
  margin-right: 10px;
}
.form-block .input-hint {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 4px;
  width: 100%;
  line-height: 1.5em;
}
.form-block .input-hint span {
  color: #19AAC4;
  margin-right: 4px;
}
.form-block label {
  border-radius: 4px;
  cursor: pointer;
  line-height: 24px;
  margin-right: 24px;
  margin-top: 4px;
  padding: 8px 8px;
}
.form-block label:hover {
  background: #f5f5f5;
}
.form-block input[type=checkbox] {
  display: none;
}
.form-block input[type=checkbox] + label:before {
  font-family: 'Font Awesome 5 PRO';
  content: '\f0c8';
  font-size: 18px;
  margin-right: 8px;
  font-weight: 100;
  color: #666;
  background: #fff;
  position: relative;
  top: 1px;
}
.form-block input[type=checkbox]:checked + label:before {
  font-family: 'Font Awesome 5 PRO';
  content: '\f14a';
  font-size: 18px;
  margin-right: 8px;
  font-weight: 600;
  position: relative;
  color: #19AAC4;
  top: 1px;
}
.form-block input[type=radio] {
  display: none;
}
.form-block input[type=radio] + label:before {
  font-family: 'Font Awesome 5 PRO';
  content: '\f111';
  font-size: 18px;
  margin-right: 6px;
  font-weight: 600;
  color: #ddd;
  position: relative;
  top: 1px;
}
.form-block input[type=radio]:checked + label:before {
  font-family: 'Font Awesome 5 PRO';
  content: '\f192';
  font-size: 18px;
  margin-right: 6px;
  font-weight: 600;
  position: relative;
  color: #19AAC4;
  top: 1px;
}
#search_result_rows {
  font-size: 24px;
  font-weight: 400;
  color: #19AAC4;
  letter-spacing: 2px;
}
.req-mark {
  color: #19AAC4;
  margin-left: 6px;
}
input[type=text],
input[type=number],
input[type=email],
input[type=date],
input[type=url],
input[type=tel],
input[type=password],
textarea,
.readonly {
  border: 1px solid #ccc;
  padding: 10px 14px;
  margin-bottom: 6px;
  margin-top: 6px;
  margin-right: 2%;
  min-width: 100px;
  letter-spacing: 1px;
}
.readonly {
  border-color: #fff;
}
textarea {
  height: 200px;
  line-height: 1.75em;
  width: 100%;
}
.input-xs {
  width: 100px;
}
.input-s {
  width: 31%;
}
.input-m {
  width: 48%;
}
.input-l {
  width: 100%;
}
.input-20 {
  width: 15%;
}
.input-40 {
  width: 50%;
}
select {
  border-color: #ccc;
  border-radius: 0;
  line-height: 40px;
  height: 40px;
  margin-top: 4px;
  min-width: 31%;
}
input[type=file] {
  padding: 12px;
  background: #f5f5f5;
  border-radius: 10px;
  font-size: 12px;
  margin-top: 6px;
}
.condition-setting-on {
  font-size: 18px;
  font-weight: 400;
  color: #19AAC4;
}
.condition-setting-off {
  font-size: 18px;
  font-weight: 400;
  color: #aaa;
}
.form-block-left-box-auto-width {
  font-weight: 500;
  margin-top: 12px;
  padding: 6px 10px 4px;
  text-align: left;
  width: auto;
}
.form-block-right-box-auto-width {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
}
.no_more_remarks_toggle {
  padding: 10px 0;
  display: block;
  text-align: center;
  color: #aaa;
}
.mypage-chat-page {
  display: block!important;
  position: relative;
}
.mypage-chat-page .chat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
  background: #fff;
  font-size: 16px;
}
.mypage-chat-page .chat-header > div {
  display: flex;
  align-items: center;
}
.mypage-chat-page .chat-header a {
  margin-right: 10px;
  line-height: 18px;
  font-size: 12px;
}
.mypage-chat-page .chat-header a.text {
  display: block;
  width: 120px;
}
.mypage-chat-page .chat-header input {
  width: 400px;
  margin-right: 0;
  padding: 2px 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  line-height: 20px;
  background: #edeff2;
  font-size: 14px;
  transition: 0.3s;
  -webkit-appearance: none;
}
.mypage-chat-page .chat-header input:focus {
  background: #fff;
}
.mypage-chat-page .chat-header button.btn.sub-btn {
  margin-right: 10px;
  padding: 2px 10px;
}
.mypage-chat-page .chat-header .search-box-area {
  position: relative;
}
.mypage-chat-page .chat-header .search-box-area .search-box {
  position: absolute;
  z-index: 1000;
  top: 40px;
  left: 0px;
  background: #fff;
  width: 400px;
  border: 1px solid #ddd;
  height: auto;
  max-height: 50vh;
  overflow-y: auto;
}
.mypage-chat-page .chat-header .search-box-area .searched-list {
  padding: 5px;
  padding: 6px 10px;
}
.mypage-chat-page .chat-header .search-box-area .searched-list:hover {
  background: #edeff2;
  cursor: pointer;
}
.mypage-chat-page .chat-header .search-box-area .search-box ul li {
  font-size: 14px;
  padding: 8px 4px;
  border-top: 1px solid #ddd;
}
.mypage-chat-page .chat-header .search-box-area .search-box ul li:first-child {
  border-top: none;
}
.mypage-chat-page .flex-box {
  display: flex;
  width: 100%;
}
.mypage-chat-page .chat-rooms {
  position: relative;
  min-width: 300px;
  max-width: 300px;
  background: #fff;
  border-right: 1px solid #ddd;
}
.mypage-chat-page .chat-rooms .chat-room a.chat-title,
.mypage-chat-page .chat-rooms .chat-room .chat-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 12px;
  line-height: 1.5em;
  background: #fff;
  transition: 0.2s;
  word-wrap: break-word;
  border-bottom: 1px solid #D8EDF6;
  border-bottom: 1px solid #f5f5f5;
}
.mypage-chat-page .chat-rooms .chat-room a.chat-title.has_mentioned_unread:after,
.mypage-chat-page .chat-rooms .chat-room .chat-title.has_mentioned_unread:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent #19AAC4 transparent transparent;
}
.mypage-chat-page .chat-rooms .chat-room a.chat-title:hover,
.mypage-chat-page .chat-rooms .chat-room .chat-title:hover {
  background: #edeff2;
  cursor: pointer;
}
.mypage-chat-page .chat-rooms .chat-room a.chat-title span,
.mypage-chat-page .chat-rooms .chat-room .chat-title span {
  align-self: center;
}
.mypage-chat-page .chat-rooms .chat-room a.chat-title:link,
.mypage-chat-page .chat-rooms .chat-room .chat-title:link,
.mypage-chat-page .chat-rooms .chat-room a.chat-title:visited,
.mypage-chat-page .chat-rooms .chat-room .chat-title:visited,
.mypage-chat-page .chat-rooms .chat-room a.chat-title:active,
.mypage-chat-page .chat-rooms .chat-room .chat-title:active {
  color: #000;
  text-decoration: none;
}
.mypage-chat-page .chat-rooms .chat-room a.chat-title .chat-title-inner,
.mypage-chat-page .chat-rooms .chat-room .chat-title .chat-title-inner {
  display: flex;
  align-items: center;
}
.mypage-chat-page .chat-rooms .chat-room a.chat-title .chat-title-inner .title-summary,
.mypage-chat-page .chat-rooms .chat-room .chat-title .chat-title-inner .title-summary {
  width: 192px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mypage-chat-page .chat-rooms .chat-room a.chat-title .chat-title-inner .title-summary .title,
.mypage-chat-page .chat-rooms .chat-room .chat-title .chat-title-inner .title-summary .title {
  padding: 6px 0;
  word-wrap: break-word;
  width: 190px;
}
.mypage-chat-page .chat-rooms .chat-room a.chat-title .chat-title-inner .tags,
.mypage-chat-page .chat-rooms .chat-room .chat-title .chat-title-inner .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mypage-chat-page .chat-rooms .chat-room a.chat-title .chat-title-inner .tags .tag,
.mypage-chat-page .chat-rooms .chat-room .chat-title .chat-title-inner .tags .tag {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 4px;
  padding: 1px 4px;
  border-radius: 4px;
  background: #00abc4;
  font-size: 11px;
  color: #fff;
}
.mypage-chat-page .chat-rooms .chat-room a.chat-title .chat-title-inner .summary,
.mypage-chat-page .chat-rooms .chat-room .chat-title .chat-title-inner .summary {
  color: #888;
  font-size: 10px;
}
.mypage-chat-page .chat-rooms .chat-room.unread .title {
  font-weight: bold;
  color: #0d5c6a;
}
.mypage-chat-page .chat-rooms .chat-room.active .chat-title {
  background: #D8EDF6;
}
.chat-remarks {
  position: relative;
  width: calc(100vw - 260px - 300px);
  background: #edeff2;
}
.room-icon,
.fal.fa-university {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 12px;
  background: #82caec;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
}
.room-icon img,
.fal.fa-university img {
  width: 28px;
  height: 28px;
  opacity: 0.5;
}
.chat-room-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.chat-room-title-area > div {
  display: flex;
  align-items: center;
}
.chat-room-title-area .title-label {
  margin-right: 6px;
  font-size: 11px;
  color: #1b1b1b;
  font-weight: bold;
}
.chat-room-title-area .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 10px;
  text-align: center;
  line-height: 30px;
  background: #82caec;
  font-size: 16px;
  color: #fff;
}
.chat-room-title-area .title {
  font-weight: bold;
  font-size: 18px;
  background: #fff;
  color: #1b1b1b;
}
.room-remarks,
.welcome-message {
  min-width: 300px;
  position: relative;
  background: #edeff2;
}
.room-remarks .room-remarks-inner,
.welcome-message .room-remarks-inner {
  height: calc(100vh - 46px - 46px - 124px);
  overflow-y: auto;
  overflow-x: hidden;
}
.room-remarks .room-remarks-inner.chat_readonly,
.welcome-message .room-remarks-inner.chat_readonly {
  height: calc(100vh - 46px - 46px - 40px);
}
.user-icon-m {
  height: 36px;
  width: 36px;
  max-height: 36px;
  min-height: 36px;
  max-width: 36px;
  min-width: 36px;
  margin-right: 10px;
  border-radius: 12px;
  overflow: hidden;
}
.user-icon-m i {
  background: #00abc4;
  color: #f5f5f5;
}
.user-icon-s {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  border-radius: 2px;
  text-align: center;
  padding: 0;
  line-height: 20px;
}
.user-icon-s i {
  font-size: 18px;
  min-width: 24px!important;
  width: 24px;
  height: 24px!important;
  line-height: 24px;
}
.remarks-item {
  position: relative;
  margin-left: 20px;
  display: flex;
  margin-top: 20px;
}
.remarks-item .chat_remark {
  margin-right: 20px;
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
}
.remarks-item .chat_remark img {
  width: 32px;
  min-width: 32px;
  max-width: 32px;
}
.remarks-item .chat_remark .remarks-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 4px;
}
.remarks-item .chat_remark .remarks-info .remarks-user {
  color: #436475;
  font-weight: bold;
  margin-right: 12px;
}
.remarks-item .chat_remark .remarks-info .remarks-company,
.remarks-item .chat_remark .remarks-info .remarks-date {
  font-size: 10px;
  color: #5a6475;
  font-weight: normal;
}
.remarks-item .chat_remark .remarks-info .remarks-date-full {
  display: none;
}
.remarks-item .chat_remark .remarks-body {
  position: relative;
  border-radius: 12px;
  padding: 6px 12px;
  background: #fff;
}
.remarks-item .chat_remark .remarks-body:before {
  position: absolute;
  left: -6px;
  top: 4px;
  content: '';
  width: 8px;
  height: 8px;
  background-image: url(/assets/img/chat/fukidashi_white.png);
  background-size: contain;
  transform: rotate(5deg);
}
.remarks-item.tome:not(.my_post) .chat_remark .remarks-body {
  background: #f5e1e1;
}
.remarks-item.tome:not(.my_post) .chat_remark .remarks-body:before {
  position: absolute;
  left: -6px;
  top: 4px;
  content: '';
  width: 8px;
  height: 8px;
  background-image: url(/assets/img/chat/fukidashi_red.png);
  background-size: contain;
  transform: rotate(5deg);
  transform: rotateY(180deg);
}
.remarks-item.tome:not(.my_post) .remark-options {
  background: #f5e1e1;
}
.remarks-item .remark-options {
  position: absolute;
  right: 34px;
  font-size: 12px;
  text-align: center;
  padding: 0px 12px;
  background: #fff;
  z-index: 1;
}
.remarks-item .remark-options.bottom {
  border-radius: 0 0 10px 10px;
  bottom: -12px;
}
.remarks-item .remark-options i {
  position: relative;
  top: -4px;
  font-size: 8px;
}
.remarks-item.my_post {
  display: flex;
  flex-direction: row-reverse;
  margin-left: 60px;
  margin-left: 140px;
}
.remarks-item.my_post img,
.remarks-item.my_post .remarks-company,
.remarks-item.my_post .remarks-user,
.remarks-item.my_post .user-icon-m {
  display: none;
}
.remarks-item.my_post .remarks-body {
  position: relative;
  width: 100%;
  margin-right: 12px;
  background: #cbe2ee;
}
.remarks-item.my_post .remarks-body:before {
  content: none;
}
.remarks-item.my_post .remarks-body:after {
  position: absolute;
  right: -6px;
  top: 4px;
  content: '';
  width: 8px;
  height: 8px;
  background-image: url(/assets/img/chat/fukidashi_blue.png);
  background-size: contain;
  transform: rotate(-5deg);
}
.remarks-item.my_post .remark-options {
  background: #cbe2ee;
}
.remarks-item.system_message {
  display: block;
  margin-right: 12px;
}
.remarks-item.system_message img,
.remarks-item.system_message .remark-option,
.remarks-item.system_message .user-icon-m {
  display: none!important;
}
.remarks-item.system_message .chat_remark {
  width: 100%;
}
.remarks-item.system_message .remarks-date {
  width: 100%;
  text-align: right;
}
.remarks-item.system_message .remarks-body {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  background: none;
  text-align: center;
  color: #777;
  font-size: 11px;
}
.remarks-item.system_message .remarks-body:before,
.remarks-item.system_message .remarks-body:after {
  content: none;
}
.remarks-item.system_message .chatremark_body_html {
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  min-height: 24px;
  border-radius: 10px;
  background: #fcfcfc;
  color: #5a6475;
}
.remarks-item.system_message .system-message-date {
  width: 100%;
  text-align: right;
}
a.remark-option {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  text-decoration: none;
}
a.remark-option:hover {
  color: #19AAC4;
}
a.remark-option i {
  margin-right: 4px;
}
.unread-count {
  position: relative;
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  margin-left: 6px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background: #f46060;
  color: #fff;
}
.fa-user {
  background: #eee;
  color: #ccc;
  height: 36px;
  width: 36px;
  min-width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  font-size: 24px;
}
.fa-user.my_remark {
  background: #19AAC4;
}
form.chat-form {
  padding: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 20px;
  background: #fff;
}
form.chat-form .file-and-submit {
  align-items: center;
  border: none;
  display: flex;
  justify-content: space-between;
  margin-top: -10px;
  padding: 6px 10px;
  border: 1px solid #19AAC4;
}
form.chat-form .file-and-submit .input-file-label {
  display: inline-block;
}
form.chat-form .file-and-submit .input-file-label input[type=file] {
  border-radius: 0;
  background: none;
  padding: 0;
  margin-bottom: 6px;
}
form.chat-form .file-and-submit .required-qpproval-message {
  color: #888;
}
form.chat-form .btn {
  padding: 7px 20px;
  padding: 4px 10px;
}
form.chat-form textarea.supportpage-text {
  height: auto;
  max-height: 66vh;
  width: 100%;
  min-height: 40px;
  margin: 0;
  line-height: 1.41em;
  border: 1px solid #19AAC4;
  border-bottom: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.form-area.chat_readonly {
  height: 40px;
  max-height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  color: #777;
  font-size: 12px;
}
a.chat-screen-mode-btn {
  display: block;
  color: #fff;
  padding: 4px;
  border-radius: 2px;
  position: absolute;
  left: 6px;
  top: -47px;
  font-size: 24px;
  transform: rotate(-90deg);
}
.scroll-btn-area {
  position: absolute;
  right: 0;
  z-index: 2;
  width: auto;
  text-align: right;
}
.scroll-btn-area a.scroll-btn {
  position: relative;
  top: -60px;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 30px;
  margin-right: 32px;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  background: #aabdc9;
}
.scroll-btn-area a.scroll-btn i {
  color: #fff;
}
.mypage-chat-page {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.mypage-chat-page .chat-rooms {
  position: relative;
  height: calc(100vh - 46px);
  height: 100%;
}
.mypage-chat-page .chat-rooms .chat-rooms-inner {
  height: calc(100vh - 46px - 60px);
  overflow-y: auto;
}
.mypage-chat-page .chat-rooms .invitation-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #f6f6f6;
}
.mypage-chat-page .chat-remarks {
  width: calc(100vw - 300px);
}
.mypage-chat-page .chat-remarks .mypage_chat_remarks {
  display: block;
}
.mypage-chat-page .chat-remarks .mypage_chat_remarks .room-name {
  height: 40px;
  line-height: 40px;
  background: #ddd;
  color: #444;
  padding-left: 20px;
}
.mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-column {
  width: calc(100vw - 560px);
  min-width: 300px;
  border-right: 1px solid #ddd;
}
.mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-column .chat_room {
  background: #F5FAFB;
}
.mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-room-info {
  width: 300px;
  min-width: 300px;
  background: #E6ECF1;
}
.mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-room-info ul.room-menu > li {
  border-top: 1px solid #ddd;
}
.mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-room-info ul.room-menu > li:first-child {
  border-top: none;
}
.mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-room-info .chat-room-menu-title {
  cursor: pointer;
  padding: 0 15px;
  padding-right: 30px;
  font-size: 16px;
  color: #1c1d1c;
  height: 46px;
  line-height: 46px;
  background: #fff;
}
.mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-room-info .chat-room-menu-title.toggle-arrow {
  position: relative;
}
.mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-room-info .chat-room-menu-title.toggle-arrow:after {
  content: '\f078';
  color: #AEAEAE;
  font-family: 'Font Awesome 5 PRO';
  font-weight: 300;
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: 19px;
  transition: transform 0.4s;
}
.mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-room-info .chat-room-menu-title.toggle-arrow.active:after {
  transform: rotate(180deg);
}
.mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-room-info .chat-room-menu-title i.menu-title-icon {
  color: #aaa;
  margin-right: 10px;
}
.mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-room-info .chat-room-menu-title a.edit-icon {
  display: inline-block;
  margin-left: 10px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  width: 30px;
  height: 30px;
}
.mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-room-info .chat-room-menu-title a.edit-icon:link,
.mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-room-info .chat-room-menu-title a.edit-icon:visited {
  color: #aaa;
}
.mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-room-info .chat-room-menu-title a.edit-icon:hover {
  background: #ddd;
}
.mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-room-info .chat-room-menu-body {
  font-size: 14px;
  padding: 0 15px;
  background: #fff;
  word-wrap: break-word;
  line-height: 1.5em;
  color: #1c1d1c;
  transition: 0.3s;
  max-height: 70vh;
  height: 0;
  overflow-y: auto;
}
.mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-room-info .chat-room-menu-body.active {
  height: auto;
  padding: 10px 15px 20px;
}
.mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-room-info .chat-room-menu-body .chat-room-menu-item {
  display: block;
  padding: 4px 20px;
}
.mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-room-info .chat-room-menu-body .edit-memo {
  text-align: right;
}
a.icon-for-edit {
  font-size: 14px;
  margin-left: 10px;
}
.btn {
  border-radius: 4px;
}
.chat-key-color {
  background: #f46060 !important;
}
.btn.main-btn:focus {
  background: #138397;
}
button.btn.submit {
  background: #f46060;
  margin-top: 4px;
}
button.btn.submit i {
  margin-right: 6px;
}
button.btn.submit:active,
button.btn.submit:focus {
  background: #f13030 !important;
}
.mypage-chat-page .controls .create,
.mypage-chat-page .controls .edit {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mypage-chat-page .controls .create form,
.mypage-chat-page .controls .edit form,
.mypage-chat-page .controls .create .form-area,
.mypage-chat-page .controls .edit .form-area {
  width: 600px;
  border-radius: 10px;
  overflow: hidden;
  border: none;
}
.mypage-chat-page .controls .create form.bottom,
.mypage-chat-page .controls .edit form.bottom,
.mypage-chat-page .controls .create .form-area.bottom,
.mypage-chat-page .controls .edit .form-area.bottom {
  margin: 0;
}
.mypage-chat-page .controls .create form.wide,
.mypage-chat-page .controls .edit form.wide,
.mypage-chat-page .controls .create .form-area.wide,
.mypage-chat-page .controls .edit .form-area.wide {
  width: 800px;
}
.mypage-chat-page .controls .create .title,
.mypage-chat-page .controls .edit .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #8ba5b5;
  color: #fff;
  background: #fff;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding: 12px 20px;
  top: -2px;
  font-size: 16px;
}
.mypage-chat-page .controls .create .title p.close,
.mypage-chat-page .controls .edit .title p.close {
  cursor: pointer;
}
.mypage-chat-page .controls .create .body,
.mypage-chat-page .controls .edit .body {
  background: #f9f9f9;
  padding: 20px;
}
.mypage-chat-page .controls .create .body ul,
.mypage-chat-page .controls .edit .body ul {
  max-height: 30vh;
  overflow-y: auto;
}
.mypage-chat-page .controls .create .body .name-and-organization,
.mypage-chat-page .controls .edit .body .name-and-organization {
  width: 100%;
}
.mypage-chat-page .controls .create .body .name,
.mypage-chat-page .controls .edit .body .name {
  width: 100%;
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.mypage-chat-page .controls .create .body input,
.mypage-chat-page .controls .edit .body input {
  width: 100%;
  margin-top: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.mypage-chat-page .controls .create .body textarea,
.mypage-chat-page .controls .edit .body textarea {
  height: 60px;
}
.mypage-chat-page .controls .create .body .btn-area,
.mypage-chat-page .controls .edit .body .btn-area {
  margin-top: 10px;
  text-align: center;
}
.mypage-chat-page .controls .create .body .btn-area button,
.mypage-chat-page .controls .edit .body .btn-area button {
  width: 120px;
}
.mypage-chat-page .controls .create .body button.disabled-btn,
.mypage-chat-page .controls .edit .body button.disabled-btn {
  margin-right: 20px;
  background: #ddd;
}
.mypage-chat-page .controls .create .body button.disabled-btn:hover,
.mypage-chat-page .controls .edit .body button.disabled-btn:hover {
  background: #ccc;
}
.mypage-chat-page .controls .create .body .invited-organization,
.mypage-chat-page .controls .edit .body .invited-organization {
  padding-top: 20px;
}
.mypage-chat-page .controls .create .body .invited-organization p,
.mypage-chat-page .controls .edit .body .invited-organization p {
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.mypage-chat-page .controls .create .body .invited-organization ul,
.mypage-chat-page .controls .edit .body .invited-organization ul {
  max-height: 10vh;
  overflow-y: auto;
  border: 1px solid #ddd;
  background: #fff;
}
.mypage-chat-page .controls .create .body .invited-organization ul li,
.mypage-chat-page .controls .edit .body .invited-organization ul li {
  padding: 2px 6px;
}
.chat_room_member_edit .for-edit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.chat_room_member_edit .user-info {
  display: flex;
  align-items: center;
}
.chat_room_member_edit .name {
  font-weight: bold;
}
.chat_room_member_edit .organization {
  color: #666;
  font-size: 11px;
}
.chat_room_member_edit select {
  line-height: 24px;
  height: 24px;
}
.chat_room_member_edit a.gray:link,
.chat_room_member_edit a.gray:visited {
  color: #888;
  font-size: 12px;
}
.company-chat-member-selector {
  z-index: 10;
  background: #fff;
  width: 100%;
  border: 1px solid #ccc;
  max-height: 50vh;
  overflow: auto;
}
.company-chat-member-selector li {
  border-top: 1px solid #ddd;
}
.company-chat-member-selector li:first-child {
  border-top: none;
}
.company-chat-member-selector .add-member-list-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
}
.company-chat-member-selector .add-member-list-wrapper:hover {
  background: #f5f5f5;
}
.company-chat-member-selector .add-member-list-inner {
  width: 70%;
  display: flex;
  align-items: center;
}
.company-chat-member-selector li .form-block {
  display: flex;
  align-items: center;
  margin: 0;
}
.company-chat-member-selector li .form-block label {
  width: 100%;
  display: inline-block;
  margin-right: 0;
  padding: 8px;
  margin-top: 0;
  line-height: 18px;
  top: 0;
  display: flex;
  align-items: center;
}
.company-chat-member-selector li .form-block label:before {
  top: 0!important;
}
.company-chat-member-selector select {
  line-height: 24px;
  background: #fff;
  height: 24px;
  margin-top: 0;
}
.company-chat-member-selector .organization {
  font-size: 11px;
  color: #666;
}
.invitation .execute {
  text-align: center;
}
.invitation .execute .buttons button {
  margin: 20px 10px 0;
}
.invitation .check {
  text-align: center;
}
.invitation .check input {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  color: #888;
}
.publish-invitation-code {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #ddd;
}
.publish-invitation-code p {
  line-height: 1.75em;
}
.publish-invitation-code p.p-title {
  font-weight: bold;
  margin-bottom: 6px;
}
.publish-invitation-code p.p-body {
  font-size: 12px;
}
.publish-invitation-code .code-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.publish-invitation-code .code-area .invitation-code-title {
  margin-right: 20px;
}
.publish-invitation-code .code-area .invitation-code {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #666;
  padding: 8px 12px;
  font-size: 16px;
}
ul.member-select-tab {
  z-index: 5;
  display: flex;
  align-items: center;
  overflow: hidden!important;
}
ul.member-select-tab li {
  position: relative;
  bottom: -1px;
  padding: 4px 12px;
  margin-right: 10px;
  border-radius: 8px 8px 0 0;
  border: 1px solid #ddd;
  background: #f5f5f5;
  color: #19AAC4;
  cursor: pointer;
}
ul.member-select-tab li.active {
  color: #444;
  background: #fff;
}
.form-block.members {
  max-height: 20vh;
  height: 20vh;
  overflow-y: auto;
}
ul.list-title {
  display: flex;
  align-items: center;
}
ul.list-title li {
  margin-top: 20px;
  padding: 12px;
  background: #f1f1f1;
}
ul.list-title li.column-status {
  width: 10%;
}
ul.list-title li.column-group {
  width: 30%;
}
ul.list-title li.column-desc {
  width: 30%;
}
ul.list-title li.column-member-count {
  width: 10%;
}
ul.list-title li.column-edit {
  width: 15%;
}
ul.list-body {
  background: #fff;
}
ul.list-body li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
ul.list-body li > div {
  padding: 12px;
  word-wrap: break-word;
}
ul.list-body li > div.column-status {
  width: 10%;
  max-width: 10%;
  min-width: 10%;
}
ul.list-body li > div.column-group {
  width: 30%;
  max-width: 30%;
  min-width: 30%;
}
ul.list-body li > div.column-desc {
  width: 30%;
  max-width: 30%;
  min-width: 30%;
}
ul.list-body li > div.column-member-count {
  width: 10%;
  max-width: 10%;
  min-width: 10%;
}
ul.list-body li > div.column-edit {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
}
table.users {
  width: 100%;
}
table.users tr.user {
  border-top: 1px solid #ddd;
}
table.users tr.user:first-child {
  border-top: none;
}
table.users tr.user:hover td {
  background: #f9f9f9;
  cursor: pointer;
}
table.users tr.user td {
  width: 100%;
}
table.users tr.user td .form-block {
  display: block;
  padding: 0 10px;
  margin: 0 0 4px;
  width: 100%;
}
table.users tr.user td .form-block label {
  width: 100%;
  display: inline-block;
  margin-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
table.users tr.user td .form-block label:hover {
  background: none;
}
table.users tr.user td select {
  line-height: 24px;
  background: #fff;
  height: 24px;
  margin-top: 0;
}
table.users tr.user td.select-role {
  width: 130px;
  padding-right: 20px;
  text-align: right;
}
.users .user .form-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
}
.users .user .form-block:hover {
  background: #f5f5f5;
}
.users .user .form-block .select-user {
  width: 78%;
}
.users .user .form-block .select-user label {
  position: relative;
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.users .user .form-block .select-user label .name-and-organization {
  width: 80%;
}
.users .user .form-block .select-user label .name-and-organization .name {
  word-wrap: break-word;
}
.users .user .form-block .select-role {
  width: 22%;
}
.initialize {
  display: block;
}
.remarks-loading {
  padding-top: 30vh;
  width: 100%;
  height: 100vh;
  background: #f5f5f5;
}
@media screen and (max-width: 480px) {
  .mypage-chat-page .remarks-loading {
    width: 100vw;
  }
  .mypage-chat-page .chat-rooms,
  .mypage-chat-page .room-remarks,
  .mypage-chat-page .chat-room-info,
  .mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-column {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
  }
  .mypage-chat-page .chat-header a.text,
  .mypage-chat-page .group-setting-btn {
    display: none;
  }
  .mypage-chat-page .chat-rooms .invitation-btn {
    height: 46px;
  }
  .mypage-chat-page .room-create-btn i {
    margin-right: 0;
  }
  .mypage-chat-page .room-create-btn span {
    display: none;
  }
  .chat-view-mode + ul.sp-footer-menu {
    display: none!important;
  }
  html,
  body {
    height: 100%;
  }
  .chat-room-title-area {
    padding-left: 10px;
  }
  .chat-room-title-area i {
    color: #aaa;
    font-size: 20px;
  }
  .chat-room-title-area > div i {
    color: #aaa;
    margin-right: 15px;
    font-size: 24px;
  }
  .mypage-chat-page .chat-rooms .chat-rooms-inner {
    height: calc(100% - 46px);
  }
  html,
  body {
    height: 100%;
    overflow: hidden;
  }
  html .wrapper,
  body .wrapper {
    height: 100%;
  }
  html .wrapper .main,
  body .wrapper .main {
    height: 100%;
  }
  html .wrapper .main .mypage_layout,
  body .wrapper .main .mypage_layout {
    height: 100%;
  }
  html .wrapper .main .mypage_layout .mypage-chat-page,
  body .wrapper .main .mypage_layout .mypage-chat-page {
    height: 100%;
  }
  html .wrapper .main .mypage_layout .mypage-chat-page .column-wrapper,
  body .wrapper .main .mypage_layout .mypage-chat-page .column-wrapper {
    height: 100%;
  }
  html .wrapper .main .mypage_layout .mypage-chat-page .column-wrapper .chat-remarks,
  body .wrapper .main .mypage_layout .mypage-chat-page .column-wrapper .chat-remarks {
    height: 100%;
  }
  html .wrapper .main .mypage_layout .mypage-chat-page .column-wrapper .chat-remarks .mypage_chat_remarks,
  body .wrapper .main .mypage_layout .mypage-chat-page .column-wrapper .chat-remarks .mypage_chat_remarks {
    height: 100%;
  }
  html .wrapper .main .mypage_layout .mypage-chat-page .column-wrapper .chat-remarks .mypage_chat_remarks .flex-box,
  body .wrapper .main .mypage_layout .mypage-chat-page .column-wrapper .chat-remarks .mypage_chat_remarks .flex-box {
    height: 100%;
  }
  html .wrapper .main .mypage_layout .mypage-chat-page .column-wrapper .chat-remarks .mypage_chat_remarks .flex-box .chat-column,
  body .wrapper .main .mypage_layout .mypage-chat-page .column-wrapper .chat-remarks .mypage_chat_remarks .flex-box .chat-column {
    height: 100%;
  }
  html .wrapper .main .mypage_layout .mypage-chat-page .column-wrapper .chat-remarks .mypage_chat_remarks .flex-box .chat-column .chat_room,
  body .wrapper .main .mypage_layout .mypage-chat-page .column-wrapper .chat-remarks .mypage_chat_remarks .flex-box .chat-column .chat_room {
    height: 100%;
  }
  html .wrapper .main .mypage_layout .mypage-chat-page .column-wrapper .chat-remarks .mypage_chat_remarks .flex-box .chat-column .chat_room .room-remarks,
  body .wrapper .main .mypage_layout .mypage-chat-page .column-wrapper .chat-remarks .mypage_chat_remarks .flex-box .chat-column .chat_room .room-remarks {
    height: calc(100% - 124px);
  }
  html .wrapper .main .mypage_layout .mypage-chat-page .column-wrapper .chat-remarks .mypage_chat_remarks .flex-box .chat-column .chat_room .room-remarks .room-remarks-inner,
  body .wrapper .main .mypage_layout .mypage-chat-page .column-wrapper .chat-remarks .mypage_chat_remarks .flex-box .chat-column .chat_room .room-remarks .room-remarks-inner {
    height: calc(100% - 46px);
  }
  html .wrapper .main .mypage_layout .mypage-chat-page .column-wrapper .chat-remarks .mypage_chat_remarks .flex-box .chat-column .chat_room form.chat-form,
  body .wrapper .main .mypage_layout .mypage-chat-page .column-wrapper .chat-remarks .mypage_chat_remarks .flex-box .chat-column .chat_room form.chat-form {
    background: #edeff2;
  }
  html .main-content,
  body .main-content {
    height: 100%;
  }
  html .remarks-company,
  body .remarks-company {
    display: none;
  }
  html .remarks-item .chat_remark .remarks-info .remarks-date,
  body .remarks-item .chat_remark .remarks-info .remarks-date {
    color: #aaa;
  }
  html .remarks-item,
  body .remarks-item {
    margin-left: 10px;
  }
  html .remarks-item .chat_remark,
  body .remarks-item .chat_remark {
    margin-right: 10px;
  }
  html .remarks-item.my_post,
  body .remarks-item.my_post {
    margin-left: 56px;
  }
  .mypage-chat-page .chat-rooms .chat-room a.chat-title .chat-title-inner .title-summary,
  .mypage-chat-page .chat-rooms .chat-room .chat-title .chat-title-inner .title-summary {
    width: calc(100vw - 56px - 50px);
  }
  .mypage-chat-page .chat-rooms {
    height: calc(100% - 46px);
  }
  .scroll-btn-area a.scroll-btn {
    margin-right: 10px;
    top: -44px;
  }
  .mypage-chat-page .chat-header .search-box {
    max-width: calc(100vw - 106px);
    left: 53px;
  }
  .mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-room-info {
    width: 100vw;
    min-width: 100vw;
  }
  .chat-room-info .chat_room_member_edit button {
    display: none;
  }
  .chat-room-info .chat_room_member_edit .icon-for-edit {
    display: none;
  }
  .company-chat-member-selector {
    max-height: 30vh;
  }
  .users .user .form-block .select-user {
    width: calc(100% - 100px);
  }
  .users .user .form-block .select-role {
    width: auto;
  }
  textarea,
  input {
    -webkit-appearance: none;
  }
  .mypage-chat-page .chat-remarks .mypage_chat_remarks .chat-room-info .chat-room-menu-body {
    max-height: 50vh;
  }
  .attach-file,
  form.chat-form .file-and-submit .input-file-label {
    display: none!important;
  }
  .remarks-item .chat_remark .remarks-body {
    width: calc(100vw - 56px - 26px);
  }
  .remarks-item .chat_remark .remarks-body > div {
    word-break: break-all;
  }
  .mypage-chat-page .chat-header input {
    height: 28px;
    width: 50vw;
    padding: 2px 10px;
    border-radius: 12px;
    border: 1px solid #ddd;
    line-height: 24px;
    background: #edeff2;
    font-size: 14px;
    transition: 0.3s;
  }
  .mypage-chat-page .chat-header input:focus {
    background: #fff;
    width: 50vw;
  }
}
html,
body,
.wrapper,
.main,
.mypage_layout,
.main-content,
.mypage-chat-page,
.column-wrapper,
.mypage_chat_remarks,
.flex-box,
.chat_room {
  height: 100%;
  width: 100%;
}
.mypage-chat-page {
  overflow: hidden;
}
.room-remarks {
  height: calc(100% - 124px);
}
.column-wrapper {
  height: calc(100% - 46px);
}
.column-wrapper .chat-rooms {
  height: auto;
}
.mypage-chat-page .chat-rooms .chat-rooms-inner {
  height: calc(100% - 60px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.room-remarks .room-remarks-inner {
  height: calc(100% - 46px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
form.chat-form {
  bottom: auto;
  background: #edeff2;
}
.bachat form.chat-form textarea.supportpage-text {
  height: 200px;
}
.bachat .room-remarks {
  height: calc(100% - 325px);
}
.input-panel {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.input-panel-box {
  position: fixed;
  display: none;
  width: 600px;
  width: 60vw!important;
  top: 10vh!important;
  max-height: 80vh!important;
  bottom: 10vh!important;
  left: 15vw!important;
  right: 15vw!important;
  margin: 0 auto;
  z-index: 2000;
}
.input-panel-box .input-panel-title {
  text-align: left;
  border-radius: 4px 4px 0 0;
  font-weight: 500;
  font-size: 16px;
  padding: 20px 20px 20px 40px;
  background: #333;
  color: #fff;
}
.input-panel-box .input-panel-title:after {
  background: #19AAC4;
  content: '';
  height: 8px;
  left: 20px;
  position: absolute;
  top: 28px;
  width: 8px;
}
.input-panel-box .input-panel-title:before {
  background: #fff;
  content: '';
  height: 8px;
  left: 16px;
  position: absolute;
  top: 23px;
  width: 8px;
}
.input-panel-box .input-panel-inner {
  border-radius: 0 0 4px 4px;
  padding: 10px 20px;
  background: #fff;
  line-height: 1.75em;
  overflow-y: auto!important;
  max-height: 70vh;
  overflow-x: hidden;
}
.input-panel-box .input-panel-inner .input-panel-subtitle {
  font-weight: 500;
  padding: 10px 10px 10px 20px;
  position: relative;
}
.input-panel-box .input-panel-inner .input-panel-subtitle:before {
  background: #444;
  content: '';
  height: 8px;
  left: 2px;
  position: absolute;
  top: 15px;
  width: 8px;
}
.input-panel-box .input-panel-close-btn {
  cursor: pointer;
  width: 60px;
  height: 60px;
  color: #ccc;
  font-size: 50px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  right: 0px;
  top: 2px;
}
.main-table {
  margin-top: 30px;
  border: 1px solid #ddd;
  border-width: 1px 0 0 1px;
}
.main-table tr th,
.main-table tr td {
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
  line-height: 1.75em;
}
.main-table tr th {
  width: 200px;
  background: #efefef;
}
.main-table.min tr th,
.main-table.min tr td {
  padding: 12px;
}
.main-table.min thead,
.main-table.min tbody {
  display: block;
}
.main-table.min tbody {
  height: 10vh;
  max-height: 10vh;
  overflow-y: scroll;
}
@media screen and (max-width: 480px) {
  .main-table tr th,
  .main-table tr td {
    padding: 8px;
    font-size: 12px;
  }
  .main-table tr th {
    width: 30%;
    max-width: 30%;
  }
}
.done-message {
  text-align: center;
}
.done-message .fa-check-circle {
  font-size: 70px;
  color: #19AAC4;
  margin-top: 50px;
  margin-bottom: 10px;
  display: block;
}
.done-message .text {
  color: #19AAC4;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 30px;
}
.done-message .message {
  line-height: 1.9em;
  margin-bottom: 40px;
}
.action-flow {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.action-flow-box {
  position: relative;
  padding: 20px 0;
  width: 28%;
}
.action-flow-box:after {
  content: '\f0da';
  font-family: 'Font Awesome 5 PRO';
  color: #F18D06;
  position: absolute;
  font-weight: bold;
  font-size: 20px;
  top: 40px;
  right: -40px;
}
.action-flow-box:last-child:after {
  content: none;
}
.action-flow-box .step {
  padding: 4px 10px;
  background: #ddd;
  font-size: 12px;
  font-weight: 500;
  margin-right: 12px;
  position: relative;
  top: -1px;
}
.action-flow-box .step-label {
  line-height: 24px;
}
.action-flow-box .box-title {
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}
.box-body {
  line-height: 1.6em;
}
.content.article,
.content.column-detail {
  width: 90%;
  max-width: 900px;
}
.content.article .image-wrapper,
.content.column-detail .image-wrapper {
  position: relative;
  margin-top: 30px;
}
.content.article .article-title,
.content.column-detail .article-title {
  letter-spacing: 1px;
  background: #222;
  color: #fff;
  padding: 12px 20px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  font-size: 22px;
  top: -30px;
  line-height: 1.75em;
}
.content.article .article-sub-title,
.content.column-detail .article-sub-title {
  padding-bottom: 20px;
  text-align: right;
  font-size: 16px;
}
.content.article .article-date,
.content.column-detail .article-date {
  font-size: 48px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  position: absolute;
  bottom: 115px;
  left: 40px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
.content.article .article-time-and-place,
.content.column-detail .article-time-and-place {
  position: absolute;
  bottom: 60px;
  left: 40px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.content.article .article-body,
.content.column-detail .article-body {
  line-height: 1.75em;
}
.content.article .article-info,
.content.column-detail .article-info {
  line-height: 1.75em;
}
.content.article .article-docment,
.content.column-detail .article-docment {
  padding-top: 20px;
  border-top: 1px dashed #ccc;
  margin-top: 20px;
  line-height: 2em;
}
.content.article section .text,
.content.column-detail section .text {
  width: 100%;
  line-height: 1.75em;
}
@media screen and (max-width: 480px) {
  .content.column-detail .article-title {
    font-size: 16px;
  }
  .seminar-date {
    font-size: 24px;
  }
  .seminar-time-and-place {
    font-size: 14px;
  }
}
/*# sourceMappingURL=common.css.map */
