/* variables */
/* mixins */
/* brand logo */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300&display=swap");
.main-sidebar .brand-link {
  text-align: center;
}
.main-sidebar .brand-text {
  position: relative;
  width: 200px;
  margin-top: -10px;
  margin-bottom: -5px;
}
.main-header .brand-text {
  position: relative;
  width: 200px;
  margin-top: -10px;
  margin-bottom: -5px;
}
/* notification */
.nav-item.dropdown .dropdown-menu .dropdown-item:not(.dropdown-header):not(.dropdown-footer) {
  white-space: normal;
}
/* sortable th */
.sortable-th {
  color: var(--primary);
  text-decoration: underline;
  cursor: pointer;
}
.sortable-th:hover {
  filter: brightness(80%);
}
.sortable-th[aria-sort='ascending'],
.sortable-th[aria-sort='descending'] {
  color: var(--danger);
}
/* popover */
.ellipsis-popover {
  display: inline-block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* pager */
nav > ul.pagination {
  margin-bottom: 0;
  padding-bottom: 10px;
}
/* card */
.card-title > small {
  display: block;
}
/* form */
input:valid {
  color: var(--success);
}
input:invalid {
  color: var(--danger);
}
/* feedback */
.has-danger .invalid-feedback,
.has-danger .invalid-tooltip,
.has-success .valid-feedback,
.has-success .valid-tooltip {
  display: block;
}
/* custom-file */
.custom-file-input:lang(ja) ~ .custom-file-label::after {
  content: "参照";
}
/* doubleScroll */
.doubleScroll-scroll-wrapper {
  z-index: 10;
}
/* chart */
.chart-container {
  height: 500px;
}
@media (min-width: 576px) {
  .chart-container {
    height: 475px;
  }
}
@media (min-width: 768px) {
  .chart-container {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .chart-container {
    height: 425px;
  }
}
@media (min-width: 1200px) {
  .chart-container {
    height: 400px;
  }
}
/* card widget */
.card-widget-collapse .card-header {
  cursor: pointer;
}
/* copiable span */
span.copiable {
  cursor: copy;
}
/* fullcalendar */
.fc-day-sat {
  background-color: #eaf4ff;
}
.fc-day-sun {
  background-color: #ffeaea;
}
/* font */
@font-face {
  font-family: Noto Sans;
  src: url('../lp/fonts/NotoSans-Regular.ttf') format("truetype");
}
@font-face {
  font-family: Noto Sans B;
  src: url('../lp/fonts/NotoSans-Bold.ttf') format("truetype");
}
/* layout */
.wrap {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
/* header */
header {
  /* Reset */
  /* /Reset */
  margin-bottom: 10px;
  padding-top: 25px;
  font-size: 14px;
  line-height: 180%;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header nav,
header section,
header div,
header ul,
header ol,
header li,
header h1,
header p,
header a,
header span,
header img {
  margin: 0;
  padding: 0;
  border: none;
}
header ul,
header ol {
  list-style: none;
}
header a,
header a:hover,
header a:active {
  color: #333333;
  text-decoration: none;
}
header a,
header a img,
header a:hover img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header a:hover,
header a:hover img {
  opacity: 0.6;
}
header img {
  display: block;
  width: 100%;
  height: auto;
}
header .wrap {
  height: 110px;
  position: relative;
}
header h1 {
  width: 248px;
}
@media screen and (min-width: 751px) {
  header .wrap {
    width: 1200px;
  }
  header h1 img:nth-child(2) {
    display: none;
  }
  header nav ul {
    position: absolute;
    right: 0;
  }
  header nav li {
    display: inline-block;
    margin-left: 20px;
  }
  header nav li a {
    display: block;
    padding: 12px 0;
    font-size: 15px;
    box-sizing: border-box;
  }
  header ul:nth-of-type(1) {
    bottom: 0;
  }
  header ul:nth-of-type(1) a {
    color: #1b6aa1;
    font-weight: bold;
    padding-left: 45px;
  }
  header ul:nth-of-type(1) li:nth-child(1) a {
    background: url(../lp/images/common/icon_menu_01.png) no-repeat 0 50%;
    background-size: 38px 38px;
  }
  header ul:nth-of-type(1) li:nth-child(2) a {
    background: url(../lp/images/common/icon_menu_02.png) no-repeat 0 50%;
    background-size: 38px 38px;
  }
  header ul:nth-of-type(1) li:nth-child(3) a {
    background: url(../lp/images/common/icon_menu_03.png) no-repeat 0 50%;
    background-size: 38px 36px;
  }
  header ul:nth-of-type(1) li:nth-child(4) a {
    background: url(../lp/images/common/icon_menu_04.png) no-repeat 0 50%;
    background-size: 38px 38px;
  }
  header ul:nth-of-type(1) li:nth-child(5) a {
    background: url(../lp/images/common/icon_menu_05.png) no-repeat 0 50%;
    background-size: 38px 38px;
  }
  header ul:nth-of-type(1) li:nth-child(6) a {
    background: url(../lp/images/common/icon_menu_06.png) no-repeat 0 50%;
    background-size: 38px 38px;
  }
  header ul:nth-of-type(2) {
    top: 0;
  }
  header ul:nth-of-type(2) li {
    margin-left: 15px;
  }
  header ul:nth-of-type(2) a {
    color: #fff;
    padding: 10px 40px 10px 80px;
    border: 2px solid #838383;
  }
  header ul:nth-of-type(2) li:nth-child(1) a {
    background: url(../lp/images/common/icon_ar_rg.png) no-repeat 95% 50%;
    background-size: 15px 20px;
    color: #838383;
    padding-left: 15px;
  }
  header ul:nth-of-type(2) li:nth-child(2) a {
    background: #838383 url(../lp/images/common/icon_menu_b_01.png) no-repeat 20px 50%;
    background-size: 38px 38px;
  }
  header ul:nth-of-type(2) li:nth-child(3) {
    color: #f1ab40;
    font-size: 32px;
    font-weight: bold;
    vertical-align: -10px;
  }
  header p {
    display: none;
  }
  .main_visual img:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  header {
    margin-bottom: 0;
    padding-top: 0;
  }
  header .wrap {
    height: 53px;
    padding: 0;
  }
  header h1 {
    width: 121px;
    position: absolute;
    top: 8px;
    left: 15px;
  }
  header h1 img:nth-child(1) {
    display: none;
  }
  header nav {
    width: 100%;
    position: absolute;
    top: 53px;
    background-color: #fff;
    z-index: 100;
    display: none;
  }
  header nav.active {
    display: block;
  }
  header nav ul:nth-of-type(1) a {
    color: #1b6aa1;
    border-bottom: 1px solid #dce0ed;
  }
  header nav ul:nth-of-type(1) li:nth-child(1) a {
    background: url(../lp/images/common/icon_menu_01.png) no-repeat 80px 50%;
    background-size: 24px 24px;
  }
  header nav ul:nth-of-type(1) li:nth-child(2) a {
    background: url(../lp/images/common/icon_menu_02.png) no-repeat 80px 50%;
    background-size: 24px 24px;
  }
  header nav ul:nth-of-type(1) li:nth-child(3) a {
    background: url(../lp/images/common/icon_menu_03.png) no-repeat 80px 50%;
    background-size: 24px 23px;
  }
  header nav ul:nth-of-type(1) li:nth-child(4) a {
    background: url(../lp/images/common/icon_menu_04.png) no-repeat 80px 50%;
    background-size: 24px 24px;
  }
  header nav ul:nth-of-type(1) li:nth-child(5) a {
    background: url(../lp/images/common/icon_menu_05.png) no-repeat 80px 50%;
    background-size: 24px 24px;
  }
  header nav ul:nth-of-type(1) li:nth-child(6) a {
    background: url(../lp/images/common/icon_menu_06.png) no-repeat 80px 50%;
    background-size: 24px 24px;
  }
  header nav ul:nth-of-type(2) a {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  header nav ul:nth-of-type(2) li:nth-child(1) a {
    color: #838383;
    border-bottom: 1px solid #838383;
    background: url(../lp/images/common/icon_ar_rg.png) no-repeat 85% 50%;
    background-size: 10px 13px;
  }
  header nav ul:nth-of-type(2) li:nth-child(2) a {
    background: #838383 url(../lp/images/common/icon_menu_b_01.png) no-repeat 80px 50%;
    background-size: 24px 24px;
  }
  header nav ul:nth-of-type(2) li:nth-child(3) a {
    background: #838383 url(../lp/images/common/icon_menu_b_01.png) no-repeat 80px 50%;
    background-size: 24px 24px;
  }
  header nav ul:nth-of-type(2) li:last-child {
    display: none;
  }
  header nav li a {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    line-height: 100%;
    box-sizing: border-box;
  }
  header p.txt_phone {
    position: absolute;
    top: 15px;
    right: 65px;
  }
  header p.txt_phone a {
    color: #f1ab40;
    font-size: 20px;
    font-weight: bold;
  }
  .btn_menu {
    display: block;
    overflow: hidden;
    width: 53px;
    height: 0;
    padding-top: 53px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff url(../lp/images/common/btn_menu.png) no-repeat 0 0;
    background-size: 53px 53px;
  }
  .btn_menu.active {
    background: #fff url(../lp/images/common/btn_menu_close.png) no-repeat 0 0;
    background-size: 53px 53px;
  }
  .main_visual img:nth-of-type(1) {
    display: none;
  }
}
/* Main visual */
.main_visual img {
  display: block;
  width: 100%;
  height: auto;
}
/* Content header */
.content-header h1 {
  text-align: center;
  font-size: 1.7rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
}
.content-header h1 span {
  background: linear-gradient(transparent 60%, #FFFF00 0%);
}
