@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   02. Base
========================================================================== */
html {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.8;
}

h1 {
  font-size: 3.2rem;
  font-size: clamp(3.2rem, 5.625vw, 4.5rem);
  min-height: 0vw;
}

h2 {
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  min-height: 0vw;
}

h3 {
  font-size: 2rem;
  font-size: clamp(2rem, 3vw, 2.4rem);
  min-height: 0vw;
}

h4 {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  min-height: 0vw;
}

/* アンカー */
a {
  text-decoration: none;
}

/* テキスト表示位置 */
.txt-c {
  text-align: center !important;
}

.txt-l {
  text-align: left !important;
}

.txt-r {
  text-align: right !important;
}

/*  margin padding*/
hr:not([size]) {
  height: 1px;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-2 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.mg0 {
  margin: 0 !important;
}

.mg5 {
  margin: 5px !important;
}

.mg10 {
  margin: 10px !important;
}

.mg15 {
  margin: 15px !important;
}

.mg20 {
  margin: 20px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

/* 色 */
.col-primary {
  background-color: #dfe7f6 !important;
  color: #2c58a0 !important;
}

.col-secondary {
  background-color: #ebedef !important;
  color: #40464f !important;
}

.col-success {
  background-color: #d6f0e0 !important;
  color: #0d6832 !important;
}

/*
.col-danger {  background-color: #af233a !important; color: #f9e1e5 !important; }
 */
.col-danger {
  color: #f9e1e5 !important;
  background-color: #dc3545 !important;
}

.col-warning {
  background-color: #fbf0da !important;
  color: #73510d !important;
}

.col-info {
  background-color: #def1f7;
  color: #1c657d;
}

.col-light {
  background-color: #4f4f4f !important;
  color: #f5f5f5 !important;
}

.col-dark {
  background-color: #332e2e !important;
  color: #f5f5f5 !important;
}

/*  Display */
.flex, .flexB, .flexC, .flexW {
  display: flex;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}

.flexW {
  flex-wrap: wrap;
}

/**/
.w100 {
  width: 100% !important;
}

.w50 {
  width: 50% !important;
}

.w30 {
  width: 30% !important;
}

.w25 {
  width: 25% !important;
}

.w20 {
  width: 20% !important;
}

.item-2 {
  width: calc(50% - 4px);
}

.item-3 {
  width: calc(33.3333333333% - 4px);
}

.item-4 {
  width: calc(50% - 4px);
}

.item-5 {
  width: calc(20% - 4px);
}

.item-6 {
  width: calc(16.6666666667% - 4px);
}

/*  ボタン*/
.btn {
  display: inline-block;
  color: #4f4f4f;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0.125rem solid transparent;
  /*padding: 0.375rem 0.55rem;*/
  /*padding: 0.75rem 0.85rem;*/
  padding: 0.25rem 0.85rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 1.4rem;
  line-height: 1.5;
}

[class*=btn-outline-] {
  border-width: 0.125rem;
  border-style: solid;
  box-shadow: none;
  /*padding: 0.5rem 1.375rem 0.375rem;*/
  padding: 0.25rem 0.25rem 0.25rem;
}

.btn-rounded {
  border-radius: 10rem;
}

/*  アラート*/
.alert {
  position: relative;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}
.alert p {
  font-size: 1.2rem;
}

.alert {
  border: 0;
  border-radius: 0.5rem;
}

/*  フォーム */
input, textarea, label {
  vertical-align: middle;
}

.form-group {
  display: block;
  padding: 20px 0;
  border-bottom: dashed 1px #dadada;
}

label {
  display: block;
  margin-bottom: 1.2rem;
  font-weight: bold;
}

.any:before {
  background: #dcdcdc;
  color: #808080;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  content: "任意";
  padding: 5px;
  font-size: 0.625rem;
  margin-right: 5px;
}

.require:before {
  background: #fb4143;
  color: #FFF;
  border: 1px solid #ff0000;
  border-radius: 5px;
  content: "必須";
  padding: 5px;
  font-size: 0.8rem;
  margin-right: 5px;
}

.form-control {
  display: block;
  width: calc(100% - 1.6rem);
  padding: 0.5rem 0.8rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #1b1e24;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e6e7e9;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus, .form-control:focus-visible {
  box-shadow: none;
  transition: all 0.1s linear;
  border-color: #3b71ca;
  box-shadow: inset 0 0 0 1px #3b71ca;
}

.is-valid {
  border-color: #0dd157;
}

.is-invalid {
  border-color: #fb4143;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #0dd157;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #fb4143;
}

.is-valid ~ .valid-feedback, .is-invalid ~ .valid-feedback {
  display: block;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  margin-bottom: 0.5rem;
}

.checkbox::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
  padding: 0;
}

.checkbox::after {
  border-right: 6px solid #0031a2;
  border-bottom: 3px solid #0031a2;
  content: "";
  display: block;
  height: 20px;
  left: 7px;
  margin-top: -16px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  width: 9px;
}

input[type=checkbox]:checked + .checkbox::before {
  border-color: #666;
}

input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1, 1, 1);
}

.radio {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  margin-bottom: 0.5rem;
}

.radio::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
  padding: 0;
}

.radio::after {
  /*
  background: #0031a2;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: scale3d(.3,.3,1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  width: 10px;
   */
  background: #0031a2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 11px;
  width: 11px;
  left: 8.5px;
  top: 36%;
  opacity: 0;
  position: absolute;
  transform: scale3d(0.3, 0.3, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

input[type=radio]:checked + .radio::before {
  border-color: #666;
}

input[type=radio]:checked + .radio::after {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.select {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  vertical-align: middle;
}

.select::before {
  position: absolute;
  top: 13px;
  right: 5px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
  content: "";
  pointer-events: none;
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 300px;
  padding: 11px 15px;
  padding-right: 1em;
  border: none;
  outline: 0;
  background: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
}

#file {
  position: absolute;
  opacity: 0;
  width: 10px;
}

.fileUploadBtn {
  display: inline-block;
  padding: 0.5rem 0.5rem;
  background: #369;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.fileUploadBtn:hover,
.fileUploadBtn:focus {
  filter: brightness(1.2);
}

.valid .form-control, .valid .radio:before, .valid .checkbox:before, .valid select, .valid textarea {
  box-shadow: 1px 1px 5px 1px #198754;
  border-color: #198754 !important;
}
.valid .feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.invalid .form-control, .invalid .radio:before, .invalid .checkbox:before, .invalid select, .invalid textarea {
  box-shadow: 1px 1px 5px 1px #dc3545;
  border-color: #dc3545 !important;
}
.invalid .feedback {
  width: calc(100% - 20px);
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
  background-color: #f9e1e5;
  border-color: #af233a !important;
  border-radius: 5px;
  padding: 10px;
}

/*  テーブル */
.table {
  font-size: 0.9rem;
}

.table {
  --mdb-table-bg: transparent;
  --mdb-table-accent-bg: transparent;
  --mdb-table-striped-color: #4f4f4f;
  --mdb-table-striped-bg: rgba(0,0,0,0.02);
  --mdb-table-active-color: #4f4f4f;
  --mdb-table-active-bg: rgba(0,0,0,0.1);
  --mdb-table-hover-color: #4f4f4f;
  --mdb-table-hover-bg: rgba(0,0,0,0.025);
  width: 100%;
  margin-bottom: 1rem;
  color: #4f4f4f;
  vertical-align: top;
  border-color: #e0e0e0;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

table > thead {
  vertical-align: bottom;
}

tbody, td, tfoot, th, thead, tr {
  border: 0 solid;
  border-color: inherit;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}

.table > :not(caption) > * > * {
  background-color: var(--mdb-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--mdb-table-accent-bg);
}

.table > :not(:first-child) {
  border-top: 2px solid inherit;
}

.table tbody {
  font-weight: 400;
}

.table > tbody {
  vertical-align: inherit;
}

.table th {
  font-weight: 500;
}

.table > :not(caption) > * > * {
  padding: 1rem 1rem;
}

.table > :not(caption) > * > * {
  background-color: var(--mdb-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--mdb-table-accent-bg);
}

.form-group ul, .form-group li, .form-group dl, .form-group dt, .form-group dd {
  list-style: none;
}

html, body {
  width: 100%;
  min-width: 320px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #f5f5f5;
}

header {
  display: block;
  background: #fffaf6;
  position: relative;
  box-sizing: border-box;
  /*  ハンバーガー*/
}
header h1 {
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  min-height: 0vw;
  color: #a2bcc9;
  padding-left: 10px;
}
header .menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #005faf;
}
header .menu-btn span,
header .menu-btn span:before,
header .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #FFF;
  position: absolute;
}
header .menu-btn span:before {
  bottom: 8px;
}
header .menu-btn span:after {
  top: 8px;
}
header #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
header #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
header #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
header #menu-btn-check {
  display: none;
}
header #menu-btn-check {
  display: none;
}
header .menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #005faf;
  transition: all 0.5s; /*アニメーション設定*/
}
header .menu-content ul {
  padding: 70px 10px 0;
}
header .menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
header .menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
header .menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
header #menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}

/*  パンくず  */
.breadcrumbs {
  width: 100%;
  margin: 0;
  letter-spacing: 0;
  list-style: none;
  padding: 10px;
  overflow-x: auto;
  white-space: nowrap;
  box-sizing: border-box;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 1.3rem;
  opacity: 0.7;
  color: #2c3f4c;
}
.breadcrumbs li a {
  color: #2c3f4c;
}
.breadcrumbs li::after {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
  font-weight: bold;
}
.breadcrumbs li:last-child::after {
  content: none;
}

.wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.sideMenu {
  width: 200px;
  background: #005faf;
  color: #FFF;
}
.sideMenu dl dt {
  background: #2c3f4c;
  color: #FFF;
  padding: 10px 0 10px 5px;
}
.sideMenu dl dd {
  color: #FFF;
  border-bottom: solid 1px #272727;
}
.sideMenu dl dd a {
  display: block;
  padding: 10px 20px 10px 10px;
  color: #FFF;
  position: relative;
}
.sideMenu dl dd a i {
  position: absolute;
  right: 5px;
  top: 10px;
}
.sideMenu dl dd a:hover {
  background: #027dc3;
}

main .wrapper .container {
  width: calc(100% - 220px);
  margin-left: 20px;
}
main .wrapper .container .box {
  margin: 10px 0;
  width: calc(100% - 10px);
  padding: 10px;
  background: #FFF;
  border-radius: 5px;
  box-sizing: border-box;
}
main .wrapper .container .box h2 {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  min-height: 0vw;
}

footer {
  margin-top: 20px;
  background: #272727;
  color: #FFF;
  border-top: solid 5px #0865c7;
}
footer .copyright {
  display: block;
  text-align: center;
  padding: 10px;
}

.icon-eye .item-2 {
  width: calc(50% - 1px);
}
.icon-eye .item-2 #eyePass {
  width: 26px;
  height: 26px;
  background: #dadada;
  text-align: center;
}
.icon-eye .item-2 #eyePass .bi-eye, .icon-eye .item-2 #eyePass .bi-eye-slash {
  line-height: 2.9rem;
}

.fm-btnBox {
  list-style: none;
}
.fm-btnBox li {
  list-style: none;
}

.ckbox_View {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
.ckbox_View li {
  list-style: none;
  margin: 2px;
  padding: 10px;
  border-radius: 5px;
  font-size: 1rem;
}

.account-list .account-box {
  background: #f5f5f5;
  border-radius: 5px;
  margin: 5px 5px 5px;
  padding: 10px;
}
.account-list .calc2 {
  width: calc(50% - 10px);
  margin: 5px;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.pager li {
  list-style: none;
  text-align: center;
}
.pager .calc2 {
  width: calc(50% - 10px);
  margin: 5px;
}

.viewPc {
  display: block;
}

.viewTaPc {
  display: block;
}

.viewTa {
  display: none;
}

.viewTaSp {
  display: none;
}

.viewSp {
  display: none;
}

/*  PC表示  */
/*  TA表示 */
@media screen and (min-width: 521px) and (max-width: 960px) {
  .viewPc {
    display: none;
  }
  .viewTaPc {
    display: block;
  }
  .viewTaSp {
    display: block;
  }
  .viewTa {
    display: block;
  }
  .viewSp {
    display: none;
  }
  main .wrapper .container {
    width: calc(100% - 220px);
    margin-left: 20px;
  }
}
/*  SP表示  */
@media screen and (max-width: 520px) {
  .viewPc {
    display: none;
  }
  .viewTaPc {
    display: none;
  }
  .viewTaSp {
    display: block;
  }
  .viewTa {
    display: none;
  }
  .viewSp {
    display: block;
  }
  main .wrapper .container {
    width: 100%;
    margin-left: 0;
  }
  main .wrapper .container .box {
    margin: 10px auto;
  }
}

/*# sourceMappingURL=style.css.map */
