@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
:root {
  --bs-font-sans-serif: "Noto Sans JP", "Open Sans", "HiraKakuPro", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  /* --bs-font-sans-serif:: "Yu Gothic UI", "Hiragino Kaku Gothic ProN", Osaka, "Hiragino Sans", Meiryo, sans-serif;; */
  --bs-body-bg: #ffffff;
}

/*共通*/
a {
    text-decoration: none;
}

:root {
  --bs-body-font-size: 1.1rem;
}

:navbar{
  --bs-navbar-toggler-font-size: 1.5rem;
}

/*必須マーク*/
.required:after {
  content: " *";
  color: #ff7518;
}

.leftcolorB{
  padding: 0.2em 0.5em;/*文字周りの余白*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}

/*必須マーク*/
.requiredJap {
  margin-left: 5px;
  padding: 2.5px 10px;
  border-radius: 2em;
  line-height: 1;
  font-size: 0.55rem;
  white-space: nowrap;
  color: #000;
  background-color: #ffcccc85;
  font-weight: 700;
  vertical-align: middle;
}


/*アイコンフォント*/
.material-icons {
  vertical-align: middle;
}

.material-symbols-outlined {
  vertical-align: text-top;
}

/*マテリアルアイコンカスタム*/
.send {
  font-variation-settings:
  'opsz' 20
}

/*見出しデザイン*/
.leftcolor{
  padding-left: 10px ;
  border-left-width: 5px ;
  border-left-style: solid ;
  border-left-color: #3fbd14;
}

.leftcolorBlue{
  padding-left: 10px ;
  border-left-width: 5px ;
  border-left-style: solid ;
  border-left-color: #2780e3;
}

.underbarRed:after {
  content: "";
  display: block;
  height: 5px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

.vartopbtm {
  color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
}

/*h1 {
  position: relative;
  padding: 0.25em 0;
}*/
.login:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}


.titlebar {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 6px solid #3fb618;
}

.titlebar:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #266d0e;
}

/**/

/*form*/

.form-control {
  color: #000000;
  border: 1px solid #2780e350;
}

/**/

/*Datatables*/

.dataTables_filter{
  margin-top: 1rem;
}

.dataTables_length{
  margin-top: 1rem;
}

.form-control {
  color: #000000;
  border: 1px solid #2780e350;
}

/*特定商取引法に基づく表示*/

ul.list {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/**/

/*　フッター　　*/

.ffont {
  font-size: 0.9rem;
}


/**/



.borderline {
  border-top: 1px dashed #8c8b8b;
}

.borderlineend {
  border: 0;
  height: 8px;
  background-image: repeating-linear-gradient(90deg, #777 0px, #777 1px, rgba(0,0,0,0) 1px, rgba(0,0,0,0) 4px);
}




