@charset "UTF-8";
/***************************************
 *
 *base CSS
 *
 *2019/XX
 *
 ****************************************** */
/***********************
 *
 *common
 *
 ********************** */
* {
  box-sizing: border-box; }

body a {
  color: inherit; }

a:hover {
  opacity: 0.8; }

li {
  list-style: none; }

i, em {
  font-style: normal; }

body, html {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  font-feature-settings: "palt";
  color: #000; 
  font-size: small !important;}

body {
  overflow-x: hidden;
  /* background: #F9F9FA !important;*/ }
  body.white {
    background: #fff !important; }

ul {
  margin: 0;
  padding: 0; }

h2, h3, h4, h5 {
  font-weight: bold;
  letter-spacing: 0.1em; }

p {
  line-height: 1.8; }

.ib {
  width: 1360px;
  margin: 0 auto;
  position: relative;
  max-width: 100%; }
  
@media (min-width: 1400px) {
    .container {
        max-width: 1360px !important;
    }
}

table {
  border-collapse: collapse; }

.pc_content {
  display: block !important; }

.sp_content {
  display: none !important; }

::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; }

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none; }

input, select {
  -webkit-appearance: none;
  appearance: none; }

header {
  position: fixed;
  top: 0;
  min-height: 30px;
  width: 100%;
  display: block;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #ccc; }
  header .ib {
	width: 100%;
    padding: 0px 0; }
    header .ib a.logo {
      align-items: center;
      display: flex; }
      header .ib .header_logo {
		width: 80px;
        height: 22.6px;
        margin:5px 0 5px 25px;
        object-fit: cover;
        display: block; 
        cursor: pointer;
	  }
      header .ib a.logo img {
        width: 80px;
        height: 22.6px;
        margin:5px 0 5px 25px;
        object-fit: cover;
        display: block; }
      header .ib a.logo span {
        margin-left: 15px;
        font-size: 14px;
        font-weight: bold;
        display: inline-block; }
    header .ib .menu {
      display: flex;
      flex-wrap: wrap;
      height: 30px;
      position: absolute;
      width: 88%;
      right: 20px;
      top: 0px;
      justify-content: end;
      /*width: 160px;*/ }
      header .ib .menu a {
        font-weight: bold; 
        font-size: small;}
        header .ib .menu a.active {
          color: #FF6060;
          border-bottom: 1px solid #FF6060; }
      header .ib .menu img {
        display: inline-block;
        margin-right: 5px; }
  header nav {
    border-top: 1px solid #ccc; }
    header nav .ib {
      display: flex;
      padding: 0 0; }
      header nav .ib a {
        width: 20%;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        padding: 20px 0;
        position: relative; }
        header nav .ib a:last-child:before {
          display: none; }
        header nav .ib a:before {
          content: "";
          position: absolute;
          right: 0;
          height: 46px;
          background: #ccc;
          width: 1px;
          position: absolute;
          top: 8px; }
        header nav .ib a.active:after {
          content: "";
          height: 4px;
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          display: block;
          background: #FF6060; }
      header nav .ib div {
        width: 20%;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        padding: 20px 0;
        position: relative; }
        header nav .ib div:last-child:before {
          display: none; }
        header nav .ib div:before {
          content: "";
          position: absolute;
          right: 0;
          height: 46px;
          background: #ccc;
          width: 1px;
          position: absolute;
          top: 8px; }
        header nav .ib div.active:after {
          content: "";
          height: 4px;
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          display: block;
          background: #FF6060; }

#content {
  margin-top: 40px; }
  #content.subpage {
    margin-top: 140px; }
  #content .ib {
    padding: 0px 0; }
    #content .ib.df {
      justify-content: space-between;
      flex-wrap: wrap;
      display: flex; }
      #content .ib.df .main {
        width: 780px;
        max-width: 100%; }
        #content .ib.df .main.detail {
          width: 100%; }
          #content .ib.df .main.detail .box .row_btn {
            justify-content: center; }
            #content .ib.df .main.detail .box .row_btn a:nth-of-type(1) {
              margin-right: 15px; }
        #content .ib.df .main.selection {
          width: 100%; }
          #content .ib.df .main.selection .box {
            padding-bottom: 20px; }
            #content .ib.df .main.selection .box .notice {
              margin-bottom: 0; }
        #content .ib.df .main h2 {
          margin-bottom: 10px; }
        #content .ib.df .main .job_list, #content .ib.df .main .job_detail {
          margin: -5px 0; }
        #content .ib.df .main .job_detail {
          margin-top: 20px; }
        #content .ib.df .main .box {
          padding: 25px 25px 60px;
          border: 1px solid #ddd;
          border-radius: 8px;
          position: relative;
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
         /** margin-bottom: 40px;*/ }
          #content .ib.df .main .box.new h3:before {
            content: "NEW!";
            letter-spacing: 0;
            font-size: 11px;
            color: #fff;
            top: -3px;
            background: #FF6060;
            padding: 2px 7px;
            position: relative;
            display: inline-block;
            margin-right: 4px; }
          #content .ib.df .main .box.over {
            background: #f6f6f6;
            color: #999 !important;
            padding-bottom: 25px; }
            #content .ib.df .main .box.over h3:before {
              content: "受付終了";
              font-size: 11px;
              color: #666;
              padding: 2px 7px;
              top: -3px;
              position: relative;
              display: inline-block;
              margin-right: 5px;
              border: 1px solid #666;
              letter-spacing: 0;
              background: #fff; }
            #content .ib.df .main .box.over a.decline {
              display: none; }
            #content .ib.df .main .box.over .row_btn a {
              display: none; }
              #content .ib.df .main .box.over .row_btn a:nth-of-type(1) {
                color: #000 !important;
                display: block; }
          #content .ib.df .main .box .row textarea, #content .ib.df .main .box .row select {
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 6px; }
          #content .ib.df .main .box .row_btn.application button, #content .ib.df .main .box .row_btn.application a {
            margin: 0 auto;
            width: 48%; }
          #content .ib.df .main .box .decline {
            font-size: 12px;
            color: #999;
            position: absolute;
            right: 25px;
            font-weight: bold;
            bottom: 25px;
            text-decoration: underline; }
          #content .ib.df .main .box h3 {
            font-size: 18px;
            margin: 20px 0; }
            #content .ib.df .main .box h3 a {
              text-decoration: underline; }
          #content .ib.df .main .box .status {
            display: flex;
            justify-content: flex-end;
          }
          #content .ib.df .main .box .status .condition {
            padding: 5px 10px;
            font-size: 12px;
            font-weight: bold;
            width: 120px;
            height: fit-content;
            flex-shrink: 0;
            white-space: nowrap;
            text-align: center;
            border-radius: 50px;
            background: #FF6060;
            color: #fff;
            margin-right: -8px;
            margin-bottom: 2px;
          }
          #content .ib.df .main .box .meta {
            justify-content: space-between;
            display: flex;
            /**flex-wrap: wrap;*/ }
            #content .ib.df .main .box .meta .company {
              font-size: 18px; }
            #content .ib.df .main .box .meta .date {
              font-size: 12px;
              color: #999; }
            #content .ib.df .main .box .meta .condition {
              padding: 5px 10px;
              font-size: 12px;
              font-weight: bold;
              width: 100px;
              height: fit-content;
              flex-shrink: 0;
              white-space: nowrap;
              text-align: center;
              border-radius: 50px; }
              #content .ib.df .main .box .meta .condition.in-progress {
                background: #1dd1a1;
                color: #fff;}
              #content .ib.df .main .box .meta .condition.ng {
                background: #FF6060;
                color: #fff;}
              #content .ib.df .main .box .meta .condition.canceled {
                width: 120px;
                background: #f1f1f1;
                color: #333;}
          #content .ib.df .main .box .meta-date {
            justify-content: flex-end;
            display: flex;
            /**flex-wrap: wrap;*/ }
            #content .ib.df .main .box .meta-date .company {
              font-size: 14px; }
            #content .ib.df .main .box .meta-date .date {
              font-size: 12px;
              color: #999; }
            #content .ib.df .main .box .meta-date .condition {
              padding: 5px 10px;
              font-size: 12px;
              font-weight: bold;
              width: 100px;
              height: fit-content;
              flex-shrink: 0;
              white-space: nowrap;
              text-align: center;
              border-radius: 50px; }
              #content .ib.df .main .box .meta-date .condition.in-progress {
                background: #1dd1a1;
                color: #fff;}
              #content .ib.df .main .box .meta-date .condition.ng {
                background: #FF6060;
                color: #fff;}
              #content .ib.df .main .box .meta-date .condition.canceled {
                background: #f1f1f1;
                color: #333;}
      #content .ib.df .side {
        width: 300px;
        max-width: 100%; }
    #content .ib h2 {
      font-size: 24px;
      font-weight: bold;
      margin: 20px 0 20px; }
    #content .ib span.red {
		color: #FF6060;
		font-weight: bold;	}
    #content .ib p {
      font-size: small;
      line-height: 1.8;
      color: #666666;
      letter-spacing: 0.05em;
      margin: 20px 0; }
      #content .ib p span.red {
        display: block;
        color: #FF6060;
        font-weight: bold; }
    #content .ib .box {
      padding: 40px;
      border: 1px solid #ddd;
      border-radius: 8px;
      background: #fff; }
    #content .ib .row {
      justify-content: space-between;
      display: flex;
      align-items: center;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      padding: 20px 0; }
      #content .ib .row span {
        width: 140px;
        font-weight: 500; }
      #content .ib .row .item_name {
        width: 130px;
        font-weight: 500;
        white-space: nowrap; }
      #content .ib .row .required {
        width: 60px;
        font-weight: 500;
        color: red;
        font-size: 14px;}
      #content .ib .row .error {
        width: calc(100% - 190px); }
      #content .ib .row input {
        width: calc(100% - 190px); }
      #content .ib .row:nth-of-type(n+2) {
        border-top: none; }
      #content .ib .row.nobdb {
        border-bottom: none;
        padding-bottom: 0; }
      #content .ib .row.email_new span {
        width: 220px; }
        #content .ib .row.email_new span.long {
          width: calc(100% - 300px); }
      #content .ib .row.email_new input {
        width: calc(100% - 220px); }
      #content .ib .row .select_outer {
        width: calc(100% - 140px);
        position: relative;
        padding: 0 !important; }
        #content .ib .row .select_outer:after {
          content: "";
          font-family: material icons;
          position: absolute;
          right: 5px;
          top: calc(50% - 10px); }
        #content .ib .row .select_outer select {
          width: 100%; }
      #content .ib .row select {
        width: calc(100% - 140px); }
      #content .ib .row textarea {
        width: calc(100% - 140px); }
      #content .ib .row a {
        font-size: 14px;
        padding: 5px 15px;
        border-radius: 50px;
        background: #FF6060;
        color: #fff;
        font-weight: bold;
        text-align: center;
        min-width: 150px;
        width: auto; }
    #content .ib input {
      display: block;
      width: 100%;
/**      background: #f6f6f6; */
      border: 1px solid #ddd;
      padding: 20px; }
      #content .ib input::placeholder {
        font-size: 14px;
        color: #999; }
    #content .ib select {
      display: block;
      width: 100%;
/**      background: #f6f6f6; */
      border: 1px solid #ddd;
      padding: 20px; }
      #content .ib select::placeholder {
        font-size: 14px;
        color: #999; }
    #content .ib .remark {
      padding: 30px;
      text-align: center;
      font-size: 17px;
      font-weight: bold;
      color: #333;
      background: #f1f1f1;
      border-radius: 6px;
      margin: 0px auto;
      line-height: 1.7; }
    #content .ib .agreement {
      text-align: center;
      margin-top: 30px;
      margin-bottom: 30px;
      font-size: 12px;
      position: relative; }
      #content .ib .agreement a.forget_password {
        position: absolute;
        right: 0;
        bottom: 0; }
      #content .ib .agreement input {
        display: inline-block;
        width: auto;
        position: relative;
        top: 3px; }
      #content .ib .agreement input[type="checkbox"] {
        padding: 0;
        top: 2px;
        width: 12px;
        height: 12px; }
      #content .ib .agreement a {
        text-decoration: underline; }
      #content .ib .agreement span {
        display: inline-block;
        margin-left: 5px; }
  #content .notice {
    padding: 22px 0;
    text-align: center;
    max-width: 100%;
    width: 100%;
    font-weight: bold;
    margin: 25px 0;
    line-height: 1.6;
    border-radius: 8px; }
    #content .notice.error {
      background: #FFDEDE;
      color: #FC3232; }
    #content .notice.ok {
      background: #D1EFFF;
      color: #07468E; }
    #content .notice.normal {
      background: #f1f1f1;
      color: #333; }
  #content table {
    width: 100%;
    border-bottom: 1px solid #ddd; }
  	   	#content .setting-table-wrap{
			max-height: 550px;
			white-space: nowrap;
			overflow: auto;
  		}
  	  	#content .setting-table tr th{
			border-right: 1px solid #ddd;
  		}
  		#content .setting-table tr td{
	    	border-right: 1px solid #ddd;
	  	}
	  	#content .setting-table tr td .setting-list-first-td{
			display: flex;
			justify-content: center;
		}
		#content .setting-table tr .td-addRow{
			text-align: left;
		}
		#content .setting-table tr .td-addRow #addRowButton{
			border: none;
			background: transparent;
			cursor: pointer;
			margin: 0;
			padding: 0;
			width: 20px;
		}
    #content table tr th {
      text-align: left;
      background: #F9F9FA;
      padding: 20px;
      border-top: 1px solid #ddd; }
    #content table tr td {
      border-top: 1px solid #ddd;
      padding: 10px;
      line-height: 2.0;
      overflow-wrap: break-word;
      word-break: break-all;
}
  #content .row_btn {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px; }
    #content .row_btn a {
      width: 32%;
      background: #fff;
      padding: 15px;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      border-radius: 4px;
      border: 1px solid #ddd; }
      #content .row_btn a.active {
        background: #FF6060;
        color: #fff;
        border-color: #FF6060; }
  #content .row_btn2 {
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px; }
    #content .row_btn2 a {
      width: 46%;
      background: #fff;
      padding: 15px;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      border-radius: 4px;
      border: 1px solid #ddd; }
      #content .row_btn2 a.active {
        background: #FF6060;
        color: #fff;
        border-color: #FF6060; }
  #content .pager {
    margin: 40px 0;
    display: flex; }
    #content .pager span, #content .pager a {
      padding: 5px;
      width: 29px;
      height: 29px;
      text-align: center;
      align-items: center;
      display: flex;
      border: 1px solid #ddd;
      background: #fff;
      justify-content: center;
      margin-right: 4px;
      font-size: 13px;
      font-weight: bold; }
      #content .pager span.now, #content .pager a.now {
        background: #444;
        border-color: #444;
        color: #fff; }
      #content .pager span.next, #content .pager a.next {
        width: auto;
        padding: 5px 10px; }
    #content .pager a:hover {
      background: #eee; }

#content button {
  background: #FF6060;
  padding: 16px;
  text-align: center;
  border-radius: 4px;
  width: 322px;
  max-width: 100%;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: none;
  margin: 30px auto;
  display: block; }
#content .a-button {
  background: #FF6060;
  padding: 16px;
  text-align: center;
  border-radius: 4px;
  width: 322px;
  max-width: 100%;
  color: #fff;
  font-size: small;
  font-weight: bold;
  cursor: pointer;
  border: none;
  margin: 30px auto;
  display: block;
  text-decoration-line: none; }
#content .top-a-button {
  margin: 20px auto; }
#content .func-button {
  background: #FF6060;
  display: inline-block;
  padding: 4px 20px;
  margin: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  text-decoration-line: none; }
#content.static .ib h2 {
  padding-bottom: 5px;
  border-bottom: 2px solid #ddd; }
#content.static .ib h3 {
  line-height: 1;
  padding: 0;
  margin: 40px 0;
  padding-left: 20px;
  border-left: 5px solid #FF6060; }
#content.static .ib h4 {
  margin: 40px 0;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc; }
#content.static .ib p {
  font-size: 15px;
  line-height: 1.8; }
  #content.static .ib p a {
    text-decoration: underline;
    color: #07468E; }
#content.static .ib ul {
  font-size: 15px; }
  #content.static .ib ul.number {
    padding-left: 20px;
    list-style-type: decimal; }
    #content.static .ib ul.number li {
      list-style: inherit;
      text-decoration: underline; }
  #content.static .ib ul.dot {
    padding-left: 20px;
    list-style-type: disc; }
    #content.static .ib ul.dot li {
      list-style: inherit; }

footer .ib {
  padding: 30px 0; }
  footer .ib p {
    font-size: 11px;
    font-weight: bold;
    color: #666;
    text-align: center;
    margin: 20px 0; }

.clamp-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5; /* 表示する最大行数を指定 */
}

.body-wrap{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.footer {
  margin-top: auto;
}



/* トーストメッセージの基本スタイル */
#toast {
    width: 60%; /* トーストの幅を画面の60%に設定 */
    min-width: 250px; /* トーストの最小幅 */
    margin-left: auto;
    margin-right: auto; /* 中央揃えのために左右マージンを自動に設定 */
    background-color: #333; /* 背景色 */
    color: #fff; /* テキストの色 */
    text-align: center; /* テキストを中央揃え */
    border-radius: 2px; /* 角を丸くする */
    padding: 16px; /* 内側の余白 */
    position: fixed; /* 画面の特定位置に固定 */
    z-index: 1; /* 前面に表示 */
    left: 50%; /* 画面の横中央に配置 */
    transform: translateX(-50%); /* 左右中央揃え */
    bottom: 30px; /* 画面の下からの距離 */
    font-size: 17px; /* テキストサイズ */
    transition: visibility 0.5s, opacity 0.5s ease-in-out; /* 表示・非表示のアニメーション */
    opacity: 0; /* 初期状態は透明 */
}

/* トーストメッセージの表示状態 */
#toast.show {
    visibility: visible;
    opacity: 1;
}
.item_name {
    width: 230px;
    font-weight: 500;
    white-space: nowrap; }
.required {
    width: 60px;
    font-weight: 500;
    color: red;
    font-size: 14px;
    white-space: nowrap;}
.row-group {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 15px;
}

.input-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}



.menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
}

.menu a, .menu span {
  color: black;
    padding: 10px;
    transition: background-color 0.3s ease;
}

.menu .dropdown {
    position: relative;
	height: 30px;
}

.menu .menu-list {
	height: 30px;
}

.menu .user-name {
    cursor: pointer;
}

.menu .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    min-width: 200px;
    padding: 12px 16px;
}

.menu .dropdown-content a {
    display: block;
    padding: 8px 16px;
    color: black;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.menu .dropdown-content a:hover {
    background-color: #f1f1f1;
}

.menu .dropdown:hover .dropdown-content {
    display: block;
}

.menubtn {
    display: none; /* Assuming this is for mobile */
}

/* Additional styling for hover effects 
.menu a:hover, .menu span:hover {
    background-color: #f1f1f1;
}*/

/* TOP画面 */
.left, .right {
    flex: 1;
}

.left div, .right div {
  margin: 20px;
}
.left .title, .right .title {
  font-weight: bold;
}

.button-link {
    display: inline-block;
    padding: 2px 20px;
    margin: 10px;
    font-size: 16px;
    color: #000; /* 文字色を黒に設定 */
    background-color: #fff; /* 背景色を白に設定 */
    text-align: center;
    text-decoration: none;
    border: 2px solid #ccc; /* 外側を灰色の枠線に設定 */
    border-radius: 5px;
}
.button-link:hover {
    color: #000; /* 文字色を黒に設定 */
}

.table-wrap {
    overflow-y: scroll;
    height: 200px;
}

.scrollable-table th {
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 1;
}
.scrollable-table tr th {
  padding: 10px !important;
}
.scrollable-table tr td {
  padding: 5px !important;
}
 #content .back-btn {
	background-color: white;
	color: black;
	box-shadow: 0px 0px 1.5px 1px #cccccc;
	font-weight: normal;	
}
.bg-readonly {
	background-color: #f2f2f2;
}

@media (min-width: 1366px) {
	.ml-lg-80 {
		margin-left: 100px !important;	
	} 

}
@media (min-width: 992px) {
	.pl-md-3 {
		padding-left: 1.5rem !important;
	}
}

.ib .large{
	font-size: 50px;
    font-weight: bold;
}

#accountSubmitBtn {
  background-color: #00b050 !important; /* 優先して背景色を適用 */
  color: #ffffff !important; /* 優先して文字色を適用 */
}

/*# sourceMappingURL=style.css.map */
#content .help{
	ul{
		padding-left: 0;
	}
	li{
		border-bottom: 1px solid #DDD;
	    padding: 25px 0;
	}
	.faq+h2{
		margin-top: 10px;
	}
	.question{
		display: flex;
        padding: 10px 5px;

		p{
	        font-size: 20px;
	        font-weight: bold;
	        margin: 0;
		}
	}
	.answer{
		padding-left: 30px;

		p{
	        font-size: 16px;
	        margin: 0;
		}
	}
	.faq{
		color: #e94203;
    	font-size: 20px;
    	font-weight: bold;
    	margin: 0;
	}
	.icon{
		color: #e94203;
	    flex: none;
	    font-family: var(--s-font-8dae4a7b);
	    font-size: 20px;
	    font-weight: 900;
	    height: auto;
	    line-height: 1.4;
	    text-align: center;
	    width: auto;
	    max-width: 100%;
	    justify-content: center;
	    padding-right: 0.5em;
	}
}

/*** 全体にかかるスタイル ***/
/* 背景の調整 */
.body-wrap {
  background-color: gainsboro;
}

#content {
  background-color: white;
  padding: 0px 1rem 15px;
  border-radius: 10px;
  overflow-y: auto;
}
/* フッターの調整 */
footer{
  padding-top: 20px;
}
footer .ib{
  background-color: white;
  padding: 10px 0 30px 0;
  width: 100%;
}
/* タイトルの調整 */
#content .ib h2 {
  font-size: small;
  font-weight: bold !important;
  margin: 20px 0 20px !important;

  + a{
    margin: 20px 10px 20px !important;
  }
}

/*** 送信設定画面のみにかかるスタイル ***/
#scout_setting {

  /* 送信設定画面のみ左右の余白を少なくする */
  max-width: 100vw !important;
  padding: 0;

  /* テーブル周りの左右の余白を少なくする */
  .ib.content-container{
    width: 100vw;
  }

  #content .ib{
    margin-left: 0;
  }

  #content .ib h2{
    font-size: small !important;
    margin: 10px 0 10px !important;
  }

  /* ドラッグアイコンのスタイル */
  .drag-icon {
    cursor: grab;
    display: inline-block;
    margin: 3px 0;
  }

  .drag-icon:active {
    cursor: grabbing;
  }

  .drag-icon img {
    width: 20px;
    height: 30px;
  }

  /* ドロップダウンアイコンのスタイル */
  .dropdown-icon {
    height: 30px;
  }

  .dropdown:hover::after {
    opacity: 1;
    visibility: visible;
  }

  /* ペンアイコンのスタイル */
  .pen-icon-img {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 5px;
    width: 15px;
    height: 100%;
  }

  /* フィルターアイコンのスタイル */
  .filter-icon-img {
    cursor: pointer;
    width: 15px;
    height: inherit;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
  }

  /* 下向き三角アイコンのスタイル */
  .dropdown-icon-img {
    cursor: pointer;
    /* position: absolute; */
    top: 0;
    height: inherit;
  }

  /* ドキュメントアイコンのスタイル */
  .document-icon-img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    cursor: pointer;
    opacity: 0.7;
  }

  /* セルにマウスが接触したときのスタイル */
  .mouse-enter {    
    .pen-icon-img {
      display: block;
    }
  }
  table tr td.mouse-enter:not(.setting-list-first){
    border: solid 2px orangered;
  }

  table tr td:focus-visible{
    outline: none;
  }

  .dropdown-icon-img:focus-visible,
  .slider:focus-visible{
    outline: solid 2px orangered;
    transition: outline-color 0s ease-in-out, outline-offset 0s ease-in-out;
  }

  /* サブメニュー関連のスタイル */
  .submenu,
  .filter-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid black;
    z-index: 5;
    min-width: 150px;
    border-radius: 5px;
  }

  .modal-inner-submenu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid black;
    z-index: 1000;
    min-width: 150px;
    /* width: 150px; */
    border-radius: 5px;
  }

  .submenu a,
  .modal-inner-submenu a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    font-size: small;
  }

  .submenu a:hover,
  .modal-inner-submenu a:hover {
    background-color: #ffe4e1;
    ;
  }

  /*トグルスイッチ*/
  .toggle-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-top: 5px;
    /* margin-left: 3px; */
    display: flex;
  }

  .toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
  }

  input:checked+.slider {
    background-color: limegreen;
  }

  input:checked+.slider:before {
    transform: translateX(20px);
  }

  /*タブで表を切り替える*/
  .tab-container {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: small;
  }

  .tabs li {
    cursor: pointer;
  }

  .tabs a {
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 5px 50px;
    background-color: #f0f0f0;
    color: #333;
    word-break: keep-all;
    border: none;
    display: inline-block;
    white-space: nowrap;
  }

  .tabs a.active {
    background-color: #FF4500;
    color: white;
    border-bottom: none;
    font-weight: bold;
  }

  .tab {
    display: none;
  }

  .tab.active {
    display: block;
  }

  .tab .setting-table-wrap {
    max-height: none;
    height: 100%;
    min-height: 100vh;
    overflow-x: scroll;
  }

  .table-container {
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 5px;
  }

  /*設定行追加アイコン*/
  .plus-icon-img {
    width: 20px;
  }

  /*テーブル内要素に対してのstyle*/
  .setting-table tr {
    th {
      background-color: gainsboro;
      border-right: 1px solid darkgray;
      border-bottom: 3px solid darkgray;
    }

    th,td{
      white-space: nowrap;
      font-size: small;
      padding: 0;
    }
    th:not(.setting-list-first),
    td:not(.setting-list-first) {
      /* テキストを1行に表示 */
      overflow: hidden;
      /* はみ出た部分を隠す */
      text-overflow: ellipsis;
      /* 末尾に「...」を表示 */
      position: relative;
      padding: 1px 15px 1px 3px;
    }
    tr,td{
      border-color: #eee;
    }
  }
  .setting-table tr:nth-last-child(2) td{
    border-bottom: 1px solid #eee;
  }

  /* 列幅調整用オブジェクト */
  .resizer {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    cursor: col-resize;
    z-index: 1;
    /* background-color: red; */
  }

  table {
    table-layout: auto;
    width: fit-content;
    border-collapse: separate;
    border-spacing: 0;
  }

  /* テーブルの行に対してのスタイル */
  .setting-table tr {

    /* 縦のライン */
    .setting-list-first{
      border-right: none;
    }
    .setting-list-first + :not(.setting-list-first){
      border-left: 1px solid darkgray;
    }

    .setting-list-first .filter-icon-img {
      top: 50%;
      right: 60%;
      transform: translate(50%, -50%);
    }

    /* セルのサイズ調整用 */
    .setting-list-first div {
      max-width: inherit;
    }
    .setting-list-first:nth-child(1) {
      text-align: right;
      width: 25px;
      max-width: 25px;
    }
    .setting-list-first:nth-child(2) {
      text-align: center;
      width: 35px;
      max-width: 35px;
    }
    .setting-list-first:nth-child(3) {
      text-align: center;
      width: 50px;
      max-width: 50px;
    }

    /* 追加ボタン用の行の調整用 */
    .setting-list-first.td-addRow {
      text-align: -webkit-right;
      padding-right: 5px;
      z-index: 5;
    }
  }

  .setting-table td.has-error{
    color : red;
    border : 1px solid red;
  }
  .setting-table tr.template-row{
    display: none;
  }
  .setting-table td.is-inactive,
  .setting-table td.is-inactive2{
      background-color: #e0e0e0 !important;
  }

  .sticky-col {
    background-color: white;
    position: sticky !important;
    z-index: 2;
    top: 0;
    left: 0;
  }

  .grayed-out .sticky-col {
    background-color: inherit;
  }

  .sticky-row {
    background-color: inherit;
    position: sticky !important;
    z-index: 3;
    top: 0;
    left: 0;
  }

  .sticky-col.sticky-row {
    z-index: 4;
  }

  /* 追加ボタン用の行の調整用 */
  .setting-table tr.addRow {
    display: table-row;
    height: 4em;
  }
  .add-row-button{
    background-color: #ff6060;
    color: white;
    font-size: small;
    border-radius: 20px;
    max-width: fit-content !important;
    cursor: pointer;
    margin: auto;
    width: auto;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 4;
    padding: 6px 10px;
  }

  /* モーダルの基本スタイル */
  .modal-wrap {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 背景の半透明 */
  }

  .caret-textarea {
    z-index: -1;
    position: absolute;
    background-color: rgba(241, 165, 165, 0.5);
    top: 0;
    left: 0;
    font-feature-settings: "palt" 0;
    text-align: left;
    white-space: pre-wrap;
    word-break: break-all;
    overflow-wrap: break-word;
    overflow-wrap: anywhere;
  }

  /* モーダル関連のスタイル */
  /* 編集モーダル(単一)関連のスタイル */
  .modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border-radius: 0;
    width: 70%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    align-items: baseline;
    background: gainsboro;

    .title {
      font-size: medium;
      font-weight: bold;
    }

    .input-area {
      width: -webkit-fill-available;
      display: none;

      select {
        display: none;
      }
    }

    textarea,
    input,
    select {
      width: inherit;
      height: inherit;
      border: 2px solid black;
      border-radius: 5px;
      font-size: large;
      padding: 0 30px 0 5px;
      color: black;
      max-height: 70vh;
    }

    .input-area-multi-text {
      /* height: 300px; */
      border: none;
      position: relative;
    }

    .input-area-password {
      position: relative;

      ::-ms-reveal {
        display: none;
      }

      img {
        position: absolute;
        top: 0;
        right: 0;
        margin: 5px;
        display: none;
      }
    }

    .active {
      display: block !important;
    }

    .button-area {
      display: flex;
      width: -webkit-fill-available;
      justify-content: right;

      button {
        width: 150px;
        margin: 0 5px;
        padding: 5px 15px;
        font-weight: lighter;
      }
      button.edit-single-save-btn.has-error.enabled-send,
      button.edit-single-save-btn.has-error.is-save-blocked{
        background-color: darkgray;
        color: black;
        pointer-events: none;
      }

    }

    .note-area {
      text-align: left;
      .note {
        font-size: small;
      }
    }
    .error-message-area{
      min-height: 1rem;
      text-align: left;
      width: inherit;
    }
    .error-message{
      font-size: small;
      color: red;
      min-height: 1rem;
      white-space: pre-wrap;
    }
    .edit-all-bottom{
      display: flex;
      width: -webkit-fill-available;
      justify-content: space-between;
    }
  }

  .edit-content{    
    .select2-container--default.select2-container--disabled .select2-selection--single,
    input:disabled,select:disabled,textarea:disabled{
      background-color: #c2c2c2;
    }

    .note-area {
      min-height: 1em;
    }
  }

  /* 編集モーダル（全体）関連のスタイル */
  .edit-all-content{
    .modal-title {
      font-size: small;
      font-weight: bold;
    }

    .title {
      font-size: small;
    }

    .modal-content {
      background-color: white;
      height: 100vh;
      margin: 0 auto
    }

    .input-area-wrap-wrap {
      width: -webkit-fill-available;
      overflow-y: scroll;
      overflow-x: hidden;
      scrollbar-color: #888 #f1f1f1;
    }

    .input-area-wrap {
      border-left: solid 5px darkgray;
      text-align: left;
      padding-left: 20px;
      padding-right: 20px;
      margin: 15px 30px 15px 50px;

      textarea, input:not(.select2-search__field), select{
        padding: 0 8px 0 8px;
        border: solid 1px darkgray;
        scrollbar-width: thin;
        color: black;
        font-size: small;
        min-height: 25px;
        max-height: none;
      }
    }

    .input-area-wrap.has-error{
      border-left: solid 5px red;
    }

    .edit-all-bottom {
      display: flex;
      width: -webkit-fill-available;
      justify-content: end;
      padding-left: 60px;
      padding-top: 20px;
    }

    .error-message-area{
      min-height: 1rem;
    }

    .error-message{
      font-size: x-small;
      color: red;
      min-height: 1rem;
    }

    .radio-button-area {
      display: flex;
      justify-content: space-around;
      margin-right: 1em;

      div{
        margin-right: 10px;
      }

      input[type="radio"] {
        margin-right: -5px;
        -webkit-appearance: auto;
        appearance: auto;
      }
    }

    .button-area {
      width: auto;

      button{
        width: 150px;
        margin: 0 5px;
      }
      button.back-btn{
        background-color: lightgray;
      }
      button.has-error.enabled-send,
      button.has-error.is-save-blocked{
        background-color: lightgray;
        color: black;
        /* pointer-events: none; */
      }
    }
        
    .select2-container--default.select2-container--disabled .select2-selection--single,
    input:disabled,select:disabled,textarea:disabled{
      background-color: #e0e0e0;
    }

    /* セパレータ関連のスタイル */
    .separator-area{
      border-left: none;
      padding-left: 0;
      padding-right: 0;

      .title-area{
        background-color: darkgray;
        margin-bottom: 0;
        padding: 5px 5px;
        min-height: 1.5rem;
      }
      .note-area{
        padding-left: 25px;
      }
      .error-message-area{
        min-height: 0;
      }
    }
  }

  /* select2関連のスタイル */
  .select2-selection {
    text-align: left;

    input {
      border: none;
      padding: 0;
      font-size: inherit;
    }
  }

  /* フィルター関連のスタイル */
  .filter-content {
    width: 220px;
    min-height: 120px;
    padding: 0 10px;

    .title {
      font-size: medium;
      font-weight: bold;
      margin-bottom: 5px;
    }

    .content {
      margin: 10px 0;
    }

    .filter-content-bottom {
      display: flex;
      position: absolute;
      width: -webkit-fill-available;
      bottom: 10px;

      .clear-filter {
        font-size: small;
      }

      button {
        padding: 2px 5px;
        margin: 0;
        width: 35%;
        height: fit-content;
        position: absolute;
        right: 10px;
        font-weight: lighter;
        color: whitesmoke;
      }

      .clear-filter {
        color: red;
        cursor: pointer;
      }
    }

    .filter-content-number input[type="number"]{
      width: 40%;
    }

    .filter-content-single-select,
    .filter-content-multi-select {
      padding-bottom: 30px;
    }

    /* チェックボックスのデフォルトスタイルを完全にリセット */
    input[type="checkbox"] {
      position: relative;
      vertical-align: middle;
      margin-left: 5px;
      margin-right: auto;
    }

    /* チェック時のスタイル（背景色は白のまま） */
    input[type="checkbox"]:checked {
      outline: none;
      border-color: #4caf50;
    }

    /* チェックマークの表示（緑色） */
    input[type="checkbox"]:checked::before {
      position: absolute;
      top: -6px;
      left: 4px;
      transform: rotate(50deg);
      width: 8px;
      height: 16px;
      border-right: 2px solid green;
      border-bottom: 2px solid green;
      content: '';
    }

    /* テキスト入力欄のスタイル */
    input[type="text"],
    input[type="number"] {
      border: solid 1px;
      border-radius: 5px;
      width: -webkit-fill-available;
    }

    /* 選択肢のスタイル */
    select {
      width: -webkit-fill-available;
    }
  }
  
  /*日付タイプのフィルターの横幅*/
  .filter-content.expand-date {
    width: 300px;
  }
  /*日時タイプのフィルターの横幅*/
  .filter-content.expand-datetime {
    width: 400px;
  }

  /* 色を変える系のスタイル */
  .grayed-out {
    background-color: #e0e0e0 !important;
  }

  th:has(img.filtering-cel) {
    background-color: #ffe2e2 !important;
  }

  img.filtering-cel {
    background-color: initial !important;
    filter: invert(57%) sepia(98%) saturate(500%) hue-rotate(300deg) brightness(100%) contrast(100%);
  }

  .title-area{
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 5px;
  }

  a.is-sample-insertable{
    color: #0573C0;
    font-weight: bold;
    font-size: small;
    cursor: pointer;
  }

  /* 複数行の文字列を表示するためのスタイル */
  .display_multi_text{
    text-align: left;
    word-break: break-all;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-break: anywhere;
    white-space: pre-wrap;
    white-space: break-spaces;
  }

  /* select2で生成されている要素に対してのスタイル */
  .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: black;
  }
  ul.select2-selection__rendered li{
    white-space: pre-wrap;
    word-break: break-all;
  }

  /* 各種プレースホルダーに対してのスタイル */
  input::placeholder,
  textarea::placeholder,
  select::placeholder,
  .select2-selection__placeholder {
    color: #A0A0A0;
    padding-left: 0px;
  }
  .edit-all-content input::placeholder,
  .edit-all-content textarea::placeholder,
  .edit-all-content select::placeholder,
  .edit-all-content .select2-selection__placeholder,
  .edit-all-content .select2-container {
    font-size: small;
  }

  #loadingIndicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .loading-spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    will-change: transform;
  }

  .setting-top-description{
    white-space: pre-wrap;
    font-size: small;
    overflow-wrap: break-word;
    margin: -5px 0 -10px;
  }

  + .footer{
    margin: 0;
    padding: 0;
    width: -webkit-fill-available;
    margin-top: auto;

    .ib{
      padding: 0;
      display: flex;
      justify-content: center;
      gap: 20px;
    }
  }
  .setting-table td.selected-range,
  .selected-range {
    background-color: rgb(204, 221, 240) !important;/* 青系ハイライト */
    outline: 1px solid #007bff;
  }
  .highlight-td {
    animation: flash 1.5s ease-out;
  }
}

/* スピナーの回転アニメーション */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@keyframes flash {
  0%   { background-color: lightgreen; }
  100%  { background-color: inherit; }
}

/* 稼働履歴ダウンロード画面用レイアウト */
#operation_history_download{
  .search_content_area{
    display: flex;
    height: 4em;
    margin: 10px 0;
  }
  .search_content_business{
    padding: 1em 0;
  }

  .search_content_title{
    width: 20%;
    min-width: 20%;
    align-content: center;
  }

  #content .ib{
    /* select2関連のスタイル */
    .select2-selection {
      text-align: left;
      height: 100%;

      input {
        border: none;
        padding: 0;
        font-size: inherit;
      }
    }
    button.enabled-send{
      background-color: lightgray;
      color: black;
      pointer-events: none;
    }
}

  .input_date_between{
    display: flex;
    align-items: center;
    gap: 10px;

    input{
      padding: 5px;
      height: fit-content;
    }
  }

  .button_area{
    display: flex;

    button{
      margin: initial;
    }
  }
}

#dedicated{
  .ib{
    display: flex;
  }
  .content-container{
    /* padding-left: 3rem; */
    padding-right: 1rem;
  }
  .row_btn{
    margin: 1em 0;
    margin: 0 1em;
  }
  .row_btn button{
    margin: 0;
    width: 9rem;
    padding: 10px;
    font-size: 1rem;
  }

  table thead th{
    /* background-color: gainsboro;
    border-bottom: 1px solid darkgray; */
    padding: 10px;
  }
  table thead th:nth-child(1){
    text-align: center;
    width: 3rem;
  }
  table thead th:nth-child(2){
    width: 40%;
  }

  table tbody td{
    position: relative;
    padding: 9px;
    /* font-size: medium; */
    text-align: left;
  }
  table tbody td:nth-child(1){
    text-align: center;
  }
  table tbody td input{
    display: block;
    width: 100%;
    font-size: small;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    padding-right: 2em;
  }
  table tbody td img.pen-icon-img{
    /* display: none; */
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 1em;
    width: 15px;
    height: 100%;
  }
  table tbody td a{
    text-decoration: underline;
    cursor: pointer;
  }
  table tbody td a.semi-hidden{
    color: lightgray;
  }
  table tbody td a.hidden{
    display: none;
  }
  /* ボタンをaタグのようにする */
  .link-button {
    all: unset;
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
    font-size: inherit;
    background: none;
    border: none;
    padding: 0;
  }
  /* ホバー時のスタイル */
  .link-button:hover {
    opacity: 0.8;
  }
  .hidden{
    display: none;
  }
  .semi-hidden{
    color: lightgray;;
  }
}

#dedicated_contract_add,#dedicated_contract_change{
  #content .ib .box{
    padding: 10px 40px;
  }
  #content .ib p{
    margin: 0;
    color: red;
  }

  .display-flex{
    display: flex;
    gap: 5%;
    margin-top: 3rem;
  }

  .display-left,.display-right{
    display: inline-block;
  }
  .display-left{
    flex: 1;
    white-space: nowrap;
  }
  .display-right{
    flex: 1.8;
    font-size: small;
    white-space: pre-line;
  }
  ul{
    display: flex;
    width: 100%;
    padding-left: 0;
    gap: 5%;
    margin-bottom: 2.5rem;
    align-items: center;
  }
  ul li:nth-child(1){
    flex: 1;
  }
  ul li:nth-child(2){
    flex: 1.5;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  ul.indent{
    padding-left: 2rem;
  }
  div.indent{
    margin-left: 1rem;
  }
  .custom-radio {
    appearance: none; /* デフォルトのラジオボタンを消す */
    border: 1px solid black !important; /* 外側の丸 */
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 1rem;
  }
  .row_btn{
    justify-content: left;
    gap: 2rem;
    margin: 3rem 0 6rem 0;
  }
  .row_btn button{
    margin: 0;
    padding: 10px;
    width: 15rem;
  }
  #content button.white-btn{
    background-color: white;
    color: black;
    border: solid 1px black;
    font-weight: normal;
  }
  ul li.confirm-contractPeriod,
  ul li.confirm-desiredStartDate{
    text-align: left;
  }

  ul:not(.indent) li span{
    padding-left: 1rem;
    vertical-align: middle;
  }
  .description-area div:not(.row_btn){
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .dedicated_no_wrap{
    font-weight: bold;
    font-size: large;
    margin-left: 1rem;
  }
  .dedicated_no{
    font-weight: normal;
    margin-left: 3rem;
  }
  .next_step{
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: bold;
  }
  ul li.end_date span{
    padding-left: 0;
  }
}

#dedicated_contract_change{
  ul:not(.indent) li span{
    padding-left: 0;
  }
  ul li:nth-child(1){
    flex: 0 0 10rem;
  }
  ul li:nth-child(2){
    text-align: left;
  }
  ul li.end_date{
    flex: inherit;
    width: 30%;
  }
  ul li input{
    width: 4rem;
    -webkit-appearance: none;
    -moz-appearance: textfield;
  }
  .row_btn{
    margin: 2rem 0 2rem 2rem;
  }
  p{
    margin-bottom: 0;
    font-size: small;
    color: red;
  }
  .gray-btn{
    background-color: lightgray;
    color: white;
    border: none;
    cursor: inherit;
  }
}

#operation_schedule{
  .content-container{
    /* padding-left: 3rem; */
    padding-right: 1rem;
    display: grid;
    gap: 1rem;
  }
  table thead th{
    /* background-color: gainsboro; */
    /* border-right: 1px solid darkgray; */
    /* border-bottom: 1px solid darkgray; */
    padding: 10px;
  }
  table thead th:nth-child(1){
    width: 3rem;
  }
  table thead th:nth-child(2){
    width: 40%;
  }
  table tbody tr.end_contract{
    background-color: #dcdcdcaa;
  }
  table tbody td{
    position: relative;
    /* padding: 5px; */
    font-size: small;
    text-align: left;
  }
  table tbody td:nth-child(1){
    text-align: center;
  }
  table tbody td input{
    display: block;
    width: 100%;
    font-size: small;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    padding-right: 2em;
  }
  table tbody td img.pen-icon-img{
    /* display: none; */
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 1em;
    width: 15px;
    height: 100%;
  }
  button{
    margin: 1rem 0.5rem;
    padding: 0 2rem;
    width: 10rem;
    font-size: small;
    font-weight: normal;
  }
  .end_contract button{
    background-color: lightgray;
    color: white;
    border: none;
    cursor: inherit;
    pointer-events: none;
  }
}

/* メモモーダル */
#memoModal {
  background-color: rgba(0, 0, 0, 0.5) !important;
  .modal-box {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
  .modal-body {
    top: 25% !important;
    left: 35% !important;
    width: 600px !important;
    padding: 20px;
    position: absolute;
  }
  button {
    width: 150px !important;
    margin: 0 5px !important;
    padding: 5px 15px !important;
  }
  .row_btn {
    margin-top: 2rem !important;
    display: flex;
    justify-content: right;
  }
  .memo {
    height: 40px !important;
    width: 100% !important;
    border-radius: 5px !important;
    border: 1px solid #ddd !important;
  }
}