﻿body,
input[type="button"],
input[type="text"],
tr#header-content,
table#headerlayouttable td#systemarea input[type="button"],
table#headerlayouttable td#systemarea td#header-menu button{
  /* font変えられる */
  font-family:  -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
   "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif !important;
}

/* ボディ色を替える */
div#container {
  background-color: rgb(255, 255, 255) !important;
  }

  .screenwidth,.screenwidthforpopup {
    width: 100%;
  }

  /* サイト全体の最小横幅 */
  table#headerlayouttable,
  #header-content,
  div#menu,
  div#workingprogress,
  div#container,
  #container-inner,
  div#footer,
  #footer-content{
    min-width: 1004px;
  }

  #mainmenu,
  #screen-content,
  #header-content,
  #workingprogress-content,
  table#workingprogresstable,
  #footer-content,
  p#copyright{
    min-width: 982px;
  }

  /* サイト全体の最大横幅 */
  #container-inner{
    max-width: 1004px;
  }

  #mainmenu,
  #workingprogress-content,
  #screen-content,
  #header-content,
  table#workingprogresstable,
  #footer-content,
  p#copyright{
    max-width: 982px;
  }

/* ヘッダー */
  div#header {
    margin-bottom: 0px;
    /* margin-bottom: -5px; */
  }

  table#headerlayouttable {
    /* background-image: none;
    background-color: rgba(204, 236, 255, 1); */
    /* height: 110px; */
    height: 80px;
  }

  #header-content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 11px 0 0;
    box-sizing: border-box;
  }

  #logoarea {
    vertical-align: top;
  }

  #logoarea table {
    font-weight: bold;
  }

  #banklogo {
    font-size: 2em;
  }

  table#headerlayouttable td#systemarea {
    height: 125px;
    padding-right: 0;
    height: 80px;
  }

  #user-name {
    position: relative;
  }

  #user-name span#user-icon{
    padding-left: 25px;
    background: url(../images/person-circle.svg) no-repeat 0px center / 20px auto;

  }

  #user-name span#user{
    vertical-align:middle;
    text-decoration: underline;
    /* color: rgb(47, 117, 181); */
  }

  #user-name span#user:hover{
    /* color: rgb(84, 119, 151); */
    cursor: help;
  }

    /* ヘルプリンクのスタイル */
  #user-name ul.helpLink, .helpLink-container ul.helpLink{
    display: none;
    position: absolute;
    z-index: 20;
    list-style: none;
    right: 20px;
    top: 20px;
    min-width: 220px;
    min-height: 100px;
    padding: 5px;
    background-color: white;
    color: rgb(68, 114, 196);
    font-weight: bold;
    text-align: left;
    font-size: 13.6px;
  }

  .helpLink-container-large ul.helpLink{
    display: none;
    position: absolute;
    z-index: 20;
    list-style: none;
    min-height: 100px;
    padding: 5px;
    background-color: white;
    color: rgb(68, 114, 196);
    font-weight: bold;
    text-align: left;
    /* font-size: 13.6px; */
    font-size: 15.6px;

    left: -130px;
    top: 20px;
    min-width: 850px;
  }

  #user-name span:hover ul.helpLink ,.helpLink-container:hover ul.helpLink,
  .helpLink-container-large:hover ul.helpLink{
    display: block;
  }

  /* ヘルプリンクタイトル（ディバイダ―付き） */
  .helpLink-title a {
    border-bottom: rgba(157, 195, 230, 1);
    border-style: none none solid none;
    padding-bottom: 0px;
    font-size: 1.2em;
    font-weight: 900;
    display: inline-block;
    width: 100%;
  }

  li.helpLink-content {
    color: black;
    font-weight: normal;
    padding: 2px 5px;
    font-size: 0.9em;
  }

  li.user-mailaddress{
    margin-top:10px 
  }

  /* ヘッダーのメニュー */
  #header-menu {
    display: flex;
    justify-content: flex-end;
    width: 470px;
    margin-left: auto;
    font-size: 0.8em;
    margin-top: -3px;
  }

  #systemarea input[type="button"],
  #systemarea #header-menu button {
    /* font-family: "MS UI Gothic", "Osaka"; */
    position: relative;
    font-size: 100%;
    margin: 0 2.5px;
    padding: 0 7px;
    vertical-align: middle;
    color: white;
    /* flex-grow: 1; */
    /* width: 70px; */
    font-weight: normal;
    background-color: rgba(46, 117, 181, 1);
    border-style: none;

    border: solid;
    border-color: black;
    border-width: 2px;
    /* box-shadow: 1px 1px 5px rgba(0, 0, 0, 1); */
  }

  #systemarea input[type="button"].logout,
  button.logout {
    background-color: rgba(255, 217, 102, 1);
    color:black;
  }

  #systemarea input[type="button"]:hover,
  #systemarea td#header-menu button:hover {
    background-color: rgba(4, 134, 252, 1);
  }

  /* #menuItemBtn_1,
  #menuItemBtn_1 {
    background: url(../images/envelope.svg) no-repeat center 5% / 30px auto;
  }

  #menuItemBtn_2,
  #menuItemBtn_2 {
    background: url(../images/envelope.svg) no-repeat center 5% / 30px auto;
  }

  #menuItemBtn_3,
  #menuItemBtn_3 {
    background: url(../images/envelope.svg) no-repeat center 5% / 30px auto;
  } */

  /* メインメニュー */
  div#menu {
    /* width: 100%; */
    height: 55px;
  }

  #menu-border {
    background-color: rgba(157, 195, 230, 1);
    min-height: 5px;
    height: 5px;
    overflow: hidden;
  }

  #mainmenu {
    display: flex;
    justify-content: center;
    float: none;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    list-style: none;

    border-top: 5px solid rgba(157, 195, 230, 1);
    border-bottom: 5px solid rgba(157, 195, 230, 1);

  }


  #menuItemBtn_7 {
    background: url(../images/newIcon/cop/home.svg) no-repeat center 10% / 30px auto;
  }

  #menuItemBtn_8 {
    background: url(../images/search.svg) no-repeat center 10% / 30px auto;
  }

  #menuItemBtn_9 {
    background: url(../images/newIcon/cop/yen_arrow_right.svg) no-repeat center 12% / 33px auto;
  }

  #menuItemBtn_10 {
    background: url(../images/newIcon/cop/user_arrow_user.svg) no-repeat center 17% / 45px auto;
  }

  #menuItemBtn_11 {
    background: url(../images/newIcon/cop/file_arrow.svg) no-repeat center 12% / 33px auto;
  }

  #menuItemBtn_12 {
    background: url(../images/newIcon/cop/people_arrow_bank.svg) no-repeat center 17% / 45px auto;
  }

  #menuItemBtn_13 {
    background: url(../images/newIcon/cop/etc.svg) no-repeat center 10% / 33px auto;
  }

  #menuItemBtn_14 {
    background: url(../images/newIcon/cop/office_user.svg) no-repeat center 10% / 30px auto;
  }
  /* .icon-part:hover {
    fill: rgba(4, 97, 184, 1);
  } */
  /* #menuItemBtn_7 {
    background: url(../images/house-fill.svg) no-repeat center 10% / 30px auto;
  }

  #menuItemBtn_8 {
    background: url(../images/search.svg) no-repeat center 10% / 30px auto;
  }

  #menuItemBtn_9 {
    background: url(../images/currency-exchange.svg) no-repeat center 10% / 30px auto;
  }

  #menuItemBtn_10 {
    background: url(../images/people-fill.svg) no-repeat center 10% / 30px auto;
  }

  #menuItemBtn_11 {
    background: url(../images/cash-stack.svg) no-repeat center 10% / 30px auto;
  }

  #menuItemBtn_12 {
    background: url(../images/graph-up.svg) no-repeat center 10% / 30px auto;
  }

  #menuItemBtn_13 {
    background: url(../images/wallet.svg) no-repeat center 10% / 30px auto;
  }

  #menuItemBtn_14 {
    background: url(../images/building-fill-gear.svg) no-repeat center 10% / 30px auto;
  } */

  #mainmenu input.current-page {
    background-color: rgba(189, 215, 238, 1);
  }

  div#menu ul#mainmenu>li {
    width: 110px;
    height: 75px;
    flex-grow: 1;
  }

  #mainmenu>li:hover {
    width: 110px;
    height: 75px;
    flex-grow: 1;
    background-color: rgba(204, 236, 255, 1);
    cursor: pointer;
  }

  #mainmenu input[type="button"] {
    font-size: 0.9em;
    border-radius: 0;
    padding-top: 35px;
    width: 100%;
    height: 75px;
    flex-grow: 1;
    color: black;
    border-color: rgba(204, 236, 255, 1);
    border-style: none solid;
  }

  div#container input[type="button"]:disabled,
  div#container input[type="button"]:disabled:hover{
    background-color: rgb(209, 218, 223);
    border-color: rgb(209, 218, 223);
  }

   /* サブメニューのスタイル */
   .submenu {
    display: none;
    position: absolute;
    z-index: 20;
    list-style: none;
    width: 750px;
    left:50%;
    transform:translate(-42%,0%);

    padding: 0;
    /* background-color: rgba(4, 134, 252, 1); */
    background: linear-gradient(to right, rgba(4, 97, 184, 1) 50%,rgba(4, 134, 252, 1) 50%);
    cursor:default;
    color: white;
  }

  /* でんさい譲渡 */
  #mainmenu li:nth-of-type(4) .submenu{
    height: calc(40.39px*2);
  }
  /* 一括 */
  #mainmenu li:nth-of-type(5) .submenu{
    height: calc(40.39px*3);
  }
  /* 融資 */
  #mainmenu li:nth-of-type(6) .submenu{
    height: calc(40.39px*3);
  }
  /* その他 */
  #mainmenu li:nth-of-type(7) .submenu{
    height: calc(40.39px*3);
  }
  /* 管理業務 */
  #mainmenu li:nth-of-type(8) .submenu{
    height: calc(40.39px*7);
  }
  #mainmenu li:hover .submenu,
  #mainmenu:hover li .submenu li:nth-of-type(1) ul{
    display: block;
  }

  #mainmenu li:hover .submenu:hover>li>ul{
    display: none
  }

  #mainmenu:hover li .submenu>li:nth-of-type(1)>a,
  #mainmenu li:hover .submenu:hover>li:hover>a{
    background-color: rgba(4, 134, 252, 1);
  }

  #mainmenu li:hover .submenu:hover>li>a{
    background-color: rgba(4, 97, 184, 1);
  }

  /* ホバー横 サブサブメニューを横並びにする場合コメントをはずす  */
  #mainmenu li .submenu>li {
    cursor:pointer;
    display: flex;
    justify-content: space-between; 
    width:50%;
    background-color: rgba(4, 97, 184, 1);
  }

  #mainmenu li .submenu li a{
    /* min-width: 120px; */
    width: 100%;
    padding: 10px;
    display: flex;
  }

  #mainmenu li .submenu li ul li {
    padding: 10px 10px 10px 25px;
    min-width:290px;
    width: 100%;
  }

  #mainmenu li:nth-of-type(2) .submenu li a{
    min-width: 270px;
  }

  #mainmenu li:nth-of-type(3) .submenu li a{
    min-width: 220px;
  }

  /* サブサブメニューのスタイル */
  #mainmenu li ul.submenu li ul {
    display: none;
    position: absolute;
    z-index: 20;
    list-style: none;
    min-width: 110px;
    top: 0;
    width: 50%;
    left: 50%;
    padding: 0;
    height: 100%;
    background-color: rgba(4, 134, 252, 1);
  }

  #mainmenu li:hover ul.submenu:hover li:hover>ul {
    display: block;
  }

  #mainmenu li:nth-of-type(2) .submenu li ul{
    min-width: 240px;
  }

  #mainmenu input[type="button"]:hover,
  #mainmenu li ul.submenu li:hover {
    background-color: rgba(4, 134, 252, 1);
  }

  #mainmenu li ul.submenu li ul li:hover {
    background-color: rgb(4, 117, 222);
    text-decoration: underline;
  }

  /* ナビゲーションバー */
  div#navigation {
    margin-top: 30px;
  }

  table#screeninformationtable {
    background-color: white;
  }

  #screen-content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 11px;
    box-sizing: border-box;
    height: 30px;
    align-items: center;
  }

  #screen-title {
    display: flex;
    width: 100%;
  }

  table#screeninformationtable td#screenid {
    padding-right: 0;
    font-size: 0.8em;
    color: black;
    font-weight: normal;
  }

  #screenname {
    white-space: nowrap;
    padding-left: 0;
    width: auto;
    font-size: 1.1em;
  }

  #screenSubname {
    padding-left: 15px;
  }

  /* ステップバー */
  div#workingprogress {
    /* background-color: rgba(204, 236, 255, 1); */
  }

  #workingprogress-content {
    display: flex;
    margin: 0 auto;
    padding: 10px 11px;
    box-sizing: border-box;
  }

  table#workingprogresstable #stepbar {
    white-space: nowrap;
    display: flex;
    padding: 0 70px 0 0;
    overflow-y: hidden;
  }

  table#workingprogresstable{
    display: flex;
    margin: 0 auto;
    background-color: rgba(204, 236, 255, 1);
    min-height: 1.1em;
  }

  .step {
    position: relative;
    padding: 5px 5px 5px 20px;
    margin: 0 27px 0 0;
    background: white;
    font-weight: normal;
  }

  .step::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -80px;
    border-width: 46px 40px;
    border-color: transparent transparent transparent white;
    border-style: solid;
    z-index: 10;
  }

  .step::after {
    content: "";
    position: absolute;
    top: -30px;
    right: -83px;
    border-width: 46px 40px;
    border-color: transparent transparent transparent rgba(91, 155, 213, 1);
    border-style: solid;
    z-index: 5;
  }

  .current-step {
    color: white;
    background-color: rgba(0, 176, 240, 1);
  }

  .current-step::before {
    border-color: transparent transparent transparent rgba(0, 176, 240, 1);
    ;
  }

  .last-step::after {
    display: none;
  }

  /* メインボディ */
  div#container {
    background-color: rgba(204, 236, 255, 1);
  }

  #container input[type="text"]::placeholder {
    color: rgba(175, 171, 171, 0.8)
  }

  textarea.form-control{
    font-size:100%;
  }
  
  input.form-control{
    font-size:100%;
  }

  div#container input[type="button"] {
    border-radius: 0;
    padding: 5px 0px;
    border: 1px solid transparent;
    height: auto;
    background-color: rgba(46, 117, 182, 1);
    color: white;
  }

  div#container input[type="button"].rounded-pill{
    border-style: none;
  }

  div#container input[type="button"].btnlength350,div#container input[type="button"].btnlength400,
  div#container input[type="button"].btnlength50,div#container input[type="button"].btnlength300,
  div#container input[type="button"].btnlength100,div#container input[type="button"].btnlength150,
  div#container input[type="button"].btnlength200,div#container input[type="button"].btnlength250{
    line-height: 1.5;
  }

  div#container input[type="button"].shironuki-bt {
    border-style: solid ;
    border-color: rgba(46, 117, 182, 1);
    background-color: white;
    color: rgba(46, 117, 182, 1);
  }

    /* ここ */
    div#container input[type="button"].btn-next {
      background: rgba(46, 117, 182, 1) url(../images/chevron-right.svg) no-repeat calc(100% - 3px) 5px/18px auto;
    }

    div#container input[type="button"].btn-back {
      background: white url(../images/chevron-left.svg) no-repeat 3px 5px/18px auto;
    }
  

  div#container input[type="button"]:hover,
  div#container input[type="button"].menu-btn:hover,
  a.page-skip:hover {
    background-color: #0b5ed7;
    color: white;
  }

  a.page-skip:not([href]) {
    background-color: rgb(242, 242, 242); /* href属性がないaタグの文字色を赤にする */
  }

  div#container input[type="button"].shironuki-bt:hover {
    background-color: #eeeeee;
    color: rgba(46, 117, 182, 1);
  }

  #container-inner {
    /* display: flex;
    justify-content: center; */
    float: none;
    margin: 0 auto;
    padding: 0 11px;
    box-sizing: border-box;
  }

  #container-inner #operation,
  #container-inner #operationforpopup,
  #container-inner #top-operation,
  #container-inner #top-operation2{
    /* min-height: 610px; */
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 20px;
    line-height: 1.1em;
  }

  #container-inner #operation,#container-inner #operationforpopup{
    border: 0.5px #BBBBBB solid;
    margin-top: 20px;
  }

  #container-inner #top-operation{
    min-height: 400px;
    border: 0.5px #BBBBBB solid;
    margin-top: 20px;
  }

  #container-inner #top-operation2{
    min-height: 230px;
    border: 0.5px #BBBBBB solid;
  }

  /* 共通エラーメッセージ */
  div.errormessagediv {
    font-weight: normal;
    padding-left: 45px;
    background: rgba(255, 193, 193, 0.27) url(../images/exclamation-triangle-fill.svg) no-repeat 5px center / 30px auto;
  }

   /* インフォメーションメッセージ */
   div.infomessageicon {
    font-weight: normal;
    line-height: 1.2em;
    padding: 10px 0px;
    padding-left: 45px;
    background:rgba(226, 240, 217, 0.27) url(../images/exclamation-circle.svg) no-repeat 5px center / 30px auto;
  }
  div.infogroup-div{
    line-height: 1.2em;
    padding-bottom: 10px;
    padding-left: 45px;
    background-color: rgba(226, 240, 217, 0.27);
  }


  /* タイトル（ディバイダ―付き） */
  .view-title {
    font-size: 1.2em;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-color: rgba(157, 195, 230, 1);
    text-decoration-thickness: 4px;
    margin: 5px 0 10px 0;
    margin-top: 1.5rem;
  }

  .view-title::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: rgba(157, 195, 230, 1);
    position: absolute;
    bottom: -3px;
    left: 0;
  }

  .view-title-sub::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: rgba(157, 195, 230, 1);
    position: absolute;
    bottom: -3px;
    left: 0;
}

/* メニュー画面のボタン */
div#container input[type="button"].menu-btn {
    text-align: left;
    padding: 0.725rem;
    background: rgba(46, 117, 182, 1) url(../images/chevron-right.svg) no-repeat calc(100% - 10px) 10px/22px auto;
  }

  /* テキストボックス */
  .input-box label {
    margin-bottom: 3px;
  }

  .input-box-title {
    font-weight: bold;
  }

  #inner-button {
    position: relative;
  }

  div#inner-button input[type="text"] {
    padding-left: 40px;
  }

  /* 支店コードのボタン */
  div#inner-button input[type="button"] {
    content: '';
    position: absolute;
    top: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 5px;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    background-color: white;
    background-image: url(../../webpage/images/bank2.svg);
  }

  /* 画面下部のボタン群 */
  #buttongroup {
    margin-top: 20px;
  }
  
  div#buttongroup input[type="button"] {
    background-color: rgba(46, 117, 182, 1);
  }

  .shoniKakuteiButton input[type="button"]:not(:last-child){
    margin-right: 40px;
  }

  /* フッター */
  div#footer {
    margin-top: 0px;
  }

  #footer table.layouttable {
    height: 80px;
  }

  #footer-content {
    background-color: #C0C0C0;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 11px;
    box-sizing: border-box;
    height: 100%;
  }

  tr#footer-content td#contact {
    padding: 0;
    display: flex;
    align-items: center;
  }

  tr#footer-content td#attention {
    padding-right: 0;
    display: flex;
    align-items: end;
  }

  #footer-icon-base {
    width: 95px;
    height: 50px;
    position: relative;
    border-radius: 5px;
    margin-right: 5px;
    background: #fff url(../images/telephone-forward-fill.svg) no-repeat 10% center / 25px auto;
  }

  #footer-icon-mail {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 26px;
    height: 40px;
    top: 10%;
    left: 55%;
    background-image: url(../images/envelope.svg);
  }

  /* 入力欄の横幅 */
  input.inputforbranchcode {
    width: 100px;
  }

  input.inputforaccountnumber {
    width: 120px;
  }

  input.inputforkirokunumber {
    width: 220px;
  }

  input.inputforcomment {
    width: 600px;
  }

  input.inputforusernumber{
    width: 140px;    
  }

  input.inputforbankcode{
    width: 100px;
  }

  input.inputforrecordnumber{
    width: 220px;
  }

  input.inputforkariregistrationno{
    width: 220px;
  }

  select.selectforaccounttype{
    width: 300px;
  }

  input.inputforamount{
    width: 170px;
    text-align: right;
  }

  input.inputforamount4{
    width:85px;
    height: 20px;
    text-align: right;
    display: inline;
  }

  .money-input-box{
    width: auto;
    float: none;
    display: inline;
  }

  /* アコーディオン */
  .datadiv .accordion{
    --bs-accordion-inner-border-radius:none;
    --bs-accordion-border-width:none;
    margin-top: 10px;
  }

  .datadiv .accordion-body{
    min-height: 100px;
  }

  .datadiv .accordion-body {
    text-align: right;
  }

  .datadiv .accordion-item{
    --bs-accordion-border-radius:none;
    border-style:solid none;
    border-color: rgb(180, 199, 231);
  }

  .datadiv .accordion-button:not(.collapsed){
    background-color: rgb(180, 199, 231);
  }

  /* お取引のボタン */
  div#otorihiki-info {
    width: 100%;
    height: 120px;
  }

  #otorihiki-info-group {
    display: flex;
    justify-content: center;
    float: none;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
  }

  #otorihiki-info-group >li {
    width: 110px;
    height: 75px;
    flex-grow: 1;
  }

  ul#otorihiki-info-group button{
    font-size: 0.9em;
    border-radius: 0;
    width: 100%;
    height: 100px;
    flex-grow: 1;
    color: black;
    border-color: rgba(191, 191, 191, 1);
    }
    ul#otorihiki-info-group button:hover{
      background-color: rgb(4, 134, 252);
    }

    ul#otorihiki-info-group button:hover .otorihiki-btn-kensu{
    text-decoration: underline;
    }


    ul#otorihiki-info-group button .otorihiki-btn-title{
      font-size: 1.2em;
      top: -15px;
      font-weight: bold;

      }

      .otorihiki-btn-kensu{
        text-align: right;
        font-size: 1.5em;
        font-weight: bold;
        }

        /* ヘルプリンクアイコン */
        .helpLink-container ,.helpLink-container-large{
          position: relative;
          background: url(../images/question-circle-fill.svg) no-repeat 0px / 18px auto;
        }

        div.view-title .helpLink-container ,div.view-title .helpLink-container-large{
          top:-2px;
        }

        .helpLink-container:hover ,.helpLink-container-large:hover{
          cursor: help;
      }

      .helpLink-container ul.helpLink{
        /* display: none; */
    left: -130px;
    top: 20px;
    min-width: 260px;
      }

      /* 入力欄テーブル のスタイル*/
      table.detailtable{
        /* width: auto; */
        width:940px;
        margin:5px 0px 5px 0px;
      }

      table.datatable th{
        font-weight: normal;
        background-color: rgb(222,235,247);
        /* width: 290px; */
        padding: 10px;
      }

      table.detailtablelarge th, table.detailtablesmall th,table.detailtablemedium th{
        width: 290px;
      }

      table.calendartable tr th,table.calendartable tr td.doweek {
        background-color: rgb(222, 235, 247);
      }

      table.datatable td input[type="radio"]{
        margin-right: 5px;
        cursor: pointer;
      }

      table.datatable td label span:hover{
        cursor: pointer;
      }

      table.datatable td label:not(:last-of-type) span{
        margin-right: 30px;
      }


      table.detailtablelarge td, table.detailtablesmall td,table.detailtablemedium td {
        padding: 5px 15px;
      }

      table.detailtable th[colspan="2"]{
        width: 290px !important;
      }

      table.detailtablemedium table.datatable tr th,
      table.detailtablelarge table.datatable tr th{
        width:280px;
      }

      table.detailtable>tbody>tr>td[colspan="2"]{
        width:650px;
      }

      table.detailtable tr td:first-of-type{
        width: auto !important;
      }

      table.detailtablelarge tr td {
        width: 325px;
    }

    table.detailtable table.detailtable table.detailtable th{
        width: 270px;
    }

    table.detailtable table.detailtable table.detailtable table.detailtable th{
      width: 260px;
  }
  
  table.headonerowdataonerow,
  table.listtablelargewidth{
    width: 940px !important;
  }

  select:hover{
    cursor: pointer;
  }
      

/* ーーポップアップ処理のCSSーー */
/* ポップアップのスタイル */
div.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1050px;
  height: 600px;
  padding: 20px;
  background-color: white;
  z-index: 1000;
  overflow: auto;
}

/* 背景のオーバーレイ */
div.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* カードのスタイル */
div#cardContainer{
  display: flex;
  flex-wrap: wrap;
}

div.card {
  margin: 5px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 50rem;
  background-color: rgb(222,235,247);
  position: relative;
  width: auto;
  white-space: nowrap;
}

div.card-content{
  margin-right: 20px;
  font-weight: bold;
  flex-wrap: wrap;
}

/* ボタンのスタイル */
.card-close-button {
  position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: #888;
    padding: 5px;
    z-index: 10;
}

.item-flex {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.select-button-area{
  position: fixed;
  bottom: 45px;
  width: 890px;
  background: #FFFFFF;
  border: solid 1px #0ccfd6;
  border-radius: 4px;
  padding: 10px;
  margin: 10px;
  font-weight: 700;
  top: auto;
  left: auto;
  z-index: 500;
  }

div#container input[type="button"].returnTopBtn{
  position: fixed !important;
  bottom: 20px !important;
  width:40px !important;
  height:40px !important;
  transform:rotate(-180deg) !important;
  background:white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") no-repeat 4px 5px/30px auto !important;
  border:solid 1px #0ccfd6 !important;
  border-radius: 50% !important;
  margin: 10px !important;
  font-weight: 700 !important;
  top:auto !important;
  right: calc((100% - min(90%, 1004px)) / 2 + 10px) !important;
  z-index: 500 !important;
}

div#container input[type="button"].returnTopBtn:hover{
  background-color: rgb(245, 245, 245);
}

.shiten-button{
  margin: 0px 5px;
  position: absolute;
  top: 25px;
  left: 100px;
}

.user-button{
  margin: 0px 5px;
  position: absolute;
  top: 3px;
  left: 250px;
}

.openPopup{
  margin: 15px 0px;
}

div.buttongroupdiv{
  margin-top:20px;
}

/* カレンダーのインプット */
a.calendarbutton{
  margin: 0px 5px;
  position: absolute;
  top: 7px;
  left: 138px;
}

a.calbtn-bottom{
  top: auto;
  bottom: 8px;
}

div.searchDetailbtn{
  width: 100%;
  background-color: rgb(46, 117, 182);
  padding: 5px 15px;
  display: flex;
  align-items: center;
  font-weight: bold;
  color:white;
}

table .listRow:hover,table tr.listRow:hover td.inputtype{
  background-color: rgb(255, 242, 204);
}

table.datatable td>a.detail-page{
color: blue;
cursor: pointer;
}

/* ページネーション */
.pagination li.page-num{
margin: 0px 5px;
}

/* アコーディオン */
button.accordion-button:focus{
  z-index: 3; 
    border-color: none;
    outline: 0;
    box-shadow: none;
}

button.accordion-button::after {
  background-image: url(../images/plus.svg);
}

button.accordion-button:not(.collapsed)::after{
  background-image: url(../images/dash.svg);
}

a.page-skip,
a.page-skip:focus {
  color: white;
  background-color:rgba(46, 117, 182, 1);
}

li.active-page>a.page-link{
background-color:rgb(242,242,242);
color: black;
}

.lightblue{
  text-align: center;
  font-size: 20px;
  margin: 7px;
 color: rgb(24, 190, 255);
}

.center{
  position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

input[type="checkbox"]{
  width: 20px;
  height: 20px;
  margin: 5px;
  /* border: 4px solid #000; */
  outline: 1px solid #554f4f;
  /* outline-offset: 1px; */
  border-radius: 4px;
}

input[type="checkbox"]:hover{
  cursor: pointer;
}

input[type="checkbox"]:disabled{
  background-color: #aaa;
  border-color: #aaa;
  opacity: 0.3;
  cursor: default;
}

label{
  display: inline !important;
}




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* webマニュアル用 */

#systemarea input[type="button"].webmanual,
button.webmanual {
  width: 105px;
  height: 30px;
  background-color: rgba(218, 218, 218, 1);
  color: black;
  border: solid;
  border-color: black;
  border-width: 2px;
  /* margin-left: 50px; */
  /*アイコン用*/
  padding: 5px 0px 10px 20px;
  background-size: 20px 20px;
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-image: url(../images/box-arrow-up-right.svg);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

/* 背景色 */
div#container2 {
  background-color: rgb(218, 218, 218);
}

/* タイトル（ディバイダ―付き） */
.view-title2 {
  font-size: 2.5em;
  font-weight: 900;
  text-decoration-color: rgba(180, 199, 231, 1);
  text-decoration-thickness: 4px;
  margin: 5px 0 10px 0;
}

.view-title2::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: rgba(180, 199, 231, 1);
  position: absolute;
  bottom: -10px;
  left: 0;
}

.view-title2-sub::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: rgba(180, 199, 231, 1);
  position: absolute;
  bottom: -3px;
  left: 0;
}

/* アコーディオン */
.datadiv .accordion2 {
  --bs-accordion-inner-border-radius: none;
  --bs-accordion-border-width: none;
  margin-top: 10px;
}

.datadiv .accordion-body2 {
  min-height: 100px;
}

.datadiv .accordion-body2 {
  text-align: right;
}

.datadiv .accordion-item2 {
  --bs-accordion-border-radius: none;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-color: rgb(0, 200, 150);
}

div#container2 input[type="button"] {
  border-radius: 0;
  padding: 5px 0px;
  border-style: none;
  height: auto;
  background-color: rgba(46, 117, 182, 1);
  color: white;
}

#indexicon_01 {
  background: url(../images/caret-right.svg) no-repeat right 50% / 25px auto;

}

/* #webmanualBtn_8 {
  background: url(../images/box-arrow-up-right.svg) no-repeat center 10% / 30px auto;
} */

/* アコーディオン中身インデント */
h6 {
  text-indent: 1rem;
}
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ソフトウェアキーボード */
div#container td input.characterbtn{
  margin:3.15px;
}



/* ★★★★★★★★★★ */
.radio-container{
  display: flex;
  justify-content: space-between;
  /* width: 100%;
  height: 100%;
  align-items: center; */
}

.radio-container label{
  flex:1;
  line-height: 1.2em;
}

span.comfirmmessagespan{
  display: inline;
}

.textcenteralign .tablenamespan{
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}

#a05input08 input[type="radio"], #a05input08 label{
  margin-top: 5px;
  margin-bottom: 5px;
}