/**------------------------------------------------------------
 * commons style
 --------------------------------------------------------------*/
html,
body {
  font-family: YakuHanJP_Noto, "Noto Sans CJK JP", "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'KozGoPro-Light', '小塚ゴシック Pro L', 'Kozuka Gothic Pro Light', Meiryo, sans-serif;
  line-height: 140%;
  text-align: left;
}
html #wrapper,
body #wrapper {
  font-feature-settings: "palt" 1;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  html {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 390px) {
  html {
    width: 100%;
    margin: auto;
  }
}
body {
  min-width: 1200px;
  box-sizing: content-box;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    width: 100%;
  }
}
body main form select {
  width: 100%;
  height: 34px;
  padding: 0 8px;
  color: #555;
  border: 1px solid #ccc;
}
body main form select:required:invalid {
  color: #999999;
  font-style: italic;
}
#wrapper p {
  text-align: justify;
  line-break: strict;
}
#wrapper .copyright p {
  font-size: 0.625rem;
}
.container {
  margin: 0;
  padding: 0;
}
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
@media screen and (max-width: 767px) {
}
@media print, screen and (min-width: 768px) {
  .pc_only {
    display: inherit;
  }
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: inherit;
  }
}
main {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main {
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
  }
}
main .container {
  width: 100%;
}
main form fieldset {
  margin-top: 1em;
  margin-bottom: 3em;
  padding: 15px 15px;
  background-color: #fcded3;
  border-radius: 5px;
}
main form fieldset legend {
  display: inline;
  width: inherit;
  margin: 0 0 10px -15px;
  padding: 10px 15px;
  background-color: #fcded3;
  border: none;
  border-radius: 5px;
  font-size: 1.25rem;
}
main form fieldset div.text-muted {
  display: none;
}
main form .form-actions {
  text-align: center;
}
main form .btn-center-save {
  margin: 0 calc((100% - 300px) / 2);
  width: 300px;
}
main .register_caution {
  margin-bottom: 8rem;
  padding: 1.5rem 3rem;
  border: 2px solid #F15A24;
  border-radius: 10px;
}
main .forgotPassword {
  margin: 0 auto;
}
main .forgotPassword .btn-primary {
  color: white;
}
/**------------------------------------------------------------
 * Bootstrap not supported
 --------------------------------------------------------------*/
#ccm-tooltip-holder .tooltip-inner {
  background-color: rgba(0, 0, 0, 0.8);
}
.ccm-notifications-box-header .btn-close {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
}
.ccm-notifications-box-header .btn-close::before {
  content: "×";
  color: #000;
}
/**------------------------------------------------------------
 * ckediter table
 --------------------------------------------------------------*/
.cke_editable table th,
.cke_editable table td {
  padding: 0.2em;
  border: dotted 1px darkgray;
}
.cke_editable table th {
  background-color: #ffdcc8;
}
.cke_editable ol[style],
.cke_editable ul[style] {
  margin-left: 30px;
}
.cke_editable p.contents_captions {
  font-size: 0.8em;
}
/**------------------------------------------------------------
 * Google Map iFrame
 --------------------------------------------------------------*/
.google_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**------------------------------------------------------------
 * Tabel wrapper
 --------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .table_wrapper {
    position: relative;
    margin: 0 -10px;
    padding: 10px 0;
    width: calc(100% + 20px);
    background-color: lightgray;
    overflow-x: scroll;
    z-index: 0;
  }
  .table_wrapper .table_inner_wrap {
    width: 1020px;
    padding: 0 10px;
    z-index: 1;
  }
  .table_wrapper .table_inner_wrap table {
    background-color: white;
  }
}
/*# sourceMappingURL=commons.css.map */