@charset "UTF-8";
/* snippet */
.text-l {
  text-align: left !important;
}

.text-r {
  text-align: right !important;
}

.text-c {
  text-align: center !important;
}

.text-red {
  color: #F31C1C !important;
}

.text-key {
  color: #33947a !important;
}

.text-sub {
  color: #2e4282 !important;
}

.text-ul {
  border-bottom: 1px solid !important;
}
.textlink{text-decoration:underline !important}
.textlink:hover{text-decoration:none !important}
.font-ss {
  font-size: 0.6875rem !important;
}

.font-s {
  font-size: 0.75rem !important;
}

.font-m {
  font-size: 0.875rem !important;
}

.font-l {
  font-size: 1rem !important;
}

.font-xl {
  font-size: 1.25rem !important;
}

.fwn {
  font-weight: normal !important;
}

.fwb {
  font-weight: bold !important;
}

.bg-gray{
  background:#f6f6f6;
}

.inline-block{
  display: inline-block !important;
}
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.flex-nowrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
}

.flex-column {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-sa {
  justify-content: space-around;
}

.justify-space {
  justify-content: space-between;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.align-self-start {
  align-self: flex-start;
}

.col3 {
  width: 32.333%;
}

.col2 {
  width: 49.5%;
}

.col4 {
  width: 24%;
}

.wrap {
  width: 94%;
  min-width: 940px;
}
.m0{margin: 0 !important}

.mt0{
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}

.mb0{margin-bottom: 0 !important}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}
.ml40{margin-left: 40px !important;}
.ml50{margin-left: 50px !important;}
.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}
.mr40{margin-right: 40px !important;}
.mr50{margin-right: 50px !important;}

.p0{padding: 0 !important}

.pt0{padding-top: 0 !important}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}
.pb0 {padding-bottom: 0 !important}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.bi {
  position: relative;
}

.bi-l {
  margin-right: 4px;
}

.border-dot-r {
  border-right: 2px dotted #ccc;
}

.border-dot-l {
  border-right: 2px dotted #ccc;
}

.card {
  /*display: block;*/
  display: flex;
  flex-wrap:wrap;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  padding: 16px;
  margin-bottom: 10px;
  height: calc(100% - 10px);
  transition: 0.3s;
  border: 2px solid white;
}
.card:hover {
  box-shadow: none;
  border-color: #64C9AE;
}
.card p {
  font-size: 0.875rem;
}
.card p:not(:last-child) {
  margin-bottom: 1em;
}

.btn-tgl{
  cursor:pointer;
}
.tgl-body,.tgl-search-body {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #151C36;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica neue", Helvetica, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  font-size: 100%;
  background: #E6E6E6;
  vertical-align: baseline;
}

p, h1, h2, h3, h4, h5, ul, li, ol, img, dl, dt, dd, a, table, td, th, tbody {
  font-size: 100%;
}

div {
  font-size: 100%;
}

a:link, a:visited {
  color: #151C36;
  text-decoration: none;
}

a:focus {
  outline: none;
}

input, textarea, button {
/*
  -webkit-appearance: none;
  appearance: none;
*/
  outline: none;
  border-radius: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

select {
  outline: none;
  border-radius: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  background:white;
}

p {
  font-size: 0.8125rem;
}

ul {
  list-style: none;
}

img {
  vertical-align: middle;
  border: 0;
  width: auto;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border: 0;
  border-spacing: 0;
  width: 100%;
}

th {
  font-weight: normal;
}

/* common */
/* header menu */
.header {
  background: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  height: 70px;
}
.header a:hover {
  opacity: 0.7;
}

.logo {
  /*width: 180px;*/
  width: 200px;
  margin-left:10px;
}

.head-menu-list {
  font-size: 0.875rem;
  flex-wrap: nowrap;
}

.head-menu {
  padding: 0 15px;
}
.head-menu .bi {
  font-size: 1.125rem;
  margin-right: 6px;
  top: 1px;
}
.head-menu .shop-name {
  padding: 8px 24px 8px 10px;
}
.head-menu .shop-name::after {
  content: "";
  font-family: bootstrap-icons;
  vertical-align: baseline;
  right: 0;
  top: 10px;
  font-size: 1rem;
  position: absolute;
}

.head-status {
  background: #f6f6f6;
  padding: 8px;
  margin: 0 15px;
  border-radius: 4px;
  white-space: nowrap;
}
.head-status > div {
  width: 49%;
  flex-wrap: nowrap;
}
.head-status label {
  padding: 0 16px;
}
.head-status .btn {
  /*min-width: 82px;*/
}

.shop-menu .shop-name {
  position: relative;
}
.shop-menu:hover .shop-menu-list {
  display: block;
}
.shop-menu .shop-menu-list {
  display: none;
  position: absolute;
  top: 54px;
  right: 0;
  background: white;
  z-index: 10;
  padding: 10px;
  font-size: 12px;
}
.shop-menu .shop-menu-list a {
  display: block;
  padding: 10px;
}
.shop-menu .shop-menu-list li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.contents {
  display: flex;
  flex-direction: row;
}

/* side menu */
.side {
  background: #151C36;
  color: white;
  width: 46px;
  white-space: nowrap;
  transition: 0.3s;
}
.side a, .side a:visited, .side a:link {
  color: white;
}
.side.open {
  width: 180px;
}
.side.open .parent::after {
  visibility: visible;
  opacity: 1;
}

.side-menu {
  font-size: 0.75rem;
}
.side-menu .menu {
  position: relative;
}
.side-menu .menu > a, .side-menu .menu > .parent {
  display: block;
}
.side-menu .bi {
  font-size: 1.3rem;
  margin-right: 14px;
  position: relative;
  z-index: 10;
  margin: 0;
  width: 46px;
  display: block;
  text-align: center;
  padding: 8px 0;
}
.side-menu .menu {
  width: 46px;
  transition: 0.3s;
}
.side-menu .menu:hover {
  background: #266e5b;
}
.side-menu .menu#btn-open:hover {
  background: transparent;
}
.side-menu .menu-name {
  display: block;
  position: absolute;
  left: 46px;
  width: 0;
  transition: 0.3s;
  overflow: hidden;
  top: 0;
  z-index: 9;
  padding: 15px 0 14px;
}
.side-menu a {
  display: block;
  font-weight: bold;
}
.side-menu .current {
  background: #64C9AE !important;
}
.side-menu .has-child a {
  font-weight: normal;
  /*padding: 15px 12px 14px 48px;*/
  padding: 15px 12px 14px 14px;
}
.side-menu .has-child .child-ttl{
  padding: 15px 12px 14px 14px;
}
.side-menu .has-child .current, .side-menu .has-child a:hover {
  background: #33947a !important;
}
.side-menu .parent {
  font-weight: bold;
}
.side-menu .current .parent:hover {
  background: #266e5b;
}
.side-menu .parent:hover {
  background: #266e5b;
}
.side-menu .parent::after {
  opacity: 0;
  content: "";
  font-family: bootstrap-icons;
  display: block;
  visibility: hidden;
  font-weight: normal;
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 1.3rem;
  transition: 0.3s;
  transform: rotate(90deg);
}
.side-menu .parent.open {
  background: #266e5b;
}
.side-menu .parent.open::after {
  content: "";
  transform: rotate(0deg);
}
.side-menu .child {
  background: #666;
  display: none;
}
.side-menu .grandchild{
  background:#757575;
}
.side-menu .grandchild li:not(:last-child) a{
  border-bottom: 1px dashed #666;
}
.side-menu .grandchild a{
  padding:10px 12px 8px 14px;
  font-size:11px;
}
.side-menu .grandchild a::before{
  content:"－";
  display: inline-block;
  padding-right:.5em;
  opacity:.7;
}
#side.open .menu {
  width: 180px;
}
#side.open .menu-name {
  width: 134px;
}
#side.open .has-child.current .parent {
  background: #64C9AE;
}
#side.open #btn-open .bi {
  transform: rotate(180deg);
  top: -2px;
}

#side:not(.open) .current .parent:hover {
  background: #64C9AE;
}
#side:not(.open) .child {
  border-radius: 0 4px 4px 0;
}
#side:not(.open) .child li:first-child a, #side:not(.open) .child li:last-child a {
  border-radius: 0 4px 4px 0;
}
#side:not(.open) .child a,#side:not(.open) .child .child-ttl {
  padding: 15px 20px 14px;
}
#side:not(.open) .has-child:hover .child {
  position: absolute;
  left: 46px;
  top: 0;
  z-index: 10;
  display: block !important;
  min-width:150px;
}

/* main */
/*.main, */.contents > form {
  flex: 1;
}
.main{
  margin-top: 28px;
  padding: 0 30px;
  min-height: 90vh;
  flex: 1;
}
.main .bi{
  line-height: 1;
  vertical-align: middle;
}

/* copy right */
.copyright {
  padding: 50px 0 20px;
  color: #666;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

/* form parts */
input, textarea, select {
  border: 1px solid #999;
  border-radius: 4px;
  font-size: 0.875rem;
}

input, select {
  height: 32px;
  padding: 0 0.5em;
}

textarea {
  padding: 0.5em;
  font-size: 0.75rem;
  line-height: 1.3;
}
input[disabled]{
  background:#d7d7d7;
}
.btn {
  display: inline-block;
  border: 1px solid;
  border-color: #41b999;
  background: #41b999;
  color: white !important;
  border-radius: 4px;
  text-align: center;
  transition: 0.3s;
  letter-spacing: 1px;
}
.btn:hover{cursor:pointer}
.btn .bi {
  margin-right: 4px;
}
.btn:hover {
  background: #266e5b;
  border-color: #266e5b;
}
.btn.btn-return, .btn.btn-clear, .btn.btn-back, .btn.btn-link, .btn.btn-file-del {
  background: white;
  border: 1px solid;
  border-color: #666;
  color: #151C36 !important;
}
.btn.btn-return:hover, .btn.btn-clear:hover, .btn.btn-back:hover, .btn.btn-link:hover, .btn.btn-file-del:hover {
  background: #151C36;
  color: white !important;
  border-color: #151C36;
}
.btn.btn-search {
  background: #151C36;
  border-color: #151C36;
}
.btn.btn-search:hover {
  background: #232f5b;
}
.btn.btn-del, .btn.btn-inactive, .btn.btn-error {
  background: #F31C1C;
  border-color: #F31C1C;
}

.btn.btn-del:hover, .btn.btn-inactive:hover, .btn.btn-error:hover {
  background: #d10b0b;
}
.btn.btn-dl, .btn.btn-inactive, .btn.btn-error {
  background: #8d4ab2;
  border-color: #8d4ab2;
}

.btn.btn-dl:hover, .btn.btn-inactive:hover, .btn.btn-error:hover {
  background: #8d4ab2;
}
.btn.btn-ul, .btn.btn-inactive, .btn.btn-error {
  background: #0095d9;
  border-color: #0095d9;
}
.btn.btn-ul:hover, .btn.btn-inactive:hover, .btn.btn-error:hover {
  background: #0095d9;
}
.btn.btn-eu, .btn.btn-inactive, .btn.btn-error {
  background: #41b999;
  border-color: #41b999;
}
.btn.btn-eu:hover, .btn.btn-inactive:hover, .btn.btn-error:hover {
  background: #41b999;
}
.btn.btn-cgitem, .btn.btn-inactive, .btn.btn-error {
  color: black !important;
  font-weight: bold;
  background: white;
  border-color: black;
}

.btn.btn-cgitem:hover, .btn.btn-inactive:hover, .btn.btn-error:hover {
  background: #949495;
}

.btn.btn-order {
  font-size: 0.6875rem;
  padding: 2px 4px;
  background: #546ec2;
  border-color: #546ec2;
  margin-left: 4px;
}
.btn.btn-unregistered {
  background: #9296A5;
  border-color: #9296A5;
}
.btn.btn-unregistered:hover {
  background: #5f6372;
  border-color: #5f6372;
}
.btn.blue {
  background: #546ec2;
  border-color: #546ec2;
}
.btn.blue:hover {
  background: #354c95;
}

.btn-sss {
  font-size: 0.6875rem;
  padding: 2px 4px;
}

.btn-ss {
  font-size: 0.6875rem;
  padding: 4px 10px;
}

.btn-s {
  padding: 1px 20px;
  font-size: 0.8125rem;
}

.btn-sr {
  padding: 1px 20px;
  font-size: 0.8125rem;
  border-radius: 12px;
}

.btn-m {
  font-size: 0.875rem;
  padding: 4px 20px;
}

.btn-mr {
  font-size: 0.875rem;
  padding: 4px 20px;
  border-radius: 16px;
}

.btn-l {
  font-size: 0.875rem;
  padding: 9px 40px 10px;
}
.btn-l .bi {
  margin-right: 8px;
}

.btn-lr {
  font-size: 0.875rem;
  padding: 9px 40px 10px;
  border-radius: 21px;
}
.btn-lr .bi {
  font-size: 1rem;
  top: 2px;
  margin-right: 8px;
}

.btn-price-setting::after {
  content: "";
  font-family: bootstrap-icons;
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
}
.btn-price-setting.open::after {
  content: "";
}

.btn-order {
  background: transparent;
}
.btn-order:hover {
  cursor: pointer;
}
.btn-order::before {
  content: "";
  font-family: bootstrap-icons;
  font-size: 0.875rem;
  display: inline-block;
  border-radius: 4px;
  color: #546ec2 !important;
  padding: 2px 4px;
}
.btn-order.descending::before {
  content: "";
}
.btn-order.ascending::before {
  content: "";
}

.remarks {
  width: 100%;
}
.remarks .th {
  width: 180px;
  margin-right: 4px;
  margin-bottom: 0;
  height: 100%;
  display: flex !important;
}
.remarks .textarea {
  width: calc(100% - 184px);
}
.remarks .textarea textarea {
  width: 100%;
  height: 100px;
}

.f-box label {
  font-size: 0.75rem;
  font-weight: bold;
  padding: 5px 0;
}
.f-box th, .f-box td {
  font-size: 0.875rem;
  padding: 10px;
  text-align: left;
}
.f-box th, .f-box .th {
  padding: 10px;
  letter-spacing: 1px;
  font-size: 0.75rem;
  font-weight: bold;
}
.f-box .bi {
  font-size: 1.25rem;
  padding-left: 4px;
  /*top: 4px;*/
  line-height: 1;
}
.f-box .bi.bi-calendar-week {
  padding-left: 0;
}
.f-box span {
  font-size: 0.75rem;
  padding: 0 4px;
}
.f-box i.required::after {
  content: "必須";
  font-size: 0.6875rem;
  background: #F31C1C;
  color: white;
  font-weight: normal;
  display: inline-block;
  padding: 1px 2px 0;
  margin-left: 4px;
  vertical-align: baseline;
}
.f-box i.any::after {
  content: "任意";
  font-size: 0.6875rem;
  background: #7F1184;
  color: white;
  font-weight: normal;
  display: inline-block;
  padding: 1px 2px 0;
  margin-left: 4px;
  vertical-align: baseline;
}
.f-box .btn {
  white-space: nowrap;
}
.f-box .price {
  width: 100%;
  max-width: 200px;
}
.f-box .percent {
  width: 40px;
}
.f-box .year {
  width: 60px;
}
.f-box .day, .f-box .month {
  width: 40px;
}
.f-box.remarks {
  width: 100%;
}

.f-box-col {
  /* 1行ごとにシマシマ */
  width: 100%;
}
.f-box-col tr:nth-child(odd) {
  background: #f6f6f6;
}
.f-box-col th {
  /*width: 12%;*/
  /*min-width: 160px;*/
  white-space:nowrap;
}
.f-box-col .form-s {
  width: 33%;
}
.f-box-col .form-m {
  width: 66%;
}
.f-box-col .form-l {
  width: 100%;
}

.f-box-row {
  /* 横並びにフォームが並ぶやつ */
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.f-box-row.justify-start > div {
  flex-grow: unset;
}
.f-box-row:not(:last-child) {
  margin-bottom: 16px;
}
.f-box-row > div {
  flex-grow: 1;
}
.f-box-row > div:not(:last-child) {
  margin-right: 4px;
}
.f-box-row .flex-nowrap {
  padding: 0 4px;
  text-align: center;
  align-items: flex-end;
  justify-content: center;
}
.f-box-row .th {
  background: #f6f6f6;
  text-align: center;
  display: block;
  margin-bottom: 16px;
  padding: 7px 8px 8px;
}
.f-box-row .f-checkbox label {
  margin-top: 5px;
}

.f-box2 label {
  font-size: 0.75rem;
  font-weight: bold;
  padding: 5px 0;
}
.f-box2 th, .f-box2 td {
  font-size: 0.875rem;
  padding: 10px;
  text-align: center;
}
.f-box2 th, .f-box2 .th {
  padding: 10px;
  letter-spacing: 1px;
  font-size: 0.75rem;
  font-weight: bold;
}
.item-img-preview {
  align-items: flex-end;
}
.item-img-preview figure, .item-img-preview button {
  margin-right: 10px;
}

.f-checkbox label {
  border-radius: 4px;
  border: 1px solid #999;
  width: 22px;
  height: 22px;
  position: relative;
  display: block;
  background-color: white;
}
.f-checkbox input {
  display: none;
}
.f-checkbox input[type=checkbox]:checked ~ label::after {
  position: absolute;
  display: block;
  content: "";
  top: 4px;
  left: 2px;
  width: 13px;
  height: 5px;
  border-left: 3px solid #64C9AE;
  border-bottom: 3px solid #64C9AE;
  transform: rotate(-45deg);
}
.f-radio input[type=radio]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width:20px;
  height: 20px;
  margin-right:6px;
  border-radius:50%;
  background:white;
  border:1px solid #999;
}
.f-radio label{
  position:relative;
}
.f-radio input[type=radio]:checked ~ label::after {
  position: absolute;
  display: block;
  content: "";
  /* top: 7px; */
  top: 8px;
  left: -22px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#64C9AE;
}

.f-checkbox-t input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px !important;
  height: 24px;
  margin-right: 8px;
}
.f-checkbox-t label {
  position: relative;
  font-weight: normal;
}
.f-checkbox-t input[type=checkbox]:checked ~ label::after {
  position: absolute;
  display: block;
  content: "";
  top: 7px;
  left: -28px;
  width: 13px;
  height: 5px;
  border-left: 3px solid #64C9AE;
  border-bottom: 3px solid #64C9AE;
  transform: rotate(-45deg);
}

.checkmark-g {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: gray; /* グレーの円 */
  position: relative;
  text-align: center;
  margin-left: auto;
}

.checkmark-g::before {
  content: "✔";
  font-size: 8px;
  font-weight: bold;
  color: white; /* 白抜きのチェック */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkmark-n {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #001F3F; /* 濃紺の円 */
  position: relative;
  text-align: center;
  margin-left: auto;
}

.checkmark-n::before {
  content: "✔";
  font-size: 8px;
  font-weight: bold;
  color: white; /* 白抜きのチェック */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chkmark-g::before{
  content:'\F26A';
  font-family:bootstrap-icons !important;
  font-size:1rem;
  display: inline;
  font-style:normal;
  vertical-align: middle;
  line-height: 1;
  color:gray;
}
.chkmark-n::before{
  content:'\F26A';
  font-family:bootstrap-icons !important;
  font-size:1rem;
  display: inline;
  font-style:normal;
  vertical-align: middle;
  line-height: 1;
}


.show-only-active .f-checkbox {
  padding-left: 20px;
}

.f-cat-list-body {
  border: 1px solid #ccc;
  border-radius: 4px;
  background: white;
  font-size: 0.6875rem;
  height: 100px;
  width: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
}
.f-cat-list-body:not(:last-child) {
  margin-right: 8px;
}
.f-cat-list-body option {
  padding: 4px;
  line-height: 1;
}
.f-cat-list-body option:nth-child(even) {
  background: #f6f6f6;
}

/* item list */
.item-list-tbl tr:nth-child(odd) {
  /* background: #f6f6f6; */
}
/* .item-list-tbl tr:not(.item-list-tbl-th){border-top:1px solid #ddd} */
.item-list-tbl tr{border-top:1px solid #ddd}
.item-list-tbl tr:last-child{border-bottom:1px solid #ddd}
/* .item-list-tbl tr:last-child,.item-list-tbl tr:nth-child(2){border-top:0} */
.item-list-tbl th, .item-list-tbl td {
  text-align: center;
  font-size: 0.6875rem;
  line-height: 1.3;
  word-break: break-all;
}
.item-list-tbl:not(.break) th, .item-list-tbl:not(.break) td {
  white-space: nowrap;
}
.item-list-tbl th {
  padding: 10px;
}
.item-list-tbl th .btn-sss {
  margin-left: 4px;
}
.item-list-tbl td {
  padding: 10px 4px;
  font-weight: 500;
}
.item-list-tbl .break-all {
  text-align: left;
  word-break: break-all !important;
  white-space: break-spaces !important;
}
.item-list-tbl .item-list-tbl-th {
  background: #eaeef8 !important;
  vertical-align: middle;
}
.item-list-tbl .item-list-tbl-th .bi{
  vertical-align: middle;
  top:auto;
}
.item-list-tbl .item-list-setting {
  white-space: nowrap;
}
.item-list-tbl .item-list-setting button:not(:last-child) {
  margin-right: 4px;
}
.item-list-tbl .btn {
  white-space: nowrap;
}

.scroll-x .item-list-tbl {
  display: block;
}

/* submit */
.submit-area .btn {
  margin: 0 5px;
}

/* error */
.error-text {
  display: none;
  font-size: 0.6875rem;
  color: #F31C1C;
  font-weight: bold;
}

.has-error input, .has-error textarea, .has-error select {
  border-color: #F31C1C !important;
}
.has-error .error-text {
  white-space: normal;
  display: block;
  padding: 2px 4px;
}

/* analysys */
.analysis-header {
  margin-bottom: 20px;
}
.analysis-header .f-box > div {
  margin-right: 20px;
}
.analysis-header .f-box .bi {
  font-size: 1rem;
  top: 2px;
}
.analysis-header .f-box .bi.bi-question-circle {
  font-size:1.25rem;
}

/* login */
.login {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login .logo {
  width: auto;
  margin-bottom: 30px;
}
.login .f-parts .label {
  font-weight: bold;
  font-size: 1rem;
  display: block;
}
.login input {
  width: 100%;
}
.login .f-checkbox-t input[type=checkbox]:checked ~ label[for="autologin"]::after{
  left:-32px;
  top:8px;
}

.login-container {
  width: 600px;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  padding: 48px 0;
}
.login-container .forgot-pw {
  font-size: 0.75rem;
}
.login-container .forgot-pw .bi {
  top: 2px;
  margin-right: 4px;
}
.login-container .forgot-pw a:hover {
  text-decoration: underline;
}

.login-body {
  padding: 0 130px;
}

.breadcrumb {
  font-size: 0.75rem;
  margin: 0 0 30px;
}
.breadcrumb li:not(:last-child)::after {
  content: "";
  font-family: bootstrap-icons;
  display: inline-block;
  padding: 0 8px;
  vertical-align: baseline;
  top: 1px;
  position: relative;
}

.home .main {
  max-width: 1000px;
}

.contents {
  min-height: 100vh;
}

.main, .contents > form {
  /*max-width: 100%;*/
}
.main .page-head {
  margin-bottom: 20px;
  position: relative;
}
.main .page-head p {
  font-size: 0.8125rem;
  margin-bottom: 20px;
}
.main .page-head .box p:last-child {
  margin-bottom: 0;
}
.main .page-head .btn-back {
  position: absolute;
  right: 0;
  top: 5px;
}
.main .container {
  margin-bottom: 20px;
  max-width: 100%;
}
.main .container .display-ib {
  display: inline-block;
  max-width: 100%;
  min-width: 940px;
  background: #f7f7f7;
}
.main .container p {
  margin-bottom: 1em;
}
.main .container p:last-child {
  margin-bottom: 0;
}
.main .container2 {
  margin-bottom: 20px;
  max-width: 50%;
}

.main .box {
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  padding: 20px;
}
.main .box.item-list-body {
  margin-bottom: 0;
}
.main .h1 {
  font-size: 1.375rem;
  border-left: 6px solid;
  padding: 0.2em 10px;
  font-weight: bold;
  margin-bottom: 12px;
}
.main .h2 {
  font-size: 1rem;
  font-weight: bold;
  margin: 1em 0 5px;
}
.main .h3{
  font-size:.875rem;
  font-weight: bold;
  border-left:6px solid;
  padding-left: .3em;
  margin:0 0 .5em;
}
.main .h4{
  font-size:.8125rem;
  font-weight: bold;
  margin: 0 0 .25em;
}
.main .h3_st2{
  border-bottom:1px solid #999;
  font-weight: bold;
  padding:.25em .5em;
  margin-bottom: .5em;
}

.news-head {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  position: relative;
  padding: 5px 4px;
}
.news-head .bi {
  color: #64C9AE;
  font-size: 1.3rem;
  font-weight: normal;
  margin-right: 8px;
}
.news-head .btn-link {
  background: white;
  color: #151C36;
  border-color: #151C36;
  position: absolute;
  right: 10px;
  bottom: 7px;
  font-size: 0.875rem;
  padding: 2px 12px 0;
}
.news-head .btn-link .bi {
  color: inherit;
  font-size: 1rem;
  margin: 0 0 0 8px;
}

.news-body {
  padding: 10px;
}
.news-body .day {
  font-size: 12px;
  padding-right: 20px;
}
.news-body .ttl-news {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.news-body .news-content {
  font-size: 12px;
}
.news-body .news-content p:not(:last-child) {
  margin-bottom: 1em;
}

.home-report .ttl {
  font-weight: bold;
  font-size: 0.875rem;
}
.home-report .ttl .bi {
  color: #64C9AE;
  margin-right: 4px;
  font-size: 1.3rem;
}
.home-report .gp-body {
  padding: 8px 0;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  min-height: 130px;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  text-align: center;
}
.home-report .gp-news .amount {
  font-size: 2rem;
  font-weight: bold;
}
.home-report .gp-news .amount::after {
  content: "円";
  font-size: 1.375rem;
}
.home-report .gp-term .amount {
  font-size: 1rem;
}
.home-report .gp-term .amount::after {
  content: "円";
  font-size: 0.75rem;
}
.home-report .gp-term .gp-plus, .home-report .gp-term .gp-minus {
  font-size: 1.5rem;
}
.home-report .gp-term .gp-plus {
  color: #64C9AE;
}
.home-report .gp-term .gp-minus {
  color: #F31C1C;
}
.home-report .gp-term .btn-gp {
  color: white;
}
.home-report .gp-same-month {
  font-size: 0.875rem;
}
.home-report .gp-same-month .percent {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  padding-left: 4px;
}
.home-report .gp-same-month .percent::after {
  content: "%";
  font-size: 1.375rem;
}
.home-report .gp-progress .amount {
  width: 100%;
}
.home-report .gp-progress dt {
  padding-right: 1em;
  font-size: 0.75rem;
  font-weight: bold;
}
.home-report .gp-progress dd {
  font-size: 1rem;
}
.home-report .gp-progress dd::after {
  content: "円";
  display: inline-block;
  font-size: 0.75rem;
}
.home-report .gp-progress .progress-percent {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  padding-top: 8px;
}
.home-report .gp-progress .progress-percent::after {
  content: "%";
  font-size: 1.5rem;
}

.home-menu .card-body .ttl {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 8px;
}
.home-menu .card-body .bi {
  font-weight: normal;
  font-size: 1.3rem;
  margin-right: 4px;
}
.home-menu .gp-daily .ttl {
  color: #33AA66;
}
.home-menu .gp-monthly .ttl {
  color: #546ec2;
}
.home-menu .gp-year .ttl {
  color: #C2A854;
}
.home-menu .gp-year2 .ttl {
  color: #C25472;
}

/* item list */
.error-msg .box {
  background: #f87d7d;
  color: white;
}

.item-register-body > div {
  padding: 0 10px;
}
.item-register-body .btn-box {
  padding: 8px 16px;
}
.btn-box.bg-gray{
  background:#f6f6f6;
  padding:10px;
}

.item-search .submit-area {
  padding: 10px 0 0;
}

.search-body .btn-search {
  margin-right: 4px;
  margin-left: 4px;
}

.search-filter-body th {
  width: 10%;
}

.pager {
  padding: 5px 0;
}
.pager .show-page {
  font-size: 0.8125rem;
}
.pager .pager-body {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
.pager .pager-body .current {
  background: #64C9AE;
  color: white;
}
.pager .pager-body .current:hover {
  background: #41b999;
}
.pager .pager-body .current, .pager .pager-body a {
  padding: 4px 10px;
  border-radius: 4px;
}
.pager .pager-body a {
  display: block;
}
.pager .pager-body a:hover {
  background: #b0e3d6;
}

/* default table*/
.table {
  margin-bottom: 0.5rem;
}
.table th {
  background: #f6f6f6 !important;
  text-align: center;
  white-space: nowrap;
}
.table th, .table .th {
  font-weight: bold;
}
.table th, .table td {
  font-size: 0.6875rem;
  line-height: 1.3;
  word-break: break-all;
  padding: 10px 4px;
}
.table tr:nth-child(odd) {
  background: #f6f6f6;
}
.table .textarea-s {
  width: 100%;
  min-width: 200px;
  height: 80px;
}
.table .nobreak {
  white-space: nowrap;
}
.table .breakall {
  word-break: break-all !important;
  white-space: break-spaces !important;
}

.jqplot-table-legend td:nth-child(even){
white-space: nowrap;
}

/* 20210705 add */
.item-img-preview input {
  margin-right: 10px;
}

.btn.btn-return, .btn.btn-clear, .btn.btn-back, .btn.btn-link, .btn.btn-file-del {
  border: 1px solid #151C36 !important;
}

.has-error input.file-select {
  border-color: #64C9AE !important;
}

input[type=file] {
  border: 0;
  font-size: 0.8125rem;
  height: auto;
  padding:0;
}

.item-register-body input[type=file] {
  margin-right: 0;
}

.item-img-preview {
  align-items: center;
}
.f-parts.f-cal{
  padding:10px;
  
}
.f-parts .btn-cal {
  background: transparent;
}
.f-parts .btn-cal .bi {
  /*top: 0;*/
}

.home-report .gp-body {
  min-height: 150px;
}

/*graph*/
.graph-body table.jqplot-table-legend{
  width:auto;
}
.graph-body table.jqplot-table-legend td{
  padding:8px;
}

.bi-question-circle{
  font-size:1.25rem;
}

.image_mouseover_1 {
overflow: visible;
width: 100%;
height: 100%;
}
.image_mouseover_1 img {
display: block;
transition-duration: 0.5s;
}
.image_mouseover_1 img:hover {
transform: scale(5.2,5.2);
transition-duration: 0.5s;
}

textarea {
  width: 800px;
  height: 100px;
  resize: none;
}

/* ご利用料金 */
.price_bg{
margin: 0 calc(50% - 50vw);
padding: 1.8rem calc(50vw - 50%) 3rem;
/* width: 100vw; */
background: #EEEEEE;
}
table.price_table{
width: 100%;
max-width:1000px;
/*table-layout: fixed;*/
}
.price_table{
margin: 2rem 0; 
}
.price_table th{
position: relative;
color: #fff;
width: 120px;
}
.price_table th, .price_table td {
text-align: center;
padding: 0.6rem 0;
height: 60px;
border:2px solid #EEEEEE;
line-height: 1.2rem;
}
.price_table td{background-color: #fff;}
.gekkan{background-color: #151C36;}
.number{background-color: #777A82;}
.charge{background-color: #41B999;}
.zeroen{font-size: 3rem; font-weight: 600;}

.charge_plus::after{
content: url(../img/img_plus.png);
position : absolute;
bottom: -20px;
right: 0;
left: 0;
z-index: 1;
}

@media only screen and (max-width: 960px) {
.price_table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  margin-left: 0.6rem;
  font-size:.9125rem;
  }
  .price_table th {padding: 0 1.6rem;}
  .price_table td{padding:0;}
  .price_table .line_r{
    position:relative;
    top:.25em;
  }
  .zeroen{font-size:2.5rem;}
}
@media only screen and (max-width: 768px) {
.price_wrap{padding: 2rem 0 2rem 1rem;}
.price_wrap .pr_1{
  padding-right: 1rem;
}
.price_table th {width:120px;}
}

.line-through{
  position:relative; 
}
.line-through::before,.line-through::after{
  content:'';
  width:100%;
  height:1px;
  background:#C51313;
  display: inline-block;
  position:absolute;
  left:0;
}
.line-through::before{top:.35em;}
.line-through::after{top:.55em;}

.line_g{background: linear-gradient(transparent 56%, #A2DECE 0%);}
.line_r{background: linear-gradient(transparent 56%, #FBB1B1 0%);}
.txt_s{font-size: 0.8rem; font-weight: 500; line-height: 1.1rem;}

/*demo login page*/
.login.demo{
  background:#dce9e5;
}
.login.demo .login-body{
  padding:0 90px;
}
.login .demo-logo img{
  width:340px;
}
.login .demo-logo span{
  display: inline-block;
  background:#151C36;
  color:white;
  padding:2px 16px;
  border-radius:14px;
}
.login.demo .login-body .f-login{
  padding:0 40px;
}
.login.demo .login-body .btn{
  background:#151C36;
  border-color:#151C36;
}
.login.demo .login-body .btn:hover{
  background:#32427f;
  border-color:#32427f;
}
.user-login a{
  text-decoration:underline;
}
.login.demo .user-login{
  padding-top:2em;
}
.login.demo .copyright{
  padding-top: 30px;
}

/*news modal 20221109*/
.news_modal{
    display: none;
    background-color: #ffffff;
    padding: 30px;
    width: 740px;
}
.news_modal .news_modal_body{
    max-height:50vh;
    overflow-y:auto;
}
.news_modal .one_news{
    margin-bottom:1em;
}
.news_modal p{
    font-size:12px;
}
.news_modal .news-area_day{
    margin-left: 30px;
}
.news_modal .stop-show-this{
    padding-top:2em;
    text-align: center;
    font-size:14px;
}
.news_modal .stop-show-this input{
    margin-right:.5em;
}
.news_modal .modal-close a{
    display: inline-block;
    padding:.5em 1em;
    background: #666;
    border-radius:4px;
    color:white !important;
}

/* modal */

#contents .img {
    display: inline-block;
    margin-bottom: 20px;
}
#contents .img:after {
    content: "";
    display: block;
    clear: both;
}
#contents .img li {
    margin: 0 10px 10px 0;
    float: left;
}
#contents .txt {
    display: inline-block;
}
#contents .txt:after {
    content: "";
    display: block;
    clear: both;
}
#contents .txt li {
    margin-right: 20px;
    float: left;
}
    
#box1 {
    width: 500px;
}
#box2 {
    width: 980px;
}
#box3 {
    width: 468px;
}

#box4 {
    width: 500px;
}

#box5 {
    width: 500px;
}

#box6 {
    width: 500px;
}

#box7 {
    width: 500px;
}


#box8 {
    width: 500px;
}

#box9 {
    width: 500px;
}

.tag{
    width: 650px;
    height:200px;
    padding:5px ;
    border:1px solid #999;
    resize:none;
    background:#fafafa;
}

.link {
    text-align: center;
}
.modal-close {
    margin-top: 1em;
    text-align: center;
}
#modal-win {
    width: 100%;
    position: absolute;
}
#modal-win-inner {
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    margin: 0 auto;
    position: relative;
    z-index: 101;
    border-radius: 10px;
}
#modal-win-inner > * {
    border-radius: 10px;
}
#modal-bg {
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    cursor: pointer;
}

/* modal end */

/* gross profit report */
.main .gp-report .box{
  padding:20px 20px 10px;
}
.gp-report > .box:not(:last-child){
  margin-right:1em;
}
.gp-report .gp-ttl{
  font-weight: bold;
  font-size: 0.875rem;
}
.gp-report .gp-progress .gp-ttl{
  padding-right:30px;
}
.gp-report .gp-ttl .bi{
  color: #64C9AE;
  margin-right: 4px;
  font-size: 1.3rem;
}
.gp-report .gp-body {
  /*padding: 8px 0;*/
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  min-height: 80px;
  min-width:220px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.gp-report .amount,.gp-report .percent{
  font-size: 2rem;
  font-weight: bold;
}
.gp-report .amount::after {
    content: "円";
    font-size: 1.375rem;
}
.gp-report .percent::after {
    content: "%";
    font-size: 1.375rem;
}
.gp-report .gp-progress dt{
  padding-right: 1em;
  font-size: 0.75rem;
  font-weight: bold;
}
.gp-report .gp-progress{
  position:relative;
}
.gp-report .gp-progress dd{
  font-size:1rem;
}
.gp-report .gp-progress dd::after{
  content: "円";
  display: inline-block;
  font-size: 0.75rem;
}
.btn-setting .bi{
  border-radius:4px;
  background: #e6e6e6;
  border-radius: 4px;
  padding: 1px 4px 0px;
  font-size: .875rem;
  color:#666;
}
.gp-progress .btn-setting{
  position:absolute;
  right:20px;
  top:15px;
}
.gp-progress-setting.display-ib{
  min-width:auto !important
}
.gp-progress-setting .f-radio{
  background:#eaeef8 ;
  padding:5px 10px;
  border-radius:4px;
  margin-bottom: 8px;
}
.gp-progress-setting .goal-auto-amount,.gp-progress-setting .goal-mnal-amount{
  font-size:1.25rem;
  height:40px;
}
.goal-auto-amount{
  width:4em;
  text-align: center;
}
.goal-mnal-amount{
  width:8em;
  text-align: center;
}
.goal-set-simulation{
  font-size:.75rem;
}
.goal-set-simulation > div{
  border:1px dashed #999;
  border-radius:4px;
  padding:4px 8px;
}
.goal-set-simulation span.math{
  font-size:1rem;
  color:#999;
  font-weight: bold;
  margin:0 8px;
  display: block;
}
.goal-set-simulation .goal-amount,.goal-set-simulation .fixed-amount,.goal-set-simulation .profit-amount{
  padding-left:2em;
  text-align:right;
  font-size:1rem;
}
.goal-set-simulation .goal-amount::after,.goal-set-simulation .fixed-amount::after,.goal-set-simulation .profit-amount::after{
  content:'円';
  display: inline-block;
  font-size:.875rem;
}

/*決算月管理*/
.current-fy-area{}
.current-fy {
  border-left:5px solid #41b999;
  display:inline-block;
  padding:.5em 2em .5em 1em;
}
.current-fy dt,.current-fy dd{
  vertical-align: middle;
  display:inline-block;
}
.current-fy dt{
  padding-right:1.5em;
}
.change-fy{
  padding:1em 0 3em;
}
.change-fy dt{
  font-size:.875rem;
  padding: 0 2em 0 .5em;
}
.tab-area{
  border-bottom:1px solid #999;
  display: flex;
}
.tab-area .tab-rabel{
  border:1px solid #999;
  border-bottom:0;
  border-radius:3px 3px 0 0;
  padding:.5em 1em;
  font-size:.875rem;
  font-weight:bold;
}
.term-fy{
  padding: 10px 20px 10px 30px;
}
.term-fy > table > tbody > tr > th{ padding-right:30px; }
.term-fy-list-tbl {
  width:auto;
}
.term-fy-list-tbl th{
  background:#5f6370;
  /*background:#151C36;*/
  color:white;
}
.term-fy-list-tbl th, .term-fy-list-tbl td{
  border:1px solid #999;
  text-align: center;
  padding:.5em 4em;
  white-space:nowrap;
}
.term-fy-list-tbl td.term-fy-list-tbl-edit{padding-right: 2em;padding-left: 2em;}
.term-fy-list-tbl td{
  background:white;
}
.term-fy-list-tbl .added-fy td{
  font-weight:bold;
  background:#e9e9e9;
}
.guide-text-area{
  border:1px dashed #999;
  background:white;
  padding:1em 2em;
  font-size:.75rem;
}

/*terms*/
.terms-text textarea{
  font-size:.75rem;
  height:16em;
  overflow-y:scroll;
  width:100%;
  background:white;
  border:1px solid #999;
  border-radius:4px;
  padding:.5em;
  color: #151C36;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica neue", Helvetica, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
}

.advantages-list,.awareness-list{
  padding-left:2em;
}
.advantages-ttl,.awareness-ttl{
  padding:5px 4px;
}
.advantages .bi,.awareness .bi{
  color: #64C9AE;
  font-size: 1.3rem;
  font-weight: normal;
  margin-right: 4px;
}
.advantages-list li,.awareness-list li{
  font-size:.875rem;
  padding:0 0 .2em;
}
.advantages-list li::marker,.awareness-list li::marker{
  color:#41b999;
  font-weight:bold;
}
/*20240118*/
.head-menu.link-scorecheck .btn{
  border-radius:19px;
}
.btn.btn-accent{
  background:#5341b9;
  border-color:#5341b9;
}.btn.btn-accent:hover{
  background:#151C36;
  border-color:#151C36;
  opacity:1;
}
/*2024022*/
input[disabled]{
  opacity:.5;
}
.mail-notification label{
  font-weight:normal;
  font-size:.875rem;
}
.mail-notification .mail2{
  padding:5px 0;
}
.mail-notification .f-radio input[type=radio]:checked ~ label::after{
  top:9px;
}
.mail-notification2 input{
  width:100%;
}
.mail-receive label{
  font-size:.875rem;
}
.mail-receive .f-checkbox-t input[type=checkbox]:checked ~ label::after{
  top:10px;
}

/** ドラッグリスト */
.view-setting-area .ttl{font-weight:bold;}
.view-setting-area .ttl:hover{
  cursor:pointer;
}
.view-setting-area input{
  appearance:none;
  display: inline-block;
  margin-right:.5em;
  width:24px;
  height: 24px;
  position:relative;
  z-index:10;
}
.view-setting-area .drag-item span{
  position:relative;
  display: inline-block;
}
.view-setting-area input:checked ~ span::before{
  position: absolute;
  display: block;
  content: "";
  top: 6px;
  left: -27px;
  width: 13px;
  height: 5px;
  border-left: 3px solid #64C9AE;
  border-bottom: 3px solid #64C9AE;
  transform: rotate(-45deg);
}
/** ドラッグリスト */
.drag-item {
    position: relative;
    display: block;
    margin: 15px 0;
    padding: 15px 45px 15px 15px;
    border: 1px solid #d0d0d0;
    background: white;
    cursor: move;
    user-select: none;
}
.drag-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 15px;
    height: 10px;
    margin: auto;
    background: rgb(204,204,204);
    background: linear-gradient(0deg, rgba(204,204,204,1) 20%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 40%, rgba(204,204,204,1) 40%, rgba(204,204,204,1) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 80%, rgba(204,204,204,1) 80%, rgba(204,204,204,1) 100%);
}
.drag-item.dragging {
    opacity: 1;
}
.drag-item.drag-over::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 2px;
    background: hsl(350, 10%, 0%);
}
.drag-item.dummy {
    border: none;
    cursor: default;
}
.drag-item.dummy::after {
    display: none;
}

.tab-box .panel-group{
  background: white;
  border-radius: 0 4px 4px 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  padding: 30px 20px 20px;
  position:relative;
}
/* tabs */
.tab-group{
  filter:drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
  overflow:hidden;
}
.tab-group .tab {
  background: #f6f6f6;
  border-top:8px solid gray;
  text-align: center;
  padding: 0.75em 1em;
  font-size:.875rem;
  color:gray;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.tab-group .tab.active {
  background: white;
  color: inherit;
  border-top-color:#41b999;
  position: relative;
  font-weight:bold;
}
.tab-group .tab:first-child{
  border-radius:4px 0 0
}
.tab-group .tab:last-child{
  border-radius:0 4px 0 0;
}
.panel:not(.show) {
  display: none;
}

.tgl-body {
  display: none; /* 通常は非表示 */
}

.tgl-body.open {
  display: block; /* openクラスがある場合は表示 */
}

.tooltip{
  position:relative;
}
.tooltip > div{
  position:absolute;
  bottom:100%;
  visibility: hidden;
  opacity:0;
  left:50%;
  transform:translateX(-50%);
  padding:10px;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  padding: 16px;
  border:1px solid #E6E6E6;
  transition:.2s;
  font-weight:normal;
  text-align-last: left;
  line-height: 1.5;
  font-size:.75rem;
}
.tooltip:hover > div{
  visibility:visible;
  opacity:1;
}